Skip to content

Commit 6310f73

Browse files
committed
Add platform.
1 parent 66ac45b commit 6310f73

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build/gulpfile.vscode.server.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,9 @@ const vscodeServerResources = [
4949

5050
// Base
5151
'out-build/vs/base/**/*',
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',
52+
53+
// Platform
54+
'out-build/vs/platform/**/*',
5755

5856
// Workbench
5957
'out-build/vs/code/browser/workbench/service-worker.js',

0 commit comments

Comments
 (0)