mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
move remote and web tests to scripts folder
This commit is contained in:
@@ -20,7 +20,7 @@ function code() {
|
||||
|
||||
NODE_ENV=development \
|
||||
VSCODE_DEV=1 \
|
||||
$NODE ./resources/server/bin-dev/code-server.js "$@"
|
||||
$NODE ./scripts/code-server.js "$@"
|
||||
}
|
||||
|
||||
code "$@"
|
||||
|
||||
Reference in New Issue
Block a user