Fixes #140997: Move server entry points to src/

This commit is contained in:
Alex Dima
2022-01-20 09:31:00 +01:00
parent 12f9c5fc6d
commit 3b5afe84e8
15 changed files with 28 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ function code() {
NODE_ENV=development \
VSCODE_DEV=1 \
$NODE "$ROOT/out/vs/server/main.js" "$@"
$NODE "$ROOT/out/server-main.js" "$@"
}
code "$@"