Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio Code installation failed in OSX El Capitan

So I have been trying to install visual studio code on my mac which is running on OS X El Capitan which got released not too long ago. Anyone else came across similar problem? Any work around?

Steps I took to download VS Code

  1. Download Visual Studio Code for Mac from https://code.visualstudio.com/Download
  2. Open the download and extracted the files into a new folder inside my Docouments
  3. Dragged Visual Studio Code from folder to Applications
  4. Prompted with a message if I want to install non-apple app, I clicked Yes.
  5. Another window this time saying it might not be compatible with the OSX my mac is running on as shown below.

Error message

like image 463
user1781232 Avatar asked Nov 14 '15 19:11

user1781232


People also ask

Is VS Code compatible with Mac?

Yes, VS Code supports macOS ARM64 builds that can run on Macs with the Apple M1 chip. You can install the Universal build, which includes both Intel and Apple Silicon builds, or one of the platform specific builds.


2 Answers

Surprisingly, I have re-downloaded it again after a week and it has installed successfully. It seems like they Microsoft has fixed problem with El Capitan. I didn't do anything different so I really don't have a clue what the right solution is apart from re-downloading again which seem to have worked.

like image 181
user1781232 Avatar answered Oct 02 '22 21:10

user1781232


From the official website:

Visual Studio Code has been tested on the following platforms.

  • Ubuntu Desktop 14.04
  • OS X Yosemite
  • Windows 8.0, 8.1 and 10 (x86 and x64)

So it seems that El Capitan is yet to be fully tested or supported. It may work if you press "Ignore" on the warning message. It's also worth mentioning that VS Code is still a beta product.

Additionally version v0.10.1 has been released, this will hopefully fix many issues, possibly even yours.

like image 26
DavidG Avatar answered Oct 02 '22 21:10

DavidG