mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Initial VS Code 1.19 source merge (#571)
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
This commit is contained in:
@@ -1,17 +1,2 @@
|
||||
@echo off
|
||||
SET SUPPORTEDNPMVERSION=4.2.0
|
||||
|
||||
setlocal
|
||||
set npm_config_disturl="https://atom.io/download/electron"
|
||||
for /f "tokens=2 delims=:, " %%a in ('findstr /R /C:"\"electronVersion\":.*" "%~dp0..\package.json"') do set npm_config_target=%%~a
|
||||
set npm_config_runtime="electron"
|
||||
set npm_config_cache=~\.npm-electron
|
||||
npm %*
|
||||
endlocal
|
||||
|
||||
for /F "tokens=* USEBACKQ" %%V IN (`npm --version`) do (
|
||||
set CURRENTNPMVERSION=%%V
|
||||
)
|
||||
if not %CURRENTNPMVERSION%==%SUPPORTEDNPMVERSION% (
|
||||
echo NPM version %CURRENTNPMVERSION% is not supported with this project. We strongly recommend to use version %SUPPORTEDNPMVERSION%
|
||||
)
|
||||
yarn %*
|
||||
|
||||
Reference in New Issue
Block a user