I've just downloaded Visual Studio Code ( 1.51.1 ) on an Apple Silicon MBP. I downloaded the Intel version (the ARM version is still in dev I think) assuming that I would have to right click and select 'Open with Rosetta 2' like you can with Terminal for example.

ability to open in rosetta

However it just opens without question without the option even being available to select - is Apple doing this automatically knowing that it's an Intel version or is something else going on?

有帮助吗?

解决方案

Intel-only binaries automatically open with Rosetta 2, there is no other way to run them. The "Open using Rosetta" flag is only relevant for universal binaries (which contain both Intel and ARM code) to force them to open with Rosetta (e.g. if they require plugins only available as Intel binaries).

From If you need to install Rosetta on your Mac

The Info window for universal apps includes the setting “Open using Rosetta.” It enables email apps, web browsers, and other apps to use add-ons that haven't been updated to support Apple silicon. If an app doesn't recognize a plug-in, extension, or other add-on, quit the app, select this setting, and try again.

许可以下: CC-BY-SA归因
不隶属于 apple.stackexchange
scroll top