Skip to content

Commit 63c2b71

Browse files
committed
Revert mistaken resources change
It looks like I accidentally reverted my revert when I rebased.
1 parent 3fc8859 commit 63c2b71

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build/gulpfile.vscode.server.js

+6-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,12 @@ const vscodeServerResources = [
4848
'out-build/bootstrap-window.js',
4949

5050
// Base
51-
'out-build/vs/base/**/*',
52-
53-
// Platform
54-
'out-build/vs/platform/**/*',
51+
'out-build/vs/base/common/performance.js',
52+
'out-build/vs/base/node/languagePacks.js',
53+
'out-build/vs/base/node/{stdForkStart.js,terminateProcess.sh,cpuUsage.sh,ps.sh}',
54+
'out-build/vs/base/browser/ui/codicons/codicon/**',
55+
'out-build/vs/base/parts/sandbox/electron-browser/preload.js',
56+
'out-build/vs/platform/environment/node/userDataPath.js',
5557

5658
// Workbench
5759
'out-build/vs/code/browser/workbench/service-worker.js',

0 commit comments

Comments
 (0)