Can I install visual-studio-code via brew on a arm (Apple Silicon) arch? #5446
Unanswered
nbro
asked this question in
Getting started
Replies: 3 comments 2 replies
-
|
same problem here |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It should have installed the arm64 version because your prefix is |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Running into the same thing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
The reason why I'm asking this is that https://formulae.brew.sh/cask/visual-studio-code only shows variations for Intel, but I was able to install VS Code using brew and it seems to work. The cask code https://github.com/Homebrew/homebrew-cask/blob/a2004664a0017ea485d70ef2868d43b80f23118f/Casks/v/visual-studio-code.rb seems to have some part related to arm, so maybe the documentation is outdated?
In general, how do I know if a cask or a regular package is compatible with my arch when using brew?
Beta Was this translation helpful? Give feedback.
All reactions