From 34b1e756f9768ccc7cfa272699215d0c16820935 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 4 Mar 2021 10:40:07 -0600 Subject: [PATCH] Remove old commented out postinstall steps --- lib/vscode/build/npm/postinstall.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/vscode/build/npm/postinstall.js b/lib/vscode/build/npm/postinstall.js index ac0c7396..18ccef88 100644 --- a/lib/vscode/build/npm/postinstall.js +++ b/lib/vscode/build/npm/postinstall.js @@ -38,11 +38,6 @@ function yarnInstall(location, opts) { for (let dir of dirs) { -// NOTE@coder: Skip these dependencies since we don't use them. -// if (!(process.platform === 'win32' && (process.arch === 'arm64' || process.env['npm_config_arch'] === 'arm64'))) { -// yarnInstall('remote'); // node modules used by vscode server -// yarnInstall('remote/web'); // node modules used by vscode web -// } if (dir === '') { // `yarn` already executed in root continue;