Skip to content

Commit c4fd725

Browse files
committed
Fix built-in Typescript when bundled
Fixes #641.
1 parent 4800ec6 commit c4fd725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tasks.bash

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function build-code-server() {
9696

9797
prepend-loader "out/vs/server/main.js"
9898
prepend-loader "out/bootstrap-fork.js"
99+
prepend-loader "extensions/node_modules/typescript/lib/tsserver.js"
99100

100101
log "Final build: ${buildPath}"
101102
}

0 commit comments

Comments
 (0)