Convert for more reference to .ts

This commit is contained in:
Matt Bierner 2025-11-21 11:27:29 -08:00
parent f0e7fe3775
commit 65a40cb420
No known key found for this signature in database
GPG Key ID: 87BD15F7203A4CF2

View File

@ -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