Skip to content

Commit

Permalink
vscode/coder.js: Remove unnecessary vs/css and vs/nls args
Browse files Browse the repository at this point in the history
buildfile.entrypoint ignores all args now and is hard coded to use these
strings as exclude.
  • Loading branch information
nhooyr committed Dec 4, 2020
1 parent eda5a37 commit 1bcccb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/dev/vscode.patch
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ index cb88d37adefd4882f61a2711fdd7f72b89e1a6e3..6b3253af0a3a0aa4d75456379ef1c00f
const cp = require('child_process');
diff --git a/coder.js b/coder.js
new file mode 100644
index 0000000000000000000000000000000000000000..df5b42cba463b6c0043aebbc835f852f1284aa36
index 0000000000000000000000000000000000000000..ac2e6eb2cdf41787194f7681a76ad4a55c5aeb5a
--- /dev/null
+++ b/coder.js
@@ -0,0 +1,64 @@
Expand All @@ -171,9 +171,9 @@ index 0000000000000000000000000000000000000000..df5b42cba463b6c0043aebbc835f852f
+ buildfile.workerExtensionHost,
+ buildfile.workerNotebook,
+ buildfile.keyboardMaps,
+ buildfile.entrypoint("vs/platform/files/node/watcher/unix/watcherApp", ["vs/css", "vs/nls"]),
+ buildfile.entrypoint("vs/platform/files/node/watcher/nsfw/watcherApp", ["vs/css", "vs/nls"]),
+ buildfile.entrypoint("vs/workbench/services/extensions/node/extensionHostProcess", ["vs/css", "vs/nls"]),
+ buildfile.entrypoint("vs/platform/files/node/watcher/unix/watcherApp"),
+ buildfile.entrypoint("vs/platform/files/node/watcher/nsfw/watcherApp"),
+ buildfile.entrypoint("vs/workbench/services/extensions/node/extensionHostProcess"),
+]);
+
+const vscodeResources = [
Expand Down

0 comments on commit 1bcccb3

Please sign in to comment.