-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Description
- VS Code Version: 1.54.3 (Commit: 2b9aebd)
- OS Version: macOS Big Sur 11.2.3 (20D91) - ARM M1
Steps to Reproduce:
- Open the VS Code;
- Open Terminal (inside VS Code);
- Execute
uname -a
Result:
Darwin vel.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021;
root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 x86_64If you do the same in iTerm2 or PyCharm, it will result in a different (and correct) architecture:
Darwin vel.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021;
root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64To be short, you can use uname -m.
Does this issue occur when all extensions are disabled?: Yes
Metadata
Metadata
Assignees
Labels
No labels