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 best solutions below
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
- How do I customize NSOutlineView to have border color?
- Force sublime text to use PATH from the shell value
- Do executable files always open a terminal window on MacOS?
- setting OpenGL version in objective-C
- C std library don't appear to be linked in object file
- Cross compile simple standard C program on Linux for Mac
- How to generate request format for WCF web service method for Mac and iPhone
- Bundle Multiple Xamarin apps in one pkg installer
- How to Handle Command Line Prompt from a Cocoa App
- AVFoundation - Process each image separately
- CMYK NSImage get pixel data
- how i get the mac of ibeacon or BLE
- Set JAVA_HOME on Mac
- Finding active IPv6 interfaces under Mac OS (using Python)
- OSX: Why is my launchd agent running my script twice?
Related Questions in VISUAL-STUDIO-CODE
- vscode file icons
- Building C# code in VSCode on Mac
- How do I support jasmine and es6 syntax in Visual studio Code?
- JS Code didn't work, trying do a demo in css lessons
- Debug Java in Brackets editor or Visual Studio Code
- Visual Studio Code, C# support on Windows
- What is the use of the Developer Tools in VS Code?
- Option to push disabled in Visual Studio Code
- How do I include 'System.Runtime.Serialization.Json' namespace in my VSCode project on Mac OS X?
- Using System.Web.Http on mac os x
- VSCode intelliSense autocomplete for javascript
- Set language for syntax highlighting in Visual Studio Code
- Import {} from location is not found in VS Code using TypeScript and Angular 2
- Predefined type 'System.Object' is not defined or imported [dnxcore50]
- VS code appending special characters on paste
Related Questions in DOWNLOAD
- FIle download via cmd in windows using HTML
- Asp.net /JQuery to show/hide animated gif before download
- How to provide a file download from a JSF backing bean using af:commandMenuItem?
- detecting a file downloaded in selenium java
- java download speed very slow with this code
- How to name downloaded file?
- Download file with Casperjs
- how to pause and resume a download in javafx
- how to download a video from url in xamarin forms
- How to verify the integrity of a linux tarball?
- Save File in javascript clientside using utf-8 string
- file download with curl and php
- How can I Upload a document file in Wordpress and track its download?
- It is possible to download file on p:poll
- Access to the path is denied - different from user
Related Questions in MACOS-HIGH-SIERRA
- rJava load error in RStudio/R after "upgrading" to OSX Yosemite
- Xcode 9 beta 4 beta 6, macOS 10.13 beta 7 Simulator can't render screens
- Kernel extension not removed from /Library/StagedExtension in High Sierra OSX
- AppleScript to create 'link' to specific Messages.app conversation?
- Deploying C# Projects from Visual Studio 2017 for MacOS
- Is it possible to (programmatically) set wallpapers for each separate "space"/desktop in macOS?
- iOS 11 - Core Data - UIColor no longers works as transformable attribute
- macOS 10.13: "Scheduling the NSURLDownload loader is no longer supported."
- Xcode 9 - Downloadable xip file is corrupt from apple site
- Installing node takes up to 8 minutes
- iphone simulator(10.3) time not showing according to timezone in mac OS (10.13)
- How to upgrade xcode by keeping the previous version?
- Fixing Broken Kerberos on macOS
- Having trouble setting up localhost on mac
- MacOS High Sierra Uninstall All Postgres
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)
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?
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.