We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0a23b commit 7e43b6fCopy full SHA for 7e43b6f
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