mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
Convert for more reference to .ts
This commit is contained in:
@@ -17,7 +17,7 @@ if "%VSCODE_SKIP_PRELAUNCH%"=="" (
|
||||
)
|
||||
|
||||
:: Node executable
|
||||
FOR /F "tokens=*" %%g IN ('node build/lib/node.js') do (SET NODE=%%g)
|
||||
FOR /F "tokens=*" %%g IN ('node build/lib/node.ts') do (SET NODE=%%g)
|
||||
|
||||
if not exist "%NODE%" (
|
||||
:: Download nodejs executable for remote
|
||||
|
||||
Reference in New Issue
Block a user