mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
Convert for more reference to .ts
This commit is contained in:
parent
f0e7fe3775
commit
65a40cb420
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user