on the Homepage of VS Code, it is only visible to download it for devices with macOS Catalina (10.15). My question would be if it's possible to download it for older generations especially macOS High Sierra (10.13).
How can I use VS Code on versions of macOS that are not supported by the latest version of VS Code?
5k views Asked by J W At
2
There are 2 answers
0
starball
On
VS Code's platform support doc says:
VS Code is supported on the following platforms: [...] macOS versions with Apple security update support. This is typically the latest release and the two previous versions.
If you want support for a macOS version that isn't supported by the latest release of VS Code, you'll have to install an older release of VS Code that does support your OS version (see How to downgrade vscode).
Related Questions in MACOS
- Error installing Nativescript on Mac M2 Sonoma 14.4.1
- macOS - Most secure way of a GUI SUDO_ASKPASS
- When using onDrag in SwiftUI on Mac how can I detect when the dragged object has been released anywhere?
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- ZSH function parameters conundrum
- how to make read only file/directory in Mac writable
- macOS BigSur - Unable to run bundled php version or brew php 8
- 9 Digit Addresses in Hexadecimal System in MacOS
- MacOS Bash-Script: while read p and echo
- How to make a range for tail rows on a categorized table in Numbers with JXA scripts?
- Cannot build a basic project with curl on Mac (M2) for Raspberry Pi Pico
- How to recover deleted files from create vite react project
- Can't run built SFML project from Xcode template
- React Native - RealmJS - Linker command failed with exit code 1
- How can I manually add a keyboard shortcut to a Shortcut Action Service directly via the system files, without going through the System Prefs GUI?
Related Questions in VISUAL-STUDIO-CODE
- Is there a way to prevent vscode from forwarding ssh agent to remote dev container?
- flutter Null check error: did not show file and line number
- vscode, debug angular, first time, doesn't debug, 2nd time stops at main.js then it's ok
- trouble with creating a project for Pymakr in vscode
- Compiling c++ code by VS Code is always blocked by clang-tidy error 'Error running 'clang-tidy'
- Disable typescript in VS Code
- couldn't sign in visual studio code
- I can't add text to "Message" in VS Code when committing to Git
- Cannot type single backtick in VSCode
- WebScraping doesnt work, even without error
- Visual Studio Code keeps discovering python interpreters forever and vscode-server on remote is busy 100%
- vscode uses different cocoapods version when running a task
- Live server extension in VS Code works in background but do not pop the web browser
- How to recover deleted files from create vite react project
- Autocomplete not working for apache spark in java vscode
Related Questions in DOWNLOAD
- Non-Expiring Direct Link Like When Clicked It Will Download Without Landing Any Page
- download all pdf files from website doesn't support wildcard
- Create the original download link after checking the domain
- How to Properly Interrupt the Download of a Background Image Using JavaScript
- ftp download for small datasets works but for more than 300KB not
- I need to have a look at all my private pine scripts and filter the scripts for certain words in TRADINGVIEW
- Renaming a file - Google API direct download link
- find out filename from URL
- How to download a file using a button on a ribbon on a Model Driven App with C# Plugins?
- JavaScript anchor file download - override file name from Content-Disposition header
- Node.js/Express File Download Returns 0-Byte Plaintext Files
- Downloaded file in Angular Application saved as Unconfirmed XXXXX.crdownload
- Replace urllib.request urlopen in PHP
- string PNG conversion Returns Blurry Image
- Java Selenium - cannot download image from Chrome browser and save as .png file
Related Questions in MACOS-HIGH-SIERRA
- How can I use VS Code on versions of macOS that are not supported by the latest version of VS Code?
- Unable to serve Jekyll website locally on macOS High Sierra with Ruby 3.2.2: SASS error
- "No matching distribution found for mediapipe." on macOS High Sierra python3.11.4 pip 23.2.1
- How to Fix 'mvn: command not found' Error When Installing Apache Maven 3.0.5?
- reVC Compiling fails under OS X 10.13.6, refers to system's OpenGL.framework
- Segmentation fault 11 when using Anaconda with all IDEs Jupyter Notebook, Spyder etc. Mac OSX 10.13.6
- dyld: Symbol not found
- Is it possible to install Node.js on macOS High Sierra Version 10.13.6? This is the latest version my mid 2014 Macbook Pro can support
- dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin macOS High sierra 10.13.6
- XDebug and macOS High Sierra
- Why can't safari open the browser version of Jupyter notebook? (JupyterLite)
- MongoDB is not working on Mac High Sierra
- FakeSMTP crashed unexpectedly
- AppleScript code works on High Sierra, but not on Monterey
- How do I fix this error in the algorithm header file?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
My best suggestion would be to try out vscodium, vscode isn't technically open source, it's built by microsoft and has some proprietary components like the logos (which are copyrighted). Vscodium is open source and directly built from the git repo of vscode, you could probably find a download for your version of MacOS, it can be a little tricky to install extensions but the program itself should work.