We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d424ff2 commit 04be06fCopy full SHA for 04be06f
1 file changed
build/npm/postinstall.js
@@ -33,7 +33,7 @@ function yarnInstall(location, opts) {
33
34
yarnInstall('extensions'); // node modules shared by all extensions
35
36
-if (!(process.platform === 'win32' && process.arch === 'arm64')) {
+if (!(process.platform === 'win32' && process.env['npm_config_arch'] === 'arm64')) {
37
yarnInstall('remote'); // node modules used by vscode server
38
yarnInstall('remote/web'); // node modules used by vscode web
39
}
0 commit comments