We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c416e9b commit bdb230bCopy full SHA for bdb230b
lib/vscode/coder.js
@@ -14,11 +14,14 @@ const vscodeEntryPoints = _.flatten([
14
buildfile.workerExtensionHost,
15
buildfile.workerNotebook,
16
buildfile.keyboardMaps,
17
+ // See ./src/vs/workbench/buildfile.desktop.js
18
buildfile.entrypoint("vs/platform/files/node/watcher/unix/watcherApp"),
19
buildfile.entrypoint("vs/platform/files/node/watcher/nsfw/watcherApp"),
20
+ buildfile.entrypoint('vs/platform/terminal/node/ptyHostMain'),
21
buildfile.entrypoint("vs/workbench/services/extensions/node/extensionHostProcess"),
22
]);
23
24
+// See ./build/gulpfile.vscode.js
25
const vscodeResources = [
26
"out-build/vs/server/fork.js",
27
"!out-build/vs/server/doc/**",
0 commit comments