Skip to content

Commit 7e43b6f

Browse files
committed
Remove old commented out postinstall steps
1 parent 3d0a23b commit 7e43b6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/vscode/build/npm/postinstall.js

-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ function yarnInstall(location, opts) {
3838

3939
for (let dir of dirs) {
4040

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-
// }
4641
if (dir === '') {
4742
// `yarn` already executed in root
4843
continue;

0 commit comments

Comments
 (0)