Sample Header Ad - 728x90

How to run VSCode Integrated Terminal in x86_64 on Apple M1 (arm64)?

2 votes
1 answer
3126 views
VSCode now has an arm64 version, problem is there are still a lot of command-line developer tools that are using x86_64 architecture. At the moment there doesn't appear to be a plugin or preferences to load the Integrated VSCode Terminal in a specific arch.
# load up the Integrated Terminal in VSCode
echo $TERM_PROGRAM # will say vscode

# check arch
arch # will say arm64 if you have Apple M1
Asked by sonjz (899 rep)
Oct 13, 2021, 02:06 AM
Last activity: Oct 14, 2021, 03:40 PM