mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
@@ -9,7 +9,7 @@ pushd %~dp0\..
|
||||
call npm run download-builtin-extensions
|
||||
|
||||
:: 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