Fix built-in Typescript when bundled

Fixes #641.
This commit is contained in:
Asher 2019-08-22 16:28:16 -05:00
parent 4800ec6392
commit c4fd725875
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ function build-code-server() {
prepend-loader "out/vs/server/main.js"
prepend-loader "out/bootstrap-fork.js"
prepend-loader "extensions/node_modules/typescript/lib/tsserver.js"
log "Final build: ${buildPath}"
}