We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad24edd commit 34b1e75Copy full SHA for 34b1e75
lib/vscode/build/npm/postinstall.js
@@ -38,11 +38,6 @@ function yarnInstall(location, opts) {
38
39
for (let dir of dirs) {
40
41
-// NOTE@coder: Skip these dependencies since we don't use them.
42
-// if (!(process.platform === 'win32' && (process.arch === 'arm64' || process.env['npm_config_arch'] === 'arm64'))) {
43
-// yarnInstall('remote'); // node modules used by vscode server
44
-// yarnInstall('remote/web'); // node modules used by vscode web
45
-// }
46
if (dir === '') {
47
// `yarn` already executed in root
48
continue;
0 commit comments