Skip to content

Commit bdb230b

Browse files
committed
Add pty host to build
1 parent c416e9b commit bdb230b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/vscode/coder.js

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ const vscodeEntryPoints = _.flatten([
1414
buildfile.workerExtensionHost,
1515
buildfile.workerNotebook,
1616
buildfile.keyboardMaps,
17+
// See ./src/vs/workbench/buildfile.desktop.js
1718
buildfile.entrypoint("vs/platform/files/node/watcher/unix/watcherApp"),
1819
buildfile.entrypoint("vs/platform/files/node/watcher/nsfw/watcherApp"),
20+
buildfile.entrypoint('vs/platform/terminal/node/ptyHostMain'),
1921
buildfile.entrypoint("vs/workbench/services/extensions/node/extensionHostProcess"),
2022
]);
2123

24+
// See ./build/gulpfile.vscode.js
2225
const vscodeResources = [
2326
"out-build/vs/server/fork.js",
2427
"!out-build/vs/server/doc/**",

0 commit comments

Comments
 (0)