Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096' #30909

Closed
evandrocoan opened this issue Jul 18, 2017 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@evandrocoan
Copy link

evandrocoan commented Jul 18, 2017

  • VSCode Version: code-oss-dev@1.15.0
  • OS Version: Windows 10 build 15063 x64

I am trying to build it from the source, but I am not sure exactly what to do. When I ran scripts\npm.bat install, it completed successfully. Then I ran scripts\code.bat and a stranger window showed up. It is it the compiled version? It did not seem to work correctly.

image

How can I create full build? The page:

  1. https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source

Does not offered how to create an executable from the source. When I run scripts\npm.bat install what should happen? For now I only see it create the folder out/out-build within some javascript files:

image

Later I tried to ran the scripts\code.bat and created an executable similar in size to the stable version on the folder .build\electron:

image

But when I run npm run watch, this error is throw:

    FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

    npm ERR! Windows_NT 10.0.15063
    npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch"
    npm ERR! node v6.11.0
    npm ERR! npm  v3.10.10
    npm ERR! code ELIFECYCLE
    npm ERR! code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
    npm ERR! Exit status 3
    npm ERR!
    npm ERR! Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
    npm ERR! not with npm itself.

Steps to Reproduce

  1. git clone https://github.com/Microsoft/vscode

  2. cd vscode

  3. scripts\npm.bat install

  4. npm run watch

  5. Outputs:

    F:\vscode>npm run watch
    
    > code-oss-dev@1.15.0 watch F:\vscode
    > gulp watch --max_old_space_size=4096
    
    [03:46:09] Node flags detected: --max_old_space_size=4096
    [03:46:09] Respawned to PID: 13424
    
    <--- Last few GCs --->
    
         216 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 5.6 / 0.0 ms [allocation failure] [GC in old space requested].
         225 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 9.4 / 0.0 ms [allocation failure] [GC in old space requested].
         232 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 6.3 / 0.0 ms [allocation failure] [GC in old space requested].
         237 ms: Mark-sweep 1.4 (5.5) -> 1.4 (4.5) MB, 5.2 / 0.0 ms [last resort gc].
         242 ms: Mark-sweep 1.4 (4.5) -> 1.4 (4.5) MB, 5.4 / 0.0 ms [last resort gc].
    
    
    <--- JS stacktrace --->
    
    ==== JS stack trace =========================================
    
    Security context: 2C57B80D <JS Object>
        1: /* anonymous */(aka /* anonymous */) [module.js:51] [pc=3BB1C4DC] (this=2C5081D9 <undefined>,exports=11A70641 <an Object with map 36909AC9>,require=2C586235 <JS Function NativeModule.require (SharedFunctionInfo 2C583899)>,module=11A70609 <a NativeModule with map 3690E351>,__filename=11A70629 <String[9]: module.js>,__dirname=2C5081D9 <undefined>)
        2: arguments adaptor frame: 4->5
        3: comp...
    
    FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
    
    npm ERR! Windows_NT 10.0.15063
    npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch"
    npm ERR! node v6.11.0
    npm ERR! npm  v3.10.10
    npm ERR! code ELIFECYCLE
    npm ERR! code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
    npm ERR! Exit status 3
    npm ERR!
    npm ERR! Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR!     gulp watch --max_old_space_size=4096
    npm ERR! You can get information on how to open an issue for this project with:
    npm ERR!     npm bugs code-oss-dev
    npm ERR! Or if that isn't available, you can get their info via:
    npm ERR!     npm owner ls code-oss-dev
    npm ERR! There is likely additional logging output above.
    
    npm ERR! Please include the following file with any support request:
    npm ERR!     F:\vscode\npm-debug.log
    
    F:\vscode>
    


File npm-debug.log:

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\User\\Documents\\Nodejs\\bin\\node.exe',
1 verbose cli   'D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'watch' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 verbose run-script [ 'prewatch', 'watch', 'postwatch' ]
5 info lifecycle code-oss-dev@1.15.0~prewatch: code-oss-dev@1.15.0
6 silly lifecycle code-oss-dev@1.15.0~prewatch: no script for prewatch, continuing
7 info lifecycle code-oss-dev@1.15.0~watch: code-oss-dev@1.15.0
8 verbose lifecycle code-oss-dev@1.15.0~watch: unsafe-perm in lifecycle true
9 verbose lifecycle code-oss-dev@1.15.0~watch: PATH: D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin;F:\vscode\node_modules\.bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\MATLAB_R2017a\runtime\win64;C:\MATLAB_R2017a\bin;C:\Program Files (x86)\QuickTime\QTSystem\;F:\Python27;F:\Python27\Library\mingw-w64\bin;F:\Python27\Library\usr\bin;F:\Python27\Library\bin;F:\Python27\Scripts;D:\User\Documents\latex\texmfs\install\miktex\bin\;D:\User\Documents\Cygwin64\bin;C:\Users\Professional\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Java\JDK\bin;C:\Program Files (x86)\Git\bin;D:\User\Dropbox\Applications\SoftwareVersioning\SpeakTimeVBScript;D:\User\Documents\SumatraPDF\bin;D:\User\Documents\apache_marven\maven\bin;D:\User\Documents\Ruby21-x64\bin;F:\VisualStudio2015\VC\bin;D:\User\DataStore\GamesDataStore\Conter-Strike1.6\Outros\Addons\Multi-Mod\Amx Mod X\CompilerDefault;D:\User\Documents\CMake\bin;D:\User\Documents\Vim\vim74;D:\User\Documents\Perl64\bin;D:\User\Documents\Perl64\site\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\lib\extralibs\bin;D:\User\Documents\Nodejs\bin;D:\User\Documents\Ant\bin\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Users\Professional\App
10 verbose lifecycle code-oss-dev@1.15.0~watch: CWD: F:\vscode
11 silly lifecycle code-oss-dev@1.15.0~watch: Args: [ '/d /s /c', 'gulp watch --max_old_space_size=4096' ]
12 silly lifecycle code-oss-dev@1.15.0~watch: Returned: code: 3  signal: null
13 info lifecycle code-oss-dev@1.15.0~watch: Failed to exec watch script
14 verbose stack Error: code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
14 verbose stack Exit status 3
14 verbose stack     at EventEmitter.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid code-oss-dev@1.15.0
16 verbose cwd F:\vscode
17 error Windows_NT 10.0.15063
18 error argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch"
19 error node v6.11.0
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096`
22 error Exit status 3
23 error Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the code-oss-dev package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     gulp watch --max_old_space_size=4096
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs code-oss-dev
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls code-oss-dev
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

F:\vscode>


1) When I ran the command scripts\npm.bat install for the first time, this was the output:

F:\vscode>scripts\npm.bat install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

> code-oss-dev@1.15.0 preinstall F:\vscode
> node build/npm/preinstall.js


> oniguruma@6.1.1 install F:\vscode\node_modules\oniguruma
> node-gyp rebuild


F:\vscode\node_modules\oniguruma>if not defined npm_config_node_gyp (node "D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  regcomp.c
  regenc.c
  regerror.c
  regexec.c
  regext.c
  reggnu.c
  regparse.c
  regposerr.c
  regposix.c
  regsyntax.c
  regtrav.c
  regversion.c
  st.c
  ascii.c
  big5.c
  cp1251.c
  euc_jp.c
  euc_kr.c
  euc_tw.c
  gb18030.c
  iso8859_1.c
  iso8859_2.c
  iso8859_3.c
  iso8859_4.c
  iso8859_5.c
  iso8859_6.c
  iso8859_7.c
  iso8859_8.c
  iso8859_9.c
  iso8859_10.c
  iso8859_11.c
  iso8859_13.c
  iso8859_14.c
  iso8859_15.c
  iso8859_16.c
  koi8.c
  koi8_r.c
  mktable.c
  sjis.c
  unicode.c
  utf16_be.c
  utf16_le.c
  utf32_be.c
  utf32_le.c
  utf8.c
  win_delay_load_hook.cc
  oniguruma.vcxproj -> F:\vscode\node_modules\oniguruma\build\Release\\oniguruma.lib
  onig-result.cc
  onig-reg-exp.cc
  onig-scanner.cc
  onig-scanner-worker.cc
  onig-searcher.cc
  onig-string.cc
  win_delay_load_hook.cc
     Creating library F:\vscode\node_modules\oniguruma\build\Release\onig_scanner.lib and object F:\vscode\node_modules\oniguruma\build\Release\onig_scanner.exp
  Generating code
  Finished generating code
  onig_scanner.vcxproj -> F:\vscode\node_modules\oniguruma\build\Release\\onig_scanner.node
  onig_scanner.vcxproj -> F:\vscode\node_modules\oniguruma\build\Release\onig_scanner.pdb (Full PDB)

> code-oss-dev@1.15.0 postinstall F:\vscode
> node build/npm/postinstall.js


> vscode-extensions@0.0.1 postinstall F:\vscode\extensions
> node ./postinstall

removed 'F:\vscode\extensions\node_modules\typescript\lib\tsc.js'
removed 'F:\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.d.ts'
removed 'F:\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.js'
removed 'F:\vscode\extensions\node_modules\typescript\lib\typescriptServices.d.ts'
removed 'F:\vscode\extensions\node_modules\typescript\lib\typescriptServices.js'
vscode-extensions@0.0.1 F:\vscode\extensions
`-- typescript@2.4.2-insiders.20170630

npm WARN vscode-extensions@0.0.1 No repository field.
npm WARN vscode-extensions@0.0.1 No license field.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
vscode-api-tests@0.0.1 F:\vscode\extensions\vscode-api-tests
+-- @types/mocha@2.2.41
+-- @types/node@7.0.37
+-- typescript@1.8.10
`-- vscode@1.0.1
  +-- glob@5.0.15
  | +-- inflight@1.0.6
  | | `-- wrappy@1.0.2
  | +-- inherits@2.0.3
  | +-- minimatch@3.0.4
  | | `-- brace-expansion@1.1.8
  | |   +-- balanced-match@1.0.0
  | |   `-- concat-map@0.0.1
  | +-- once@1.4.0
  | `-- path-is-absolute@1.0.1
  +-- gulp-chmod@1.3.0
  | +-- deep-assign@1.0.0
  | | `-- is-obj@1.0.1
  | +-- stat-mode@0.2.2
  | `-- through2@2.0.3
  |   +-- readable-stream@2.3.3
  |   | +-- core-util-is@1.0.2
  |   | +-- isarray@1.0.0
  |   | +-- process-nextick-args@1.0.7
  |   | +-- string_decoder@1.0.3
  |   | `-- util-deprecate@1.0.2
  |   `-- xtend@4.0.1
  +-- gulp-filter@4.0.0
  | +-- gulp-util@3.0.8
  | | +-- array-differ@1.0.0
  | | +-- array-uniq@1.0.3
  | | +-- beeper@1.1.1
  | | +-- chalk@1.1.3
  | | | +-- ansi-styles@2.2.1
  | | | +-- escape-string-regexp@1.0.5
  | | | +-- has-ansi@2.0.0
  | | | | `-- ansi-regex@2.1.1
  | | | +-- strip-ansi@3.0.1
  | | | `-- supports-color@2.0.0
  | | +-- dateformat@2.0.0
  | | +-- fancy-log@1.3.0
  | | | `-- time-stamp@1.1.0
  | | +-- gulplog@1.0.0
  | | | `-- glogg@1.0.0
  | | +-- has-gulplog@0.1.0
  | | | `-- sparkles@1.0.0
  | | +-- lodash._reescape@3.0.0
  | | +-- lodash._reevaluate@3.0.0
  | | +-- lodash._reinterpolate@3.0.0
  | | +-- lodash.template@3.6.2
  | | | +-- lodash._basecopy@3.0.1
  | | | +-- lodash._basetostring@3.0.1
  | | | +-- lodash._basevalues@3.0.0
  | | | +-- lodash._isiterateecall@3.0.9
  | | | +-- lodash.escape@3.2.0
  | | | | `-- lodash._root@3.0.1
  | | | +-- lodash.keys@3.1.2
  | | | | +-- lodash._getnative@3.9.1
  | | | | +-- lodash.isarguments@3.1.0
  | | | | `-- lodash.isarray@3.0.4
  | | | +-- lodash.restparam@3.6.1
  | | | `-- lodash.templatesettings@3.1.1
  | | +-- minimist@1.2.0
  | | +-- multipipe@0.1.2
  | | | `-- duplexer2@0.0.2
  | | |   `-- readable-stream@1.1.14
  | | |     +-- isarray@0.0.1
  | | |     `-- string_decoder@0.10.31
  | | +-- object-assign@3.0.0
  | | +-- replace-ext@0.0.1
  | | `-- vinyl@0.5.3
  | +-- multimatch@2.1.0
  | | +-- array-union@1.0.2
  | | `-- arrify@1.0.1
  | `-- streamfilter@1.0.5
  +-- gulp-gunzip@0.0.3
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | `-- vinyl@0.4.6
  |   +-- clone@0.2.0
  |   `-- clone-stats@0.0.1
  +-- gulp-remote-src@0.4.2
  | +-- event-stream@3.3.4
  | | +-- duplexer@0.1.1
  | | +-- from@0.1.7
  | | +-- map-stream@0.1.0
  | | +-- pause-stream@0.0.11
  | | +-- split@0.3.3
  | | +-- stream-combiner@0.0.4
  | | `-- through@2.3.8
  | +-- node.extend@1.1.6
  | | `-- is@3.2.1
  | +-- request@2.79.0
  | | +-- caseless@0.11.0
  | | +-- har-validator@2.0.6
  | | | +-- commander@2.11.0
  | | | +-- is-my-json-valid@2.16.0
  | | | | +-- generate-function@2.0.0
  | | | | +-- generate-object-property@1.2.0
  | | | | | `-- is-property@1.0.2
  | | | | `-- jsonpointer@4.0.1
  | | | `-- pinkie-promise@2.0.1
  | | |   `-- pinkie@2.0.4
  | | +-- qs@6.3.2
  | | `-- tunnel-agent@0.4.3
  | `-- vinyl@2.0.2
  |   +-- clone@1.0.2
  |   +-- clone-buffer@1.0.0
  |   +-- clone-stats@1.0.0
  |   +-- cloneable-readable@1.0.0
  |   +-- is-stream@1.1.0
  |   +-- remove-trailing-separator@1.0.2
  |   `-- replace-ext@1.0.0
  +-- gulp-symdest@1.1.0
  | +-- mkdirp@0.5.1
  | | `-- minimist@0.0.8
  | +-- queue@3.1.0
  | `-- vinyl-fs@2.4.4
  |   +-- duplexify@3.5.0
  |   | +-- end-of-stream@1.0.0
  |   | | `-- once@1.3.3
  |   | `-- stream-shift@1.0.0
  |   +-- glob-stream@5.3.5
  |   | +-- glob-parent@3.1.0
  |   | | +-- is-glob@3.1.0
  |   | | | `-- is-extglob@2.1.1
  |   | | `-- path-dirname@1.0.2
  |   | +-- micromatch@2.3.11
  |   | | +-- arr-diff@2.0.0
  |   | | | `-- arr-flatten@1.1.0
  |   | | +-- array-unique@0.2.1
  |   | | +-- braces@1.8.5
  |   | | | +-- expand-range@1.8.2
  |   | | | | `-- fill-range@2.2.3
  |   | | | |   +-- is-number@2.1.0
  |   | | | |   +-- isobject@2.1.0
  |   | | | |   +-- randomatic@1.1.7
  |   | | | |   | +-- is-number@3.0.0
  |   | | | |   | | `-- kind-of@3.2.2
  |   | | | |   | `-- kind-of@4.0.0
  |   | | | |   `-- repeat-string@1.6.1
  |   | | | +-- preserve@0.2.0
  |   | | | `-- repeat-element@1.1.2
  |   | | +-- expand-brackets@0.1.5
  |   | | | `-- is-posix-bracket@0.1.1
  |   | | +-- extglob@0.3.2
  |   | | | `-- is-extglob@1.0.0
  |   | | +-- filename-regex@2.0.1
  |   | | +-- is-extglob@1.0.0
  |   | | +-- is-glob@2.0.1
  |   | | +-- kind-of@3.2.2
  |   | | | `-- is-buffer@1.1.5
  |   | | +-- normalize-path@2.1.1
  |   | | +-- object.omit@2.0.1
  |   | | | +-- for-own@0.1.5
  |   | | | | `-- for-in@1.0.2
  |   | | | `-- is-extendable@0.1.1
  |   | | +-- parse-glob@3.0.4
  |   | | | +-- glob-base@0.3.0
  |   | | | | +-- glob-parent@2.0.0
  |   | | | | `-- is-glob@2.0.1
  |   | | | |   `-- is-extglob@1.0.0
  |   | | | +-- is-dotfile@1.0.3
  |   | | | +-- is-extglob@1.0.0
  |   | | | `-- is-glob@2.0.1
  |   | | `-- regex-cache@0.4.3
  |   | |   +-- is-equal-shallow@0.1.3
  |   | |   `-- is-primitive@2.0.0
  |   | +-- ordered-read-streams@0.3.0
  |   | +-- through2@0.6.5
  |   | | `-- readable-stream@1.0.34
  |   | |   +-- isarray@0.0.1
  |   | |   `-- string_decoder@0.10.31
  |   | +-- to-absolute-glob@0.1.1
  |   | | `-- extend-shallow@2.0.1
  |   | `-- unique-stream@2.2.1
  |   +-- graceful-fs@4.1.11
  |   +-- gulp-sourcemaps@1.6.0
  |   | +-- convert-source-map@1.5.0
  |   | `-- vinyl@1.2.0
  |   +-- is-valid-glob@0.3.0
  |   +-- lazystream@1.0.0
  |   +-- lodash.isequal@4.5.0
  |   +-- merge-stream@1.0.1
  |   +-- object-assign@4.1.1
  |   +-- strip-bom@2.0.0
  |   | `-- is-utf8@0.2.1
  |   +-- strip-bom-stream@1.0.0
  |   | `-- first-chunk-stream@1.0.0
  |   +-- through2-filter@2.0.0
  |   +-- vali-date@1.0.0
  |   `-- vinyl@1.2.0
  +-- gulp-untar@0.0.4
  | +-- event-stream@3.1.7
  | | `-- split@0.2.10
  | +-- gulp-util@2.2.20
  | | +-- chalk@0.5.1
  | | | +-- ansi-styles@1.1.0
  | | | +-- has-ansi@0.1.0
  | | | | `-- ansi-regex@0.2.1
  | | | +-- strip-ansi@0.3.0
  | | | `-- supports-color@0.2.0
  | | +-- dateformat@1.0.12
  | | | +-- get-stdin@4.0.1
  | | | `-- meow@3.7.0
  | | |   +-- camelcase-keys@2.1.0
  | | |   | `-- camelcase@2.1.1
  | | |   +-- decamelize@1.2.0
  | | |   +-- loud-rejection@1.6.0
  | | |   | +-- currently-unhandled@0.4.1
  | | |   | | `-- array-find-index@1.0.2
  | | |   | `-- signal-exit@3.0.2
  | | |   +-- map-obj@1.0.1
  | | |   +-- normalize-package-data@2.4.0
  | | |   | +-- hosted-git-info@2.5.0
  | | |   | +-- is-builtin-module@1.0.0
  | | |   | | `-- builtin-modules@1.1.1
  | | |   | `-- validate-npm-package-license@3.0.1
  | | |   |   +-- spdx-correct@1.0.2
  | | |   |   | `-- spdx-license-ids@1.2.2
  | | |   |   `-- spdx-expression-parse@1.0.4
  | | |   +-- object-assign@4.1.1
  | | |   +-- read-pkg-up@1.0.1
  | | |   | +-- find-up@1.1.2
  | | |   | | `-- path-exists@2.1.0
  | | |   | `-- read-pkg@1.1.0
  | | |   |   +-- load-json-file@1.1.0
  | | |   |   | +-- parse-json@2.2.0
  | | |   |   | | `-- error-ex@1.3.1
  | | |   |   | |   `-- is-arrayish@0.2.1
  | | |   |   | `-- pify@2.3.0
  | | |   |   `-- path-type@1.1.0
  | | |   +-- redent@1.0.0
  | | |   | +-- indent-string@2.1.0
  | | |   | | `-- repeating@2.0.1
  | | |   | |   `-- is-finite@1.0.2
  | | |   | |     `-- number-is-nan@1.0.1
  | | |   | `-- strip-indent@1.0.1
  | | |   `-- trim-newlines@1.0.0
  | | +-- lodash._reinterpolate@2.4.1
  | | +-- lodash.template@2.4.1
  | | | +-- lodash._escapestringchar@2.4.1
  | | | +-- lodash.defaults@2.4.1
  | | | | +-- lodash._objecttypes@2.4.1
  | | | | `-- lodash.keys@2.4.1
  | | | +-- lodash.escape@2.4.1
  | | | | +-- lodash._escapehtmlchar@2.4.1
  | | | | | `-- lodash._htmlescapes@2.4.1
  | | | | `-- lodash._reunescapedhtml@2.4.1
  | | | |   `-- lodash.keys@2.4.1
  | | | +-- lodash.keys@2.4.1
  | | | | +-- lodash._isnative@2.4.1
  | | | | +-- lodash._shimkeys@2.4.1
  | | | | `-- lodash.isobject@2.4.1
  | | | +-- lodash.templatesettings@2.4.1
  | | | `-- lodash.values@2.4.1
  | | |   `-- lodash.keys@2.4.1
  | | +-- minimist@0.2.0
  | | +-- through2@0.5.1
  | | | `-- xtend@3.0.0
  | | `-- vinyl@0.2.3
  | +-- streamifier@0.1.1
  | +-- tar@0.1.20
  | | +-- block-stream@0.0.9
  | | `-- fstream@0.1.31
  | |   +-- graceful-fs@3.0.11
  | |   | `-- natives@1.1.0
  | |   `-- rimraf@2.6.1
  | |     `-- glob@7.1.2
  | |       `-- fs.realpath@1.0.0
  | `-- through2@0.4.2
  |   +-- readable-stream@1.0.34
  |   | +-- isarray@0.0.1
  |   | `-- string_decoder@0.10.31
  |   `-- xtend@2.1.2
  |     `-- object-keys@0.4.0
  +-- gulp-vinyl-zip@1.4.0
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | +-- vinyl@0.4.6
  | | `-- clone@0.2.0
  | +-- yauzl@2.8.0
  | | +-- buffer-crc32@0.2.13
  | | `-- fd-slicer@1.0.1
  | |   `-- pend@1.2.0
  | `-- yazl@2.4.2
  +-- mocha@2.5.3
  | +-- commander@2.3.0
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- diff@1.4.0
  | +-- escape-string-regexp@1.0.2
  | +-- glob@3.2.11
  | | `-- minimatch@0.3.0
  | |   +-- lru-cache@2.7.3
  | |   `-- sigmund@1.0.1
  | +-- growl@1.9.2
  | +-- jade@0.26.3
  | | +-- commander@0.6.1
  | | `-- mkdirp@0.3.0
  | +-- supports-color@1.2.0
  | `-- to-iso-string@0.0.2
  +-- request@2.81.0
  | +-- aws-sign2@0.6.0
  | +-- aws4@1.6.0
  | +-- caseless@0.12.0
  | +-- combined-stream@1.0.5
  | | `-- delayed-stream@1.0.0
  | +-- extend@3.0.1
  | +-- forever-agent@0.6.1
  | +-- form-data@2.1.4
  | | `-- asynckit@0.4.0
  | +-- har-validator@4.2.1
  | | +-- ajv@4.11.8
  | | | +-- co@4.6.0
  | | | `-- json-stable-stringify@1.0.1
  | | |   `-- jsonify@0.0.0
  | | `-- har-schema@1.0.5
  | +-- hawk@3.1.3
  | | +-- boom@2.10.1
  | | +-- cryptiles@2.0.5
  | | +-- hoek@2.16.3
  | | `-- sntp@1.0.9
  | +-- http-signature@1.1.1
  | | +-- assert-plus@0.2.0
  | | +-- jsprim@1.4.0
  | | | +-- assert-plus@1.0.0
  | | | +-- extsprintf@1.0.2
  | | | +-- json-schema@0.2.3
  | | | `-- verror@1.3.6
  | | `-- sshpk@1.13.1
  | |   +-- asn1@0.2.3
  | |   +-- assert-plus@1.0.0
  | |   +-- bcrypt-pbkdf@1.0.1
  | |   +-- dashdash@1.14.1
  | |   | `-- assert-plus@1.0.0
  | |   +-- ecc-jsbn@0.1.1
  | |   +-- getpass@0.1.7
  | |   | `-- assert-plus@1.0.0
  | |   +-- jsbn@0.1.1
  | |   `-- tweetnacl@0.14.5
  | +-- is-typedarray@1.0.0
  | +-- isstream@0.1.2
  | +-- json-stringify-safe@5.0.1
  | +-- mime-types@2.1.15
  | | `-- mime-db@1.27.0
  | +-- oauth-sign@0.8.2
  | +-- performance-now@0.2.0
  | +-- qs@6.4.0
  | +-- safe-buffer@5.1.1
  | +-- stringstream@0.0.5
  | +-- tough-cookie@2.3.2
  | | `-- punycode@1.4.1
  | +-- tunnel-agent@0.6.0
  | `-- uuid@3.1.0
  +-- semver@5.3.0
  +-- source-map-support@0.3.3
  | `-- source-map@0.1.32
  |   `-- amdefine@1.0.1
  `-- vinyl-source-stream@1.1.0
    +-- through2@0.6.5
    | `-- readable-stream@1.0.34
    |   +-- isarray@0.0.1
    |   `-- string_decoder@0.10.31
    `-- vinyl@0.4.6
      `-- clone@0.2.0

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

> vscode-colorize-tests@0.0.1 postinstall F:\vscode\extensions\vscode-colorize-tests
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: *
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/master/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

vscode-colorize-tests@0.0.1 F:\vscode\extensions\vscode-colorize-tests
+-- @types/mocha@2.2.41
+-- @types/node@7.0.37
`-- vscode@1.0.1
  +-- glob@5.0.15
  | +-- inflight@1.0.6
  | | `-- wrappy@1.0.2
  | +-- inherits@2.0.3
  | +-- minimatch@3.0.4
  | | `-- brace-expansion@1.1.8
  | |   +-- balanced-match@1.0.0
  | |   `-- concat-map@0.0.1
  | +-- once@1.4.0
  | `-- path-is-absolute@1.0.1
  +-- gulp-chmod@1.3.0
  | +-- deep-assign@1.0.0
  | | `-- is-obj@1.0.1
  | +-- stat-mode@0.2.2
  | `-- through2@2.0.3
  |   +-- readable-stream@2.3.3
  |   | +-- core-util-is@1.0.2
  |   | +-- isarray@1.0.0
  |   | +-- process-nextick-args@1.0.7
  |   | +-- string_decoder@1.0.3
  |   | `-- util-deprecate@1.0.2
  |   `-- xtend@4.0.1
  +-- gulp-filter@4.0.0
  | +-- gulp-util@3.0.8
  | | +-- array-differ@1.0.0
  | | +-- array-uniq@1.0.3
  | | +-- beeper@1.1.1
  | | +-- chalk@1.1.3
  | | | +-- ansi-styles@2.2.1
  | | | +-- escape-string-regexp@1.0.5
  | | | +-- has-ansi@2.0.0
  | | | | `-- ansi-regex@2.1.1
  | | | +-- strip-ansi@3.0.1
  | | | `-- supports-color@2.0.0
  | | +-- dateformat@2.0.0
  | | +-- fancy-log@1.3.0
  | | | `-- time-stamp@1.1.0
  | | +-- gulplog@1.0.0
  | | | `-- glogg@1.0.0
  | | +-- has-gulplog@0.1.0
  | | | `-- sparkles@1.0.0
  | | +-- lodash._reescape@3.0.0
  | | +-- lodash._reevaluate@3.0.0
  | | +-- lodash._reinterpolate@3.0.0
  | | +-- lodash.template@3.6.2
  | | | +-- lodash._basecopy@3.0.1
  | | | +-- lodash._basetostring@3.0.1
  | | | +-- lodash._basevalues@3.0.0
  | | | +-- lodash._isiterateecall@3.0.9
  | | | +-- lodash.escape@3.2.0
  | | | | `-- lodash._root@3.0.1
  | | | +-- lodash.keys@3.1.2
  | | | | +-- lodash._getnative@3.9.1
  | | | | +-- lodash.isarguments@3.1.0
  | | | | `-- lodash.isarray@3.0.4
  | | | +-- lodash.restparam@3.6.1
  | | | `-- lodash.templatesettings@3.1.1
  | | +-- minimist@1.2.0
  | | +-- multipipe@0.1.2
  | | | `-- duplexer2@0.0.2
  | | |   `-- readable-stream@1.1.14
  | | |     +-- isarray@0.0.1
  | | |     `-- string_decoder@0.10.31
  | | +-- object-assign@3.0.0
  | | +-- replace-ext@0.0.1
  | | `-- vinyl@0.5.3
  | +-- multimatch@2.1.0
  | | +-- array-union@1.0.2
  | | `-- arrify@1.0.1
  | `-- streamfilter@1.0.5
  +-- gulp-gunzip@0.0.3
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | `-- vinyl@0.4.6
  |   +-- clone@0.2.0
  |   `-- clone-stats@0.0.1
  +-- gulp-remote-src@0.4.2
  | +-- event-stream@3.3.4
  | | +-- duplexer@0.1.1
  | | +-- from@0.1.7
  | | +-- map-stream@0.1.0
  | | +-- pause-stream@0.0.11
  | | +-- split@0.3.3
  | | +-- stream-combiner@0.0.4
  | | `-- through@2.3.8
  | +-- node.extend@1.1.6
  | | `-- is@3.2.1
  | +-- request@2.79.0
  | | +-- caseless@0.11.0
  | | +-- har-validator@2.0.6
  | | | +-- commander@2.11.0
  | | | +-- is-my-json-valid@2.16.0
  | | | | +-- generate-function@2.0.0
  | | | | +-- generate-object-property@1.2.0
  | | | | | `-- is-property@1.0.2
  | | | | `-- jsonpointer@4.0.1
  | | | `-- pinkie-promise@2.0.1
  | | |   `-- pinkie@2.0.4
  | | +-- qs@6.3.2
  | | `-- tunnel-agent@0.4.3
  | `-- vinyl@2.0.2
  |   +-- clone@1.0.2
  |   +-- clone-buffer@1.0.0
  |   +-- clone-stats@1.0.0
  |   +-- cloneable-readable@1.0.0
  |   +-- is-stream@1.1.0
  |   +-- remove-trailing-separator@1.0.2
  |   `-- replace-ext@1.0.0
  +-- gulp-symdest@1.1.0
  | +-- mkdirp@0.5.1
  | | `-- minimist@0.0.8
  | +-- queue@3.1.0
  | `-- vinyl-fs@2.4.4
  |   +-- duplexify@3.5.0
  |   | +-- end-of-stream@1.0.0
  |   | | `-- once@1.3.3
  |   | `-- stream-shift@1.0.0
  |   +-- glob-stream@5.3.5
  |   | +-- glob-parent@3.1.0
  |   | | +-- is-glob@3.1.0
  |   | | | `-- is-extglob@2.1.1
  |   | | `-- path-dirname@1.0.2
  |   | +-- micromatch@2.3.11
  |   | | +-- arr-diff@2.0.0
  |   | | | `-- arr-flatten@1.1.0
  |   | | +-- array-unique@0.2.1
  |   | | +-- braces@1.8.5
  |   | | | +-- expand-range@1.8.2
  |   | | | | `-- fill-range@2.2.3
  |   | | | |   +-- is-number@2.1.0
  |   | | | |   +-- isobject@2.1.0
  |   | | | |   +-- randomatic@1.1.7
  |   | | | |   | +-- is-number@3.0.0
  |   | | | |   | | `-- kind-of@3.2.2
  |   | | | |   | `-- kind-of@4.0.0
  |   | | | |   `-- repeat-string@1.6.1
  |   | | | +-- preserve@0.2.0
  |   | | | `-- repeat-element@1.1.2
  |   | | +-- expand-brackets@0.1.5
  |   | | | `-- is-posix-bracket@0.1.1
  |   | | +-- extglob@0.3.2
  |   | | | `-- is-extglob@1.0.0
  |   | | +-- filename-regex@2.0.1
  |   | | +-- is-extglob@1.0.0
  |   | | +-- is-glob@2.0.1
  |   | | +-- kind-of@3.2.2
  |   | | | `-- is-buffer@1.1.5
  |   | | +-- normalize-path@2.1.1
  |   | | +-- object.omit@2.0.1
  |   | | | +-- for-own@0.1.5
  |   | | | | `-- for-in@1.0.2
  |   | | | `-- is-extendable@0.1.1
  |   | | +-- parse-glob@3.0.4
  |   | | | +-- glob-base@0.3.0
  |   | | | | +-- glob-parent@2.0.0
  |   | | | | `-- is-glob@2.0.1
  |   | | | |   `-- is-extglob@1.0.0
  |   | | | +-- is-dotfile@1.0.3
  |   | | | +-- is-extglob@1.0.0
  |   | | | `-- is-glob@2.0.1
  |   | | `-- regex-cache@0.4.3
  |   | |   +-- is-equal-shallow@0.1.3
  |   | |   `-- is-primitive@2.0.0
  |   | +-- ordered-read-streams@0.3.0
  |   | +-- through2@0.6.5
  |   | | `-- readable-stream@1.0.34
  |   | |   +-- isarray@0.0.1
  |   | |   `-- string_decoder@0.10.31
  |   | +-- to-absolute-glob@0.1.1
  |   | | `-- extend-shallow@2.0.1
  |   | `-- unique-stream@2.2.1
  |   +-- graceful-fs@4.1.11
  |   +-- gulp-sourcemaps@1.6.0
  |   | +-- convert-source-map@1.5.0
  |   | `-- vinyl@1.2.0
  |   +-- is-valid-glob@0.3.0
  |   +-- lazystream@1.0.0
  |   +-- lodash.isequal@4.5.0
  |   +-- merge-stream@1.0.1
  |   +-- object-assign@4.1.1
  |   +-- strip-bom@2.0.0
  |   | `-- is-utf8@0.2.1
  |   +-- strip-bom-stream@1.0.0
  |   | `-- first-chunk-stream@1.0.0
  |   +-- through2-filter@2.0.0
  |   +-- vali-date@1.0.0
  |   `-- vinyl@1.2.0
  +-- gulp-untar@0.0.4
  | +-- event-stream@3.1.7
  | | `-- split@0.2.10
  | +-- gulp-util@2.2.20
  | | +-- chalk@0.5.1
  | | | +-- ansi-styles@1.1.0
  | | | +-- has-ansi@0.1.0
  | | | | `-- ansi-regex@0.2.1
  | | | +-- strip-ansi@0.3.0
  | | | `-- supports-color@0.2.0
  | | +-- dateformat@1.0.12
  | | | +-- get-stdin@4.0.1
  | | | `-- meow@3.7.0
  | | |   +-- camelcase-keys@2.1.0
  | | |   | `-- camelcase@2.1.1
  | | |   +-- decamelize@1.2.0
  | | |   +-- loud-rejection@1.6.0
  | | |   | +-- currently-unhandled@0.4.1
  | | |   | | `-- array-find-index@1.0.2
  | | |   | `-- signal-exit@3.0.2
  | | |   +-- map-obj@1.0.1
  | | |   +-- normalize-package-data@2.4.0
  | | |   | +-- hosted-git-info@2.5.0
  | | |   | +-- is-builtin-module@1.0.0
  | | |   | | `-- builtin-modules@1.1.1
  | | |   | `-- validate-npm-package-license@3.0.1
  | | |   |   +-- spdx-correct@1.0.2
  | | |   |   | `-- spdx-license-ids@1.2.2
  | | |   |   `-- spdx-expression-parse@1.0.4
  | | |   +-- object-assign@4.1.1
  | | |   +-- read-pkg-up@1.0.1
  | | |   | +-- find-up@1.1.2
  | | |   | | `-- path-exists@2.1.0
  | | |   | `-- read-pkg@1.1.0
  | | |   |   +-- load-json-file@1.1.0
  | | |   |   | +-- parse-json@2.2.0
  | | |   |   | | `-- error-ex@1.3.1
  | | |   |   | |   `-- is-arrayish@0.2.1
  | | |   |   | `-- pify@2.3.0
  | | |   |   `-- path-type@1.1.0
  | | |   +-- redent@1.0.0
  | | |   | +-- indent-string@2.1.0
  | | |   | | `-- repeating@2.0.1
  | | |   | |   `-- is-finite@1.0.2
  | | |   | |     `-- number-is-nan@1.0.1
  | | |   | `-- strip-indent@1.0.1
  | | |   `-- trim-newlines@1.0.0
  | | +-- lodash._reinterpolate@2.4.1
  | | +-- lodash.template@2.4.1
  | | | +-- lodash._escapestringchar@2.4.1
  | | | +-- lodash.defaults@2.4.1
  | | | | +-- lodash._objecttypes@2.4.1
  | | | | `-- lodash.keys@2.4.1
  | | | +-- lodash.escape@2.4.1
  | | | | +-- lodash._escapehtmlchar@2.4.1
  | | | | | `-- lodash._htmlescapes@2.4.1
  | | | | `-- lodash._reunescapedhtml@2.4.1
  | | | |   `-- lodash.keys@2.4.1
  | | | +-- lodash.keys@2.4.1
  | | | | +-- lodash._isnative@2.4.1
  | | | | +-- lodash._shimkeys@2.4.1
  | | | | `-- lodash.isobject@2.4.1
  | | | +-- lodash.templatesettings@2.4.1
  | | | `-- lodash.values@2.4.1
  | | |   `-- lodash.keys@2.4.1
  | | +-- minimist@0.2.0
  | | +-- through2@0.5.1
  | | | `-- xtend@3.0.0
  | | `-- vinyl@0.2.3
  | +-- streamifier@0.1.1
  | +-- tar@0.1.20
  | | +-- block-stream@0.0.9
  | | `-- fstream@0.1.31
  | |   +-- graceful-fs@3.0.11
  | |   | `-- natives@1.1.0
  | |   `-- rimraf@2.6.1
  | |     `-- glob@7.1.2
  | |       `-- fs.realpath@1.0.0
  | `-- through2@0.4.2
  |   +-- readable-stream@1.0.34
  |   | +-- isarray@0.0.1
  |   | `-- string_decoder@0.10.31
  |   `-- xtend@2.1.2
  |     `-- object-keys@0.4.0
  +-- gulp-vinyl-zip@1.4.0
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | +-- vinyl@0.4.6
  | | `-- clone@0.2.0
  | +-- yauzl@2.8.0
  | | +-- buffer-crc32@0.2.13
  | | `-- fd-slicer@1.0.1
  | |   `-- pend@1.2.0
  | `-- yazl@2.4.2
  +-- mocha@2.5.3
  | +-- commander@2.3.0
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- diff@1.4.0
  | +-- escape-string-regexp@1.0.2
  | +-- glob@3.2.11
  | | `-- minimatch@0.3.0
  | |   +-- lru-cache@2.7.3
  | |   `-- sigmund@1.0.1
  | +-- growl@1.9.2
  | +-- jade@0.26.3
  | | +-- commander@0.6.1
  | | `-- mkdirp@0.3.0
  | +-- supports-color@1.2.0
  | `-- to-iso-string@0.0.2
  +-- request@2.81.0
  | +-- aws-sign2@0.6.0
  | +-- aws4@1.6.0
  | +-- caseless@0.12.0
  | +-- combined-stream@1.0.5
  | | `-- delayed-stream@1.0.0
  | +-- extend@3.0.1
  | +-- forever-agent@0.6.1
  | +-- form-data@2.1.4
  | | `-- asynckit@0.4.0
  | +-- har-validator@4.2.1
  | | +-- ajv@4.11.8
  | | | +-- co@4.6.0
  | | | `-- json-stable-stringify@1.0.1
  | | |   `-- jsonify@0.0.0
  | | `-- har-schema@1.0.5
  | +-- hawk@3.1.3
  | | +-- boom@2.10.1
  | | +-- cryptiles@2.0.5
  | | +-- hoek@2.16.3
  | | `-- sntp@1.0.9
  | +-- http-signature@1.1.1
  | | +-- assert-plus@0.2.0
  | | +-- jsprim@1.4.0
  | | | +-- assert-plus@1.0.0
  | | | +-- extsprintf@1.0.2
  | | | +-- json-schema@0.2.3
  | | | `-- verror@1.3.6
  | | `-- sshpk@1.13.1
  | |   +-- asn1@0.2.3
  | |   +-- assert-plus@1.0.0
  | |   +-- bcrypt-pbkdf@1.0.1
  | |   +-- dashdash@1.14.1
  | |   | `-- assert-plus@1.0.0
  | |   +-- ecc-jsbn@0.1.1
  | |   +-- getpass@0.1.7
  | |   | `-- assert-plus@1.0.0
  | |   +-- jsbn@0.1.1
  | |   `-- tweetnacl@0.14.5
  | +-- is-typedarray@1.0.0
  | +-- isstream@0.1.2
  | +-- json-stringify-safe@5.0.1
  | +-- mime-types@2.1.15
  | | `-- mime-db@1.27.0
  | +-- oauth-sign@0.8.2
  | +-- performance-now@0.2.0
  | +-- qs@6.4.0
  | +-- safe-buffer@5.1.1
  | +-- stringstream@0.0.5
  | +-- tough-cookie@2.3.2
  | | `-- punycode@1.4.1
  | +-- tunnel-agent@0.6.0
  | `-- uuid@3.1.0
  +-- semver@5.3.0
  +-- source-map-support@0.3.3
  | `-- source-map@0.1.32
  |   `-- amdefine@1.0.1
  `-- vinyl-source-stream@1.1.0
    +-- through2@0.6.5
    | `-- readable-stream@1.0.34
    |   +-- isarray@0.0.1
    |   `-- string_decoder@0.10.31
    `-- vinyl@0.4.6
      `-- clone@0.2.0


> json@0.1.0 postinstall F:\vscode\extensions\json
> cd server && npm install

vscode-json-languageserver@1.0.0 F:\vscode\extensions\json\server
+-- @types/node@6.0.83
+-- agent-base@1.0.2
+-- debug@2.6.6
+-- extend@3.0.1
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- jsonc-parser@0.4.2
+-- ms@0.7.3
+-- request-light@0.2.1
+-- vscode-json-languageservice@2.0.12
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageserver@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- vscode-uri@1.0.1

npm WARN vscode-json-languageserver@1.0.0 No repository field.
json@0.1.0 F:\vscode\extensions\json
+-- @types/node@6.0.83
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageclient@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN json@0.1.0 No description
npm WARN json@0.1.0 No repository field.
npm WARN json@0.1.0 No license field.
configuration-editing@0.0.1 F:\vscode\extensions\configuration-editing
+-- @types/node@7.0.37
+-- jsonc-parser@0.3.1
`-- vscode-nls@2.0.2

npm WARN configuration-editing@0.0.1 No description
npm WARN configuration-editing@0.0.1 No repository field.
npm WARN configuration-editing@0.0.1 No license field.
extension-editing@0.0.1 F:\vscode\extensions\extension-editing
+-- @types/markdown-it@0.0.2
+-- @types/node@6.0.78
+-- argparse@1.0.9
+-- entities@1.1.1
+-- jsonc-parser@0.3.1
+-- linkify-it@2.0.3
+-- markdown-it@8.3.1
+-- mdurl@1.0.1
+-- parse5@3.0.2
+-- sprintf-js@1.0.3
+-- uc.micro@1.0.3
`-- vscode-nls@2.0.2

npm WARN extension-editing@0.0.1 No description
npm WARN extension-editing@0.0.1 No repository field.
npm WARN extension-editing@0.0.1 No license field.
vscode-markdown@0.2.0 F:\vscode\extensions\markdown
+-- @types/node@7.0.37
+-- applicationinsights@0.18.0
+-- argparse@1.0.9
+-- entities@1.1.1
+-- gulp-rename@1.2.2
+-- gulp-replace@0.5.4
| +-- istextorbinary@1.0.2
| | +-- binaryextensions@1.0.1
| | `-- textextensions@1.0.2
| +-- readable-stream@2.3.3
| | +-- core-util-is@1.0.2
| | +-- inherits@2.0.3
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| `-- replacestream@4.0.2
|   +-- escape-string-regexp@1.0.5
|   `-- object-assign@4.1.1
+-- highlight.js@9.5.0
+-- linkify-it@2.0.3
+-- markdown-it@8.2.2
+-- markdown-it-named-headers@0.0.4
+-- mdurl@1.0.1
+-- sprintf-js@1.0.3
+-- string@3.3.1
+-- uc.micro@1.0.3
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN vscode-markdown@0.2.0 No repository field.
npm WARN vscode-markdown@0.2.0 No license field.
typescript@0.10.1 F:\vscode\extensions\typescript
+-- @types/node@7.0.37
+-- @types/semver@5.3.32
+-- applicationinsights@0.18.0
+-- semver@4.3.6
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.1
`-- winreg@1.2.3

npm WARN typescript@0.10.1 No repository field.
php@0.1.0 F:\vscode\extensions\php
+-- @types/node@7.0.37
`-- vscode-nls@1.0.7

npm WARN php@0.1.0 No description
npm WARN php@0.1.0 No repository field.
npm WARN php@0.1.0 No license field.
javascript@0.1.0 F:\vscode\extensions\javascript
+-- @types/node@7.0.37
+-- agent-base@1.0.2
+-- debug@2.2.0
+-- extend@3.0.0
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- jsonc-parser@0.3.1
+-- ms@0.7.1
+-- request-light@0.2.0
`-- vscode-nls@2.0.2

npm WARN javascript@0.1.0 No description
npm WARN javascript@0.1.0 No repository field.
npm WARN javascript@0.1.0 No license field.

> css@0.1.0 postinstall F:\vscode\extensions\css
> cd server && npm install

vscode-css-languageserver@1.0.0 F:\vscode\extensions\css\server
+-- @types/node@6.0.83
+-- vscode-css-languageservice@2.1.1
+-- vscode-jsonrpc@3.2.0
+-- vscode-languageserver@3.2.0
+-- vscode-languageserver-types@3.2.0
`-- vscode-nls@2.0.2

npm WARN vscode-css-languageserver@1.0.0 No repository field.
css@0.1.0 F:\vscode\extensions\css
+-- @types/node@6.0.83
+-- vscode-jsonrpc@3.2.0
+-- vscode-languageclient@3.2.0
+-- vscode-languageserver-types@3.2.0
`-- vscode-nls@2.0.2

npm WARN css@0.1.0 No description
npm WARN css@0.1.0 No repository field.
npm WARN css@0.1.0 No license field.

> html@0.1.0 postinstall F:\vscode\extensions\html
> cd server && npm install

vscode-html-languageserver@1.0.0 F:\vscode\extensions\html\server
+-- @types/mocha@2.2.41
+-- @types/node@6.0.83
+-- vscode-css-languageservice@2.1.0
| `-- vscode-languageserver-types@3.2.0
+-- vscode-html-languageservice@2.0.5
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageserver@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- vscode-uri@1.0.0

npm WARN vscode-html-languageserver@1.0.0 No repository field.
html@0.1.0 F:\vscode\extensions\html
+-- @types/mocha@2.2.41
+-- @types/node@6.0.83
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageclient@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN html@0.1.0 No description
npm WARN html@0.1.0 No repository field.
npm WARN html@0.1.0 No license field.
git@0.0.1 F:\vscode\extensions\git
+-- @types/mocha@2.2.41
+-- @types/node@7.0.37
+-- applicationinsights@0.18.0
+-- iconv-lite@0.4.15
+-- mocha@3.4.2
| +-- browser-stdout@1.3.0
| +-- commander@2.9.0
| | `-- graceful-readlink@1.0.1
| +-- debug@2.6.0
| | `-- ms@0.7.2
| +-- diff@3.2.0
| +-- escape-string-regexp@1.0.5
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | +-- minimatch@3.0.4
| | | `-- brace-expansion@1.1.8
| | |   +-- balanced-match@1.0.0
| | |   `-- concat-map@0.0.1
| | +-- once@1.4.0
| | `-- path-is-absolute@1.0.1
| +-- growl@1.9.2
| +-- json3@3.3.2
| +-- lodash.create@3.1.1
| | +-- lodash._baseassign@3.2.0
| | | +-- lodash._basecopy@3.0.1
| | | `-- lodash.keys@3.1.2
| | |   +-- lodash._getnative@3.9.1
| | |   +-- lodash.isarguments@3.1.0
| | |   `-- lodash.isarray@3.0.4
| | +-- lodash._basecreate@3.0.3
| | `-- lodash._isiterateecall@3.0.9
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- supports-color@3.1.2
|   `-- has-flag@1.0.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN git@0.0.1 No repository field.
npm WARN git@0.0.1 No license field.
gulp@0.0.1 F:\vscode\extensions\gulp
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN gulp@0.0.1 No repository field.
npm WARN gulp@0.0.1 No license field.
grunt@0.0.1 F:\vscode\extensions\grunt
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN grunt@0.0.1 No repository field.
npm WARN grunt@0.0.1 No license field.
jake@0.0.1 F:\vscode\extensions\jake
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
merge-conflict@0.7.0 F:\vscode\extensions\merge-conflict
+-- @types/node@7.0.37
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN merge-conflict@0.7.0 No repository field.
npm WARN merge-conflict@0.7.0 No license field.
emmet@0.0.1 F:\vscode\extensions\emmet
+-- @emmetio/abbreviation@0.6.1
+-- @emmetio/css-abbreviation@0.3.1
+-- @emmetio/css-parser@0.3.0
+-- @emmetio/css-snippets-resolver@0.2.5
+-- @emmetio/expand-abbreviation@0.5.8
+-- @emmetio/extract-abbreviation@0.1.2
+-- @emmetio/field-parser@0.3.0
+-- @emmetio/html-matcher@0.3.2
+-- @emmetio/html-snippets-resolver@0.1.4
+-- @emmetio/html-transform@0.3.2
+-- @emmetio/implicit-tag@1.0.0
+-- @emmetio/lorem@1.0.1
+-- @emmetio/markup-formatters@0.3.3
+-- @emmetio/math-expression@0.1.1
+-- @emmetio/node@0.1.2
+-- @emmetio/output-profile@0.1.5
+-- @emmetio/output-renderer@0.1.1
+-- @emmetio/snippets@0.2.3
+-- @emmetio/snippets-registry@0.3.1
+-- @emmetio/stream-reader@2.2.0
+-- @emmetio/stream-reader-utils@0.1.0
+-- @emmetio/stylesheet-formatters@0.1.2
+-- @emmetio/variable-resolver@0.2.1
+-- @types/node@7.0.37
`-- vscode-emmet-helper@0.0.18

npm WARN emmet@0.0.1 No license field.
npm@0.0.1 F:\vscode\extensions\npm
+-- @types/node@7.0.37
`-- vscode-nls@2.0.2

npm WARN npm@0.0.1 No repository field.
npm WARN npm@0.0.1 No license field.
npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

> code-oss-dev-build@1.0.0 postinstall F:\vscode\build
> npm run compile


> code-oss-dev-build@1.0.0 compile F:\vscode\build
> tsc

code-oss-dev-build@1.0.0 F:\vscode\build
+-- @types/azure@0.9.19
+-- @types/documentdb@1.10.1
+-- @types/es6-collections@0.5.30
+-- @types/es6-promise@0.0.32
+-- @types/mime@0.0.29
+-- @types/node@7.0.37
+-- @types/xml2js@0.0.33
+-- azure-storage@2.2.1
| +-- browserify-mime@1.2.9
| +-- extend@1.2.1
| +-- json-edm-parser@0.1.2
| | `-- jsonparse@1.2.0
| +-- md5.js@1.3.4
| | +-- hash-base@3.0.4
| | | `-- safe-buffer@5.1.1
| | `-- inherits@2.0.3
| +-- readable-stream@2.0.6
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- string_decoder@0.10.31
| | `-- util-deprecate@1.0.2
| +-- request@2.74.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- bl@1.1.2
| | +-- caseless@0.11.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.1
| | +-- forever-agent@0.6.1
| | +-- form-data@1.0.1
| | | `-- async@2.5.0
| | +-- har-validator@2.0.6
| | | +-- chalk@1.1.3
| | | | +-- ansi-styles@2.2.1
| | | | +-- escape-string-regexp@1.0.5
| | | | +-- has-ansi@2.0.0
| | | | | `-- ansi-regex@2.1.1
| | | | +-- strip-ansi@3.0.1
| | | | `-- supports-color@2.0.0
| | | +-- commander@2.11.0
| | | +-- is-my-json-valid@2.16.0
| | | | +-- generate-function@2.0.0
| | | | +-- generate-object-property@1.2.0
| | | | | `-- is-property@1.0.2
| | | | +-- jsonpointer@4.0.1
| | | | `-- xtend@4.0.1
| | | `-- pinkie-promise@2.0.1
| | |   `-- pinkie@2.0.4
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.1
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.7
| | |   | `-- assert-plus@1.0.0
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- node-uuid@1.4.8
| | +-- oauth-sign@0.8.2
| | +-- qs@6.2.3
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | | `-- punycode@1.4.1
| | `-- tunnel-agent@0.4.3
| +-- underscore@1.8.3
| +-- uuid@3.1.0
| +-- validator@3.35.0
| +-- xml2js@0.2.7
| | `-- sax@0.5.2
| `-- xmlbuilder@0.4.3
+-- documentdb@1.12.0
| +-- binary-search-bounds@2.0.3
| +-- priorityqueuejs@1.0.0
| `-- semaphore@1.0.5
+-- mime@1.3.6
+-- minimist@1.2.0
+-- typescript@2.4.1
`-- xml2js@0.4.17
  +-- sax@1.2.4
  `-- xmlbuilder@4.2.1
    `-- lodash@4.17.4

npm WARN code-oss-dev-build@1.0.0 No description
npm WARN code-oss-dev-build@1.0.0 No repository field.
npm WARN code-oss-dev-build@1.0.0 No license field.

> nsfw@1.0.16 install F:\vscode\build\lib\watch\node_modules\nsfw
> node-gyp rebuild


F:\vscode\build\lib\watch\node_modules\nsfw>if not defined npm_config_node_gyp (node "D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Warning: Missing input files:
F:\vscode\build\lib\watch\node_modules\nsfw\build\openpa\..\..\openpa\src\primitives\opa_nt_intrinics.h
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  opa_primitives.c
  opa_queue.c
  win_delay_load_hook.cc
  openpa.vcxproj -> F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\\openpa.lib
  NSFW.cpp
  Queue.cpp
  NativeInterface.cpp
  ReadLoop.cpp
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\NSFW.cpp)F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel'
has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\vscode\build\lib\watch\nod
e_modules\nsfw\build\nsfw.vcxproj]

  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)F:\vscode\bui
  ld\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)

F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\NativeInterface.cpp)F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_S
hm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\vscode\build\lib\watch\n
ode_modules\nsfw\build\nsfw.vcxproj]

  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)F:
  \vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)

F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whic
h is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
  ReadLoopRunner.cpp
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whic
h is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
..\src\NSFW.cpp(159): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  c:\users\professional\.node-gyp\6.11.0\include\node\v8.h(3276): note: see declaration of 'v8::Function::NewInstance'
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' wh
ich is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.c
  pp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whic
h is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.c
  pp)
F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t'
which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.c
  pp)
     Creating library F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.lib and object F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.exp
  Generating code
  Finished generating code
  nsfw.vcxproj -> F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\\nsfw.node
  nsfw.vcxproj -> F:\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.pdb (Full PDB)
watch@1.0.0 F:\vscode\build\lib\watch
+-- gulp-watch@4.3.11
| +-- anymatch@1.3.0
| | +-- arrify@1.0.1
| | `-- micromatch@2.3.11
| |   +-- arr-diff@2.0.0
| |   | `-- arr-flatten@1.1.0
| |   +-- array-unique@0.2.1
| |   +-- braces@1.8.5
| |   | +-- expand-range@1.8.2
| |   | | `-- fill-range@2.2.3
| |   | |   +-- is-number@2.1.0
| |   | |   +-- isobject@2.1.0
| |   | |   +-- randomatic@1.1.7
| |   | |   | +-- is-number@3.0.0
| |   | |   | | `-- kind-of@3.2.2
| |   | |   | `-- kind-of@4.0.0
| |   | |   `-- repeat-string@1.6.1
| |   | +-- preserve@0.2.0
| |   | `-- repeat-element@1.1.2
| |   +-- expand-brackets@0.1.5
| |   | `-- is-posix-bracket@0.1.1
| |   +-- extglob@0.3.2
| |   +-- filename-regex@2.0.1
| |   +-- is-extglob@1.0.0
| |   +-- kind-of@3.2.2
| |   | `-- is-buffer@1.1.5
| |   +-- normalize-path@2.1.1
| |   | `-- remove-trailing-separator@1.0.2
| |   +-- object.omit@2.0.1
| |   | +-- for-own@0.1.5
| |   | | `-- for-in@1.0.2
| |   | `-- is-extendable@0.1.1
| |   +-- parse-glob@3.0.4
| |   | +-- glob-base@0.3.0
| |   | | `-- glob-parent@2.0.0
| |   | `-- is-dotfile@1.0.3
| |   `-- regex-cache@0.4.3
| |     +-- is-equal-shallow@0.1.3
| |     `-- is-primitive@2.0.0
| +-- chokidar@1.7.0
| | +-- async-each@1.0.1
| | +-- glob-parent@2.0.0
| | +-- inherits@2.0.3
| | +-- is-binary-path@1.0.1
| | | `-- binary-extensions@1.8.0
| | +-- is-glob@2.0.1
| | `-- readdirp@2.1.0
| |   +-- minimatch@3.0.4
| |   | `-- brace-expansion@1.1.8
| |   |   +-- balanced-match@1.0.0
| |   |   `-- concat-map@0.0.1
| |   `-- set-immediate-shim@1.0.1
| +-- glob-parent@3.1.0
| | +-- is-glob@3.1.0
| | | `-- is-extglob@2.1.1
| | `-- path-dirname@1.0.2
| +-- gulp-util@3.0.8
| | +-- array-differ@1.0.0
| | +-- array-uniq@1.0.3
| | +-- beeper@1.1.1
| | +-- chalk@1.1.3
| | | +-- ansi-styles@2.2.1
| | | +-- escape-string-regexp@1.0.5
| | | +-- has-ansi@2.0.0
| | | | `-- ansi-regex@2.1.1
| | | +-- strip-ansi@3.0.1
| | | `-- supports-color@2.0.0
| | +-- dateformat@2.0.0
| | +-- fancy-log@1.3.0
| | | `-- time-stamp@1.1.0
| | +-- gulplog@1.0.0
| | | `-- glogg@1.0.0
| | +-- has-gulplog@0.1.0
| | | `-- sparkles@1.0.0
| | +-- lodash._reescape@3.0.0
| | +-- lodash._reevaluate@3.0.0
| | +-- lodash._reinterpolate@3.0.0
| | +-- lodash.template@3.6.2
| | | +-- lodash._basecopy@3.0.1
| | | +-- lodash._basetostring@3.0.1
| | | +-- lodash._basevalues@3.0.0
| | | +-- lodash._isiterateecall@3.0.9
| | | +-- lodash.escape@3.2.0
| | | | `-- lodash._root@3.0.1
| | | +-- lodash.keys@3.1.2
| | | | +-- lodash._getnative@3.9.1
| | | | +-- lodash.isarguments@3.1.0
| | | | `-- lodash.isarray@3.0.4
| | | +-- lodash.restparam@3.6.1
| | | `-- lodash.templatesettings@3.1.1
| | +-- minimist@1.2.0
| | +-- multipipe@0.1.2
| | | `-- duplexer2@0.0.2
| | |   `-- readable-stream@1.1.14
| | |     +-- isarray@0.0.1
| | |     `-- string_decoder@0.10.31
| | +-- object-assign@3.0.0
| | +-- replace-ext@0.0.1
| | +-- through2@2.0.3
| | | `-- xtend@4.0.1
| | `-- vinyl@0.5.3
| +-- object-assign@4.1.1
| +-- path-is-absolute@1.0.1
| +-- readable-stream@2.3.3
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| +-- slash@1.0.0
| +-- vinyl@1.2.0
| | +-- clone@1.0.2
| | `-- clone-stats@0.0.1
| `-- vinyl-file@2.0.0
|   +-- graceful-fs@4.1.11
|   +-- pify@2.3.0
|   +-- pinkie-promise@2.0.1
|   | `-- pinkie@2.0.4
|   +-- strip-bom@2.0.0
|   | `-- is-utf8@0.2.1
|   `-- strip-bom-stream@2.0.0
|     `-- first-chunk-stream@2.0.0
`-- nsfw@1.0.16
  +-- fs-extra@0.26.7
  | +-- jsonfile@2.4.0
  | +-- klaw@1.3.1
  | `-- rimraf@2.6.1
  |   `-- glob@7.1.2
  |     +-- fs.realpath@1.0.0
  |     +-- inflight@1.0.6
  |     | `-- wrappy@1.0.2
  |     `-- once@1.4.0
  +-- lodash.isinteger@4.0.4
  +-- lodash.isundefined@3.0.1
  +-- nan@2.6.2
  `-- promisify-node@0.3.0
    `-- nodegit-promise@4.0.0
      `-- asap@2.0.6

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
code-oss-dev@1.15.0 F:\vscode
+-- cson-parser@1.3.5
| `-- coffee-script@1.12.7
+-- oniguruma@6.1.1
`-- vscode-textmate@3.1.5

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})

F:\vscode>


2) When I ran the command scripts\npm.bat install for the after the first time, this was the output:

F:\vscode>scripts\npm.bat install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

> code-oss-dev@1.15.0 preinstall F:\vscode
> node build/npm/preinstall.js


> code-oss-dev@1.15.0 postinstall F:\vscode
> node build/npm/postinstall.js


> vscode-extensions@0.0.1 postinstall F:\vscode\extensions
> node ./postinstall

npm WARN vscode-extensions@0.0.1 No repository field.
npm WARN vscode-extensions@0.0.1 No license field.

> vscode-colorize-tests@0.0.1 postinstall F:\vscode\extensions\vscode-colorize-tests
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: *
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/master/src/vs/vscode.d.ts
vscode.d.ts successfully installed!


> json@0.1.0 postinstall F:\vscode\extensions\json
> cd server && npm install

vscode-json-languageserver@1.0.0 F:\vscode\extensions\json\server
`-- @types/node@6.0.84

npm WARN vscode-json-languageserver@1.0.0 No repository field.
json@0.1.0 F:\vscode\extensions\json
`-- @types/node@6.0.84

npm WARN json@0.1.0 No description
npm WARN json@0.1.0 No repository field.
npm WARN json@0.1.0 No license field.
configuration-editing@0.0.1 F:\vscode\extensions\configuration-editing
`-- @types/node@7.0.38

npm WARN configuration-editing@0.0.1 No description
npm WARN configuration-editing@0.0.1 No repository field.
npm WARN configuration-editing@0.0.1 No license field.
npm WARN extension-editing@0.0.1 No description
npm WARN extension-editing@0.0.1 No repository field.
npm WARN extension-editing@0.0.1 No license field.
vscode-markdown@0.2.0 F:\vscode\extensions\markdown
`-- @types/node@7.0.38

npm WARN vscode-markdown@0.2.0 No repository field.
npm WARN vscode-markdown@0.2.0 No license field.
typescript@0.10.1 F:\vscode\extensions\typescript
`-- @types/node@7.0.38

npm WARN typescript@0.10.1 No repository field.
php@0.1.0 F:\vscode\extensions\php
`-- @types/node@7.0.38

npm WARN php@0.1.0 No description
npm WARN php@0.1.0 No repository field.
npm WARN php@0.1.0 No license field.
javascript@0.1.0 F:\vscode\extensions\javascript
`-- @types/node@7.0.38

npm WARN javascript@0.1.0 No description
npm WARN javascript@0.1.0 No repository field.
npm WARN javascript@0.1.0 No license field.

> css@0.1.0 postinstall F:\vscode\extensions\css
> cd server && npm install

vscode-css-languageserver@1.0.0 F:\vscode\extensions\css\server
`-- @types/node@6.0.84

npm WARN vscode-css-languageserver@1.0.0 No repository field.
css@0.1.0 F:\vscode\extensions\css
`-- @types/node@6.0.84

npm WARN css@0.1.0 No description
npm WARN css@0.1.0 No repository field.
npm WARN css@0.1.0 No license field.

> html@0.1.0 postinstall F:\vscode\extensions\html
> cd server && npm install

vscode-html-languageserver@1.0.0 F:\vscode\extensions\html\server
`-- @types/node@6.0.84

npm WARN vscode-html-languageserver@1.0.0 No repository field.
html@0.1.0 F:\vscode\extensions\html
`-- @types/node@6.0.84

npm WARN html@0.1.0 No description
npm WARN html@0.1.0 No repository field.
npm WARN html@0.1.0 No license field.
git@0.0.1 F:\vscode\extensions\git
`-- @types/node@7.0.38

npm WARN git@0.0.1 No repository field.
npm WARN git@0.0.1 No license field.
gulp@0.0.1 F:\vscode\extensions\gulp
`-- @types/node@7.0.38

npm WARN gulp@0.0.1 No repository field.
npm WARN gulp@0.0.1 No license field.
grunt@0.0.1 F:\vscode\extensions\grunt
`-- @types/node@7.0.38

npm WARN grunt@0.0.1 No repository field.
npm WARN grunt@0.0.1 No license field.
jake@0.0.1 F:\vscode\extensions\jake
`-- @types/node@7.0.38

npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
merge-conflict@0.7.0 F:\vscode\extensions\merge-conflict
`-- @types/node@7.0.38

npm WARN merge-conflict@0.7.0 No repository field.
npm WARN merge-conflict@0.7.0 No license field.
emmet@0.0.1 F:\vscode\extensions\emmet
`-- @types/node@7.0.38

npm WARN emmet@0.0.1 No license field.
npm@0.0.1 F:\vscode\extensions\npm
`-- @types/node@7.0.38

npm WARN npm@0.0.1 No repository field.
npm WARN npm@0.0.1 No license field.
npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.

> code-oss-dev-build@1.0.0 postinstall F:\vscode\build
> npm run compile


> code-oss-dev-build@1.0.0 compile F:\vscode\build
> tsc

npm WARN code-oss-dev-build@1.0.0 No description
npm WARN code-oss-dev-build@1.0.0 No repository field.
npm WARN code-oss-dev-build@1.0.0 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
code-oss-dev@1.15.0 F:\vscode
`-- vsce@1.29.0
  `-- cheerio@1.0.0-rc.2
    `-- parse5@3.0.2
      `-- @types/node@6.0.84

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})

F:\vscode>


3) When I ran the command scripts\code.bat, this was the output:

F:\vscode>scripts\code.bat
[03:41:55] Using gulpfile F:\vscode\gulpfile.js
[03:41:55] Starting 'clean-electron'...
[03:41:55] Finished 'clean-electron' after 15 ms
[03:41:55] Starting 'electron'...
↓ ffmpeg-v1.6.6-win32-ia32.zip [====================] 100%
↓ electron-v1.6.6-win32-ia32.zip [====================] 100%
[03:42:15] Finished 'electron' after 20 s
[03:42:29] Using gulpfile F:\vscode\gulpfile.js
[03:42:29] Starting 'clean-electron'...
[03:42:29] Finished 'clean-electron' after 94 ms
[03:42:29] Starting 'electron'...
[03:42:35] Finished 'electron' after 6.03 s

[13208:0718/034237.369:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
{ Error: Cannot find module './build/Release/keymapping'
    at Module._resolveFilename (module.js:470:15)
    at Function.Module._resolveFilename (F:\vscode\.build\electron\resources\electron.asar\common\reset-search-paths.js:35:12)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at NativeBinding._init (F:\vscode\node_modules\native-keymap\index.js:15:22)
    at NativeBinding.onDidChangeKeyboardLayout (F:\vscode\node_modules\native-keymap\index.js:37:10)
    at Object.exports.onDidChangeKeyboardLayout (F:\vscode\node_modules\native-keymap\index.js:61:18)
    at KeyboardLayoutMonitor.onDidChangeKeyboardLayout (F:\vscode\out\vs\code\electron-main\keyboard.js:27:30)
    at CodeApplication.registerListeners (F:\vscode\out\vs\code\electron-main\app.js:145:55) code: 'MODULE_NOT_FOUND' }
[12988:0718/034243.361:INFO:CONSOLE(224)] "Loading "gc-signals" failed", source: file:///F:/vscode/out/vs/loader.js (224)
[12988:0718/034243.361:INFO:CONSOLE(225)] "Detail: ", source: file:///F:/vscode/out/vs/loader.js (225)
[12988:0718/034243.369:INFO:CONSOLE(227)] "Error: Cannot find module '../build/Release/gcsignals'
    at Module._resolveFilename (module.js:470:15)
    at Function.Module._resolveFilename (F:\vscode\.build\electron\resources\electron.asar\common\reset-search-paths.js:35:12)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (F:\vscode\node_modules\gc-signals\src\index.js:8:18)
    at Object.<anonymous> (F:\vscode\node_modules\gc-signals\src\index.js:67:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)", source: file:///F:/vscode/out/vs/loader.js (227)
[12988:0718/034243.371:INFO:CONSOLE(229)] "Here are the modules that depend on it:", source: file:///F:/vscode/out/vs/loader.js (229)
[12988:0718/034243.372:INFO:CONSOLE(230)] "vs/workbench/api/electron-browser/mainThreadHeapService", source: file:///F:/vscode/out/vs/loader.js (230)

F:\vscode>


And the following window showed up:

image

4) When I ran the command npm owner ls code-oss-dev, this was the output:

F:\vscode>npm owner ls code-oss-dev
npm ERR! owner ls Couldn't get owner data code-oss-dev
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "owner" "ls" "code-oss-dev"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/code-oss-dev
npm ERR! 404
npm ERR! 404  'code-oss-dev' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


5) When I ran the command npm bugs code-oss-dev, this was the output:

F:\vscode>npm bugs code-oss-dev
npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "bugs" "code-oss-dev"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/code-oss-dev
npm ERR! 404
npm ERR! 404  'code-oss-dev' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


6) I also ran the command gulp, this was the output:

F:\vscode>gulp
[08:26:30] Using gulpfile F:\vscode\gulpfile.js
[08:26:30] Starting 'clean-client'...
[08:26:30] Starting 'clean-extension:configuration-editing'...
[08:26:30] Starting 'clean-extension:css-client'...
[08:26:30] Starting 'clean-extension:css-server'...
[08:26:30] Starting 'clean-extension:emmet'...
[08:26:30] Starting 'clean-extension:extension-editing'...
[08:26:30] Starting 'clean-extension:git'...
[08:26:30] Starting 'clean-extension:grunt'...
[08:26:30] Starting 'clean-extension:gulp'...
[08:26:30] Starting 'clean-extension:html-client'...
[08:26:30] Starting 'clean-extension:html-server'...
[08:26:30] Starting 'clean-extension:jake'...
[08:26:30] Starting 'clean-extension:javascript'...
[08:26:30] Starting 'clean-extension:json-client'...
[08:26:30] Starting 'clean-extension:json-server'...
[08:26:30] Starting 'clean-extension:markdown'...
[08:26:30] Starting 'clean-extension:merge-conflict'...
[08:26:30] Starting 'clean-extension:npm'...
[08:26:30] Starting 'clean-extension:php'...
[08:26:30] Starting 'clean-extension:python'...
[08:26:30] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[08:26:30] Starting 'clean-extension:typescript'...
[08:26:30] Starting 'clean-extension:vscode-api-tests'...
[08:26:30] Starting 'clean-extension:vscode-colorize-tests'...
[08:26:30] Finished 'clean-client' after 105 ms
[08:26:30] Starting 'compile-client'...
[08:26:30] Starting compilation...
[08:26:30] Finished 'clean-extension:configuration-editing' after 385 ms
[08:26:30] Starting 'compile-extension:configuration-editing'...
[08:26:30] Finished 'clean-extension:css-client' after 413 ms
[08:26:30] Starting 'compile-extension:css-client'...
[08:26:30] Finished 'clean-extension:css-server' after 433 ms
[08:26:30] Starting 'compile-extension:css-server'...
[08:26:30] Finished 'clean-extension:emmet' after 454 ms
[08:26:30] Starting 'compile-extension:emmet'...
[08:26:30] Finished 'clean-extension:extension-editing' after 469 ms
[08:26:30] Starting 'compile-extension:extension-editing'...
[08:26:30] Finished 'clean-extension:git' after 482 ms
[08:26:30] Starting 'compile-extension:git'...
[08:26:30] Finished 'clean-extension:grunt' after 494 ms
[08:26:30] Starting 'compile-extension:grunt'...
[08:26:30] Finished 'clean-extension:gulp' after 515 ms
[08:26:30] Starting 'compile-extension:gulp'...
[08:26:30] Finished 'clean-extension:html-client' after 531 ms
[08:26:30] Starting 'compile-extension:html-client'...
[08:26:30] Finished 'clean-extension:html-server' after 546 ms
[08:26:30] Starting 'compile-extension:html-server'...
[08:26:30] Finished 'clean-extension:jake' after 556 ms
[08:26:30] Starting 'compile-extension:jake'...
[08:26:30] Finished 'clean-extension:javascript' after 566 ms
[08:26:30] Starting 'compile-extension:javascript'...
[08:26:30] Finished 'clean-extension:json-client' after 590 ms
[08:26:30] Starting 'compile-extension:json-client'...
[08:26:31] Finished 'clean-extension:json-server' after 601 ms
[08:26:31] Starting 'compile-extension:json-server'...
[08:26:31] Finished 'clean-extension:markdown' after 614 ms
[08:26:31] Starting 'compile-extension:markdown'...
[08:26:31] Finished 'clean-extension:merge-conflict' after 636 ms
[08:26:31] Starting 'compile-extension:merge-conflict'...
[08:26:31] Finished 'clean-extension:npm' after 647 ms
[08:26:31] Starting 'compile-extension:npm'...
[08:26:31] Finished 'clean-extension:php' after 661 ms
[08:26:31] Starting 'compile-extension:php'...
[08:26:31] Finished 'clean-extension:python' after 687 ms
[08:26:31] Starting 'compile-extension:python'...
[08:26:31] Finished 'clean-extension:typescript-test-colorize-fixtures' after 729 ms
[08:26:31] Starting 'compile-extension:typescript-test-colorize-fixtures'...
[08:26:31] Finished 'clean-extension:typescript' after 735 ms
[08:26:31] Starting 'compile-extension:typescript'...
[08:26:31] Finished 'clean-extension:vscode-api-tests' after 751 ms
[08:26:31] Starting 'compile-extension:vscode-api-tests'...
[08:26:31] Finished 'clean-extension:vscode-colorize-tests' after 759 ms
[08:26:31] Starting 'compile-extension:vscode-colorize-tests'...
[08:26:31] Finished 'compile-extension:typescript-test-colorize-fixtures' after 342 ms
[08:27:12] Finished 'compile-extension:grunt' after 42 s
[08:27:12] Finished 'compile-extension:python' after 42 s
[08:27:12] Finished 'compile-extension:jake' after 42 s
[08:27:12] Finished 'compile-extension:npm' after 42 s
[08:27:12] Finished 'compile-extension:gulp' after 42 s
[08:27:16] Finished 'compile-extension:css-server' after 45 s
[08:27:16] Finished 'compile-extension:configuration-editing' after 45 s
[08:27:16] Finished 'compile-extension:css-client' after 45 s
[08:27:16] Finished 'compile-extension:json-client' after 45 s
[08:27:16] Finished 'compile-extension:vscode-colorize-tests' after 45 s
[08:27:24] Finished 'compile-extension:extension-editing' after 54 s
[08:27:27] Finished 'compile-extension:html-client' after 57 s
[08:27:31] Finished 'compile-extension:json-server' after 1 min
[08:27:38] Finished 'compile-extension:javascript' after 1.12 min
[08:27:47] Finished 'compile-extension:markdown' after 1.27 min
[08:27:47] Finished 'compile-extension:vscode-api-tests' after 1.25 min
[08:27:47] Finished 'compile-extension:php' after 1.27 min
[08:27:47] Finished 'compile-extension:merge-conflict' after 1.27 min
[08:27:55] Finished 'compile-extension:git' after 1.4 min
[08:27:55] Finished 'compile-extension:emmet' after 1.42 min
[08:27:55] Finished 'compile-extension:html-server' after 1.4 min
[08:27:56] Finished 'compile-extension:typescript' after 1.42 min
[08:27:56] Starting 'compile-extensions'...
[08:27:56] Finished 'compile-extensions' after 46 μs
[08:33:34] [monaco.d.ts] Starting monaco.d.ts generation
[08:33:45] [monaco.d.ts] Finished monaco.d.ts generation
[08:33:45] Finished compilation with 0 errors after 434984 ms
[08:33:45] Finished 'compile-client' after 7.25 min
[08:33:45] Starting 'compile'...
[08:33:45] Finished 'compile' after 29 μs
[08:33:45] Starting 'default'...
[08:33:45] Finished 'default' after 20 μs

F:\vscode>


7) When I ran the command gulp compile-client-build, this was the output:

F:\vscode>gulp compile-client-build
[08:36:37] Using gulpfile F:\vscode\gulpfile.js
[08:36:37] Starting 'clean-client-build'...
[08:36:37] Finished 'clean-client-build' after 49 ms
[08:36:37] Starting 'compile-client-build'...
[08:36:38] Starting compilation...
[08:50:08] [monaco.d.ts] Starting monaco.d.ts generation
[08:50:12] [monaco.d.ts] Finished monaco.d.ts generation
[08:50:12] Finished compilation with 0 errors after 814540 ms
[08:50:12] Finished 'compile-client-build' after 14 min


8) When I ran the command gulp vscode-win32-ia32, this was the output:

[02:15:28] Starting 'vscode-win32-ia32'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>gulp vscode-win32-ia32
[02:02:28] Using gulpfile F:\vscode\gulpfile.js
[02:02:28] Starting 'clean-optimized-vscode'...
[02:02:28] Starting 'clean-client-build'...
[02:02:28] Starting 'clean-extension:configuration-editing'...
[02:02:28] Starting 'clean-extension:css-client'...
[02:02:28] Starting 'clean-extension:css-server'...
[02:02:28] Starting 'clean-extension:emmet'...
[02:02:28] Starting 'clean-extension:extension-editing'...
[02:02:28] Starting 'clean-extension:git'...
[02:02:28] Starting 'clean-extension:grunt'...
[02:02:28] Starting 'clean-extension:gulp'...
[02:02:28] Starting 'clean-extension:html-client'...
[02:02:28] Starting 'clean-extension:html-server'...
[02:02:28] Starting 'clean-extension:jake'...
[02:02:28] Starting 'clean-extension:javascript'...
[02:02:28] Starting 'clean-extension:json-client'...
[02:02:28] Starting 'clean-extension:json-server'...
[02:02:28] Starting 'clean-extension:markdown'...
[02:02:28] Starting 'clean-extension:merge-conflict'...
[02:02:28] Starting 'clean-extension:npm'...
[02:02:28] Starting 'clean-extension:php'...
[02:02:28] Starting 'clean-extension:python'...
[02:02:28] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[02:02:28] Starting 'clean-extension:typescript'...
[02:02:28] Starting 'clean-extension:vscode-api-tests'...
[02:02:28] Starting 'clean-extension:vscode-colorize-tests'...
[02:02:28] Starting 'clean-vscode-win32-ia32'...
[02:02:28] Finished 'clean-optimized-vscode' after 82 ms
[02:02:28] Finished 'clean-extension:typescript-test-colorize-fixtures' after 56 ms
[02:02:28] Starting 'compile-extension-build:typescript-test-colorize-fixtures'...
[02:02:29] Starting compilation...
[02:02:29] Finished 'clean-vscode-win32-ia32' after 339 ms
[02:02:29] Finished compilation with 0 errors after 162 ms
[02:02:29] Finished 'compile-extension-build:typescript-test-colorize-fixtures' after 417 ms
[02:02:29] Finished 'clean-extension:configuration-editing' after 767 ms
[02:02:29] Starting 'compile-extension-build:configuration-editing'...
[02:02:29] Starting compilation...
[02:02:29] Finished 'clean-extension:css-client' after 800 ms
[02:02:29] Starting 'compile-extension-build:css-client'...
[02:02:29] Finished 'clean-extension:css-server' after 816 ms
[02:02:29] Starting 'compile-extension-build:css-server'...
[02:02:29] Finished 'clean-extension:extension-editing' after 836 ms
[02:02:29] Starting 'compile-extension-build:extension-editing'...
[02:02:29] Finished 'clean-extension:grunt' after 843 ms
[02:02:29] Starting 'compile-extension-build:grunt'...
[02:02:29] Finished 'clean-extension:emmet' after 867 ms
[02:02:29] Starting 'compile-extension-build:emmet'...
[02:02:29] Finished 'clean-extension:gulp' after 866 ms
[02:02:29] Starting 'compile-extension-build:gulp'...
[02:02:29] Finished 'clean-extension:html-client' after 878 ms
[02:02:29] Starting 'compile-extension-build:html-client'...
[02:02:29] Finished 'clean-extension:jake' after 895 ms
[02:02:29] Starting 'compile-extension-build:jake'...
[02:02:29] Finished 'clean-extension:json-client' after 934 ms
[02:02:29] Starting 'compile-extension-build:json-client'...
[02:02:29] Finished 'clean-extension:markdown' after 951 ms
[02:02:29] Starting 'compile-extension-build:markdown'...
[02:02:29] Finished 'clean-extension:merge-conflict' after 960 ms
[02:02:29] Starting 'compile-extension-build:merge-conflict'...
[02:02:29] Finished 'clean-extension:npm' after 967 ms
[02:02:29] Starting 'compile-extension-build:npm'...
[02:02:29] Finished 'clean-extension:python' after 970 ms
[02:02:29] Starting 'compile-extension-build:python'...
[02:02:29] Finished 'clean-extension:vscode-api-tests' after 978 ms
[02:02:29] Starting 'compile-extension-build:vscode-api-tests'...
[02:02:29] Finished 'clean-extension:vscode-colorize-tests' after 1.05 s
[02:02:29] Starting 'compile-extension-build:vscode-colorize-tests'...
[02:02:30] Finished 'clean-extension:git' after 1.42 s
[02:02:30] Starting 'compile-extension-build:git'...
[02:02:30] Finished 'clean-extension:javascript' after 1.42 s
[02:02:30] Starting 'compile-extension-build:javascript'...
[02:02:30] Finished 'clean-extension:json-server' after 1.43 s
[02:02:30] Starting 'compile-extension-build:json-server'...
[02:02:30] Finished 'clean-extension:typescript' after 1.44 s
[02:02:30] Starting 'compile-extension-build:typescript'...
[02:02:30] Finished 'clean-extension:php' after 2.12 s
[02:02:31] Starting 'compile-extension-build:php'...
[02:02:53] Finished 'clean-extension:html-server' after 25 s
[02:02:53] Starting 'compile-extension-build:html-server'...
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] Message file chs\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file cht\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file jpn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file kor\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file deu\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file fra\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file esn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file rus\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file ita\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:13] [i18n] Message file chs\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:13] [i18n] Message file cht\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file jpn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file kor\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file deu\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file fra\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file esn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file rus\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file ita\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] Finished 'compile-extension-build:npm' after 44 s
[02:03:14] Finished 'compile-extension-build:python' after 44 s
[02:03:17] Finished 'compile-extension-build:css-server' after 47 s
[02:03:20] Finished 'compile-extension-build:vscode-colorize-tests' after 51 s
[02:03:24] Finished 'clean-client-build' after 55 s
[02:03:24] Starting 'compile-client-build'...
[02:03:36] Finished 'compile-extension-build:json-server' after 1.08 min
[02:03:36] Finished 'compile-extension-build:gulp' after 1.1 min
[02:03:36] Finished 'compile-extension-build:grunt' after 1.1 min
[02:03:36] Finished 'compile-extension-build:jake' after 1.1 min
[02:03:45] Finished 'compile-extension-build:css-client' after 1.27 min
[02:03:45] Finished 'compile-extension-build:json-client' after 1.27 min
[02:03:46] Finished 'compile-extension-build:html-client' after 1.27 min
[02:03:51] [i18n] Message file chs\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file cht\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file jpn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file kor\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file deu\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file fra\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file esn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file rus\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file ita\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] Finished 'compile-extension-build:configuration-editing' after 1.35 min
[02:03:51] Finished 'compile-extension-build:vscode-api-tests' after 1.35 min
[02:03:51] Finished 'compile-extension-build:extension-editing' after 1.35 min
[02:03:51] Finished 'compile-extension-build:javascript' after 1.35 min
[02:03:59] [i18n] Message file chs\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file cht\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file jpn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file kor\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file deu\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file fra\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file esn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file rus\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file ita\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] Finished 'compile-extension-build:php' after 1.47 min
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] Finished 'compile-extension-build:emmet' after 1.5 min
[02:03:59] Finished 'compile-extension-build:markdown' after 1.5 min
[02:03:59] [i18n] Message file chs\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file cht\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file jpn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file kor\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file deu\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file fra\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file esn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] [i18n] Message file rus\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] [i18n] Message file ita\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] Finished 'compile-extension-build:html-server' after 1.1 min
[02:04:00] Finished 'compile-extension-build:merge-conflict' after 1.5 min
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:01] Finished 'compile-extension-build:git' after 1.5 min
[02:04:01] [i18n] Message file chs\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file cht\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file jpn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file kor\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file deu\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file fra\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file esn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file rus\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file ita\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:02] Finished 'compile-extension-build:typescript' after 1.53 min
[02:04:02] Starting 'compile-extensions-build'...
[02:04:02] Finished 'compile-extensions-build' after 9.62 μs
[02:10:37] [monaco.d.ts] Starting monaco.d.ts generation
[02:10:45] [monaco.d.ts] Finished monaco.d.ts generation
[02:10:45] Finished compilation with 0 errors after 495856 ms
[02:10:45] Finished 'compile-client-build' after 7.35 min
[02:10:45] Starting 'compile-build'...
[02:10:45] Finished 'compile-build' after 64 μs
[02:10:45] Starting 'optimize-vscode'...
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close-dark.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\current-arrow.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\feedback\electron-browser\media\info.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit_inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\welcome\code-icon.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
[02:11:12] [i18n] de has 278 untranslated strings.
[02:11:12] [i18n] es has 211 untranslated strings.
[02:11:12] [i18n] fr has 285 untranslated strings.
[02:11:12] [i18n] hu has 101 untranslated strings.
[02:11:12] [i18n] it has 285 untranslated strings.
[02:11:12] [i18n] ja has 215 untranslated strings.
[02:11:12] [i18n] ko has 295 untranslated strings.
[02:11:12] [i18n] pt-br has 119 untranslated strings.
[02:11:12] [i18n] ru has 294 untranslated strings.
[02:11:12] [i18n] tr has 101 untranslated strings.
[02:11:12] [i18n] zh-cn has 192 untranslated strings.
[02:11:12] [i18n] zh-tw has 271 untranslated strings.
[02:15:28] Finished 'optimize-vscode' after 4.7 min
[02:15:28] Starting 'vscode-win32-ia32'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>


9) When I ran the command gulp vscode-win32-x64, this was the output:

[03:02:59] Starting 'vscode-win32-x64'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>gulp vscode-win32-x64
[02:31:34] Using gulpfile F:\vscode\gulpfile.js
[02:31:34] Starting 'clean-optimized-vscode'...
[02:31:34] Starting 'clean-client-build'...
[02:31:34] Starting 'clean-extension:configuration-editing'...
[02:31:34] Starting 'clean-extension:css-client'...
[02:31:34] Starting 'clean-extension:css-server'...
[02:31:34] Starting 'clean-extension:emmet'...
[02:31:34] Starting 'clean-extension:extension-editing'...
[02:31:34] Starting 'clean-extension:git'...
[02:31:34] Starting 'clean-extension:grunt'...
[02:31:34] Starting 'clean-extension:gulp'...
[02:31:34] Starting 'clean-extension:html-client'...
[02:31:34] Starting 'clean-extension:html-server'...
[02:31:34] Starting 'clean-extension:jake'...
[02:31:34] Starting 'clean-extension:javascript'...
[02:31:34] Starting 'clean-extension:json-client'...
[02:31:34] Starting 'clean-extension:json-server'...
[02:31:34] Starting 'clean-extension:markdown'...
[02:31:34] Starting 'clean-extension:merge-conflict'...
[02:31:34] Starting 'clean-extension:npm'...
[02:31:34] Starting 'clean-extension:php'...
[02:31:34] Starting 'clean-extension:python'...
[02:31:34] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[02:31:34] Starting 'clean-extension:typescript'...
[02:31:34] Starting 'clean-extension:vscode-api-tests'...
[02:31:34] Starting 'clean-extension:vscode-colorize-tests'...
[02:31:34] Starting 'clean-vscode-win32-x64'...
[02:31:34] Finished 'clean-extension:typescript-test-colorize-fixtures' after 29 ms
[02:31:34] Starting 'compile-extension-build:typescript-test-colorize-fixtures'...
[02:31:34] Starting compilation...
[02:31:34] Finished 'clean-vscode-win32-x64' after 252 ms
[02:31:34] Finished compilation with 0 errors after 75 ms
[02:31:34] Finished 'compile-extension-build:typescript-test-colorize-fixtures' after 287 ms
[02:31:35] Finished 'clean-extension:css-client' after 823 ms
[02:31:35] Starting 'compile-extension-build:css-client'...
[02:31:35] Starting compilation...
[02:31:35] Finished 'clean-extension:configuration-editing' after 857 ms
[02:31:35] Starting 'compile-extension-build:configuration-editing'...
[02:31:35] Finished 'clean-extension:css-server' after 870 ms
[02:31:35] Starting 'compile-extension-build:css-server'...
[02:31:35] Finished 'clean-extension:extension-editing' after 878 ms
[02:31:35] Starting 'compile-extension-build:extension-editing'...
[02:31:35] Finished 'clean-extension:emmet' after 906 ms
[02:31:35] Starting 'compile-extension-build:emmet'...
[02:31:35] Finished 'clean-extension:grunt' after 900 ms
[02:31:35] Starting 'compile-extension-build:grunt'...
[02:31:35] Finished 'clean-extension:gulp' after 904 ms
[02:31:35] Starting 'compile-extension-build:gulp'...
[02:31:35] Finished 'clean-extension:html-client' after 930 ms
[02:31:35] Starting 'compile-extension-build:html-client'...
[02:31:35] Finished 'clean-extension:jake' after 945 ms
[02:31:35] Starting 'compile-extension-build:jake'...
[02:31:35] Finished 'clean-extension:json-client' after 928 ms
[02:31:35] Starting 'compile-extension-build:json-client'...
[02:31:35] Finished 'clean-extension:markdown' after 940 ms
[02:31:35] Starting 'compile-extension-build:markdown'...
[02:31:35] Finished 'clean-extension:python' after 960 ms
[02:31:35] Starting 'compile-extension-build:python'...
[02:31:35] Finished 'clean-extension:merge-conflict' after 991 ms
[02:31:35] Starting 'compile-extension-build:merge-conflict'...
[02:31:35] Finished 'clean-extension:npm' after 1 s
[02:31:35] Starting 'compile-extension-build:npm'...
[02:31:35] Finished 'clean-extension:vscode-colorize-tests' after 983 ms
[02:31:35] Starting 'compile-extension-build:vscode-colorize-tests'...
[02:31:35] Finished 'clean-extension:vscode-api-tests' after 1.18 s
[02:31:35] Starting 'compile-extension-build:vscode-api-tests'...
[02:31:35] Finished 'clean-extension:git' after 1.63 s
[02:31:35] Starting 'compile-extension-build:git'...
[02:31:35] Finished 'clean-extension:javascript' after 1.6 s
[02:31:35] Starting 'compile-extension-build:javascript'...
[02:31:35] Finished 'clean-extension:json-server' after 1.61 s
[02:31:35] Starting 'compile-extension-build:json-server'...
[02:31:35] Finished 'clean-extension:typescript' after 1.6 s
[02:31:35] Starting 'compile-extension-build:typescript'...
[02:31:36] Finished 'clean-extension:php' after 2.28 s
[02:31:36] Starting 'compile-extension-build:php'...
[02:31:54] Finished 'clean-extension:html-server' after 21 s
[02:31:54] Starting 'compile-extension-build:html-server'...
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] Message file chs\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file cht\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file jpn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file kor\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file deu\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file fra\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file esn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file rus\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file ita\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:12] [i18n] Message file chs\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file cht\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file jpn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file kor\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file deu\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file fra\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file esn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file rus\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file ita\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:14] Finished 'compile-extension-build:python' after 39 s
[02:32:14] Finished 'compile-extension-build:npm' after 39 s
[02:32:14] Finished 'clean-optimized-vscode' after 40 s
[02:32:14] Finished 'compile-extension-build:css-server' after 39 s
[02:32:17] Finished 'compile-extension-build:vscode-colorize-tests' after 42 s
[02:32:20] Finished 'clean-client-build' after 46 s
[02:32:20] Starting 'compile-client-build'...
[02:32:32] Finished 'compile-extension-build:json-server' after 57 s
[02:32:32] Finished 'compile-extension-build:gulp' after 57 s
[02:32:32] Finished 'compile-extension-build:grunt' after 57 s
[02:32:32] Finished 'compile-extension-build:jake' after 57 s
[02:32:42] Finished 'compile-extension-build:json-client' after 1.1 min
[02:32:42] Finished 'compile-extension-build:css-client' after 1.12 min
[02:32:42] Finished 'compile-extension-build:html-client' after 1.12 min
[02:32:47] [i18n] Message file chs\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file cht\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file jpn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file kor\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file deu\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file fra\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file esn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file rus\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file ita\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] Finished 'compile-extension-build:vscode-api-tests' after 1.2 min
[02:32:47] Finished 'compile-extension-build:configuration-editing' after 1.2 min
[02:32:47] Finished 'compile-extension-build:extension-editing' after 1.2 min
[02:32:48] Finished 'compile-extension-build:javascript' after 1.2 min
[02:32:56] [i18n] Message file chs\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file cht\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file jpn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file kor\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file deu\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file fra\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file esn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file rus\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file ita\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] Finished 'compile-extension-build:php' after 1.33 min
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] Finished 'compile-extension-build:emmet' after 1.37 min
[02:32:57] Finished 'compile-extension-build:markdown' after 1.35 min
[02:32:57] [i18n] Message file chs\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file cht\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file jpn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file kor\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file deu\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file fra\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file esn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file rus\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file ita\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] Finished 'compile-extension-build:html-server' after 1.03 min
[02:32:58] Finished 'compile-extension-build:merge-conflict' after 1.37 min
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] Finished 'compile-extension-build:git' after 1.37 min
[02:32:58] [i18n] Message file chs\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file cht\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file jpn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file kor\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file deu\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file fra\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file esn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file rus\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file ita\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:33:00] Finished 'compile-extension-build:typescript' after 1.4 min
[02:33:00] Starting 'compile-extensions-build'...
[02:33:00] Finished 'compile-extensions-build' after 8.85 μs
[03:00:03] [monaco.d.ts] Starting monaco.d.ts generation
[03:00:14] [monaco.d.ts] Finished monaco.d.ts generation
[03:00:14] Finished compilation with 0 errors after 1719523 ms
[03:00:14] Finished 'compile-client-build' after 28 min
[03:00:14] Starting 'compile-build'...
[03:00:14] Finished 'compile-build' after 93 μs
[03:00:14] Starting 'optimize-vscode'...
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close-dark.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\current-arrow.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\feedback\electron-browser\media\info.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit_inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\welcome\code-icon.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
[03:00:39] [i18n] de has 278 untranslated strings.
[03:00:39] [i18n] es has 211 untranslated strings.
[03:00:39] [i18n] fr has 285 untranslated strings.
[03:00:39] [i18n] hu has 101 untranslated strings.
[03:00:39] [i18n] it has 285 untranslated strings.
[03:00:39] [i18n] ja has 215 untranslated strings.
[03:00:39] [i18n] ko has 295 untranslated strings.
[03:00:39] [i18n] pt-br has 119 untranslated strings.
[03:00:39] [i18n] ru has 294 untranslated strings.
[03:00:39] [i18n] tr has 101 untranslated strings.
[03:00:39] [i18n] zh-cn has 192 untranslated strings.
[03:00:39] [i18n] zh-tw has 271 untranslated strings.
[03:02:59] Finished 'optimize-vscode' after 2.75 min
[03:02:59] Starting 'vscode-win32-x64'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>


10) When I ran the command npm run gulp -- vscode-win32-ia32, this was the error output:

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
npm ERR! Exit status 3

F:\vscode>npm run gulp -- vscode-win32-ia32

> code-oss-dev@1.15.0 gulp F:\vscode
> gulp --max_old_space_size=4096 "vscode-win32-ia32"

[07:20:35] Node flags detected: --max_old_space_size=4096
[07:20:35] Respawned to PID: 1112

<--- Last few GCs --->

     243 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 7.0 / 0.0 ms [allocation failure] [GC in old space requested].
     249 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 6.3 / 0.0 ms [allocation failure] [GC in old space requested].
     255 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 5.9 / 0.0 ms [allocation failure] [GC in old space requested].
     262 ms: Mark-sweep 1.4 (5.5) -> 1.4 (4.5) MB, 6.6 / 0.0 ms [last resort gc].
     268 ms: Mark-sweep 1.4 (4.5) -> 1.4 (4.5) MB, 5.6 / 0.0 ms [last resort gc].


<--- JS stacktrace --->

==== JS stack trace =========================================

Security context: 0437B80D <JS Object>
    1: /* anonymous */(aka /* anonymous */) [module.js:51] [pc=3371C4DC] (this=043081D9 <undefined>,exports=3786EC15 <an Object with map 2E209AC9>,require=04386235 <JS Function NativeModule.require (SharedFunctionInfo 04383899)>,module=3786EBDD <a NativeModule with map 2E20E351>,__filename=3786EBFD <String[9]: module.js>,__dirname=043081D9 <undefined>)
    2: arguments adaptor frame: 4->5
    3: comp...

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the code-oss-dev@1.15.0 gulp script 'gulp --max_old_space_size=4096 "vscode-win32-ia32"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp --max_old_space_size=4096 "vscode-win32-ia32"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs code-oss-dev
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls code-oss-dev
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


File npm-debug.log for the command npm run gulp -- vscode-win32-ia32 just above:

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\User\\Documents\\Nodejs\\bin\\node.exe',
1 verbose cli   'D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'gulp',
1 verbose cli   '--',
1 verbose cli   'vscode-win32-ia32' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 verbose run-script [ 'pregulp', 'gulp', 'postgulp' ]
5 info lifecycle code-oss-dev@1.15.0~pregulp: code-oss-dev@1.15.0
6 silly lifecycle code-oss-dev@1.15.0~pregulp: no script for pregulp, continuing
7 info lifecycle code-oss-dev@1.15.0~gulp: code-oss-dev@1.15.0
8 verbose lifecycle code-oss-dev@1.15.0~gulp: unsafe-perm in lifecycle true
9 verbose lifecycle code-oss-dev@1.15.0~gulp: PATH: D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin;F:\vscode\node_modules\.bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\MATLAB_R2017a\runtime\win64;C:\MATLAB_R2017a\bin;C:\Program Files (x86)\QuickTime\QTSystem\;F:\Python27;F:\Python27\Library\mingw-w64\bin;F:\Python27\Library\usr\bin;F:\Python27\Library\bin;F:\Python27\Scripts;D:\User\Documents\latex\texmfs\install\miktex\bin\;D:\User\Documents\Cygwin64\bin;C:\Users\Professional\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Java\JDK\bin;C:\Program Files (x86)\Git\bin;D:\User\Dropbox\Applications\SoftwareVersioning\SpeakTimeVBScript;D:\User\Documents\SumatraPDF\bin;D:\User\Documents\apache_marven\maven\bin;D:\User\Documents\Ruby21-x64\bin;F:\VisualStudio2015\VC\bin;D:\User\DataStore\GamesDataStore\Conter-Strike1.6\Outros\Addons\Multi-Mod\Amx Mod X\CompilerDefault;D:\User\Documents\CMake\bin;D:\User\Documents\Vim\vim74;D:\User\Documents\Perl64\bin;D:\User\Documents\Perl64\site\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\lib\extralibs\bin;D:\User\Documents\Nodejs\bin;D:\User\Documents\Ant\bin\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Users\Professional\App
10 verbose lifecycle code-oss-dev@1.15.0~gulp: CWD: F:\vscode
11 silly lifecycle code-oss-dev@1.15.0~gulp: Args: [ '/d /s /c',
11 silly lifecycle   'gulp --max_old_space_size=4096 "vscode-win32-ia32"' ]
12 silly lifecycle code-oss-dev@1.15.0~gulp: Returned: code: 3  signal: null
13 info lifecycle code-oss-dev@1.15.0~gulp: Failed to exec gulp script
14 verbose stack Error: code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
14 verbose stack Exit status 3
14 verbose stack     at EventEmitter.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid code-oss-dev@1.15.0
16 verbose cwd F:\vscode
17 error Windows_NT 10.0.15063
18 error argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
19 error node v6.11.0
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
22 error Exit status 3
23 error Failed at the code-oss-dev@1.15.0 gulp script 'gulp --max_old_space_size=4096 "vscode-win32-ia32"'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the code-oss-dev package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     gulp --max_old_space_size=4096 "vscode-win32-ia32"
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs code-oss-dev
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls code-oss-dev
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]


11) When I ran the command gulp watch --max-old-space-size=4096, this was the output, and the program hanged on this line:

sublime_shell

F:\vscode>gulp watch --max-old-space-size=4096
[09:16:04] Using gulpfile F:\vscode\gulpfile.js
[09:16:04] Starting 'clean-client'...
[09:16:04] Starting 'clean-extension:configuration-editing'...
[09:16:04] Starting 'clean-extension:css-client'...
[09:16:04] Starting 'clean-extension:css-server'...
[09:16:04] Starting 'clean-extension:emmet'...
[09:16:04] Starting 'clean-extension:extension-editing'...
[09:16:04] Starting 'clean-extension:git'...
[09:16:04] Starting 'clean-extension:grunt'...
[09:16:04] Starting 'clean-extension:gulp'...
[09:16:04] Starting 'clean-extension:html-client'...
[09:16:04] Starting 'clean-extension:html-server'...
[09:16:04] Starting 'clean-extension:jake'...
[09:16:04] Starting 'clean-extension:javascript'...
[09:16:04] Starting 'clean-extension:json-client'...
[09:16:04] Starting 'clean-extension:json-server'...
[09:16:04] Starting 'clean-extension:markdown'...
[09:16:04] Starting 'clean-extension:merge-conflict'...
[09:16:04] Starting 'clean-extension:npm'...
[09:16:04] Starting 'clean-extension:php'...
[09:16:04] Starting 'clean-extension:python'...
[09:16:04] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[09:16:04] Starting 'clean-extension:typescript'...
[09:16:04] Starting 'clean-extension:vscode-api-tests'...
[09:16:04] Starting 'clean-extension:vscode-colorize-tests'...
[09:16:04] Finished 'clean-extension:typescript-test-colorize-fixtures' after 27 ms
[09:16:04] Starting 'watch-extension:typescript-test-colorize-fixtures'...
[09:16:04] Starting compilation...
[09:16:04] Finished compilation with 0 errors after 77 ms
[09:16:05] Finished 'clean-extension:configuration-editing' after 854 ms
[09:16:05] Starting 'watch-extension:configuration-editing'...
[09:16:05] Starting compilation...
[09:16:05] Finished 'clean-extension:css-server' after 878 ms
[09:16:05] Starting 'watch-extension:css-server'...
[09:16:05] Finished 'clean-extension:css-client' after 907 ms
[09:16:05] Starting 'watch-extension:css-client'...
[09:16:05] Finished 'clean-extension:emmet' after 913 ms
[09:16:05] Starting 'watch-extension:emmet'...
[09:16:05] Finished 'clean-extension:extension-editing' after 923 ms
[09:16:05] Starting 'watch-extension:extension-editing'...
[09:16:05] Finished 'clean-extension:grunt' after 927 ms
[09:16:05] Starting 'watch-extension:grunt'...
[09:16:05] Finished 'clean-extension:gulp' after 937 ms
[09:16:05] Starting 'watch-extension:gulp'...
[09:16:05] Finished 'clean-extension:html-client' after 949 ms
[09:16:05] Starting 'watch-extension:html-client'...
[09:16:05] Finished 'clean-extension:jake' after 972 ms
[09:16:05] Starting 'watch-extension:jake'...
[09:16:05] Finished 'clean-extension:json-client' after 968 ms
[09:16:05] Starting 'watch-extension:json-client'...
[09:16:05] Finished 'clean-extension:markdown' after 978 ms
[09:16:05] Starting 'watch-extension:markdown'...
[09:16:05] Finished 'clean-extension:merge-conflict' after 995 ms
[09:16:05] Starting 'watch-extension:merge-conflict'...
[09:16:05] Finished 'clean-extension:npm' after 1.01 s
[09:16:05] Starting 'watch-extension:npm'...
[09:16:05] Finished 'clean-extension:python' after 1.02 s
[09:16:05] Starting 'watch-extension:python'...
[09:16:05] Finished 'clean-extension:vscode-api-tests' after 1.09 s
[09:16:05] Starting 'watch-extension:vscode-api-tests'...
[09:16:05] Finished 'clean-extension:vscode-colorize-tests' after 1.09 s
[09:16:05] Starting 'watch-extension:vscode-colorize-tests'...
[09:16:06] Finished 'clean-extension:git' after 1.75 s
[09:16:06] Starting 'watch-extension:git'...
[09:16:06] Finished 'clean-extension:javascript' after 1.74 s
[09:16:06] Starting 'watch-extension:javascript'...
[09:16:06] Finished 'clean-extension:json-server' after 1.77 s
[09:16:06] Starting 'watch-extension:json-server'...
[09:16:06] Finished 'clean-extension:typescript' after 1.75 s
[09:16:06] Starting 'watch-extension:typescript'...
[09:16:07] Finished 'clean-extension:php' after 2.91 s
[09:16:07] Starting 'watch-extension:php'...
[09:16:23] Finished 'clean-extension:html-server' after 19 s
[09:16:23] Starting 'watch-extension:html-server'...
[09:16:51] Finished 'clean-client' after 47 s
[09:16:51] Starting 'watch-client'...
[19:33:06] [monaco.d.ts] Starting monaco.d.ts generation
[19:33:55] [monaco.d.ts] Finished monaco.d.ts generation
[19:33:55] Finished compilation with 0 errors after 37070254 ms


npm version

F:\vscode>npm --version
3.10.10

F:\vscode>node --version
v6.11.0

F:\vscode>ver
Microsoft Windows [Version 10.0.15063]

F:\vscode>python --version
Python 2.7.13 :: Continuum Analytics, Inc.

Reproduces without extensions: Yes


Related issues:

  1. Development Environment Improvements (code.bat/code.sh) #22 Development Environment Improvements (code.bat/code.sh)
  2. Errors Compiling from Source on Arch Linux #6089 Errors Compiling from Source on Arch Linux
  3. Unable to setup vscode locally #13932 Unable to setup vscode locally
  4. Debug Batch (.bat) files #20882 Debug Batch (.bat) files
  5. "JavaScript heap out of memory" when building on RHEL-7 #23662 "JavaScript heap out of memory" when building on RHEL-7
  6. vscode-win32-ia32 build failure: JavaScript heap out of memory #29698 vscode-win32-ia32 build failure: JavaScript heap out of memory
  7. Failed at the electron-mksnapshot@1.6.0 install script #30775 Failed at the electron-mksnapshot@1.6.0 install script
  8. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory npm/npm#12741 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  9. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory nodejs/node#13891 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
  10. Unhandled stream error in pipe terinjokes/gulp-uglify#142 Unhandled stream error in pipe
  11. https://github.com/ben-eb/gulp-cssnano/issues/23 stream.js:74 throw er; // Unhandled stream error in pipe.
  12. Node.js – events js 72 throw er unhandled 'error' event
  13. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
@joaomoreno
Copy link
Member

Wow.

Let's do the following:

First, install Node 7.9.0. Then:

git clean -xfd .
git pull
.\scripts\npm.bat install 

Send me that full log.

Then, if there are no errors:

npm run watch

Run it until it tells you compilation succeeded. Then:

.\scripts\code.bat

@joaomoreno joaomoreno added the info-needed Issue requires more information from poster label Jul 19, 2017
@evandrocoan
Copy link
Author

evandrocoan commented Jul 20, 2017

Thanks, for time.

Let's do the following:

First, install Node 7.9.0. Then:

git clean -xfd .
git pull
.\scripts\npm.bat install

This was the full output from running these commands. I also attached them on a gist, if you prefer:

  1. F:\VSCodeStudio\vscode>.\scripts\npm.bat install

Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

F:\VSCodeStudio>node --version
v7.9.0

F:\VSCodeStudio>npm --version
4.2.0

F:\VSCodeStudio>cd vscode

F:\VSCodeStudio\vscode>git clean -xfd .
Removing .build/
Removing build/lib/watch/node_modules/
Removing build/node_modules/
Removing build/tfs/common/enqueue.js
Removing build/tfs/common/installDistro.js
Removing build/tfs/common/publish.js
Removing extensions/configuration-editing/node_modules/
Removing extensions/configuration-editing/out/
Removing extensions/css/client/out/
Removing extensions/css/node_modules/
Removing extensions/css/server/node_modules/
Removing extensions/css/server/out/
Removing extensions/emmet/node_modules/
Removing extensions/emmet/out/
Removing extensions/extension-editing/node_modules/
Removing extensions/extension-editing/out/
Removing extensions/git/node_modules/
Removing extensions/git/out/
Removing extensions/grunt/node_modules/
Removing extensions/grunt/out/
Removing extensions/gulp/node_modules/
Removing extensions/gulp/out/
Removing extensions/html/client/out/
Removing extensions/html/node_modules/
Removing extensions/html/server/node_modules/
Removing extensions/html/server/out/
Removing extensions/jake/node_modules/
Removing extensions/jake/out/
Removing extensions/javascript/node_modules/
Removing extensions/javascript/out/
Removing extensions/json/client/out/
Removing extensions/json/node_modules/
Removing extensions/json/server/node_modules/
Removing extensions/json/server/out/
Removing extensions/markdown/node_modules/
Removing extensions/markdown/out/
Removing extensions/merge-conflict/node_modules/
Removing extensions/merge-conflict/out/
Removing extensions/node_modules/
Removing extensions/npm/node_modules/
Removing extensions/npm/out/
Removing extensions/php/node_modules/
Removing extensions/php/out/
Removing extensions/python/out/
Removing extensions/typescript/node_modules/
Removing extensions/typescript/out/
Removing extensions/vscode-api-tests/node_modules/
Removing extensions/vscode-api-tests/out/
Removing extensions/vscode-colorize-tests/node_modules/
Removing extensions/vscode-colorize-tests/out/
Removing node_modules/
Removing npm-debug.log
Removing out-build/
Removing out-vscode/
Removing out/

F:\VSCodeStudio\vscode>git pull
remote: Counting objects: 1878, done.
remote: Compressing objects: 100% (896/896), done.
remote: Total 1878 (delta 794), reused 1730 (delta 737), pack-reused 89
Receiving objects: 100% (1878/1878), 547.40 KiB | 0 bytes/s, done.
Resolving deltas: 100% (803/803), completed with 219 local objects.
From https://github.com/Microsoft/vscode
   94f73b3f00..6ea6f1cbca  master                  -> origin/master
   339e2f026c..fa3944967c  amqi/terminal-quickopen -> origin/amqi/terminal-quickopen
   aeaafd345d..b9f99bc75c  amqi/update-window-shellname -> origin/amqi/update-window-shellname
 * [new branch]            ben/multismoke          -> origin/ben/multismoke
 * [new branch]            chrmarti/build-ia32     -> origin/chrmarti/build-ia32
   6081ce20e8..6f682d2a84  joao/win32-bump64       -> origin/joao/win32-bump64
 * [new branch]            joh/links               -> origin/joh/links
   5065eee1ef..06c30736cd  michelkaporin/colourpicker -> origin/michelkaporin/colourpicker
   4a6104b26e..cb82febafd  release/1.14            -> origin/release/1.14
Checking out files: 100% (853/853), done.
Updating 94f73b3f00..6ea6f1cbca
Fast-forward
 build/gulpfile.vscode.js                           |   2 +-
 extensions/emmet/npm-shrinkwrap.json               |   6 +-
 extensions/emmet/package.json                      |   2 +-
 extensions/emmet/src/abbreviationActions.ts        |   8 +-
 extensions/emmet/src/extension.ts                  |  26 ++-
 extensions/npm-shrinkwrap.json                     |   6 +-
 extensions/npm/package.json                        |   6 +-
 extensions/npm/src/main.ts                         |  80 ++++++---
 extensions/package.json                            |   2 +-
 .../theme-defaults/themes/dark_defaults.json       |   3 +-
 .../theme-defaults/themes/light_defaults.json      |   3 +-
 extensions/typescript/package.json                 |   5 -
 extensions/typescript/package.nls.json             |   1 -
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/chs/extensions/git/out/commands.i18n.json     |   5 +
 i18n/chs/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../chs/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/chs/extensions/markdown/package.i18n.json     |   2 +-
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/chs/extensions/typescript/package.i18n.json   |   5 +-
 i18n/chs/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/chs/src/vs/code/electron-main/menus.i18n.json |  12 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   7 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   1 -
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   5 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   1 -
 i18n/chs/src/vs/workbench/common/theme.i18n.json   |   4 +-
 .../workbench/electron-browser/actions.i18n.json   |   5 -
 .../electron-browser/main.contribution.i18n.json   |   9 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |   8 +
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   2 +
 .../files/browser/views/explorerView.i18n.json     |   1 -
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   1 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../relauncher.contribution.i18n.json              |   2 -
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   7 +-
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   3 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  19 ++
 .../electron-browser/task.contribution.i18n.json   |  17 +-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   1 +
 .../terminal.contribution.i18n.json                |   2 +-
 .../vs_code_welcome_page.i18n.json                 |   7 +-
 .../welcomePage.contribution.i18n.json             |   2 +-
 .../node/jsonEditingService.i18n.json              |   6 +
 .../services/files/node/fileService.i18n.json      |   2 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/cht/extensions/git/out/commands.i18n.json     |   6 +
 i18n/cht/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../cht/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/cht/extensions/markdown/package.i18n.json     |   2 +-
 .../merge-conflict/out/commandHandler.i18n.json    |   1 +
 .../typescript/out/features/taskProvider.i18n.json |   9 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/cht/extensions/typescript/package.i18n.json   |   5 +-
 i18n/cht/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/cht/src/vs/code/electron-main/menus.i18n.json |  18 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   7 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   2 +-
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |  10 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   3 +-
 i18n/cht/src/vs/workbench/common/theme.i18n.json   |  16 +-
 .../workbench/electron-browser/actions.i18n.json   |  11 +-
 .../electron-browser/extensionHost.i18n.json       |   1 +
 .../electron-browser/main.contribution.i18n.json   |  11 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   2 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../parts/debug/electron-browser/repl.i18n.json    |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  17 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   4 +
 .../node/extensionsWorkbenchService.i18n.json      |   1 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   3 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../quickopen/browser/commandsHandler.i18n.json    |   1 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   6 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  24 +++
 .../electron-browser/task.contribution.i18n.json   |  29 ++-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../electron-browser/terminalActions.i18n.json     |   1 +
 .../electron-browser/terminalInstance.i18n.json    |   1 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../workbench/parts/views/browser/views.i18n.json  |   3 +-
 .../vs_code_welcome_page.i18n.json                 |   9 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   9 +
 .../services/files/node/fileService.i18n.json      |   4 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/deu/extensions/git/out/commands.i18n.json     |   5 +
 i18n/deu/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../deu/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/deu/extensions/markdown/package.i18n.json     |   1 -
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/deu/extensions/typescript/package.i18n.json   |   5 +-
 i18n/deu/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/deu/src/vs/code/electron-main/menus.i18n.json |  17 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   7 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   7 +-
 .../common/config/commonEditorConfig.i18n.json     |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   1 -
 .../markers/common/problemMatcher.i18n.json        |   8 +
 .../platform/theme/common/colorRegistry.i18n.json  |  10 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/editor/editorStatus.i18n.json    |   2 +
 .../browser/parts/editor/titleControl.i18n.json    |   1 +
 i18n/deu/src/vs/workbench/common/theme.i18n.json   |  15 +-
 .../workbench/electron-browser/actions.i18n.json   |  15 +-
 .../electron-browser/main.contribution.i18n.json   |   9 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../parts/debug/electron-browser/repl.i18n.json    |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   2 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   3 +
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../quickopen/browser/commandsHandler.i18n.json    |   3 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   6 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  24 +++
 .../electron-browser/task.contribution.i18n.json   |  22 +++
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../electron-browser/terminalActions.i18n.json     |   5 +-
 .../electron-browser/terminalInstance.i18n.json    |   1 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../views/browser/viewsExtensionPoint.i18n.json    |   1 +
 .../vs_code_welcome_page.i18n.json                 |   9 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   6 +
 .../services/files/node/fileService.i18n.json      |   4 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/esn/extensions/git/out/commands.i18n.json     |   6 +
 i18n/esn/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   4 +-
 .../esn/extensions/markdown/out/security.i18n.json |   4 +-
 i18n/esn/extensions/markdown/package.i18n.json     |   1 -
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/esn/extensions/typescript/package.i18n.json   |   5 +-
 i18n/esn/src/vs/code/electron-main/auth.i18n.json  |   9 +
 i18n/esn/src/vs/code/electron-main/menus.i18n.json |  18 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   5 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   7 +-
 .../common/config/commonEditorConfig.i18n.json     |   1 +
 .../common/view/editorColorRegistry.i18n.json      |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   4 +-
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   6 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   1 -
 i18n/esn/src/vs/workbench/common/theme.i18n.json   |   4 +-
 .../workbench/electron-browser/actions.i18n.json   |   6 +-
 .../electron-browser/main.contribution.i18n.json   |   9 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   2 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   4 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   2 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   3 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  19 ++
 .../electron-browser/task.contribution.i18n.json   |  19 +-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../vs_code_welcome_page.i18n.json                 |   8 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   6 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/fra/extensions/git/out/commands.i18n.json     |   5 +
 i18n/fra/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../fra/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/fra/extensions/markdown/package.i18n.json     |   2 +-
 .../merge-conflict/out/commandHandler.i18n.json    |   1 +
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/fra/extensions/typescript/package.i18n.json   |   6 +-
 i18n/fra/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/fra/src/vs/code/electron-main/menus.i18n.json |  18 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   5 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   1 +
 .../common/view/editorColorRegistry.i18n.json      |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   2 +-
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   8 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/editor/editorStatus.i18n.json    |   2 +
 .../browser/parts/editor/titleControl.i18n.json    |   1 +
 i18n/fra/src/vs/workbench/common/theme.i18n.json   |  15 +-
 .../workbench/electron-browser/actions.i18n.json   |  15 +-
 .../electron-browser/extensionHost.i18n.json       |   1 +
 .../electron-browser/main.contribution.i18n.json   |  10 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../parts/debug/electron-browser/repl.i18n.json    |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   4 +
 .../node/extensionsWorkbenchService.i18n.json      |   1 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   3 +
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../quickopen/browser/commandsHandler.i18n.json    |   3 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   6 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  24 +++
 .../electron-browser/task.contribution.i18n.json   |  22 +++
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../electron-browser/terminalActions.i18n.json     |   5 +-
 .../electron-browser/terminalInstance.i18n.json    |   1 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../views/browser/viewsExtensionPoint.i18n.json    |   1 +
 .../vs_code_welcome_page.i18n.json                 |   9 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   6 +
 .../services/files/node/fileService.i18n.json      |   4 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 i18n/hun/extensions/git/out/commands.i18n.json     |   1 +
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../hun/extensions/markdown/out/security.i18n.json |   7 +-
 i18n/hun/extensions/markdown/package.i18n.json     |   1 -
 i18n/hun/extensions/npm/package.i18n.json          |   3 +-
 .../typescript/out/features/taskProvider.i18n.json |   9 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/hun/src/vs/code/electron-main/auth.i18n.json  |   9 +
 i18n/hun/src/vs/code/electron-main/menus.i18n.json |  12 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   8 +
 .../common/view/editorColorRegistry.i18n.json      |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   5 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   6 +-
 .../browser/actions/workspaceActions.i18n.json     |  23 +++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/sidebar/sidebarPart.i18n.json    |   1 +
 i18n/hun/src/vs/workbench/common/theme.i18n.json   |  10 +-
 .../workbench/electron-browser/actions.i18n.json   |  10 +-
 .../electron-browser/main.contribution.i18n.json   |  12 +-
 .../vs/workbench/electron-browser/window.i18n.json |   2 +-
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   2 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../statusbarColorProvider.i18n.json               |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  17 ++
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../parts/files/browser/fileActions.i18n.json      |   4 +-
 .../files/browser/files.contribution.i18n.json     |   8 +-
 .../files/browser/views/explorerView.i18n.json     |   1 -
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../relauncher.contribution.i18n.json              |   2 -
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |   2 +
 .../electron-browser/task.contribution.i18n.json   |  16 +-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../terminal.contribution.i18n.json                |   3 +
 .../electron-browser/terminalActions.i18n.json     |   2 +
 .../terminalColorRegistry.i18n.json                |   2 +
 .../workbench/parts/views/browser/views.i18n.json  |   3 +-
 .../vs_code_welcome_page.i18n.json                 |   7 +-
 .../welcomePage.contribution.i18n.json             |   2 +-
 .../configuration/node/configuration.i18n.json     |   4 +-
 .../node/jsonEditingService.i18n.json              |   9 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   3 +-
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/ita/extensions/git/out/commands.i18n.json     |   5 +
 i18n/ita/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../ita/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/ita/extensions/markdown/package.i18n.json     |   1 -
 .../merge-conflict/out/commandHandler.i18n.json    |   1 +
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/ita/extensions/typescript/package.i18n.json   |   6 +-
 i18n/ita/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/ita/src/vs/code/electron-main/menus.i18n.json |  18 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   7 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   1 -
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   5 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/editor/editorStatus.i18n.json    |   2 +
 .../browser/parts/editor/titleControl.i18n.json    |   1 +
 i18n/ita/src/vs/workbench/common/theme.i18n.json   |  15 +-
 .../workbench/electron-browser/actions.i18n.json   |  15 +-
 .../electron-browser/extensionHost.i18n.json       |   1 +
 .../electron-browser/main.contribution.i18n.json   |  10 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../parts/debug/electron-browser/repl.i18n.json    |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   4 +
 .../node/extensionsWorkbenchService.i18n.json      |   1 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   3 +
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../quickopen/browser/commandsHandler.i18n.json    |   3 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   6 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  24 +++
 .../electron-browser/task.contribution.i18n.json   |  22 +++
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../electron-browser/terminalActions.i18n.json     |   5 +-
 .../electron-browser/terminalInstance.i18n.json    |   1 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../views/browser/viewsExtensionPoint.i18n.json    |   1 +
 .../vs_code_welcome_page.i18n.json                 |   9 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   6 +
 .../services/files/node/fileService.i18n.json      |   4 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/jpn/extensions/git/out/commands.i18n.json     |   6 +
 i18n/jpn/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../jpn/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/jpn/extensions/markdown/package.i18n.json     |   1 -
 i18n/jpn/extensions/npm/package.i18n.json          |   3 +-
 .../typescript/out/features/taskProvider.i18n.json |   9 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/jpn/extensions/typescript/package.i18n.json   |   5 +-
 .../src/vs/base/common/jsonErrorMessages.i18n.json |   2 +-
 i18n/jpn/src/vs/code/electron-main/auth.i18n.json  |   9 +
 i18n/jpn/src/vs/code/electron-main/menus.i18n.json |  20 ++-
 .../browser/widget/diffEditorWidget.i18n.json      |   5 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   3 +-
 .../common/view/editorColorRegistry.i18n.json      |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   5 +-
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   8 +-
 .../browser/actions/workspaceActions.i18n.json     |  18 ++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/editor/titleControl.i18n.json    |   1 +
 .../browser/parts/sidebar/sidebarPart.i18n.json    |   1 +
 i18n/jpn/src/vs/workbench/common/theme.i18n.json   |   8 +-
 .../workbench/electron-browser/actions.i18n.json   |  11 +-
 .../electron-browser/main.contribution.i18n.json   |  13 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  12 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  17 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../parts/files/browser/fileActions.i18n.json      |   3 +-
 .../files/browser/files.contribution.i18n.json     |   9 +-
 .../files/browser/views/explorerView.i18n.json     |   1 -
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   1 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   3 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  18 ++
 .../electron-browser/task.contribution.i18n.json   |  30 +++-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   5 +-
 .../terminal.contribution.i18n.json                |   3 +
 .../electron-browser/terminalActions.i18n.json     |   2 +
 .../terminalColorRegistry.i18n.json                |   2 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../workbench/parts/views/browser/views.i18n.json  |   3 +-
 .../vs_code_welcome_page.i18n.json                 |   8 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   9 +
 .../services/files/node/fileService.i18n.json      |   3 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   4 +-
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/kor/extensions/git/out/commands.i18n.json     |   5 +
 i18n/kor/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../kor/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/kor/extensions/markdown/package.i18n.json     |   2 +-
 .../merge-conflict/out/commandHandler.i18n.json    |   1 +
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/kor/extensions/typescript/package.i18n.json   |   6 +-
 i18n/kor/src/vs/base/common/errorMessage.i18n.json |   1 +
 i18n/kor/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/kor/src/vs/code/electron-main/menus.i18n.json |  18 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   7 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   4 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../browser/referencesModel.i18n.json              |   2 +
 .../electron-main/historyMainService.i18n.json     |   1 -
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |  11 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/editor/editorStatus.i18n.json    |   2 +
 .../browser/parts/editor/titleControl.i18n.json    |   1 +
 i18n/kor/src/vs/workbench/common/theme.i18n.json   |  15 +-
 .../workbench/electron-browser/actions.i18n.json   |  15 +-
 .../electron-browser/extensionHost.i18n.json       |   1 +
 .../electron-browser/main.contribution.i18n.json   |  10 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../parts/debug/electron-browser/repl.i18n.json    |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   4 +
 .../node/extensionsWorkbenchService.i18n.json      |   1 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   3 +
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../quickopen/browser/commandsHandler.i18n.json    |   3 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   6 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  24 +++
 .../electron-browser/task.contribution.i18n.json   |  22 +++
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../electron-browser/terminalActions.i18n.json     |   5 +-
 .../electron-browser/terminalInstance.i18n.json    |   1 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../views/browser/viewsExtensionPoint.i18n.json    |   1 +
 .../vs_code_welcome_page.i18n.json                 |   9 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   6 +
 .../services/files/node/fileService.i18n.json      |   4 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 i18n/ptb/extensions/git/out/commands.i18n.json     |   2 +
 i18n/ptb/extensions/git/package.i18n.json          |   3 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../ptb/extensions/markdown/out/security.i18n.json |   7 +-
 i18n/ptb/extensions/markdown/package.i18n.json     |   1 -
 i18n/ptb/extensions/npm/package.i18n.json          |   3 +-
 .../typescript/out/features/taskProvider.i18n.json |   9 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/ptb/src/vs/code/electron-main/auth.i18n.json  |   9 +
 i18n/ptb/src/vs/code/electron-main/menus.i18n.json |  16 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   8 +
 .../common/view/editorColorRegistry.i18n.json      |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   5 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   6 +-
 .../actions/toggleSidebarVisibility.i18n.json      |   2 +-
 .../browser/actions/workspaceActions.i18n.json     |  23 +++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/sidebar/sidebarPart.i18n.json    |   1 +
 i18n/ptb/src/vs/workbench/common/theme.i18n.json   |  10 +-
 .../workbench/electron-browser/actions.i18n.json   |  10 +-
 .../electron-browser/main.contribution.i18n.json   |  12 +-
 .../vs/workbench/electron-browser/window.i18n.json |   2 +-
 .../languageConfigurationExtensionPoint.i18n.json  |   4 +
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   2 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../statusbarColorProvider.i18n.json               |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  17 ++
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../parts/files/browser/fileActions.i18n.json      |   4 +-
 .../files/browser/files.contribution.i18n.json     |   9 +-
 .../files/browser/views/explorerView.i18n.json     |   1 -
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../relauncher.contribution.i18n.json              |   2 -
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   1 +
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |   2 +
 .../electron-browser/task.contribution.i18n.json   |  22 ++-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +-
 .../terminal.contribution.i18n.json                |   3 +
 .../electron-browser/terminalActions.i18n.json     |   2 +
 .../terminalColorRegistry.i18n.json                |   2 +
 .../workbench/parts/views/browser/views.i18n.json  |   3 +-
 .../vs_code_welcome_page.i18n.json                 |   7 +-
 .../welcomePage.contribution.i18n.json             |   2 +-
 .../configuration/node/configuration.i18n.json     |   4 +-
 .../node/jsonEditingService.i18n.json              |   9 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   3 +-
 .../configuration-editing/out/extension.i18n.json  |   4 +-
 .../out/settingsDocumentHelper.i18n.json           |   3 +
 .../out/extensionLinter.i18n.json                  |   8 +-
 i18n/rus/extensions/git/out/commands.i18n.json     |   5 +
 i18n/rus/extensions/git/package.i18n.json          |   7 +-
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../rus/extensions/markdown/out/security.i18n.json |   5 +-
 i18n/rus/extensions/markdown/package.i18n.json     |   2 +-
 .../merge-conflict/out/commandHandler.i18n.json    |   1 +
 .../typescript/out/features/taskProvider.i18n.json |   6 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/rus/extensions/typescript/package.i18n.json   |   6 +-
 i18n/rus/src/vs/code/electron-main/auth.i18n.json  |   6 +
 i18n/rus/src/vs/code/electron-main/menus.i18n.json |  18 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   7 +-
 .../vs/editor/browser/widget/diffReview.i18n.json  |   9 +-
 .../common/config/commonEditorConfig.i18n.json     |   4 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../browser/referencesModel.i18n.json              |   2 +
 .../electron-main/historyMainService.i18n.json     |   1 -
 .../markers/common/problemMatcher.i18n.json        |  12 +-
 .../platform/theme/common/colorRegistry.i18n.json  |  11 +-
 .../browser/actions/workspaceActions.i18n.json     |  14 ++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/editor/editorStatus.i18n.json    |   2 +
 .../browser/parts/editor/titleControl.i18n.json    |   1 +
 i18n/rus/src/vs/workbench/common/theme.i18n.json   |  15 +-
 .../workbench/electron-browser/actions.i18n.json   |  15 +-
 .../electron-browser/extensionHost.i18n.json       |   1 +
 .../electron-browser/main.contribution.i18n.json   |  10 +-
 .../vs/workbench/electron-browser/window.i18n.json |   1 -
 .../languageConfigurationExtensionPoint.i18n.json  |  13 ++
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   3 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../parts/debug/electron-browser/repl.i18n.json    |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  16 ++
 .../extensions/browser/extensionEditor.i18n.json   |   1 +
 .../electron-browser/extensionsViewlet.i18n.json   |   4 +
 .../node/extensionsWorkbenchService.i18n.json      |   1 +
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../files/browser/files.contribution.i18n.json     |   3 +
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesRenderers.i18n.json         |   2 +
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../preferences/common/preferencesModels.i18n.json |   1 +
 .../quickopen/browser/commandsHandler.i18n.json    |   3 +
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../parts/tasks/browser/quickOpen.i18n.json        |   6 +-
 .../tasks/common/taskDefinitionRegistry.i18n.json  |   7 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |  24 +++
 .../electron-browser/task.contribution.i18n.json   |  22 +++
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../parts/tasks/node/taskConfiguration.i18n.json   |   2 +
 .../electron-browser/terminalActions.i18n.json     |   5 +-
 .../electron-browser/terminalInstance.i18n.json    |   1 +
 .../parts/update/electron-browser/update.i18n.json |   1 +
 .../views/browser/viewsExtensionPoint.i18n.json    |   1 +
 .../vs_code_welcome_page.i18n.json                 |   9 +-
 .../welcomePage.contribution.i18n.json             |   3 +
 .../node/jsonEditingService.i18n.json              |   6 +
 .../services/files/node/fileService.i18n.json      |   4 +
 .../electron-browser/keybindingService.i18n.json   |   1 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   1 +
 i18n/trk/extensions/git/out/commands.i18n.json     |   1 +
 .../markdown/out/previewContentProvider.i18n.json  |   6 +-
 .../trk/extensions/markdown/out/security.i18n.json |   7 +-
 i18n/trk/extensions/markdown/package.i18n.json     |   1 -
 i18n/trk/extensions/npm/package.i18n.json          |   3 +-
 .../typescript/out/features/taskProvider.i18n.json |   9 +
 .../out/typescriptServiceClient.i18n.json          |   7 -
 .../typescript/out/utils/versionPicker.i18n.json   |  12 ++
 .../typescript/out/utils/versionProvider.i18n.json |   8 +
 i18n/trk/src/vs/code/electron-main/auth.i18n.json  |   9 +
 i18n/trk/src/vs/code/electron-main/menus.i18n.json |  12 +-
 .../browser/widget/diffEditorWidget.i18n.json      |   8 +
 .../common/view/editorColorRegistry.i18n.json      |   1 +
 .../find/browser/simpleFindWidget.i18n.json        |  12 ++
 .../electron-main/historyMainService.i18n.json     |   5 +-
 .../platform/theme/common/colorRegistry.i18n.json  |   6 +-
 .../browser/actions/workspaceActions.i18n.json     |  23 +++
 .../browser/parts/editor/editorActions.i18n.json   |   2 +-
 .../browser/parts/sidebar/sidebarPart.i18n.json    |   1 +
 i18n/trk/src/vs/workbench/common/theme.i18n.json   |  10 +-
 .../workbench/electron-browser/actions.i18n.json   |  10 +-
 .../electron-browser/main.contribution.i18n.json   |  12 +-
 .../vs/workbench/electron-browser/window.i18n.json |   2 +-
 .../electron-browser/debug.contribution.i18n.json  |   4 +
 .../debug/electron-browser/debugService.i18n.json  |   2 +-
 .../debug/electron-browser/debugViews.i18n.json    |   4 -
 .../statusbarColorProvider.i18n.json               |   3 +-
 .../electron-browser/emmet.contribution.i18n.json  |   6 +-
 .../execution.contribution.i18n.json               |  17 ++
 .../parts/files/browser/explorerViewlet.i18n.json  |   8 +
 .../parts/files/browser/fileActions.i18n.json      |   4 +-
 .../files/browser/files.contribution.i18n.json     |   8 +-
 .../files/browser/views/explorerView.i18n.json     |   1 -
 .../browser/views/openEditorsViewer.i18n.json      |   1 +
 .../parts/html/browser/html.contribution.i18n.json |   3 +-
 .../browser/preferencesWidgets.i18n.json           |   6 +-
 .../parts/preferences/common/preferences.i18n.json |   9 +
 .../relauncher.contribution.i18n.json              |   2 -
 .../search/browser/patternInputWidget.i18n.json    |   2 -
 .../parts/search/browser/searchActions.i18n.json   |   3 +-
 .../parts/search/browser/searchViewlet.i18n.json   |   3 -
 .../snippets.contribution.i18n.json                |   2 +-
 .../electron-browser/snippetsService.i18n.json     |   3 +-
 .../tasks/electron-browser/jsonSchema_v2.i18n.json |   2 +
 .../electron-browser/task.contribution.i18n.json   |  16 +-
 .../tasks/electron-browser/taskPanel.i18n.json     |   8 +
 .../terminal.contribution.i18n.json                |   3 +
 .../electron-browser/terminalActions.i18n.json     |   2 +
 .../terminalColorRegistry.i18n.json                |   2 +
 .../workbench/parts/views/browser/views.i18n.json  |   3 +-
 .../vs_code_welcome_page.i18n.json                 |   7 +-
 .../welcomePage.contribution.i18n.json             |   2 +-
 .../configuration/node/configuration.i18n.json     |   4 +-
 .../node/jsonEditingService.i18n.json              |   9 +
 .../themes/common/colorThemeSchema.i18n.json       |   2 +-
 .../workbenchThemeService.i18n.json                |   3 +-
 src/vs/base/common/arrays.ts                       |   2 +-
 src/vs/base/parts/tree/browser/treeModel.ts        |   4 +
 src/vs/code/electron-main/menus.ts                 |  33 +++-
 src/vs/code/electron-main/windows.ts               |  16 +-
 src/vs/editor/common/config/commonEditorConfig.ts  |   6 +
 .../common/modes/languageConfigurationRegistry.ts  |   4 +-
 .../contrib/comment/common/lineCommentCommand.ts   |   3 +-
 src/vs/editor/contrib/find/common/find.ts          |  25 +++
 .../editor/contrib/find/common/findController.ts   |  22 +--
 .../editor/contrib/find/test/common/find.test.ts   |  89 ++++++++++
 .../contrib/snippet/browser/snippetParser.ts       | 196 ++++++++++-----------
 .../test/browser/snippetController2.test.ts        |   4 +-
 .../snippet/test/browser/snippetParser.test.ts     |  10 +-
 .../editor/test/common/controller/cursor.test.ts   |  22 +++
 src/vs/platform/extensions/common/extensionHost.ts |  19 ++
 src/vs/platform/search/common/search.ts            |   2 +-
 src/vs/platform/telemetry/common/telemetryUtils.ts |   1 -
 src/vs/platform/windows/electron-main/windows.ts   |   1 +
 .../browser/parts/statusbar/statusbarPart.ts       |   8 +-
 src/vs/workbench/common/options.ts                 |  25 ---
 src/vs/workbench/common/theme.ts                   |  18 --
 src/vs/workbench/electron-browser/extensionHost.ts |  12 +-
 src/vs/workbench/electron-browser/main.ts          |  45 +----
 src/vs/workbench/electron-browser/shell.ts         |  27 ++-
 src/vs/workbench/electron-browser/workbench.ts     |  46 +++--
 .../parts/debug/electron-browser/debugService.ts   |  18 +-
 .../electron-browser/statusbarColorProvider.ts     |  14 +-
 .../parts/emmet/electron-browser/editorAccessor.ts |   2 +-
 .../preferences/browser/media/preferences.css      |   3 +-
 .../preferences/browser/preferencesWidgets.ts      |   2 +-
 .../electron-browser/relauncher.contribution.ts    |   4 +-
 .../parts/search/browser/search.contribution.ts    |  33 +++-
 .../workbench/parts/search/common/queryBuilder.ts  |  41 +++--
 .../parts/search/test/common/queryBuilder.test.ts  | 193 ++++++++++++++++++++
 .../parts/snippets/electron-browser/TMSnippets.ts  |   2 +-
 .../snippets/electron-browser/snippetsService.ts   |   4 +-
 .../test/electron-browser/snippetsService.test.ts  |  19 ++
 .../services/telemetry/common/workspaceStats.ts    |  24 +--
 tslint.json                                        |   4 +-
 853 files changed, 4412 insertions(+), 1406 deletions(-)
 create mode 100644 i18n/chs/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/chs/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/chs/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/chs/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/chs/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/chs/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/chs/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/chs/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/chs/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/chs/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/chs/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/cht/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/cht/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/cht/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/cht/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/cht/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/cht/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/cht/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/cht/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/cht/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/cht/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/cht/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/deu/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/deu/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/deu/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/deu/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/deu/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/deu/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/deu/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/deu/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/deu/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/deu/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/deu/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/esn/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/esn/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/esn/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/esn/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/esn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/esn/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/esn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/esn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/esn/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/esn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/esn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/fra/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/fra/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/fra/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/fra/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/fra/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/fra/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/fra/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/fra/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/fra/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/fra/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/fra/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/hun/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/hun/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/hun/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/hun/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/hun/src/vs/editor/browser/widget/diffEditorWidget.i18n.json
 create mode 100644 i18n/hun/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/hun/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/hun/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/hun/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/hun/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/hun/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/hun/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/ita/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/ita/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/ita/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/ita/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/ita/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/ita/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/ita/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/ita/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/ita/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/ita/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/ita/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/jpn/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/jpn/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/jpn/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/jpn/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/jpn/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/jpn/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/jpn/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/jpn/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/jpn/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/jpn/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/jpn/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/kor/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/kor/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/kor/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/kor/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/kor/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/kor/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/kor/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/kor/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/kor/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/kor/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/kor/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/ptb/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/ptb/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/ptb/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/ptb/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/ptb/src/vs/editor/browser/widget/diffEditorWidget.i18n.json
 create mode 100644 i18n/ptb/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/ptb/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/ptb/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/ptb/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/ptb/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/ptb/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/ptb/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/rus/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/rus/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/rus/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/rus/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/rus/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/rus/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/rus/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/rus/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/rus/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/rus/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/rus/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 i18n/trk/extensions/typescript/out/features/taskProvider.i18n.json
 create mode 100644 i18n/trk/extensions/typescript/out/utils/versionPicker.i18n.json
 create mode 100644 i18n/trk/extensions/typescript/out/utils/versionProvider.i18n.json
 create mode 100644 i18n/trk/src/vs/code/electron-main/auth.i18n.json
 create mode 100644 i18n/trk/src/vs/editor/browser/widget/diffEditorWidget.i18n.json
 create mode 100644 i18n/trk/src/vs/editor/contrib/find/browser/simpleFindWidget.i18n.json
 create mode 100644 i18n/trk/src/vs/workbench/browser/actions/workspaceActions.i18n.json
 create mode 100644 i18n/trk/src/vs/workbench/parts/execution/electron-browser/execution.contribution.i18n.json
 create mode 100644 i18n/trk/src/vs/workbench/parts/files/browser/explorerViewlet.i18n.json
 create mode 100644 i18n/trk/src/vs/workbench/parts/preferences/common/preferences.i18n.json
 create mode 100644 i18n/trk/src/vs/workbench/parts/tasks/electron-browser/taskPanel.i18n.json
 create mode 100644 i18n/trk/src/vs/workbench/services/configuration/node/jsonEditingService.i18n.json
 create mode 100644 src/vs/editor/contrib/find/common/find.ts
 create mode 100644 src/vs/editor/contrib/find/test/common/find.test.ts
 create mode 100644 src/vs/platform/extensions/common/extensionHost.ts
 delete mode 100644 src/vs/workbench/common/options.ts
 create mode 100644 src/vs/workbench/parts/search/test/common/queryBuilder.test.ts

F:\VSCodeStudio\vscode>.\scripts\npm.bat install
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.

> code-oss-dev@1.15.0 preinstall F:\VSCodeStudio\vscode
> node build/npm/preinstall.js


> typechecker@2.0.8 preinstall F:\VSCodeStudio\vscode\node_modules\.staging\typechecker-ef7aca26
> node ./cyclic.js

npm WARN prefer global js-beautify@1.5.10 should be installed with -g

> oniguruma@6.1.1 install F:\VSCodeStudio\vscode\node_modules\oniguruma
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\oniguruma>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  regcomp.c
  regenc.c
  regerror.c
  regexec.c
..\deps\onig\regexec.c(1344): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(1348): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(1364): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(1368): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(1672): warning C4311: 'type cast': pointer truncation from 'OnigUChar *' to 'unsigned int' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigu
ruma.vcxproj]
..\deps\onig\regexec.c(1737): warning C4311: 'type cast': pointer truncation from 'OnigUChar *' to 'unsigned int' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigu
ruma.vcxproj]
..\deps\onig\regexec.c(2082): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigurum
a.vcxproj]
..\deps\onig\regexec.c(2096): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigurum
a.vcxproj]
..\deps\onig\regcomp.c(563): warning C4311: 'type cast': pointer truncation from 'OnigUChar *' to 'unsigned int' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigur
uma.vcxproj]
..\deps\onig\regexec.c(2113): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigurum
a.vcxproj]
..\deps\onig\regexec.c(2119): warning C4311: 'type cast': pointer truncation from 'void *' to 'OnigStackIndex' [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\onigurum
a.vcxproj]
..\deps\onig\regexec.c(2153): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2157): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2185): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2189): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2217): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2221): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2256): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2260): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'void *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\build\
oniguruma.vcxproj]
..\deps\onig\regexec.c(2372): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'OnigUChar *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\b
uild\oniguruma.vcxproj]
..\deps\onig\regexec.c(2395): warning C4312: 'type cast': conversion from 'OnigStackIndex' to 'OnigUChar *' of greater size [F:\VSCodeStudio\vscode\node_modules\oniguruma\b
uild\oniguruma.vcxproj]
  regext.c
  reggnu.c
  regparse.c
  regposerr.c
  regposix.c
  regsyntax.c
  regtrav.c
  regversion.c
  st.c
  ascii.c
  big5.c
  cp1251.c
  euc_jp.c
  euc_kr.c
  euc_tw.c
  gb18030.c
  iso8859_1.c
  iso8859_2.c
  iso8859_3.c
  iso8859_4.c
  iso8859_5.c
  iso8859_6.c
  iso8859_7.c
  iso8859_8.c
  iso8859_9.c
  iso8859_10.c
  iso8859_11.c
  iso8859_13.c
  iso8859_14.c
  iso8859_15.c
  iso8859_16.c
  koi8.c
  koi8_r.c
  mktable.c
  sjis.c
  unicode.c
  utf16_be.c
  utf16_le.c
  utf32_be.c
  utf32_le.c
  utf8.c
  win_delay_load_hook.cc
  oniguruma.vcxproj -> F:\VSCodeStudio\vscode\node_modules\oniguruma\build\Release\\oniguruma.lib
  onig-result.cc
  onig-reg-exp.cc
  onig-scanner.cc
  onig-scanner-worker.cc
  onig-searcher.cc
  onig-string.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\oniguruma\build\Release\onig_scanner.lib and object F:\VSCodeStudio\vscode\node_modules\oniguruma\build\Release\on
  ig_scanner.exp
  Generating code
  Finished generating code
  onig_scanner.vcxproj -> F:\VSCodeStudio\vscode\node_modules\oniguruma\build\Release\\onig_scanner.node
  onig_scanner.vcxproj -> F:\VSCodeStudio\vscode\node_modules\oniguruma\build\Release\onig_scanner.pdb (Full PDB)

> electron-mksnapshot@1.6.0 install F:\VSCodeStudio\vscode\node_modules\electron-mksnapshot
> node ./download-mksnapshot.js


> gc-signals@0.0.1 install F:\VSCodeStudio\vscode\node_modules\gc-signals
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\gc-signals>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  gcsignal.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\gc-signals\build\Release\gcsignals.lib and object F:\VSCodeStudio\vscode\node_modules\gc-signals\build\Release\gcs
  ignals.exp
  Generating code
  Finished generating code
  gcsignals.vcxproj -> F:\VSCodeStudio\vscode\node_modules\gc-signals\build\Release\\gcsignals.node
  gcsignals.vcxproj -> F:\VSCodeStudio\vscode\node_modules\gc-signals\build\Release\gcsignals.pdb (Full PDB)

> husky@0.13.4 install F:\VSCodeStudio\vscode\node_modules\husky
> node ./bin/install.js

husky
setting up hooks
done


> keytar@4.0.3 install F:\VSCodeStudio\vscode\node_modules\keytar
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\keytar>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  async.cc
  main.cc
  keytar_win.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\keytar\build\Release\keytar.lib and object F:\VSCodeStudio\vscode\node_modules\keytar\build\Release\keytar.exp
  Generating code
  Finished generating code
  keytar.vcxproj -> F:\VSCodeStudio\vscode\node_modules\keytar\build\Release\\keytar.node
  keytar.vcxproj -> F:\VSCodeStudio\vscode\node_modules\keytar\build\Release\keytar.pdb (Full PDB)

> native-keymap@1.2.4 install F:\VSCodeStudio\vscode\node_modules\native-keymap
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\native-keymap>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  string_conversion.cc
  keymapping.cc
  keyboard_win.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\native-keymap\build\Release\keymapping.lib and object F:\VSCodeStudio\vscode\node_modules\native-keymap\build\Rele
  ase\keymapping.exp
  Generating code
  Finished generating code
  keymapping.vcxproj -> F:\VSCodeStudio\vscode\node_modules\native-keymap\build\Release\\keymapping.node
  keymapping.vcxproj -> F:\VSCodeStudio\vscode\node_modules\native-keymap\build\Release\keymapping.pdb (Full PDB)

> node-pty@0.6.9 install F:\VSCodeStudio\vscode\node_modules\node-pty
> node scripts/install.js


F:\VSCodeStudio\vscode\node_modules\node-pty>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  Agent.cc
  AgentCreateDesktop.cc
  ConsoleFont.cc
  ConsoleInput.cc
..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(121): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(137): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(155): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(172): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(340): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_mod
ules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\ConsoleInput.cc(348): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_m
odules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  ConsoleInputReencoding.cc
  ConsoleLine.cc
  DebugShowInput.cc
  DefaultInputMap.cc
..\..\..\..\deps\winpty\src\agent\ConsoleLine.cc(127): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [F:\VSCodeStudio\vscode\nod
e_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  EventLoop.cc
  InputMap.cc
..\..\..\..\deps\winpty\src\agent\DefaultInputMap.cc(260): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_
modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\DefaultInputMap.cc(291): warning C4244: 'argument': conversion from '__int64' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node
_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  LargeConsoleRead.cc
  NamedPipe.cc
..\..\..\..\deps\winpty\src\agent\EventLoop.cc(78): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_modul
es\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  Scraper.cc
  Terminal.cc
..\..\..\..\deps\winpty\src\agent\NamedPipe.cc(191): warning C4267: 'initializing': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_
modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\NamedPipe.cc(191): warning C4267: 'initializing': conversion from 'size_t' to 'const DWORD', possible loss of data [F:\VSCodeStudio\vscode
\node_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  Win32Console.cc
  Win32ConsoleBuffer.cc
..\..\..\..\deps\winpty\src\agent\Scraper.cc(561): warning C4244: 'argument': conversion from 'int64_t' to 'const int', possible loss of data [F:\VSCodeStudio\vscode\node_m
odules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\Scraper.cc(623): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modules
\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\Terminal.cc(365): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_mod
ules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\agent\Terminal.cc(369): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_mod
ules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  main.cc
..\..\..\..\deps\winpty\src\agent\Win32Console.cc(73): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_mo
dules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  BackgroundDesktop.cc
  Buffer.cc
  DebugClient.cc
  GenRandom.cc
  OwnedHandle.cc
  StringUtil.cc
..\..\..\..\deps\winpty\src\shared\DebugClient.cc(80): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_mo
dules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  WindowsSecurity.cc
  WindowsVersion.cc
..\..\..\..\deps\winpty\src\shared\GenRandom.cc(71): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\shared\GenRandom.cc(79): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\shared\StringUtil.cc(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modul
es\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
..\..\..\..\deps\winpty\src\shared\StringUtil.cc(52): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modul
es\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  WinptyAssert.cc
  WinptyException.cc
..\..\..\..\deps\winpty\src\shared\WindowsSecurity.cc(183): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\VSCodeStudio\vscode\no
de_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  WinptyVersion.cc
  win_delay_load_hook.cc
  Generating code
f:\vscodestudio\vscode\node_modules\node-pty\deps\winpty\src\agent\agent.cc(231): warning C4722: 'Agent::~Agent': destructor never returns, potential memory leak [F:\VSCode
Studio\vscode\node_modules\node-pty\build\deps\winpty\src\winpty-agent.vcxproj]
  Finished generating code
  winpty-agent.vcxproj -> F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\\winpty-agent.exe
  winpty-agent.vcxproj -> F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\winpty-agent.pdb (Full PDB)
  AgentLocation.cc
  winpty.cc
  BackgroundDesktop.cc
  Buffer.cc
..\..\..\..\deps\winpty\src\libwinpty\winpty.cc(306): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_mod
ules\node-pty\build\deps\winpty\src\winpty.vcxproj]
..\..\..\..\deps\winpty\src\libwinpty\winpty.cc(334): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_mod
ules\node-pty\build\deps\winpty\src\winpty.vcxproj]
  DebugClient.cc
  GenRandom.cc
  OwnedHandle.cc
  StringUtil.cc
  WindowsSecurity.cc
..\..\..\..\deps\winpty\src\shared\DebugClient.cc(80): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_mo
dules\node-pty\build\deps\winpty\src\winpty.vcxproj]
..\..\..\..\deps\winpty\src\shared\GenRandom.cc(71): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty.vcxproj]
..\..\..\..\deps\winpty\src\shared\GenRandom.cc(79): warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data [F:\VSCodeStudio\vscode\node_modu
les\node-pty\build\deps\winpty\src\winpty.vcxproj]
  WindowsVersion.cc
  WinptyAssert.cc
..\..\..\..\deps\winpty\src\shared\StringUtil.cc(43): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modul
es\node-pty\build\deps\winpty\src\winpty.vcxproj]
..\..\..\..\deps\winpty\src\shared\StringUtil.cc(52): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [F:\VSCodeStudio\vscode\node_modul
es\node-pty\build\deps\winpty\src\winpty.vcxproj]
  WinptyException.cc
..\..\..\..\deps\winpty\src\shared\WindowsSecurity.cc(183): warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data [F:\VSCodeStudio\vscode\no
de_modules\node-pty\build\deps\winpty\src\winpty.vcxproj]
  WinptyVersion.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\winpty.lib and object F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\winpty.exp
  Generating code
  Finished generating code
  winpty.vcxproj -> F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\\winpty.dll
  winpty.vcxproj -> F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\winpty.pdb (Full PDB)
  pty.cc
  win_delay_load_hook.cc
..\src\win\pty.cc(51): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(51): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(62): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(62): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(245): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(245): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(246): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(246): warning C4302: 'type cast': truncation from 'HANDLE' to 'int' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
..\src\win\pty.cc(263): warning C4533: initialization of 'marshal' is skipped by 'goto cleanup' [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
  ..\src\win\pty.cc(243): note: see declaration of 'marshal'
  ..\src\win\pty.cc(263): note: see declaration of 'cleanup'
..\src\win\pty.cc(314): warning C4312: 'type cast': conversion from 'int32_t' to 'HANDLE' of greater size [F:\VSCodeStudio\vscode\node_modules\node-pty\build\pty.vcxproj]
     Creating library F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\pty.lib and object F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\pty.exp
  Generating code
  Finished generating code
  pty.vcxproj -> F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\\pty.node
  pty.vcxproj -> F:\VSCodeStudio\vscode\node_modules\node-pty\build\Release\pty.pdb (Full PDB)

> nsfw@1.0.16 install F:\VSCodeStudio\vscode\node_modules\nsfw
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\nsfw>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Warning: Missing input files:
F:\VSCodeStudio\vscode\node_modules\nsfw\build\openpa\..\..\openpa\src\primitives\opa_nt_intrinics.h
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  opa_primitives.c
  opa_queue.c
  win_delay_load_hook.cc
  openpa.vcxproj -> F:\VSCodeStudio\vscode\node_modules\nsfw\build\Release\\openpa.lib
  NSFW.cpp
  Queue.cpp
  NativeInterface.cpp
  ReadLoop.cpp
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which
 is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i
s incompatible with C (compiling source file ..\src\Queue.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whi
ch is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which
 is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)F:\VS
  CodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp)

F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i
s incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whi
ch is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInterface.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which
 is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i
s incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whi
ch is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
  ReadLoopRunner.cpp
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which
 is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i
s incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whi
ch is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoop.cpp)
..\src\NSFW.cpp(159): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  C:\Users\Professional\.node-gyp\iojs-1.6.6\deps\v8\include\v8.h(3648): note: see declaration of 'v8::Function::NewInstance'
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which
 is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' which i
s incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.cpp)
F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm_rel_addr_t' whi
ch is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\VSCodeStudio\vscode\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\ReadLoopRunner.cpp)
     Creating library F:\VSCodeStudio\vscode\node_modules\nsfw\build\Release\nsfw.lib and object F:\VSCodeStudio\vscode\node_modules\nsfw\build\Release\nsfw.exp
  Generating code
  Finished generating code
  nsfw.vcxproj -> F:\VSCodeStudio\vscode\node_modules\nsfw\build\Release\\nsfw.node
  nsfw.vcxproj -> F:\VSCodeStudio\vscode\node_modules\nsfw\build\Release\nsfw.pdb (Full PDB)

> v8-profiler@5.6.5 install F:\VSCodeStudio\vscode\node_modules\v8-profiler
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\v8-profiler>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  profiler.cc
  cpu_profiler.cc
  cpu_profile.cc
  cpu_profile_node.cc
f:\vscodestudio\vscode\node_modules\nan\nan_new.h(208): warning C4244: 'argument': conversion from 'int64_t' to 'double', possible loss of data (compiling source file ..\sr
c\cpu_profile.cc) [F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\profiler.vcxproj]
  ..\src\cpu_profile.cc(82): note: see reference to function template instantiation 'v8::Local<v8::Number> Nan::New<v8::Number,int64_t>(A0)' being compiled
          with
          [
              A0=int64_t
          ]
  heap_profiler.cc
  heap_snapshot.cc
  heap_output_stream.cc
  heap_graph_node.cc
..\src\heap_snapshot.cc(148): warning C4244: 'argument': conversion from 'int64_t' to 'uint32_t', possible loss of data [F:\VSCodeStudio\vscode\node_modules\v8-profiler\bui
ld\profiler.vcxproj]
..\src\heap_graph_node.cc(69): warning C4996: 'v8::Object::Has': was declared deprecated [F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\profiler.vcxproj]
  c:\users\professional\.node-gyp\iojs-1.6.6\deps\v8\include\v8.h(2998): note: see declaration of 'v8::Object::Has'
f:\vscodestudio\vscode\node_modules\nan\nan_new.h(208): warning C4244: 'argument': conversion from 'std::size_t' to 'double', possible loss of data (compiling source file .
.\src\heap_graph_node.cc) [F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\profiler.vcxproj]
  ..\src\heap_graph_node.cc(126): note: see reference to function template instantiation 'v8::Local<v8::Number> Nan::New<v8::Number,std::size_t>(std::A0)' being compiled
          with
          [
              A0=std::size_t
          ]
  heap_graph_edge.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\Release\profiler.lib and object F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\Release\pr
  ofiler.exp
  Generating code
  Finished generating code
  profiler.vcxproj -> F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\Release\\profiler.node
  profiler.vcxproj -> F:\VSCodeStudio\vscode\node_modules\v8-profiler\build\Release\profiler.pdb (Full PDB)

> windows-foreground-love@0.1.0 install F:\VSCodeStudio\vscode\node_modules\windows-foreground-love
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\windows-foreground-love>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  foreground-love.cc
  win_delay_load_hook.cc
     Creating library F:\VSCodeStudio\vscode\node_modules\windows-foreground-love\build\Release\foreground-love.lib and object F:\VSCodeStudio\vscode\node_modules\windows-f
  oreground-love\build\Release\foreground-love.exp
  Generating code
  Finished generating code
  foreground-love.vcxproj -> F:\VSCodeStudio\vscode\node_modules\windows-foreground-love\build\Release\\foreground-love.node
  foreground-love.vcxproj -> F:\VSCodeStudio\vscode\node_modules\windows-foreground-love\build\Release\foreground-love.pdb (Full PDB)

> windows-mutex@0.2.0 install F:\VSCodeStudio\vscode\node_modules\windows-mutex
> node-gyp rebuild


F:\VSCodeStudio\vscode\node_modules\windows-mutex>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  main.cc
  mutex.cc
  win_delay_load_hook.cc
..\src\mutex.cc(70): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\VSCodeStudio\vscode\node_modules\windows-mutex\build\CreateMutex.vcxproj]
  C:\Users\Professional\.node-gyp\iojs-1.6.6\deps\v8\include\v8.h(3644): note: see declaration of 'v8::Function::NewInstance'
     Creating library F:\VSCodeStudio\vscode\node_modules\windows-mutex\build\Release\CreateMutex.lib and object F:\VSCodeStudio\vscode\node_modules\windows-mutex\build\Rel
  ease\CreateMutex.exp
  Generating code
  Finished generating code
  CreateMutex.vcxproj -> F:\VSCodeStudio\vscode\node_modules\windows-mutex\build\Release\\CreateMutex.node
  CreateMutex.vcxproj -> F:\VSCodeStudio\vscode\node_modules\windows-mutex\build\Release\CreateMutex.pdb (Full PDB)

> node-pty@0.6.9 postinstall F:\VSCodeStudio\vscode\node_modules\node-pty
> node scripts/post-install.js


> vscode-ripgrep@0.0.12 postinstall F:\VSCodeStudio\vscode\node_modules\vscode-ripgrep
> node ./dist/postinstall.js

Downloading to C:\Users\PROFES~1\AppData\Local\Temp\vscode-ripgrep-cache\ripgrep-0.5.1-patch.0-win32-ia32.zip
? ripgrep-0.5.1-patch.0-win32-ia32.zip [====================] 100%
Unzipping to F:\VSCodeStudio\vscode\node_modules\vscode-ripgrep\bin

> code-oss-dev@1.15.0 postinstall F:\VSCodeStudio\vscode
> node build/npm/postinstall.js


> vscode-extensions@0.0.1 postinstall F:\VSCodeStudio\vscode\extensions
> node ./postinstall

removed 'F:\VSCodeStudio\vscode\extensions\node_modules\typescript\lib\tsc.js'
removed 'F:\VSCodeStudio\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.d.ts'
removed 'F:\VSCodeStudio\vscode\extensions\node_modules\typescript\lib\tsserverlibrary.js'
removed 'F:\VSCodeStudio\vscode\extensions\node_modules\typescript\lib\typescriptServices.d.ts'
removed 'F:\VSCodeStudio\vscode\extensions\node_modules\typescript\lib\typescriptServices.js'
vscode-extensions@0.0.1 F:\VSCodeStudio\vscode\extensions
`-- typescript@2.4.2

npm WARN vscode-extensions@0.0.1 No repository field.
npm WARN vscode-extensions@0.0.1 No license field.
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
vscode-api-tests@0.0.1 F:\VSCodeStudio\vscode\extensions\vscode-api-tests
+-- @types/mocha@2.2.41
+-- @types/node@7.0.38
+-- typescript@1.8.10
`-- vscode@1.0.1
  +-- glob@5.0.15
  | +-- inflight@1.0.6
  | | `-- wrappy@1.0.2
  | +-- inherits@2.0.3
  | +-- minimatch@3.0.4
  | | `-- brace-expansion@1.1.8
  | |   +-- balanced-match@1.0.0
  | |   `-- concat-map@0.0.1
  | +-- once@1.4.0
  | `-- path-is-absolute@1.0.1
  +-- gulp-chmod@1.3.0
  | +-- deep-assign@1.0.0
  | | `-- is-obj@1.0.1
  | +-- stat-mode@0.2.2
  | `-- through2@2.0.3
  |   +-- readable-stream@2.3.3
  |   | +-- core-util-is@1.0.2
  |   | +-- isarray@1.0.0
  |   | +-- process-nextick-args@1.0.7
  |   | +-- string_decoder@1.0.3
  |   | `-- util-deprecate@1.0.2
  |   `-- xtend@4.0.1
  +-- gulp-filter@4.0.0
  | +-- gulp-util@3.0.8
  | | +-- array-differ@1.0.0
  | | +-- array-uniq@1.0.3
  | | +-- beeper@1.1.1
  | | +-- chalk@1.1.3
  | | | +-- ansi-styles@2.2.1
  | | | +-- escape-string-regexp@1.0.5
  | | | +-- has-ansi@2.0.0
  | | | | `-- ansi-regex@2.1.1
  | | | +-- strip-ansi@3.0.1
  | | | `-- supports-color@2.0.0
  | | +-- dateformat@2.0.0
  | | +-- fancy-log@1.3.0
  | | | `-- time-stamp@1.1.0
  | | +-- gulplog@1.0.0
  | | | `-- glogg@1.0.0
  | | +-- has-gulplog@0.1.0
  | | | `-- sparkles@1.0.0
  | | +-- lodash._reescape@3.0.0
  | | +-- lodash._reevaluate@3.0.0
  | | +-- lodash._reinterpolate@3.0.0
  | | +-- lodash.template@3.6.2
  | | | +-- lodash._basecopy@3.0.1
  | | | +-- lodash._basetostring@3.0.1
  | | | +-- lodash._basevalues@3.0.0
  | | | +-- lodash._isiterateecall@3.0.9
  | | | +-- lodash.escape@3.2.0
  | | | | `-- lodash._root@3.0.1
  | | | +-- lodash.keys@3.1.2
  | | | | +-- lodash._getnative@3.9.1
  | | | | +-- lodash.isarguments@3.1.0
  | | | | `-- lodash.isarray@3.0.4
  | | | +-- lodash.restparam@3.6.1
  | | | `-- lodash.templatesettings@3.1.1
  | | +-- minimist@1.2.0
  | | +-- multipipe@0.1.2
  | | | `-- duplexer2@0.0.2
  | | |   `-- readable-stream@1.1.14
  | | |     +-- isarray@0.0.1
  | | |     `-- string_decoder@0.10.31
  | | +-- object-assign@3.0.0
  | | +-- replace-ext@0.0.1
  | | `-- vinyl@0.5.3
  | +-- multimatch@2.1.0
  | | +-- array-union@1.0.2
  | | `-- arrify@1.0.1
  | `-- streamfilter@1.0.5
  +-- gulp-gunzip@0.0.3
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | `-- vinyl@0.4.6
  |   +-- clone@0.2.0
  |   `-- clone-stats@0.0.1
  +-- gulp-remote-src@0.4.2
  | +-- event-stream@3.3.4
  | | +-- duplexer@0.1.1
  | | +-- from@0.1.7
  | | +-- map-stream@0.1.0
  | | +-- pause-stream@0.0.11
  | | +-- split@0.3.3
  | | +-- stream-combiner@0.0.4
  | | `-- through@2.3.8
  | +-- node.extend@1.1.6
  | | `-- is@3.2.1
  | +-- request@2.79.0
  | | +-- caseless@0.11.0
  | | +-- har-validator@2.0.6
  | | | +-- commander@2.11.0
  | | | +-- is-my-json-valid@2.16.0
  | | | | +-- generate-function@2.0.0
  | | | | +-- generate-object-property@1.2.0
  | | | | | `-- is-property@1.0.2
  | | | | `-- jsonpointer@4.0.1
  | | | `-- pinkie-promise@2.0.1
  | | |   `-- pinkie@2.0.4
  | | +-- qs@6.3.2
  | | `-- tunnel-agent@0.4.3
  | `-- vinyl@2.0.2
  |   +-- clone@1.0.2
  |   +-- clone-buffer@1.0.0
  |   +-- clone-stats@1.0.0
  |   +-- cloneable-readable@1.0.0
  |   +-- is-stream@1.1.0
  |   +-- remove-trailing-separator@1.0.2
  |   `-- replace-ext@1.0.0
  +-- gulp-symdest@1.1.0
  | +-- mkdirp@0.5.1
  | | `-- minimist@0.0.8
  | +-- queue@3.1.0
  | `-- vinyl-fs@2.4.4
  |   +-- duplexify@3.5.0
  |   | +-- end-of-stream@1.0.0
  |   | | `-- once@1.3.3
  |   | `-- stream-shift@1.0.0
  |   +-- glob-stream@5.3.5
  |   | +-- glob-parent@3.1.0
  |   | | +-- is-glob@3.1.0
  |   | | | `-- is-extglob@2.1.1
  |   | | `-- path-dirname@1.0.2
  |   | +-- micromatch@2.3.11
  |   | | +-- arr-diff@2.0.0
  |   | | | `-- arr-flatten@1.1.0
  |   | | +-- array-unique@0.2.1
  |   | | +-- braces@1.8.5
  |   | | | +-- expand-range@1.8.2
  |   | | | | `-- fill-range@2.2.3
  |   | | | |   +-- is-number@2.1.0
  |   | | | |   +-- isobject@2.1.0
  |   | | | |   +-- randomatic@1.1.7
  |   | | | |   | +-- is-number@3.0.0
  |   | | | |   | | `-- kind-of@3.2.2
  |   | | | |   | `-- kind-of@4.0.0
  |   | | | |   `-- repeat-string@1.6.1
  |   | | | +-- preserve@0.2.0
  |   | | | `-- repeat-element@1.1.2
  |   | | +-- expand-brackets@0.1.5
  |   | | | `-- is-posix-bracket@0.1.1
  |   | | +-- extglob@0.3.2
  |   | | | `-- is-extglob@1.0.0
  |   | | +-- filename-regex@2.0.1
  |   | | +-- is-extglob@1.0.0
  |   | | +-- is-glob@2.0.1
  |   | | +-- kind-of@3.2.2
  |   | | | `-- is-buffer@1.1.5
  |   | | +-- normalize-path@2.1.1
  |   | | +-- object.omit@2.0.1
  |   | | | +-- for-own@0.1.5
  |   | | | | `-- for-in@1.0.2
  |   | | | `-- is-extendable@0.1.1
  |   | | +-- parse-glob@3.0.4
  |   | | | +-- glob-base@0.3.0
  |   | | | | +-- glob-parent@2.0.0
  |   | | | | `-- is-glob@2.0.1
  |   | | | |   `-- is-extglob@1.0.0
  |   | | | +-- is-dotfile@1.0.3
  |   | | | +-- is-extglob@1.0.0
  |   | | | `-- is-glob@2.0.1
  |   | | `-- regex-cache@0.4.3
  |   | |   +-- is-equal-shallow@0.1.3
  |   | |   `-- is-primitive@2.0.0
  |   | +-- ordered-read-streams@0.3.0
  |   | +-- through2@0.6.5
  |   | | `-- readable-stream@1.0.34
  |   | |   +-- isarray@0.0.1
  |   | |   `-- string_decoder@0.10.31
  |   | +-- to-absolute-glob@0.1.1
  |   | | `-- extend-shallow@2.0.1
  |   | `-- unique-stream@2.2.1
  |   +-- graceful-fs@4.1.11
  |   +-- gulp-sourcemaps@1.6.0
  |   | +-- convert-source-map@1.5.0
  |   | `-- vinyl@1.2.0
  |   +-- is-valid-glob@0.3.0
  |   +-- lazystream@1.0.0
  |   +-- lodash.isequal@4.5.0
  |   +-- merge-stream@1.0.1
  |   +-- object-assign@4.1.1
  |   +-- strip-bom@2.0.0
  |   | `-- is-utf8@0.2.1
  |   +-- strip-bom-stream@1.0.0
  |   | `-- first-chunk-stream@1.0.0
  |   +-- through2-filter@2.0.0
  |   +-- vali-date@1.0.0
  |   `-- vinyl@1.2.0
  +-- gulp-untar@0.0.4
  | +-- event-stream@3.1.7
  | | `-- split@0.2.10
  | +-- gulp-util@2.2.20
  | | +-- chalk@0.5.1
  | | | +-- ansi-styles@1.1.0
  | | | +-- has-ansi@0.1.0
  | | | | `-- ansi-regex@0.2.1
  | | | +-- strip-ansi@0.3.0
  | | | `-- supports-color@0.2.0
  | | +-- dateformat@1.0.12
  | | | +-- get-stdin@4.0.1
  | | | `-- meow@3.7.0
  | | |   +-- camelcase-keys@2.1.0
  | | |   | `-- camelcase@2.1.1
  | | |   +-- decamelize@1.2.0
  | | |   +-- loud-rejection@1.6.0
  | | |   | +-- currently-unhandled@0.4.1
  | | |   | | `-- array-find-index@1.0.2
  | | |   | `-- signal-exit@3.0.2
  | | |   +-- map-obj@1.0.1
  | | |   +-- normalize-package-data@2.4.0
  | | |   | +-- hosted-git-info@2.5.0
  | | |   | +-- is-builtin-module@1.0.0
  | | |   | | `-- builtin-modules@1.1.1
  | | |   | `-- validate-npm-package-license@3.0.1
  | | |   |   +-- spdx-correct@1.0.2
  | | |   |   | `-- spdx-license-ids@1.2.2
  | | |   |   `-- spdx-expression-parse@1.0.4
  | | |   +-- object-assign@4.1.1
  | | |   +-- read-pkg-up@1.0.1
  | | |   | +-- find-up@1.1.2
  | | |   | | `-- path-exists@2.1.0
  | | |   | `-- read-pkg@1.1.0
  | | |   |   +-- load-json-file@1.1.0
  | | |   |   | +-- parse-json@2.2.0
  | | |   |   | | `-- error-ex@1.3.1
  | | |   |   | |   `-- is-arrayish@0.2.1
  | | |   |   | `-- pify@2.3.0
  | | |   |   `-- path-type@1.1.0
  | | |   +-- redent@1.0.0
  | | |   | +-- indent-string@2.1.0
  | | |   | | `-- repeating@2.0.1
  | | |   | |   `-- is-finite@1.0.2
  | | |   | |     `-- number-is-nan@1.0.1
  | | |   | `-- strip-indent@1.0.1
  | | |   `-- trim-newlines@1.0.0
  | | +-- lodash._reinterpolate@2.4.1
  | | +-- lodash.template@2.4.1
  | | | +-- lodash._escapestringchar@2.4.1
  | | | +-- lodash.defaults@2.4.1
  | | | | +-- lodash._objecttypes@2.4.1
  | | | | `-- lodash.keys@2.4.1
  | | | +-- lodash.escape@2.4.1
  | | | | +-- lodash._escapehtmlchar@2.4.1
  | | | | | `-- lodash._htmlescapes@2.4.1
  | | | | `-- lodash._reunescapedhtml@2.4.1
  | | | |   `-- lodash.keys@2.4.1
  | | | +-- lodash.keys@2.4.1
  | | | | +-- lodash._isnative@2.4.1
  | | | | +-- lodash._shimkeys@2.4.1
  | | | | `-- lodash.isobject@2.4.1
  | | | +-- lodash.templatesettings@2.4.1
  | | | `-- lodash.values@2.4.1
  | | |   `-- lodash.keys@2.4.1
  | | +-- minimist@0.2.0
  | | +-- through2@0.5.1
  | | | `-- xtend@3.0.0
  | | `-- vinyl@0.2.3
  | +-- streamifier@0.1.1
  | +-- tar@0.1.20
  | | +-- block-stream@0.0.9
  | | `-- fstream@0.1.31
  | |   +-- graceful-fs@3.0.11
  | |   | `-- natives@1.1.0
  | |   `-- rimraf@2.6.1
  | |     `-- glob@7.1.2
  | |       `-- fs.realpath@1.0.0
  | `-- through2@0.4.2
  |   +-- readable-stream@1.0.34
  |   | +-- isarray@0.0.1
  |   | `-- string_decoder@0.10.31
  |   `-- xtend@2.1.2
  |     `-- object-keys@0.4.0
  +-- gulp-vinyl-zip@1.4.0
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | +-- vinyl@0.4.6
  | | `-- clone@0.2.0
  | +-- yauzl@2.8.0
  | | +-- buffer-crc32@0.2.13
  | | `-- fd-slicer@1.0.1
  | |   `-- pend@1.2.0
  | `-- yazl@2.4.2
  +-- mocha@2.5.3
  | +-- commander@2.3.0
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- diff@1.4.0
  | +-- escape-string-regexp@1.0.2
  | +-- glob@3.2.11
  | | `-- minimatch@0.3.0
  | |   +-- lru-cache@2.7.3
  | |   `-- sigmund@1.0.1
  | +-- growl@1.9.2
  | +-- jade@0.26.3
  | | +-- commander@0.6.1
  | | `-- mkdirp@0.3.0
  | +-- supports-color@1.2.0
  | `-- to-iso-string@0.0.2
  +-- request@2.81.0
  | +-- aws-sign2@0.6.0
  | +-- aws4@1.6.0
  | +-- caseless@0.12.0
  | +-- combined-stream@1.0.5
  | | `-- delayed-stream@1.0.0
  | +-- extend@3.0.1
  | +-- forever-agent@0.6.1
  | +-- form-data@2.1.4
  | | `-- asynckit@0.4.0
  | +-- har-validator@4.2.1
  | | +-- ajv@4.11.8
  | | | +-- co@4.6.0
  | | | `-- json-stable-stringify@1.0.1
  | | |   `-- jsonify@0.0.0
  | | `-- har-schema@1.0.5
  | +-- hawk@3.1.3
  | | +-- boom@2.10.1
  | | +-- cryptiles@2.0.5
  | | +-- hoek@2.16.3
  | | `-- sntp@1.0.9
  | +-- http-signature@1.1.1
  | | +-- assert-plus@0.2.0
  | | +-- jsprim@1.4.0
  | | | +-- assert-plus@1.0.0
  | | | +-- extsprintf@1.0.2
  | | | +-- json-schema@0.2.3
  | | | `-- verror@1.3.6
  | | `-- sshpk@1.13.1
  | |   +-- asn1@0.2.3
  | |   +-- assert-plus@1.0.0
  | |   +-- bcrypt-pbkdf@1.0.1
  | |   +-- dashdash@1.14.1
  | |   | `-- assert-plus@1.0.0
  | |   +-- ecc-jsbn@0.1.1
  | |   +-- getpass@0.1.7
  | |   | `-- assert-plus@1.0.0
  | |   +-- jsbn@0.1.1
  | |   `-- tweetnacl@0.14.5
  | +-- is-typedarray@1.0.0
  | +-- isstream@0.1.2
  | +-- json-stringify-safe@5.0.1
  | +-- mime-types@2.1.15
  | | `-- mime-db@1.27.0
  | +-- oauth-sign@0.8.2
  | +-- performance-now@0.2.0
  | +-- qs@6.4.0
  | +-- safe-buffer@5.1.1
  | +-- stringstream@0.0.5
  | +-- tough-cookie@2.3.2
  | | `-- punycode@1.4.1
  | +-- tunnel-agent@0.6.0
  | `-- uuid@3.1.0
  +-- semver@5.3.0
  +-- source-map-support@0.3.3
  | `-- source-map@0.1.32
  |   `-- amdefine@1.0.1
  `-- vinyl-source-stream@1.1.0
    +-- through2@0.6.5
    | `-- readable-stream@1.0.34
    |   +-- isarray@0.0.1
    |   `-- string_decoder@0.10.31
    `-- vinyl@0.4.6
      `-- clone@0.2.0

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

> vscode-colorize-tests@0.0.1 postinstall F:\VSCodeStudio\vscode\extensions\vscode-colorize-tests
> node ./node_modules/vscode/bin/install

Detected VS Code engine version: *
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/master/src/vs/vscode.d.ts
vscode.d.ts successfully installed!

vscode-colorize-tests@0.0.1 F:\VSCodeStudio\vscode\extensions\vscode-colorize-tests
+-- @types/mocha@2.2.41
+-- @types/node@7.0.38
`-- vscode@1.0.1
  +-- glob@5.0.15
  | +-- inflight@1.0.6
  | | `-- wrappy@1.0.2
  | +-- inherits@2.0.3
  | +-- minimatch@3.0.4
  | | `-- brace-expansion@1.1.8
  | |   +-- balanced-match@1.0.0
  | |   `-- concat-map@0.0.1
  | +-- once@1.4.0
  | `-- path-is-absolute@1.0.1
  +-- gulp-chmod@1.3.0
  | +-- deep-assign@1.0.0
  | | `-- is-obj@1.0.1
  | +-- stat-mode@0.2.2
  | `-- through2@2.0.3
  |   +-- readable-stream@2.3.3
  |   | +-- core-util-is@1.0.2
  |   | +-- isarray@1.0.0
  |   | +-- process-nextick-args@1.0.7
  |   | +-- string_decoder@1.0.3
  |   | `-- util-deprecate@1.0.2
  |   `-- xtend@4.0.1
  +-- gulp-filter@4.0.0
  | +-- gulp-util@3.0.8
  | | +-- array-differ@1.0.0
  | | +-- array-uniq@1.0.3
  | | +-- beeper@1.1.1
  | | +-- chalk@1.1.3
  | | | +-- ansi-styles@2.2.1
  | | | +-- escape-string-regexp@1.0.5
  | | | +-- has-ansi@2.0.0
  | | | | `-- ansi-regex@2.1.1
  | | | +-- strip-ansi@3.0.1
  | | | `-- supports-color@2.0.0
  | | +-- dateformat@2.0.0
  | | +-- fancy-log@1.3.0
  | | | `-- time-stamp@1.1.0
  | | +-- gulplog@1.0.0
  | | | `-- glogg@1.0.0
  | | +-- has-gulplog@0.1.0
  | | | `-- sparkles@1.0.0
  | | +-- lodash._reescape@3.0.0
  | | +-- lodash._reevaluate@3.0.0
  | | +-- lodash._reinterpolate@3.0.0
  | | +-- lodash.template@3.6.2
  | | | +-- lodash._basecopy@3.0.1
  | | | +-- lodash._basetostring@3.0.1
  | | | +-- lodash._basevalues@3.0.0
  | | | +-- lodash._isiterateecall@3.0.9
  | | | +-- lodash.escape@3.2.0
  | | | | `-- lodash._root@3.0.1
  | | | +-- lodash.keys@3.1.2
  | | | | +-- lodash._getnative@3.9.1
  | | | | +-- lodash.isarguments@3.1.0
  | | | | `-- lodash.isarray@3.0.4
  | | | +-- lodash.restparam@3.6.1
  | | | `-- lodash.templatesettings@3.1.1
  | | +-- minimist@1.2.0
  | | +-- multipipe@0.1.2
  | | | `-- duplexer2@0.0.2
  | | |   `-- readable-stream@1.1.14
  | | |     +-- isarray@0.0.1
  | | |     `-- string_decoder@0.10.31
  | | +-- object-assign@3.0.0
  | | +-- replace-ext@0.0.1
  | | `-- vinyl@0.5.3
  | +-- multimatch@2.1.0
  | | +-- array-union@1.0.2
  | | `-- arrify@1.0.1
  | `-- streamfilter@1.0.5
  +-- gulp-gunzip@0.0.3
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | `-- vinyl@0.4.6
  |   +-- clone@0.2.0
  |   `-- clone-stats@0.0.1
  +-- gulp-remote-src@0.4.2
  | +-- event-stream@3.3.4
  | | +-- duplexer@0.1.1
  | | +-- from@0.1.7
  | | +-- map-stream@0.1.0
  | | +-- pause-stream@0.0.11
  | | +-- split@0.3.3
  | | +-- stream-combiner@0.0.4
  | | `-- through@2.3.8
  | +-- node.extend@1.1.6
  | | `-- is@3.2.1
  | +-- request@2.79.0
  | | +-- caseless@0.11.0
  | | +-- har-validator@2.0.6
  | | | +-- commander@2.11.0
  | | | +-- is-my-json-valid@2.16.0
  | | | | +-- generate-function@2.0.0
  | | | | +-- generate-object-property@1.2.0
  | | | | | `-- is-property@1.0.2
  | | | | `-- jsonpointer@4.0.1
  | | | `-- pinkie-promise@2.0.1
  | | |   `-- pinkie@2.0.4
  | | +-- qs@6.3.2
  | | `-- tunnel-agent@0.4.3
  | `-- vinyl@2.0.2
  |   +-- clone@1.0.2
  |   +-- clone-buffer@1.0.0
  |   +-- clone-stats@1.0.0
  |   +-- cloneable-readable@1.0.0
  |   +-- is-stream@1.1.0
  |   +-- remove-trailing-separator@1.0.2
  |   `-- replace-ext@1.0.0
  +-- gulp-symdest@1.1.0
  | +-- mkdirp@0.5.1
  | | `-- minimist@0.0.8
  | +-- queue@3.1.0
  | `-- vinyl-fs@2.4.4
  |   +-- duplexify@3.5.0
  |   | +-- end-of-stream@1.0.0
  |   | | `-- once@1.3.3
  |   | `-- stream-shift@1.0.0
  |   +-- glob-stream@5.3.5
  |   | +-- glob-parent@3.1.0
  |   | | +-- is-glob@3.1.0
  |   | | | `-- is-extglob@2.1.1
  |   | | `-- path-dirname@1.0.2
  |   | +-- micromatch@2.3.11
  |   | | +-- arr-diff@2.0.0
  |   | | | `-- arr-flatten@1.1.0
  |   | | +-- array-unique@0.2.1
  |   | | +-- braces@1.8.5
  |   | | | +-- expand-range@1.8.2
  |   | | | | `-- fill-range@2.2.3
  |   | | | |   +-- is-number@2.1.0
  |   | | | |   +-- isobject@2.1.0
  |   | | | |   +-- randomatic@1.1.7
  |   | | | |   | +-- is-number@3.0.0
  |   | | | |   | | `-- kind-of@3.2.2
  |   | | | |   | `-- kind-of@4.0.0
  |   | | | |   `-- repeat-string@1.6.1
  |   | | | +-- preserve@0.2.0
  |   | | | `-- repeat-element@1.1.2
  |   | | +-- expand-brackets@0.1.5
  |   | | | `-- is-posix-bracket@0.1.1
  |   | | +-- extglob@0.3.2
  |   | | | `-- is-extglob@1.0.0
  |   | | +-- filename-regex@2.0.1
  |   | | +-- is-extglob@1.0.0
  |   | | +-- is-glob@2.0.1
  |   | | +-- kind-of@3.2.2
  |   | | | `-- is-buffer@1.1.5
  |   | | +-- normalize-path@2.1.1
  |   | | +-- object.omit@2.0.1
  |   | | | +-- for-own@0.1.5
  |   | | | | `-- for-in@1.0.2
  |   | | | `-- is-extendable@0.1.1
  |   | | +-- parse-glob@3.0.4
  |   | | | +-- glob-base@0.3.0
  |   | | | | +-- glob-parent@2.0.0
  |   | | | | `-- is-glob@2.0.1
  |   | | | |   `-- is-extglob@1.0.0
  |   | | | +-- is-dotfile@1.0.3
  |   | | | +-- is-extglob@1.0.0
  |   | | | `-- is-glob@2.0.1
  |   | | `-- regex-cache@0.4.3
  |   | |   +-- is-equal-shallow@0.1.3
  |   | |   `-- is-primitive@2.0.0
  |   | +-- ordered-read-streams@0.3.0
  |   | +-- through2@0.6.5
  |   | | `-- readable-stream@1.0.34
  |   | |   +-- isarray@0.0.1
  |   | |   `-- string_decoder@0.10.31
  |   | +-- to-absolute-glob@0.1.1
  |   | | `-- extend-shallow@2.0.1
  |   | `-- unique-stream@2.2.1
  |   +-- graceful-fs@4.1.11
  |   +-- gulp-sourcemaps@1.6.0
  |   | +-- convert-source-map@1.5.0
  |   | `-- vinyl@1.2.0
  |   +-- is-valid-glob@0.3.0
  |   +-- lazystream@1.0.0
  |   +-- lodash.isequal@4.5.0
  |   +-- merge-stream@1.0.1
  |   +-- object-assign@4.1.1
  |   +-- strip-bom@2.0.0
  |   | `-- is-utf8@0.2.1
  |   +-- strip-bom-stream@1.0.0
  |   | `-- first-chunk-stream@1.0.0
  |   +-- through2-filter@2.0.0
  |   +-- vali-date@1.0.0
  |   `-- vinyl@1.2.0
  +-- gulp-untar@0.0.4
  | +-- event-stream@3.1.7
  | | `-- split@0.2.10
  | +-- gulp-util@2.2.20
  | | +-- chalk@0.5.1
  | | | +-- ansi-styles@1.1.0
  | | | +-- has-ansi@0.1.0
  | | | | `-- ansi-regex@0.2.1
  | | | +-- strip-ansi@0.3.0
  | | | `-- supports-color@0.2.0
  | | +-- dateformat@1.0.12
  | | | +-- get-stdin@4.0.1
  | | | `-- meow@3.7.0
  | | |   +-- camelcase-keys@2.1.0
  | | |   | `-- camelcase@2.1.1
  | | |   +-- decamelize@1.2.0
  | | |   +-- loud-rejection@1.6.0
  | | |   | +-- currently-unhandled@0.4.1
  | | |   | | `-- array-find-index@1.0.2
  | | |   | `-- signal-exit@3.0.2
  | | |   +-- map-obj@1.0.1
  | | |   +-- normalize-package-data@2.4.0
  | | |   | +-- hosted-git-info@2.5.0
  | | |   | +-- is-builtin-module@1.0.0
  | | |   | | `-- builtin-modules@1.1.1
  | | |   | `-- validate-npm-package-license@3.0.1
  | | |   |   +-- spdx-correct@1.0.2
  | | |   |   | `-- spdx-license-ids@1.2.2
  | | |   |   `-- spdx-expression-parse@1.0.4
  | | |   +-- object-assign@4.1.1
  | | |   +-- read-pkg-up@1.0.1
  | | |   | +-- find-up@1.1.2
  | | |   | | `-- path-exists@2.1.0
  | | |   | `-- read-pkg@1.1.0
  | | |   |   +-- load-json-file@1.1.0
  | | |   |   | +-- parse-json@2.2.0
  | | |   |   | | `-- error-ex@1.3.1
  | | |   |   | |   `-- is-arrayish@0.2.1
  | | |   |   | `-- pify@2.3.0
  | | |   |   `-- path-type@1.1.0
  | | |   +-- redent@1.0.0
  | | |   | +-- indent-string@2.1.0
  | | |   | | `-- repeating@2.0.1
  | | |   | |   `-- is-finite@1.0.2
  | | |   | |     `-- number-is-nan@1.0.1
  | | |   | `-- strip-indent@1.0.1
  | | |   `-- trim-newlines@1.0.0
  | | +-- lodash._reinterpolate@2.4.1
  | | +-- lodash.template@2.4.1
  | | | +-- lodash._escapestringchar@2.4.1
  | | | +-- lodash.defaults@2.4.1
  | | | | +-- lodash._objecttypes@2.4.1
  | | | | `-- lodash.keys@2.4.1
  | | | +-- lodash.escape@2.4.1
  | | | | +-- lodash._escapehtmlchar@2.4.1
  | | | | | `-- lodash._htmlescapes@2.4.1
  | | | | `-- lodash._reunescapedhtml@2.4.1
  | | | |   `-- lodash.keys@2.4.1
  | | | +-- lodash.keys@2.4.1
  | | | | +-- lodash._isnative@2.4.1
  | | | | +-- lodash._shimkeys@2.4.1
  | | | | `-- lodash.isobject@2.4.1
  | | | +-- lodash.templatesettings@2.4.1
  | | | `-- lodash.values@2.4.1
  | | |   `-- lodash.keys@2.4.1
  | | +-- minimist@0.2.0
  | | +-- through2@0.5.1
  | | | `-- xtend@3.0.0
  | | `-- vinyl@0.2.3
  | +-- streamifier@0.1.1
  | +-- tar@0.1.20
  | | +-- block-stream@0.0.9
  | | `-- fstream@0.1.31
  | |   +-- graceful-fs@3.0.11
  | |   | `-- natives@1.1.0
  | |   `-- rimraf@2.6.1
  | |     `-- glob@7.1.2
  | |       `-- fs.realpath@1.0.0
  | `-- through2@0.4.2
  |   +-- readable-stream@1.0.34
  |   | +-- isarray@0.0.1
  |   | `-- string_decoder@0.10.31
  |   `-- xtend@2.1.2
  |     `-- object-keys@0.4.0
  +-- gulp-vinyl-zip@1.4.0
  | +-- through2@0.6.5
  | | `-- readable-stream@1.0.34
  | |   +-- isarray@0.0.1
  | |   `-- string_decoder@0.10.31
  | +-- vinyl@0.4.6
  | | `-- clone@0.2.0
  | +-- yauzl@2.8.0
  | | +-- buffer-crc32@0.2.13
  | | `-- fd-slicer@1.0.1
  | |   `-- pend@1.2.0
  | `-- yazl@2.4.2
  +-- mocha@2.5.3
  | +-- commander@2.3.0
  | +-- debug@2.2.0
  | | `-- ms@0.7.1
  | +-- diff@1.4.0
  | +-- escape-string-regexp@1.0.2
  | +-- glob@3.2.11
  | | `-- minimatch@0.3.0
  | |   +-- lru-cache@2.7.3
  | |   `-- sigmund@1.0.1
  | +-- growl@1.9.2
  | +-- jade@0.26.3
  | | +-- commander@0.6.1
  | | `-- mkdirp@0.3.0
  | +-- supports-color@1.2.0
  | `-- to-iso-string@0.0.2
  +-- request@2.81.0
  | +-- aws-sign2@0.6.0
  | +-- aws4@1.6.0
  | +-- caseless@0.12.0
  | +-- combined-stream@1.0.5
  | | `-- delayed-stream@1.0.0
  | +-- extend@3.0.1
  | +-- forever-agent@0.6.1
  | +-- form-data@2.1.4
  | | `-- asynckit@0.4.0
  | +-- har-validator@4.2.1
  | | +-- ajv@4.11.8
  | | | +-- co@4.6.0
  | | | `-- json-stable-stringify@1.0.1
  | | |   `-- jsonify@0.0.0
  | | `-- har-schema@1.0.5
  | +-- hawk@3.1.3
  | | +-- boom@2.10.1
  | | +-- cryptiles@2.0.5
  | | +-- hoek@2.16.3
  | | `-- sntp@1.0.9
  | +-- http-signature@1.1.1
  | | +-- assert-plus@0.2.0
  | | +-- jsprim@1.4.0
  | | | +-- assert-plus@1.0.0
  | | | +-- extsprintf@1.0.2
  | | | +-- json-schema@0.2.3
  | | | `-- verror@1.3.6
  | | `-- sshpk@1.13.1
  | |   +-- asn1@0.2.3
  | |   +-- assert-plus@1.0.0
  | |   +-- bcrypt-pbkdf@1.0.1
  | |   +-- dashdash@1.14.1
  | |   | `-- assert-plus@1.0.0
  | |   +-- ecc-jsbn@0.1.1
  | |   +-- getpass@0.1.7
  | |   | `-- assert-plus@1.0.0
  | |   +-- jsbn@0.1.1
  | |   `-- tweetnacl@0.14.5
  | +-- is-typedarray@1.0.0
  | +-- isstream@0.1.2
  | +-- json-stringify-safe@5.0.1
  | +-- mime-types@2.1.15
  | | `-- mime-db@1.27.0
  | +-- oauth-sign@0.8.2
  | +-- performance-now@0.2.0
  | +-- qs@6.4.0
  | +-- safe-buffer@5.1.1
  | +-- stringstream@0.0.5
  | +-- tough-cookie@2.3.2
  | | `-- punycode@1.4.1
  | +-- tunnel-agent@0.6.0
  | `-- uuid@3.1.0
  +-- semver@5.3.0
  +-- source-map-support@0.3.3
  | `-- source-map@0.1.32
  |   `-- amdefine@1.0.1
  `-- vinyl-source-stream@1.1.0
    +-- through2@0.6.5
    | `-- readable-stream@1.0.34
    |   +-- isarray@0.0.1
    |   `-- string_decoder@0.10.31
    `-- vinyl@0.4.6
      `-- clone@0.2.0


> json@0.1.0 postinstall F:\VSCodeStudio\vscode\extensions\json
> cd server && npm install

vscode-json-languageserver@1.0.0 F:\VSCodeStudio\vscode\extensions\json\server
+-- @types/node@6.0.84
+-- agent-base@1.0.2
+-- debug@2.6.6
+-- extend@3.0.1
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- jsonc-parser@0.4.2
+-- ms@0.7.3
+-- request-light@0.2.1
+-- vscode-json-languageservice@2.0.12
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageserver@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- vscode-uri@1.0.1

npm WARN vscode-json-languageserver@1.0.0 No repository field.
json@0.1.0 F:\VSCodeStudio\vscode\extensions\json
+-- @types/node@6.0.84
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageclient@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN json@0.1.0 No description
npm WARN json@0.1.0 No repository field.
npm WARN json@0.1.0 No license field.
configuration-editing@0.0.1 F:\VSCodeStudio\vscode\extensions\configuration-editing
+-- @types/node@7.0.38
+-- jsonc-parser@0.3.1
`-- vscode-nls@2.0.2

npm WARN configuration-editing@0.0.1 No description
npm WARN configuration-editing@0.0.1 No repository field.
npm WARN configuration-editing@0.0.1 No license field.
extension-editing@0.0.1 F:\VSCodeStudio\vscode\extensions\extension-editing
+-- @types/markdown-it@0.0.2
+-- @types/node@6.0.78
+-- argparse@1.0.9
+-- entities@1.1.1
+-- jsonc-parser@0.3.1
+-- linkify-it@2.0.3
+-- markdown-it@8.3.1
+-- mdurl@1.0.1
+-- parse5@3.0.2
+-- sprintf-js@1.0.3
+-- uc.micro@1.0.3
`-- vscode-nls@2.0.2

npm WARN extension-editing@0.0.1 No description
npm WARN extension-editing@0.0.1 No repository field.
npm WARN extension-editing@0.0.1 No license field.
vscode-markdown@0.2.0 F:\VSCodeStudio\vscode\extensions\markdown
+-- @types/node@7.0.38
+-- applicationinsights@0.18.0
+-- argparse@1.0.9
+-- entities@1.1.1
+-- gulp-rename@1.2.2
+-- gulp-replace@0.5.4
| +-- istextorbinary@1.0.2
| | +-- binaryextensions@1.0.1
| | `-- textextensions@1.0.2
| +-- readable-stream@2.3.3
| | +-- core-util-is@1.0.2
| | +-- inherits@2.0.3
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| `-- replacestream@4.0.2
|   +-- escape-string-regexp@1.0.5
|   `-- object-assign@4.1.1
+-- highlight.js@9.5.0
+-- linkify-it@2.0.3
+-- markdown-it@8.2.2
+-- markdown-it-named-headers@0.0.4
+-- mdurl@1.0.1
+-- sprintf-js@1.0.3
+-- string@3.3.1
+-- uc.micro@1.0.3
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN vscode-markdown@0.2.0 No repository field.
npm WARN vscode-markdown@0.2.0 No license field.
typescript@0.10.1 F:\VSCodeStudio\vscode\extensions\typescript
+-- @types/node@7.0.38
+-- @types/semver@5.3.32
+-- applicationinsights@0.18.0
+-- semver@4.3.6
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.1
`-- winreg@1.2.3

npm WARN typescript@0.10.1 No repository field.
php@0.1.0 F:\VSCodeStudio\vscode\extensions\php
+-- @types/node@7.0.38
`-- vscode-nls@1.0.7

npm WARN php@0.1.0 No description
npm WARN php@0.1.0 No repository field.
npm WARN php@0.1.0 No license field.
javascript@0.1.0 F:\VSCodeStudio\vscode\extensions\javascript
+-- @types/node@7.0.38
+-- agent-base@1.0.2
+-- debug@2.2.0
+-- extend@3.0.0
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- jsonc-parser@0.3.1
+-- ms@0.7.1
+-- request-light@0.2.0
`-- vscode-nls@2.0.2

npm WARN javascript@0.1.0 No description
npm WARN javascript@0.1.0 No repository field.
npm WARN javascript@0.1.0 No license field.

> css@0.1.0 postinstall F:\VSCodeStudio\vscode\extensions\css
> cd server && npm install

vscode-css-languageserver@1.0.0 F:\VSCodeStudio\vscode\extensions\css\server
+-- @types/node@6.0.84
+-- vscode-css-languageservice@2.1.1
+-- vscode-jsonrpc@3.2.0
+-- vscode-languageserver@3.2.0
+-- vscode-languageserver-types@3.2.0
`-- vscode-nls@2.0.2

npm WARN vscode-css-languageserver@1.0.0 No repository field.
css@0.1.0 F:\VSCodeStudio\vscode\extensions\css
+-- @types/node@6.0.84
+-- vscode-jsonrpc@3.2.0
+-- vscode-languageclient@3.2.0
+-- vscode-languageserver-types@3.2.0
`-- vscode-nls@2.0.2

npm WARN css@0.1.0 No description
npm WARN css@0.1.0 No repository field.
npm WARN css@0.1.0 No license field.

> html@0.1.0 postinstall F:\VSCodeStudio\vscode\extensions\html
> cd server && npm install

vscode-html-languageserver@1.0.0 F:\VSCodeStudio\vscode\extensions\html\server
+-- @types/mocha@2.2.41
+-- @types/node@6.0.84
+-- vscode-css-languageservice@2.1.0
| `-- vscode-languageserver-types@3.2.0
+-- vscode-html-languageservice@2.0.5
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageserver@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- vscode-uri@1.0.0

npm WARN vscode-html-languageserver@1.0.0 No repository field.
html@0.1.0 F:\VSCodeStudio\vscode\extensions\html
+-- @types/mocha@2.2.41
+-- @types/node@6.0.84
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-jsonrpc@3.1.0-alpha.1
+-- vscode-languageclient@3.1.0-alpha.1
+-- vscode-languageserver-types@3.0.3
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN html@0.1.0 No description
npm WARN html@0.1.0 No repository field.
npm WARN html@0.1.0 No license field.
git@0.0.1 F:\VSCodeStudio\vscode\extensions\git
+-- @types/mocha@2.2.41
+-- @types/node@7.0.38
+-- applicationinsights@0.18.0
+-- iconv-lite@0.4.15
+-- mocha@3.4.2
| +-- browser-stdout@1.3.0
| +-- commander@2.9.0
| | `-- graceful-readlink@1.0.1
| +-- debug@2.6.0
| | `-- ms@0.7.2
| +-- diff@3.2.0
| +-- escape-string-regexp@1.0.5
| +-- glob@7.1.1
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.3
| | +-- minimatch@3.0.4
| | | `-- brace-expansion@1.1.8
| | |   +-- balanced-match@1.0.0
| | |   `-- concat-map@0.0.1
| | +-- once@1.4.0
| | `-- path-is-absolute@1.0.1
| +-- growl@1.9.2
| +-- json3@3.3.2
| +-- lodash.create@3.1.1
| | +-- lodash._baseassign@3.2.0
| | | +-- lodash._basecopy@3.0.1
| | | `-- lodash.keys@3.1.2
| | |   +-- lodash._getnative@3.9.1
| | |   +-- lodash.isarguments@3.1.0
| | |   `-- lodash.isarray@3.0.4
| | +-- lodash._basecreate@3.0.3
| | `-- lodash._isiterateecall@3.0.9
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| `-- supports-color@3.1.2
|   `-- has-flag@1.0.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN git@0.0.1 No repository field.
npm WARN git@0.0.1 No license field.
gulp@0.0.1 F:\VSCodeStudio\vscode\extensions\gulp
+-- @types/node@7.0.38
`-- vscode-nls@2.0.2

npm WARN gulp@0.0.1 No repository field.
npm WARN gulp@0.0.1 No license field.
grunt@0.0.1 F:\VSCodeStudio\vscode\extensions\grunt
+-- @types/node@7.0.38
`-- vscode-nls@2.0.2

npm WARN grunt@0.0.1 No repository field.
npm WARN grunt@0.0.1 No license field.
jake@0.0.1 F:\VSCodeStudio\vscode\extensions\jake
+-- @types/node@7.0.38
`-- vscode-nls@2.0.2

npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
merge-conflict@0.7.0 F:\VSCodeStudio\vscode\extensions\merge-conflict
+-- @types/node@7.0.38
+-- applicationinsights@0.18.0
+-- vscode-extension-telemetry@0.0.8
+-- vscode-nls@2.0.2
`-- winreg@1.2.3

npm WARN merge-conflict@0.7.0 No repository field.
npm WARN merge-conflict@0.7.0 No license field.
emmet@0.0.1 F:\VSCodeStudio\vscode\extensions\emmet
+-- @emmetio/abbreviation@0.6.1
+-- @emmetio/css-abbreviation@0.3.1
+-- @emmetio/css-parser@0.3.0
+-- @emmetio/css-snippets-resolver@0.2.5
+-- @emmetio/expand-abbreviation@0.5.8
+-- @emmetio/extract-abbreviation@0.1.2
+-- @emmetio/field-parser@0.3.0
+-- @emmetio/html-matcher@0.3.2
+-- @emmetio/html-snippets-resolver@0.1.4
+-- @emmetio/html-transform@0.3.2
+-- @emmetio/implicit-tag@1.0.0
+-- @emmetio/lorem@1.0.1
+-- @emmetio/markup-formatters@0.3.3
+-- @emmetio/math-expression@0.1.1
+-- @emmetio/node@0.1.2
+-- @emmetio/output-profile@0.1.5
+-- @emmetio/output-renderer@0.1.1
+-- @emmetio/snippets@0.2.3
+-- @emmetio/snippets-registry@0.3.1
+-- @emmetio/stream-reader@2.2.0
+-- @emmetio/stream-reader-utils@0.1.0
+-- @emmetio/stylesheet-formatters@0.1.2
+-- @emmetio/variable-resolver@0.2.1
+-- @types/node@7.0.38
+-- vscode-emmet-helper@0.0.25
`-- vscode-languageserver-types@3.0.3

npm WARN emmet@0.0.1 No license field.
npm@0.0.1 F:\VSCodeStudio\vscode\extensions\npm
+-- @types/node@7.0.38
`-- vscode-nls@2.0.2

npm WARN npm@0.0.1 No repository field.
npm WARN npm@0.0.1 No license field.
npm WARN jake@0.0.1 No repository field.
npm WARN jake@0.0.1 No license field.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead

> code-oss-dev-build@1.0.0 postinstall F:\VSCodeStudio\vscode\build
> npm run compile


> code-oss-dev-build@1.0.0 compile F:\VSCodeStudio\vscode\build
> tsc

code-oss-dev-build@1.0.0 F:\VSCodeStudio\vscode\build
+-- @types/azure@0.9.19
+-- @types/documentdb@1.10.1
+-- @types/es6-collections@0.5.30
+-- @types/es6-promise@0.0.32
+-- @types/mime@0.0.29
+-- @types/node@7.0.38
+-- @types/xml2js@0.0.33
+-- azure-storage@2.2.1
| +-- browserify-mime@1.2.9
| +-- extend@1.2.1
| +-- json-edm-parser@0.1.2
| | `-- jsonparse@1.2.0
| +-- md5.js@1.3.4
| | +-- hash-base@3.0.4
| | | `-- safe-buffer@5.1.1
| | `-- inherits@2.0.3
| +-- readable-stream@2.0.6
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- string_decoder@0.10.31
| | `-- util-deprecate@1.0.2
| +-- request@2.74.0
| | +-- aws-sign2@0.6.0
| | +-- aws4@1.6.0
| | +-- bl@1.1.2
| | +-- caseless@0.11.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.1
| | +-- forever-agent@0.6.1
| | +-- form-data@1.0.1
| | | `-- async@2.5.0
| | +-- har-validator@2.0.6
| | | +-- chalk@1.1.3
| | | | +-- ansi-styles@2.2.1
| | | | +-- escape-string-regexp@1.0.5
| | | | +-- has-ansi@2.0.0
| | | | | `-- ansi-regex@2.1.1
| | | | +-- strip-ansi@3.0.1
| | | | `-- supports-color@2.0.0
| | | +-- commander@2.11.0
| | | +-- is-my-json-valid@2.16.0
| | | | +-- generate-function@2.0.0
| | | | +-- generate-object-property@1.2.0
| | | | | `-- is-property@1.0.2
| | | | +-- jsonpointer@4.0.1
| | | | `-- xtend@4.0.1
| | | `-- pinkie-promise@2.0.1
| | |   `-- pinkie@2.0.4
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | +-- assert-plus@0.2.0
| | | +-- jsprim@1.4.0
| | | | +-- assert-plus@1.0.0
| | | | +-- extsprintf@1.0.2
| | | | +-- json-schema@0.2.3
| | | | `-- verror@1.3.6
| | | `-- sshpk@1.13.1
| | |   +-- asn1@0.2.3
| | |   +-- assert-plus@1.0.0
| | |   +-- bcrypt-pbkdf@1.0.1
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0
| | |   +-- ecc-jsbn@0.1.1
| | |   +-- getpass@0.1.7
| | |   | `-- assert-plus@1.0.0
| | |   +-- jsbn@0.1.1
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.15
| | | `-- mime-db@1.27.0
| | +-- node-uuid@1.4.8
| | +-- oauth-sign@0.8.2
| | +-- qs@6.2.3
| | +-- stringstream@0.0.5
| | +-- tough-cookie@2.3.2
| | | `-- punycode@1.4.1
| | `-- tunnel-agent@0.4.3
| +-- underscore@1.8.3
| +-- uuid@3.1.0
| +-- validator@3.35.0
| +-- xml2js@0.2.7
| | `-- sax@0.5.2
| `-- xmlbuilder@0.4.3
+-- documentdb@1.12.0
| +-- binary-search-bounds@2.0.3
| +-- priorityqueuejs@1.0.0
| `-- semaphore@1.0.5
+-- mime@1.3.6
+-- minimist@1.2.0
+-- typescript@2.4.1
`-- xml2js@0.4.17
  +-- sax@1.2.4
  `-- xmlbuilder@4.2.1
    `-- lodash@4.17.4

npm WARN code-oss-dev-build@1.0.0 No description
npm WARN code-oss-dev-build@1.0.0 No repository field.
npm WARN code-oss-dev-build@1.0.0 No license field.

> nsfw@1.0.16 install F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw
> node-gyp rebuild


F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw>if not defined npm_config_node_gyp (node "F:\nodejs\790x64\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
Warning: Missing input files:
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\openpa\..\..\openpa\src\primitives\opa_nt_intrinics.h
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  opa_primitives.c
  opa_queue.c
  win_delay_load_hook.cc
  openpa.vcxproj -> F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\\openpa.lib
  NSFW.cpp
  Queue.cpp
  NativeInterface.cpp
  ReadLoop.cpp
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_r
el_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel
_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm
_rel_addr_t' which is incompatible with C (compiling source file ..\src\NSFW.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NSFW.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_r
el_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInt
  erface.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel
_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInt
  erface.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm
_rel_addr_t' which is incompatible with C (compiling source file ..\src\NativeInterface.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\NativeInt
  erface.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_r
el_addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp
  )
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel
_addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp
  )
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm
_rel_addr_t' which is incompatible with C (compiling source file ..\src\Queue.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\Queue.cpp
  )
  ReadLoopRunner.cpp
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_r
el_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\Rea
  dLoop.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel
_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\Rea
  dLoop.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm
_rel_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoop.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\Rea
  dLoop.cpp)
..\src\NSFW.cpp(159): warning C4996: 'v8::Function::NewInstance': was declared deprecated [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  c:\users\professional\.node-gyp\7.9.0\include\node\v8.h(3662): note: see declaration of 'v8::Function::NewInstance'
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(75): warning C4190: 'OPA_Shm_abs_to_rel' has C-linkage specified, but returns UDT 'OPA_Shm_r
el_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj
]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\Rea
  dLoopRunner.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(84): warning C4190: 'OPA_Shm_swap_rel' has C-linkage specified, but returns UDT 'OPA_Shm_rel
_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxproj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\Rea
  dLoopRunner.cpp)
F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(94): warning C4190: 'OPA_Shm_cas_rel_null' has C-linkage specified, but returns UDT 'OPA_Shm
_rel_addr_t' which is incompatible with C (compiling source file ..\src\win32\ReadLoopRunner.cpp) [F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\nsfw.vcxpr
oj]
  F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\openpa\src\opa_queue.h(59): note: see declaration of 'OPA_Shm_rel_addr_t' (compiling source file ..\src\win32\Rea
  dLoopRunner.cpp)
     Creating library F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.lib and object F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\bu
  ild\Release\nsfw.exp
  Generating code
  Finished generating code
  nsfw.vcxproj -> F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\\nsfw.node
  nsfw.vcxproj -> F:\VSCodeStudio\vscode\build\lib\watch\node_modules\nsfw\build\Release\nsfw.pdb (Full PDB)
watch@1.0.0 F:\VSCodeStudio\vscode\build\lib\watch
+-- gulp-watch@4.3.11
| +-- anymatch@1.3.0
| | +-- arrify@1.0.1
| | `-- micromatch@2.3.11
| |   +-- arr-diff@2.0.0
| |   | `-- arr-flatten@1.1.0
| |   +-- array-unique@0.2.1
| |   +-- braces@1.8.5
| |   | +-- expand-range@1.8.2
| |   | | `-- fill-range@2.2.3
| |   | |   +-- is-number@2.1.0
| |   | |   +-- isobject@2.1.0
| |   | |   +-- randomatic@1.1.7
| |   | |   | +-- is-number@3.0.0
| |   | |   | | `-- kind-of@3.2.2
| |   | |   | `-- kind-of@4.0.0
| |   | |   `-- repeat-string@1.6.1
| |   | +-- preserve@0.2.0
| |   | `-- repeat-element@1.1.2
| |   +-- expand-brackets@0.1.5
| |   | `-- is-posix-bracket@0.1.1
| |   +-- extglob@0.3.2
| |   +-- filename-regex@2.0.1
| |   +-- is-extglob@1.0.0
| |   +-- kind-of@3.2.2
| |   | `-- is-buffer@1.1.5
| |   +-- normalize-path@2.1.1
| |   | `-- remove-trailing-separator@1.0.2
| |   +-- object.omit@2.0.1
| |   | +-- for-own@0.1.5
| |   | | `-- for-in@1.0.2
| |   | `-- is-extendable@0.1.1
| |   +-- parse-glob@3.0.4
| |   | +-- glob-base@0.3.0
| |   | | `-- glob-parent@2.0.0
| |   | `-- is-dotfile@1.0.3
| |   `-- regex-cache@0.4.3
| |     +-- is-equal-shallow@0.1.3
| |     `-- is-primitive@2.0.0
| +-- chokidar@1.7.0
| | +-- async-each@1.0.1
| | +-- glob-parent@2.0.0
| | +-- inherits@2.0.3
| | +-- is-binary-path@1.0.1
| | | `-- binary-extensions@1.8.0
| | +-- is-glob@2.0.1
| | `-- readdirp@2.1.0
| |   +-- minimatch@3.0.4
| |   | `-- brace-expansion@1.1.8
| |   |   +-- balanced-match@1.0.0
| |   |   `-- concat-map@0.0.1
| |   `-- set-immediate-shim@1.0.1
| +-- glob-parent@3.1.0
| | +-- is-glob@3.1.0
| | | `-- is-extglob@2.1.1
| | `-- path-dirname@1.0.2
| +-- gulp-util@3.0.8
| | +-- array-differ@1.0.0
| | +-- array-uniq@1.0.3
| | +-- beeper@1.1.1
| | +-- chalk@1.1.3
| | | +-- ansi-styles@2.2.1
| | | +-- escape-string-regexp@1.0.5
| | | +-- has-ansi@2.0.0
| | | | `-- ansi-regex@2.1.1
| | | +-- strip-ansi@3.0.1
| | | `-- supports-color@2.0.0
| | +-- dateformat@2.0.0
| | +-- fancy-log@1.3.0
| | | `-- time-stamp@1.1.0
| | +-- gulplog@1.0.0
| | | `-- glogg@1.0.0
| | +-- has-gulplog@0.1.0
| | | `-- sparkles@1.0.0
| | +-- lodash._reescape@3.0.0
| | +-- lodash._reevaluate@3.0.0
| | +-- lodash._reinterpolate@3.0.0
| | +-- lodash.template@3.6.2
| | | +-- lodash._basecopy@3.0.1
| | | +-- lodash._basetostring@3.0.1
| | | +-- lodash._basevalues@3.0.0
| | | +-- lodash._isiterateecall@3.0.9
| | | +-- lodash.escape@3.2.0
| | | | `-- lodash._root@3.0.1
| | | +-- lodash.keys@3.1.2
| | | | +-- lodash._getnative@3.9.1
| | | | +-- lodash.isarguments@3.1.0
| | | | `-- lodash.isarray@3.0.4
| | | +-- lodash.restparam@3.6.1
| | | `-- lodash.templatesettings@3.1.1
| | +-- minimist@1.2.0
| | +-- multipipe@0.1.2
| | | `-- duplexer2@0.0.2
| | |   `-- readable-stream@1.1.14
| | |     +-- isarray@0.0.1
| | |     `-- string_decoder@0.10.31
| | +-- object-assign@3.0.0
| | +-- replace-ext@0.0.1
| | +-- through2@2.0.3
| | | `-- xtend@4.0.1
| | `-- vinyl@0.5.3
| +-- object-assign@4.1.1
| +-- path-is-absolute@1.0.1
| +-- readable-stream@2.3.3
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- safe-buffer@5.1.1
| | +-- string_decoder@1.0.3
| | `-- util-deprecate@1.0.2
| +-- slash@1.0.0
| +-- vinyl@1.2.0
| | +-- clone@1.0.2
| | `-- clone-stats@0.0.1
| `-- vinyl-file@2.0.0
|   +-- graceful-fs@4.1.11
|   +-- pify@2.3.0
|   +-- pinkie-promise@2.0.1
|   | `-- pinkie@2.0.4
|   +-- strip-bom@2.0.0
|   | `-- is-utf8@0.2.1
|   `-- strip-bom-stream@2.0.0
|     `-- first-chunk-stream@2.0.0
`-- nsfw@1.0.16
  +-- fs-extra@0.26.7
  | +-- jsonfile@2.4.0
  | +-- klaw@1.3.1
  | `-- rimraf@2.6.1
  |   `-- glob@7.1.2
  |     +-- fs.realpath@1.0.0
  |     +-- inflight@1.0.6
  |     | `-- wrappy@1.0.2
  |     `-- once@1.4.0
  +-- lodash.isinteger@4.0.4
  +-- lodash.isundefined@3.0.1
  +-- nan@2.6.2
  `-- promisify-node@0.3.0
    `-- nodegit-promise@4.0.0
      `-- asap@2.0.6

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
code-oss-dev@1.15.0 F:\VSCodeStudio\vscode
+-- 7zip@0.0.6
+-- @types/keytar@4.0.0
+-- @types/minimist@1.2.0
+-- @types/mocha@2.2.41
+-- @types/semver@5.3.32
+-- @types/sinon@1.16.36
+-- @types/winreg@1.2.30
+-- agent-base@1.0.2
+-- anymatch@1.3.0
+-- applicationinsights@0.17.1
+-- arr-diff@2.0.0
+-- arr-flatten@1.0.1
+-- array-unique@0.2.1
+-- arrify@1.0.1
+-- async-each@1.0.1
+-- azure-storage@0.3.3
| +-- extend@1.2.1
| +-- node-uuid@1.4.8
| +-- request@2.27.0
| | +-- aws-sign@0.3.0
| | +-- cookie-jar@0.3.0
| | +-- forever-agent@0.5.2
| | +-- form-data@0.1.4
| | | +-- async@0.9.2
| | | `-- combined-stream@0.0.7
| | |   `-- delayed-stream@0.0.5
| | +-- hawk@1.0.0
| | | +-- boom@0.4.2
| | | +-- cryptiles@0.2.2
| | | +-- hoek@0.9.1
| | | `-- sntp@0.2.4
| | +-- http-signature@0.10.1
| | | +-- asn1@0.1.11
| | | +-- assert-plus@0.1.5
| | | `-- ctype@0.5.3
| | +-- json-stringify-safe@5.0.1
| | +-- oauth-sign@0.3.0
| | +-- qs@0.6.6
| | `-- tunnel-agent@0.3.0
| +-- underscore@1.4.4
| +-- validator@3.1.0
| +-- xml2js@0.2.7
| | `-- sax@0.5.2
| `-- xmlbuilder@0.4.3
+-- balanced-match@0.4.2
+-- binary-extensions@1.6.0
+-- brace-expansion@1.1.6
+-- braces@1.8.5
+-- buffer-shims@1.0.0
+-- chokidar@1.6.0  (git+https://github.com/bpasero/chokidar.git#8b64fda5a22cc9850f1346d12302051c5ba65b10)
+-- clean-css@3.4.6
| `-- commander@2.8.1
|   `-- graceful-readlink@1.0.1
+-- concat-map@0.0.1
+-- core-util-is@1.0.2
+-- coveralls@2.13.1
| +-- js-yaml@3.6.1
| | +-- argparse@1.0.9
| | | `-- sprintf-js@1.0.3
| | `-- esprima@2.7.3
| +-- lcov-parse@0.0.10
| +-- log-driver@1.2.5
| `-- request@2.79.0
|   +-- aws-sign2@0.6.0
|   +-- aws4@1.6.0
|   +-- caseless@0.11.0
|   +-- combined-stream@1.0.5
|   | `-- delayed-stream@1.0.0
|   +-- forever-agent@0.6.1
|   +-- form-data@2.1.4
|   | `-- asynckit@0.4.0
|   +-- har-validator@2.0.6
|   | +-- commander@2.11.0
|   | `-- pinkie-promise@2.0.1
|   |   `-- pinkie@2.0.4
|   +-- hawk@3.1.3
|   | +-- boom@2.10.1
|   | +-- cryptiles@2.0.5
|   | +-- hoek@2.16.3
|   | `-- sntp@1.0.9
|   +-- http-signature@1.1.1
|   | +-- assert-plus@0.2.0
|   | +-- jsprim@1.4.0
|   | | +-- assert-plus@1.0.0
|   | | +-- extsprintf@1.0.2
|   | | +-- json-schema@0.2.3
|   | | `-- verror@1.3.6
|   | `-- sshpk@1.13.1
|   |   +-- asn1@0.2.3
|   |   +-- assert-plus@1.0.0
|   |   +-- bcrypt-pbkdf@1.0.1
|   |   +-- dashdash@1.14.1
|   |   | `-- assert-plus@1.0.0
|   |   +-- ecc-jsbn@0.1.1
|   |   +-- getpass@0.1.7
|   |   | `-- assert-plus@1.0.0
|   |   +-- jsbn@0.1.1
|   |   `-- tweetnacl@0.14.5
|   +-- is-typedarray@1.0.0
|   +-- isstream@0.1.2
|   +-- mime-types@2.1.15
|   | `-- mime-db@1.27.0
|   +-- oauth-sign@0.8.2
|   +-- qs@6.3.2
|   +-- stringstream@0.0.5
|   +-- tough-cookie@2.3.2
|   | `-- punycode@1.4.1
|   +-- tunnel-agent@0.4.3
|   `-- uuid@3.1.0
+-- cson-parser@1.3.5
| `-- coffee-script@1.12.7
+-- debounce@1.0.2
+-- debug@2.2.0
+-- documentdb@1.12.0
| +-- binary-search-bounds@2.0.3
| +-- priorityqueuejs@1.0.0
| `-- semaphore@1.0.5
+-- electron-mksnapshot@1.6.0
| +-- electron-download@3.3.0
| | +-- home-path@1.0.5
| | +-- nugget@2.0.1
| | | +-- pretty-bytes@1.0.4
| | | +-- progress-stream@1.2.0
| | | | +-- speedometer@0.1.4
| | | | `-- through2@0.2.3
| | | |   +-- readable-stream@1.1.14
| | | |   | `-- isarray@0.0.1
| | | |   `-- xtend@2.1.2
| | | +-- request@2.81.0
| | | | +-- caseless@0.12.0
| | | | +-- combined-stream@1.0.5
| | | | | `-- delayed-stream@1.0.0
| | | | +-- forever-agent@0.6.1
| | | | +-- form-data@2.1.4
| | | | +-- har-validator@4.2.1
| | | | +-- hawk@3.1.3
| | | | | +-- boom@2.10.1
| | | | | +-- cryptiles@2.0.5
| | | | | +-- hoek@2.16.3
| | | | | `-- sntp@1.0.9
| | | | +-- http-signature@1.1.1
| | | | | `-- assert-plus@0.2.0
| | | | +-- oauth-sign@0.8.2
| | | | +-- qs@6.4.0
| | | | +-- tunnel-agent@0.6.0
| | | | `-- uuid@3.1.0
| | | +-- single-line-log@1.1.2
| | | `-- throttleit@0.0.2
| | +-- path-exists@2.1.0
| | +-- rc@1.2.1
| | | +-- deep-extend@0.4.2
| | | `-- ini@1.3.4
| | +-- semver@5.3.0
| | `-- sumchecker@1.3.1
| `-- extract-zip@1.6.5
|   +-- mkdirp@0.5.0
|   | `-- minimist@0.0.8
|   `-- yauzl@2.4.1
+-- emmet@1.3.2  (git+https://github.com/ramya-rao-a/emmet.git#b4d3edc30de7fa98032302cd1f017a940ab879fd)
| `-- caniuse-db@1.0.30000703
+-- eslint@3.19.0
| +-- babel-code-frame@6.22.0
| | `-- js-tokens@3.0.2
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | +-- strip-ansi@3.0.1
| | `-- supports-color@2.0.0
| +-- concat-stream@1.6.0
| | +-- inherits@2.0.3
| | +-- readable-stream@2.3.3
| | | `-- string_decoder@1.0.3
| | `-- typedarray@0.0.6
| +-- doctrine@2.0.0
| +-- escope@3.6.0
| | +-- es6-map@0.1.5
| | | +-- d@1.0.0
| | | +-- es5-ext@0.10.24
| | | +-- es6-iterator@2.0.1
| | | +-- es6-set@0.1.5
| | | +-- es6-symbol@3.1.1
| | | `-- event-emitter@0.3.5
| | +-- es6-weak-map@2.0.2
| | `-- esrecurse@4.2.0
| +-- espree@3.4.3
| | +-- acorn@5.1.1
| | `-- acorn-jsx@3.0.1
| |   `-- acorn@3.3.0
| +-- esquery@1.0.0
| +-- estraverse@4.2.0
| +-- esutils@2.0.2
| +-- file-entry-cache@2.0.0
| | `-- flat-cache@1.2.2
| |   +-- circular-json@0.3.1
| |   +-- del@2.2.2
| |   | +-- globby@5.0.0
| |   | | `-- glob@7.1.2
| |   | |   `-- minimatch@3.0.4
| |   | |     `-- brace-expansion@1.1.8
| |   | |       `-- balanced-match@1.0.0
| |   | +-- is-path-cwd@1.0.0
| |   | +-- is-path-in-cwd@1.0.0
| |   | | `-- is-path-inside@1.0.0
| |   | `-- pify@2.3.0
| |   `-- write@0.2.1
| +-- glob@7.1.2
| | +-- fs.realpath@1.0.0
| | `-- minimatch@3.0.4
| |   `-- brace-expansion@1.1.8
| |     `-- balanced-match@1.0.0
| +-- globals@9.18.0
| +-- ignore@3.3.3
| +-- imurmurhash@0.1.4
| +-- inquirer@0.12.0
| | +-- ansi-escapes@1.4.0
| | +-- ansi-regex@2.1.1
| | +-- cli-cursor@1.0.2
| | | `-- restore-cursor@1.0.1
| | |   +-- exit-hook@1.1.1
| | |   `-- onetime@1.1.0
| | +-- cli-width@2.1.0
| | +-- figures@1.7.0
| | +-- readline2@1.0.1
| | | +-- code-point-at@1.1.0
| | | `-- is-fullwidth-code-point@1.0.0
| | |   `-- number-is-nan@1.0.1
| | +-- run-async@0.1.0
| | +-- rx-lite@3.1.2
| | `-- string-width@1.0.2
| +-- is-my-json-valid@2.16.0
| | +-- generate-function@2.0.0
| | +-- generate-object-property@1.2.0
| | | `-- is-property@1.0.2
| | +-- jsonpointer@4.0.1
| | `-- xtend@4.0.1
| +-- is-resolvable@1.0.0
| | `-- tryit@1.0.3
| +-- json-stable-stringify@1.0.1
| | `-- jsonify@0.0.0
| +-- levn@0.3.0
| | +-- prelude-ls@1.1.2
| | `-- type-check@0.3.2
| +-- lodash@4.17.4
| +-- natural-compare@1.4.0
| +-- optionator@0.8.2
| | +-- deep-is@0.1.3
| | `-- fast-levenshtein@2.0.6
| +-- path-is-inside@1.0.2
| +-- pluralize@1.2.1
| +-- progress@1.1.8
| +-- require-uncached@1.0.3
| | `-- caller-path@0.1.0
| |   `-- callsites@0.2.0
| +-- shelljs@0.7.8
| | +-- glob@7.1.2
| | | `-- minimatch@3.0.4
| | |   `-- brace-expansion@1.1.8
| | |     `-- balanced-match@1.0.0
| | `-- rechoir@0.6.2
| +-- strip-bom@3.0.0
| +-- strip-json-comments@2.0.1
| +-- table@3.8.3
| | +-- ajv@4.11.8
| | | `-- co@4.6.0
| | +-- ajv-keywords@1.5.1
| | +-- slice-ansi@0.0.4
| | `-- string-width@2.1.1
| |   +-- is-fullwidth-code-point@2.0.0
| |   `-- strip-ansi@4.0.0
| |     `-- ansi-regex@3.0.0
| +-- text-table@0.2.0
| `-- user-home@2.0.0
|   `-- os-homedir@1.0.2
+-- event-stream@3.3.4
| +-- duplexer@0.1.1
| +-- from@0.1.7
| +-- map-stream@0.1.0
| +-- pause-stream@0.0.11
| +-- split@0.3.3
| +-- stream-combiner@0.0.4
| `-- through@2.3.8
+-- expand-brackets@0.1.5
+-- expand-range@1.8.2
+-- express@4.15.3
| +-- accepts@1.3.3
| | `-- negotiator@0.6.1
| +-- array-flatten@1.1.1
| +-- content-disposition@0.5.2
| +-- content-type@1.0.2
| +-- cookie@0.3.1
| +-- cookie-signature@1.0.6
| +-- debug@2.6.7
| | `-- ms@2.0.0
| +-- depd@1.1.0
| +-- encodeurl@1.0.1
| +-- escape-html@1.0.3
| +-- etag@1.8.0
| +-- finalhandler@1.0.3
| | +-- debug@2.6.7
| | | `-- ms@2.0.0
| | `-- unpipe@1.0.0
| +-- fresh@0.5.0
| +-- merge-descriptors@1.0.1
| +-- methods@1.1.2
| +-- on-finished@2.3.0
| | `-- ee-first@1.1.1
| +-- parseurl@1.3.1
| +-- path-to-regexp@0.1.7
| +-- proxy-addr@1.1.4
| | +-- forwarded@0.1.0
| | `-- ipaddr.js@1.3.0
| +-- qs@6.4.0
| +-- range-parser@1.2.0
| +-- send@0.15.3
| | +-- debug@2.6.7
| | +-- destroy@1.0.4
| | +-- http-errors@1.6.1
| | | `-- inherits@2.0.3
| | +-- mime@1.3.4
| | `-- ms@2.0.0
| +-- serve-static@1.12.3
| +-- setprototypeof@1.0.3
| +-- statuses@1.3.1
| +-- type-is@1.6.15
| | `-- media-typer@0.3.0
| +-- utils-merge@1.0.0
| `-- vary@1.1.1
+-- extend@3.0.0
+-- extglob@0.3.2
+-- extract-opts@2.2.0
+-- fast-plist@0.1.2
+-- fd-slicer@1.0.1
+-- filename-regex@2.0.0
+-- fill-range@2.2.3
+-- flatpak-bundler@0.1.3
| +-- es6-promisify@5.0.0
| | `-- es6-promise@4.1.1
| +-- fs-extra@0.30.0
| | +-- jsonfile@2.4.0
| | `-- klaw@1.3.1
| `-- tmp@0.0.29
|   `-- os-tmpdir@1.0.2
+-- for-in@0.1.5
+-- for-own@0.1.4
+-- gc-signals@0.0.1
+-- getmac@1.0.7
+-- glob@5.0.15
| +-- inflight@1.0.6
| | `-- wrappy@1.0.2
| `-- once@1.4.0
+-- glob-base@0.3.0
+-- glob-parent@2.0.0
+-- graceful-fs@4.1.11
+-- gulp@3.9.1
| +-- archy@1.0.0
| +-- deprecated@0.0.1
| +-- interpret@1.0.3
| +-- liftoff@2.3.0
| | +-- findup-sync@0.4.3
| | | +-- detect-file@0.1.0
| | | | `-- fs-exists-sync@0.1.0
| | | `-- resolve-dir@0.1.1
| | |   +-- expand-tilde@1.2.2
| | |   `-- global-modules@0.2.3
| | |     +-- global-prefix@0.1.5
| | |     `-- is-windows@0.2.0
| | +-- fined@1.1.0
| | | +-- expand-tilde@2.0.2
| | | | `-- homedir-polyfill@1.0.1
| | | |   `-- parse-passwd@1.0.0
| | | +-- is-plain-object@2.0.4
| | | | `-- isobject@3.0.1
| | | +-- object.defaults@1.1.0
| | | | +-- array-each@1.0.1
| | | | +-- array-slice@1.0.0
| | | | +-- for-own@1.0.0
| | | | | `-- for-in@1.0.2
| | | | `-- isobject@3.0.1
| | | +-- object.pick@1.2.0
| | | `-- parse-filepath@1.0.1
| | |   +-- is-absolute@0.2.6
| | |   | `-- is-relative@0.2.1
| | |   |   `-- is-unc-path@0.1.2
| | |   |     `-- unc-path-regex@0.1.2
| | |   +-- map-cache@0.2.2
| | |   `-- path-root@0.1.1
| | |     `-- path-root-regex@0.1.2
| | +-- flagged-respawn@0.3.2
| | +-- lodash.isplainobject@4.0.6
| | +-- lodash.isstring@4.0.1
| | `-- lodash.mapvalues@4.6.0
| +-- orchestrator@0.3.8
| | +-- end-of-stream@0.1.5
| | | `-- once@1.3.3
| | +-- sequencify@0.0.7
| | `-- stream-consume@0.1.0
| +-- pretty-hrtime@1.0.3
| +-- tildify@1.2.0
| +-- v8flags@2.1.1
| | `-- user-home@1.1.1
| `-- vinyl-fs@0.3.14
|   +-- defaults@1.0.3
|   +-- glob-stream@3.1.18
|   | +-- glob@4.5.3
|   | +-- glob2base@0.0.12
|   | | `-- find-index@0.1.1
|   | +-- minimatch@2.0.10
|   | +-- ordered-read-streams@0.1.0
|   | +-- through2@0.6.5
|   | | `-- readable-stream@1.0.34
|   | |   `-- isarray@0.0.1
|   | `-- unique-stream@1.0.0
|   +-- glob-watcher@0.0.6
|   | `-- gaze@0.5.2
|   |   `-- globule@0.1.0
|   |     +-- glob@3.1.21
|   |     | +-- graceful-fs@1.2.3
|   |     | `-- inherits@1.0.2
|   |     +-- lodash@1.0.2
|   |     `-- minimatch@0.2.14
|   +-- graceful-fs@3.0.11
|   | `-- natives@1.1.0
|   +-- strip-bom@1.0.0
|   `-- through2@0.6.5
|     `-- readable-stream@1.0.34
|       `-- isarray@0.0.1
+-- gulp-atom-electron@1.14.0
| +-- github-releases@0.2.1
| | +-- grunt@0.4.5
| | | +-- async@0.1.22
| | | +-- coffee-script@1.3.3
| | | +-- colors@0.6.2
| | | +-- dateformat@1.0.2-1.2.3
| | | +-- eventemitter2@0.4.14
| | | +-- exit@0.1.2
| | | +-- findup-sync@0.1.3
| | | | +-- glob@3.2.11
| | | | | `-- minimatch@0.3.0
| | | | `-- lodash@2.4.2
| | | +-- getobject@0.1.0
| | | +-- glob@3.1.21
| | | | +-- graceful-fs@1.2.3
| | | | `-- inherits@1.0.2
| | | +-- grunt-legacy-log@0.1.3
| | | | +-- grunt-legacy-log-utils@0.1.1
| | | | | +-- lodash@2.4.2
| | | | | `-- underscore.string@2.3.3
| | | | +-- lodash@2.4.2
| | | | `-- underscore.string@2.3.3
| | | +-- grunt-legacy-util@0.2.0
| | | | +-- async@0.1.22
| | | | +-- lodash@0.9.2
| | | | `-- which@1.0.9
| | | +-- hooker@0.2.3
| | | +-- iconv-lite@0.2.11
| | | +-- js-yaml@2.0.5
| | | | +-- argparse@0.1.16
| | | | | +-- underscore@1.7.0
| | | | | `-- underscore.string@2.4.0
| | | | `-- esprima@1.0.4
| | | +-- lodash@0.9.2
| | | +-- minimatch@0.2.14
| | | +-- nopt@1.0.10
| | | +-- rimraf@2.2.8
| | | +-- underscore.string@2.2.1
| | | `-- which@1.0.9
| | +-- minimatch@0.2.12
| | | `-- lru-cache@2.7.3
| | +-- optimist@0.4.0
| | | `-- wordwrap@0.0.3
| | `-- prettyjson@0.8.1
| |   `-- colors@0.6.0-1
| +-- gulp-filter@4.0.0
| +-- gulp-symdest@1.1.0
| | `-- queue@3.1.0
| +-- plist@1.2.0
| | +-- base64-js@0.0.8
| | +-- xmlbuilder@4.0.0
| | | `-- lodash@3.10.1
| | `-- xmldom@0.1.27
| +-- rcedit@0.3.0
| +-- temp@0.8.3
| | `-- rimraf@2.2.8
| +-- vinyl@0.5.3
| `-- vinyl-fs@0.3.14
|   +-- graceful-fs@3.0.11
|   +-- strip-bom@1.0.0
|   +-- through2@0.6.5
|   | `-- readable-stream@1.0.34
|   |   `-- isarray@0.0.1
|   `-- vinyl@0.4.6
|     `-- clone@0.2.0
+-- gulp-azure-storage@0.7.1
| +-- azure-storage@1.4.0
| | +-- browserify-mime@1.2.9
| | +-- extend@1.2.1
| | +-- json-edm-parser@0.1.2
| | | `-- jsonparse@1.2.0
| | +-- readable-stream@2.0.6
| | +-- request@2.74.0
| | | +-- bl@1.1.2
| | | | `-- readable-stream@2.0.6
| | | +-- combined-stream@1.0.5
| | | | `-- delayed-stream@1.0.0
| | | +-- extend@3.0.1
| | | +-- forever-agent@0.6.1
| | | +-- form-data@1.0.1
| | | | `-- async@2.5.0
| | | +-- hawk@3.1.3
| | | | +-- boom@2.10.1
| | | | +-- cryptiles@2.0.5
| | | | +-- hoek@2.16.3
| | | | `-- sntp@1.0.9
| | | +-- http-signature@1.1.1
| | | | `-- assert-plus@0.2.0
| | | +-- oauth-sign@0.8.2
| | | +-- qs@6.2.3
| | | `-- tunnel-agent@0.4.3
| | +-- underscore@1.4.4
| | `-- validator@3.22.2
| +-- delayed-stream@0.0.6
| +-- mime@1.3.6
| +-- optimist@0.6.1
| | +-- minimist@0.0.10
| | `-- wordwrap@0.0.3
| +-- queue@3.1.0
| +-- streamifier@0.1.1
| `-- vinyl-fs@0.3.14
|   +-- graceful-fs@3.0.11
|   +-- strip-bom@1.0.0
|   `-- through2@0.6.5
|     `-- readable-stream@1.0.34
|       `-- isarray@0.0.1
+-- gulp-bom@1.0.0
| `-- through2@2.0.3
+-- gulp-buffer@0.0.2
| `-- through2@0.4.2
|   +-- readable-stream@1.0.34
|   | `-- isarray@0.0.1
|   `-- xtend@2.1.2
|     `-- object-keys@0.4.0
+-- gulp-concat@2.6.1
| +-- concat-with-sourcemaps@1.0.4
| | `-- source-map@0.5.6
| +-- through2@2.0.3
| `-- vinyl@2.1.0
|   +-- clone@2.1.1
|   +-- clone-buffer@1.0.0
|   +-- clone-stats@1.0.0
|   +-- cloneable-readable@1.0.0
|   | `-- through2@2.0.3
|   +-- remove-trailing-separator@1.0.2
|   `-- replace-ext@1.0.0
+-- gulp-cssnano@2.1.2
| +-- cssnano@3.10.0
| | +-- autoprefixer@6.7.7
| | | +-- browserslist@1.7.7
| | | | `-- electron-to-chromium@1.3.16
| | | +-- normalize-range@0.1.2
| | | `-- num2fraction@1.2.2
| | +-- decamelize@1.2.0
| | +-- defined@1.0.0
| | +-- has@1.0.1
| | | `-- function-bind@1.1.0
| | +-- postcss@5.2.17
| | | +-- js-base64@2.1.9
| | | +-- source-map@0.5.6
| | | `-- supports-color@3.2.3
| | +-- postcss-calc@5.3.1
| | | +-- postcss-message-helpers@2.0.0
| | | `-- reduce-css-calc@1.3.0
| | |   +-- math-expression-evaluator@1.2.17
| | |   `-- reduce-function-call@1.0.2
| | +-- postcss-colormin@2.2.2
| | | `-- colormin@1.1.2
| | |   +-- color@0.11.4
| | |   | +-- color-convert@1.9.0
| | |   | | `-- color-name@1.1.3
| | |   | `-- color-string@0.3.0
| | |   `-- css-color-names@0.0.4
| | +-- postcss-convert-values@2.6.1
| | +-- postcss-discard-comments@2.0.4
| | +-- postcss-discard-duplicates@2.1.0
| | +-- postcss-discard-empty@2.1.0
| | +-- postcss-discard-overridden@0.1.1
| | +-- postcss-discard-unused@2.2.3
| | | `-- uniqs@2.0.0
| | +-- postcss-filter-plugins@2.0.2
| | | `-- uniqid@4.1.1
| | |   `-- macaddress@0.2.8
| | +-- postcss-merge-idents@2.1.7
| | +-- postcss-merge-longhand@2.0.2
| | +-- postcss-merge-rules@2.1.2
| | | +-- caniuse-api@1.6.1
| | | | +-- lodash.memoize@4.1.2
| | | | `-- lodash.uniq@4.5.0
| | | +-- postcss-selector-parser@2.2.3
| | | | +-- flatten@1.0.2
| | | | +-- indexes-of@1.0.1
| | | | `-- uniq@1.0.1
| | | `-- vendors@1.0.1
| | +-- postcss-minify-font-values@1.0.5
| | +-- postcss-minify-gradients@1.0.5
| | +-- postcss-minify-params@1.2.2
| | | `-- alphanum-sort@1.0.2
| | +-- postcss-minify-selectors@2.1.1
| | +-- postcss-normalize-charset@1.1.1
| | +-- postcss-normalize-url@3.0.8
| | | +-- is-absolute-url@2.1.0
| | | `-- normalize-url@1.9.1
| | |   +-- prepend-http@1.0.4
| | |   +-- query-string@4.3.4
| | |   | `-- strict-uri-encode@1.1.0
| | |   `-- sort-keys@1.1.2
| | |     `-- is-plain-obj@1.1.0
| | +-- postcss-ordered-values@2.2.3
| | +-- postcss-reduce-idents@2.4.0
| | +-- postcss-reduce-initial@1.0.1
| | +-- postcss-reduce-transforms@1.0.4
| | +-- postcss-svgo@2.1.6
| | | +-- is-svg@2.1.0
| | | | `-- html-comment-regex@1.1.1
| | | `-- svgo@0.7.2
| | |   +-- coa@1.0.4
| | |   +-- colors@1.1.2
| | |   +-- csso@2.3.2
| | |   | +-- clap@1.2.0
| | |   | `-- source-map@0.5.6
| | |   +-- js-yaml@3.7.0
| | |   +-- sax@1.2.4
| | |   `-- whet.extend@0.9.9
| | +-- postcss-unique-selectors@2.0.2
| | +-- postcss-value-parser@3.3.0
| | `-- postcss-zindex@2.2.0
| `-- vinyl-sourcemaps-apply@0.2.1
|   `-- source-map@0.5.6
+-- gulp-eslint@3.0.1
| `-- bufferstreams@1.1.1
+-- gulp-filter@3.0.1
| +-- multimatch@2.1.0
| | `-- array-union@1.0.2
| `-- streamfilter@1.0.5
+-- gulp-flatmap@1.0.0
| +-- gulp-util@2.2.20
| | +-- chalk@0.5.1
| | | +-- ansi-styles@1.1.0
| | | +-- has-ansi@0.1.0
| | | | `-- ansi-regex@0.2.1
| | | +-- strip-ansi@0.3.0
| | | `-- supports-color@0.2.0
| | +-- dateformat@1.0.12
| | | +-- get-stdin@4.0.1
| | | `-- meow@3.7.0
| | |   +-- camelcase-keys@2.1.0
| | |   +-- loud-rejection@1.6.0
| | |   | +-- currently-unhandled@0.4.1
| | |   | | `-- array-find-index@1.0.2
| | |   | `-- signal-exit@3.0.2
| | |   +-- map-obj@1.0.1
| | |   +-- normalize-package-data@2.4.0
| | |   | +-- hosted-git-info@2.5.0
| | |   | +-- is-builtin-module@1.0.0
| | |   | | `-- builtin-modules@1.1.1
| | |   | `-- validate-npm-package-license@3.0.1
| | |   |   +-- spdx-correct@1.0.2
| | |   |   | `-- spdx-license-ids@1.2.2
| | |   |   `-- spdx-expression-parse@1.0.4
| | |   +-- read-pkg-up@1.0.1
| | |   | +-- find-up@1.1.2
| | |   | `-- read-pkg@1.1.0
| | |   |   +-- load-json-file@1.1.0
| | |   |   | `-- parse-json@2.2.0
| | |   |   |   `-- error-ex@1.3.1
| | |   |   |     `-- is-arrayish@0.2.1
| | |   |   `-- path-type@1.1.0
| | |   +-- redent@1.0.0
| | |   | +-- indent-string@2.1.0
| | |   | | `-- repeating@2.0.1
| | |   | `-- strip-indent@1.0.1
| | |   `-- trim-newlines@1.0.0
| | +-- lodash._reinterpolate@2.4.1
| | +-- lodash.template@2.4.1
| | | +-- lodash._escapestringchar@2.4.1
| | | +-- lodash.defaults@2.4.1
| | | | +-- lodash._objecttypes@2.4.1
| | | | `-- lodash.keys@2.4.1
| | | +-- lodash.escape@2.4.1
| | | | +-- lodash._escapehtmlchar@2.4.1
| | | | | `-- lodash._htmlescapes@2.4.1
| | | | `-- lodash._reunescapedhtml@2.4.1
| | | |   `-- lodash.keys@2.4.1
| | | +-- lodash.keys@2.4.1
| | | | +-- lodash._isnative@2.4.1
| | | | +-- lodash._shimkeys@2.4.1
| | | | `-- lodash.isobject@2.4.1
| | | +-- lodash.templatesettings@2.4.1
| | | `-- lodash.values@2.4.1
| | |   `-- lodash.keys@2.4.1
| | +-- minimist@0.2.0
| | +-- through2@0.5.1
| | | `-- xtend@3.0.0
| | `-- vinyl@0.2.3
| `-- through2@0.6.5
|   +-- readable-stream@1.0.34
|   | `-- isarray@0.0.1
|   `-- xtend@4.0.1
+-- gulp-image-resize@0.10.0
| +-- async@0.2.10
| +-- gulp-gm@0.0.8
| | +-- gm@1.23.0
| | | +-- array-parallel@0.1.3
| | | +-- array-series@0.1.5
| | | `-- cross-spawn@4.0.2
| | |   `-- lru-cache@4.1.1
| | |     `-- yallist@2.1.2
| | +-- gulp-util@2.2.20
| | | +-- chalk@0.5.1
| | | | +-- ansi-styles@1.1.0
| | | | +-- has-ansi@0.1.0
| | | | | `-- ansi-regex@0.2.1
| | | | +-- strip-ansi@0.3.0
| | | | `-- supports-color@0.2.0
| | | +-- dateformat@1.0.12
| | | +-- lodash._reinterpolate@2.4.1
| | | +-- lodash.template@2.4.1
| | | | +-- lodash.escape@2.4.1
| | | | +-- lodash.keys@2.4.1
| | | | `-- lodash.templatesettings@2.4.1
| | | +-- minimist@0.2.0
| | | +-- through2@0.5.1
| | | | `-- xtend@3.0.0
| | | `-- vinyl@0.2.3
| | `-- through2@0.4.2
| |   +-- readable-stream@1.0.34
| |   | `-- isarray@0.0.1
| |   `-- xtend@2.1.2
| +-- lodash@2.4.2
| `-- through2@0.4.2
|   +-- readable-stream@1.0.34
|   | `-- isarray@0.0.1
|   `-- xtend@2.1.2
+-- gulp-json-editor@2.2.1
| +-- deepmerge@0.2.10
| +-- detect-indent@2.0.0
| | +-- get-stdin@3.0.2
| | `-- repeating@1.1.3
| |   `-- is-finite@1.0.2
| +-- js-beautify@1.5.10
| | +-- config-chain@1.1.11
| | | `-- proto-list@1.2.4
| | `-- nopt@3.0.6
| |   `-- abbrev@1.1.0
| `-- through2@0.5.1
|   +-- readable-stream@1.0.34
|   | `-- isarray@0.0.1
|   `-- xtend@3.0.0
+-- gulp-mocha@2.2.0
| +-- plur@2.1.2
| | `-- irregular-plurals@1.3.0
| `-- resolve-from@1.0.1
+-- gulp-remote-src@0.4.2
| +-- node.extend@1.1.6
| +-- request@2.79.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@2.1.4
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | `-- assert-plus@0.2.0
| | +-- oauth-sign@0.8.2
| | +-- qs@6.3.2
| | +-- tunnel-agent@0.4.3
| | `-- uuid@3.1.0
| +-- through2@2.0.3
| `-- vinyl@2.0.2
|   +-- clone-stats@1.0.0
|   +-- is-stream@1.1.0
|   `-- replace-ext@1.0.0
+-- gulp-rename@1.2.2
+-- gulp-replace@0.5.4
| +-- istextorbinary@1.0.2
| | +-- binaryextensions@1.0.1
| | `-- textextensions@1.0.2
| `-- replacestream@4.0.2
+-- gulp-shell@0.5.2
| +-- async@1.5.2
| `-- through2@2.0.3
+-- gulp-sourcemaps@1.12.0
| +-- @gulp-sourcemaps/map-sources@1.0.0
| | `-- through2@2.0.3
| +-- acorn@4.0.13
| +-- convert-source-map@1.5.0
| +-- css@2.2.1
| | +-- source-map@0.1.43
| | +-- source-map-resolve@0.3.1
| | | +-- atob@1.1.3
| | | +-- resolve-url@0.2.1
| | | `-- source-map-url@0.3.0
| | `-- urix@0.1.0
| +-- debug-fabulous@0.0.4
| | +-- lazy-debug-legacy@0.0.1
| | `-- object-assign@4.1.0
| +-- detect-newline@2.1.0
| +-- strip-bom@2.0.0
| | `-- is-utf8@0.2.1
| +-- through2@2.0.3
| `-- vinyl@1.2.0
+-- gulp-tsb@2.0.4
+-- gulp-tslint@7.1.0
+-- gulp-uglify@3.0.0
| +-- gulplog@1.0.0
| | `-- glogg@1.0.0
| +-- has-gulplog@0.1.0
| | `-- sparkles@1.0.0
| +-- make-error-cause@1.2.2
| | `-- make-error@1.3.0
| +-- through2@2.0.3
| `-- uglify-js@3.0.25
|   +-- commander@2.9.0
|   `-- source-map@0.5.6
+-- gulp-util@3.0.8
| +-- array-differ@1.0.0
| +-- array-uniq@1.0.3
| +-- beeper@1.1.1
| +-- dateformat@2.0.0
| +-- fancy-log@1.3.0
| | `-- time-stamp@1.1.0
| +-- lodash._reescape@3.0.0
| +-- lodash._reevaluate@3.0.0
| +-- lodash._reinterpolate@3.0.0
| +-- lodash.template@3.6.2
| | +-- lodash._basecopy@3.0.1
| | +-- lodash._basetostring@3.0.1
| | +-- lodash._basevalues@3.0.0
| | +-- lodash._isiterateecall@3.0.9
| | +-- lodash.escape@3.2.0
| | | `-- lodash._root@3.0.1
| | +-- lodash.keys@3.1.2
| | | +-- lodash._getnative@3.9.1
| | | +-- lodash.isarguments@3.1.0
| | | `-- lodash.isarray@3.0.4
| | +-- lodash.restparam@3.6.1
| | `-- lodash.templatesettings@3.1.1
| +-- multipipe@0.1.2
| | `-- duplexer2@0.0.2
| |   `-- readable-stream@1.1.14
| |     `-- isarray@0.0.1
| +-- object-assign@3.0.0
| +-- replace-ext@0.0.1
| +-- through2@2.0.3
| `-- vinyl@0.5.3
+-- gulp-vinyl-zip@1.4.0
| +-- queue@3.1.0
| +-- through2@0.6.5
| | `-- readable-stream@1.0.34
| |   `-- isarray@0.0.1
| `-- yazl@2.4.2
|   `-- buffer-crc32@0.2.13
+-- http-proxy-agent@0.2.7
+-- https-proxy-agent@0.3.6
+-- husky@0.13.4
| +-- find-parent-dir@0.3.0
| +-- is-ci@1.0.10
| | `-- ci-info@1.0.0
| `-- normalize-path@1.0.0
+-- iconv-lite@0.4.15
+-- inherits@2.0.1
+-- innosetup-compiler@5.5.62
+-- is@3.2.1
+-- is-binary-path@1.0.1
+-- is-buffer@1.1.4
+-- is-dotfile@1.0.2
+-- is-equal-shallow@0.1.3
+-- is-extendable@0.1.1
+-- is-extglob@1.0.0
+-- is-glob@2.0.1
+-- is-number@2.1.0
+-- is-posix-bracket@0.1.1
+-- is-primitive@2.0.0
+-- isarray@1.0.0
+-- isobject@2.1.0
+-- istanbul@0.3.22
| +-- abbrev@1.0.9
| +-- async@1.5.2
| +-- escodegen@1.7.1
| | +-- esprima@1.2.5
| | +-- estraverse@1.9.3
| | +-- optionator@0.5.0
| | | +-- fast-levenshtein@1.0.7
| | | +-- levn@0.2.5
| | | `-- wordwrap@0.0.3
| | `-- source-map@0.2.0
| +-- esprima@2.5.0
| +-- fileset@0.2.1
| | `-- minimatch@2.0.10
| +-- handlebars@4.0.10
| | +-- async@1.5.2
| | +-- optimist@0.6.1
| | | +-- minimist@0.0.10
| | | `-- wordwrap@0.0.3
| | `-- uglify-js@2.8.29
| |   +-- source-map@0.5.6
| |   +-- uglify-to-browserify@1.0.2
| |   `-- yargs@3.10.0
| |     +-- camelcase@1.2.1
| |     +-- cliui@2.1.0
| |     | +-- center-align@0.1.3
| |     | | +-- align-text@0.1.4
| |     | | | `-- longest@1.0.1
| |     | | `-- lazy-cache@1.0.4
| |     | +-- right-align@0.1.3
| |     | `-- wordwrap@0.0.2
| |     `-- window-size@0.1.0
| +-- nopt@3.0.6
| +-- resolve@1.1.7
| +-- supports-color@3.2.3
| | `-- has-flag@1.0.0
| +-- which@1.2.14
| | `-- isexe@2.0.0
| `-- wordwrap@1.0.0
+-- jschardet@1.4.2
+-- jsdom-no-contextify@3.1.0
| +-- browser-request@0.3.3
| +-- cssom@0.3.2
| +-- cssstyle@0.2.37
| +-- htmlparser2@3.9.2
| | +-- domelementtype@1.3.0
| | +-- domhandler@2.4.1
| | +-- domutils@1.6.2
| | `-- entities@1.1.1
| +-- nwmatcher@1.4.1
| +-- parse5@1.5.1
| +-- request@2.81.0
| | +-- caseless@0.12.0
| | +-- combined-stream@1.0.5
| | | `-- delayed-stream@1.0.0
| | +-- forever-agent@0.6.1
| | +-- form-data@2.1.4
| | +-- har-validator@4.2.1
| | | `-- har-schema@1.0.5
| | +-- hawk@3.1.3
| | | +-- boom@2.10.1
| | | +-- cryptiles@2.0.5
| | | +-- hoek@2.16.3
| | | `-- sntp@1.0.9
| | +-- http-signature@1.1.1
| | | `-- assert-plus@0.2.0
| | +-- oauth-sign@0.8.2
| | +-- performance-now@0.2.0
| | +-- qs@6.4.0
| | +-- safe-buffer@5.1.1
| | +-- tunnel-agent@0.6.0
| | `-- uuid@3.1.0
| +-- xml-name-validator@1.0.0
| `-- xmlhttprequest@1.8.0
+-- keytar@4.0.3
| `-- nan@2.5.1
+-- kind-of@3.0.4
+-- lazy.js@0.4.3
+-- micromatch@2.3.11
+-- mime@1.2.11
+-- minimatch@3.0.3
+-- minimist@1.2.0
+-- mkdirp@0.5.1
| `-- minimist@0.0.8
+-- mocha@2.5.3
| +-- commander@2.3.0
| +-- diff@1.4.0
| +-- escape-string-regexp@1.0.2
| +-- glob@3.2.11
| | `-- minimatch@0.3.0
| +-- growl@1.9.2
| +-- jade@0.26.3
| | +-- commander@0.6.1
| | `-- mkdirp@0.3.0
| +-- supports-color@1.2.0
| `-- to-iso-string@0.0.2
+-- ms@0.7.1
+-- nan@2.4.0
+-- native-keymap@1.2.4
+-- node-pty@0.6.9
| `-- nan@2.5.0
+-- normalize-path@2.0.1
+-- nsfw@1.0.16
| +-- asap@2.0.5
| +-- balanced-match@1.0.0
| +-- brace-expansion@1.1.8
| +-- concat-map@0.0.1
| +-- fs-extra@0.26.7
| +-- fs.realpath@1.0.0
| +-- glob@7.1.2
| +-- graceful-fs@4.1.11
| +-- inflight@1.0.6
| +-- inherits@2.0.3
| +-- jsonfile@2.4.0
| +-- klaw@1.3.1
| +-- lodash.isinteger@4.0.4
| +-- lodash.isundefined@3.0.1
| +-- minimatch@3.0.4
| +-- nan@2.6.2
| +-- nodegit-promise@4.0.0
| +-- once@1.4.0
| +-- path-is-absolute@1.0.1
| +-- promisify-node@0.3.0
| +-- rimraf@2.6.1
| `-- wrappy@1.0.2
+-- object-assign@4.1.1
+-- object.omit@2.0.0
+-- oniguruma@6.1.1
+-- optimist@0.3.5
| `-- wordwrap@0.0.3
+-- parse-glob@3.0.4
+-- path-is-absolute@1.0.0
+-- pend@1.2.0
+-- preserve@0.2.0
+-- process-nextick-args@1.0.7
+-- pump@1.0.2
| `-- end-of-stream@1.4.0
+-- queue@3.0.6
+-- randomatic@1.1.5
+-- readable-stream@2.1.5
+-- readdirp@2.1.0
+-- regex-cache@0.4.3
+-- remap-istanbul@0.6.4
| +-- amdefine@1.0.0
| +-- gulp-util@3.0.7
| | +-- dateformat@1.0.12
| | +-- object-assign@3.0.0
| | `-- vinyl@0.5.3
| +-- istanbul@0.4.3
| | +-- abbrev@1.0.9
| | +-- async@1.5.2
| | +-- escodegen@1.8.1
| | | +-- estraverse@1.9.3
| | | `-- source-map@0.2.0
| | +-- nopt@3.0.6
| | +-- resolve@1.1.7
| | `-- supports-color@3.2.3
| +-- source-map@0.5.6
| `-- through2@2.0.1
|   `-- readable-stream@2.0.6
+-- repeat-element@1.1.2
+-- repeat-string@1.5.4
+-- rimraf@2.6.1
| `-- glob@7.1.2
|   `-- minimatch@3.0.4
|     `-- brace-expansion@1.1.8
|       `-- balanced-match@1.0.0
+-- semver@4.3.6
+-- set-immediate-shim@1.0.1
+-- sinon@1.17.7
| +-- formatio@1.1.1
| +-- lolex@1.3.2
| +-- samsam@1.1.2
| `-- util@0.10.3
+-- source-map@0.4.4
| `-- amdefine@1.0.1
+-- string_decoder@0.10.31
+-- tslint@4.5.1
| +-- colors@1.1.2
| +-- diff@3.3.0
| +-- findup-sync@0.3.0
| | `-- glob@5.0.15
| +-- glob@7.1.2
| | `-- minimatch@3.0.4
| |   `-- brace-expansion@1.1.8
| |     `-- balanced-match@1.0.0
| +-- optimist@0.6.1
| | +-- minimist@0.0.10
| | `-- wordwrap@0.0.3
| +-- resolve@1.3.3
| | `-- path-parse@1.0.5
| +-- tsutils@1.9.1
| `-- update-notifier@2.2.0
|   +-- boxen@1.2.0
|   | +-- ansi-align@2.0.0
|   | | `-- string-width@2.1.1
|   | |   +-- is-fullwidth-code-point@2.0.0
|   | |   `-- strip-ansi@4.0.0
|   | |     `-- ansi-regex@3.0.0
|   | +-- camelcase@4.1.0
|   | +-- chalk@2.0.1
|   | | +-- ansi-styles@3.1.0
|   | | `-- supports-color@4.2.0
|   | |   `-- has-flag@2.0.0
|   | +-- cli-boxes@1.0.0
|   | +-- string-width@2.1.1
|   | | +-- is-fullwidth-code-point@2.0.0
|   | | `-- strip-ansi@4.0.0
|   | |   `-- ansi-regex@3.0.0
|   | +-- term-size@1.2.0
|   | | `-- execa@0.7.0
|   | |   +-- cross-spawn@5.1.0
|   | |   | +-- lru-cache@4.1.1
|   | |   | `-- shebang-command@1.2.0
|   | |   |   `-- shebang-regex@1.0.0
|   | |   +-- get-stream@3.0.0
|   | |   +-- npm-run-path@2.0.2
|   | |   | `-- path-key@2.0.1
|   | |   +-- p-finally@1.0.0
|   | |   `-- strip-eof@1.0.0
|   | `-- widest-line@1.0.0
|   +-- configstore@3.1.0
|   | +-- dot-prop@4.1.1
|   | | `-- is-obj@1.0.1
|   | +-- make-dir@1.0.0
|   | +-- unique-string@1.0.0
|   | | `-- crypto-random-string@1.0.0
|   | `-- write-file-atomic@2.1.0
|   |   `-- slide@1.1.6
|   +-- import-lazy@2.1.0
|   +-- is-npm@1.0.0
|   +-- latest-version@3.1.0
|   | `-- package-json@4.0.1
|   |   +-- got@6.7.1
|   |   | +-- create-error-class@3.0.2
|   |   | | `-- capture-stack-trace@1.0.0
|   |   | +-- duplexer3@0.1.4
|   |   | +-- is-redirect@1.0.0
|   |   | +-- is-retry-allowed@1.1.0
|   |   | +-- lowercase-keys@1.0.0
|   |   | +-- timed-out@4.0.1
|   |   | +-- unzip-response@2.0.1
|   |   | `-- url-parse-lax@1.0.0
|   |   +-- registry-auth-token@3.3.1
|   |   +-- registry-url@3.1.0
|   |   `-- semver@5.3.0
|   +-- semver-diff@2.1.0
|   | `-- semver@5.3.0
|   `-- xdg-basedir@3.0.0
+-- typechecker@2.0.8
+-- typescript@2.4.1
+-- typescript-formatter@4.0.1
| +-- commandpost@1.1.0
| +-- editorconfig@0.13.2
| | +-- bluebird@3.5.0
| | +-- commander@2.11.0
| | +-- lru-cache@3.2.0
| | | `-- pseudomap@1.0.2
| | `-- sigmund@1.0.1
| `-- glob-expand@0.2.1
|   +-- glob@4.5.3
|   | `-- minimatch@2.0.10
|   `-- lodash@4.13.1
+-- uglify-es@3.0.25
| +-- commander@2.9.0
| `-- source-map@0.5.6
+-- underscore@1.8.3
+-- util-deprecate@1.0.2
+-- v8-profiler@5.6.5  (git://github.com/jrieken/v8-profiler.git#bc0803a4d4b2150b8a1bbffa80270769007036c2)
+-- vinyl@0.4.6
| +-- clone@0.2.0
| `-- clone-stats@0.0.1
+-- vinyl-fs@2.4.4
| +-- duplexify@3.5.0
| | +-- end-of-stream@1.0.0
| | | `-- once@1.3.3
| | `-- stream-shift@1.0.0
| +-- glob-stream@5.3.5
| | +-- glob-parent@3.1.0
| | | +-- is-glob@3.1.0
| | | | `-- is-extglob@2.1.1
| | | `-- path-dirname@1.0.2
| | +-- ordered-read-streams@0.3.0
| | +-- through2@0.6.5
| | | `-- readable-stream@1.0.34
| | |   `-- isarray@0.0.1
| | +-- to-absolute-glob@0.1.1
| | | `-- extend-shallow@2.0.1
| | `-- unique-stream@2.2.1
| +-- gulp-sourcemaps@1.6.0
| +-- is-valid-glob@0.3.0
| +-- lazystream@1.0.0
| +-- lodash.isequal@4.5.0
| +-- merge-stream@1.0.1
| +-- strip-bom-stream@1.0.0
| | `-- first-chunk-stream@1.0.0
| +-- through2@2.0.3
| +-- through2-filter@2.0.0
| | `-- through2@2.0.3
| +-- vali-date@1.0.0
| `-- vinyl@1.2.0
+-- vsce@1.29.0
| +-- cheerio@1.0.0-rc.2
| | +-- css-select@1.2.0
| | | +-- boolbase@1.0.0
| | | +-- css-what@2.1.0
| | | +-- domutils@1.5.1
| | | `-- nth-check@1.0.1
| | +-- dom-serializer@0.1.0
| | | `-- domelementtype@1.1.3
| | `-- parse5@3.0.2
| |   `-- @types/node@6.0.84
| +-- denodeify@1.2.1
| +-- glob@7.1.2
| | `-- minimatch@3.0.4
| |   `-- brace-expansion@1.1.8
| |     `-- balanced-match@1.0.0
| +-- markdown-it@8.3.1
| | +-- linkify-it@2.0.3
| | +-- mdurl@1.0.1
| | `-- uc.micro@1.0.3
| +-- mime@1.3.6
| +-- osenv@0.1.4
| +-- read@1.0.7
| | `-- mute-stream@0.0.5
| +-- semver@5.3.0
| +-- url-join@1.1.0
| `-- vso-node-api@6.1.2-preview
|   +-- q@1.5.0
|   +-- tunnel@0.0.4
|   `-- typed-rest-client@0.9.0
+-- vscode-debugprotocol@1.21.0
+-- vscode-nls-dev@2.1.3
| +-- clone@1.0.2
| +-- glob@6.0.4
| +-- source-map@0.5.6
| +-- vinyl@1.2.0
| +-- xml2js@0.4.17
| | +-- sax@1.2.4
| | `-- xmlbuilder@4.2.1
| `-- yargs@3.32.0
|   +-- camelcase@2.1.1
|   +-- cliui@3.2.0
|   | `-- wrap-ansi@2.1.0
|   +-- os-locale@1.4.0
|   | `-- lcid@1.0.0
|   |   `-- invert-kv@1.0.0
|   +-- window-size@0.1.4
|   `-- y18n@3.2.1
+-- vscode-ripgrep@0.0.12  (git://github.com/joaomoreno/vscode-ripgrep.git#64a2f0530fd9099de2cb1026a61e0a31b05e983d)
+-- vscode-textmate@3.1.5
+-- windows-foreground-love@0.1.0
+-- windows-mutex@0.2.0
+-- winreg@1.2.0
+-- xterm@2.8.1  (git+https://github.com/Tyriar/xterm.js.git#90df2bcb7caa712e0a12591798c3e535a9d607cd)
`-- yauzl@2.3.1

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@0.3.8 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@0.3.8: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

F:\VSCodeStudio\vscode>



Then, if there are no errors:

npm run watch

After running this was the output and the program hanged on the gif screen:

F:\VSCodeStudio\vscode>npm run watch

> code-oss-dev@1.15.0 watch F:\VSCodeStudio\vscode
> gulp watch --max_old_space_size=4096

[23:28:12] Node flags detected: --max_old_space_size=4096
[23:28:12] Respawned to PID: 10404
[23:28:27] Using gulpfile F:\VSCodeStudio\vscode\gulpfile.js
[23:28:27] Starting 'clean-client'...
[23:28:27] Starting 'clean-extension:configuration-editing'...
[23:28:27] Starting 'clean-extension:css-client'...
[23:28:27] Starting 'clean-extension:css-server'...
[23:28:27] Starting 'clean-extension:emmet'...
[23:28:27] Starting 'clean-extension:extension-editing'...
[23:28:27] Starting 'clean-extension:git'...
[23:28:27] Starting 'clean-extension:grunt'...
[23:28:27] Starting 'clean-extension:gulp'...
[23:28:27] Starting 'clean-extension:html-client'...
[23:28:27] Starting 'clean-extension:html-server'...
[23:28:27] Starting 'clean-extension:jake'...
[23:28:27] Starting 'clean-extension:javascript'...
[23:28:27] Starting 'clean-extension:json-client'...
[23:28:27] Starting 'clean-extension:json-server'...
[23:28:27] Starting 'clean-extension:markdown'...
[23:28:27] Starting 'clean-extension:merge-conflict'...
[23:28:27] Starting 'clean-extension:npm'...
[23:28:27] Starting 'clean-extension:php'...
[23:28:27] Starting 'clean-extension:python'...
[23:28:27] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[23:28:27] Starting 'clean-extension:typescript'...
[23:28:27] Starting 'clean-extension:vscode-api-tests'...
[23:28:27] Starting 'clean-extension:vscode-colorize-tests'...
[23:28:27] Finished 'clean-client' after 163 ms
[23:28:27] Starting 'watch-client'...
[23:28:27] Starting compilation...
[23:28:27] Finished 'clean-extension:configuration-editing' after 428 ms
[23:28:27] Starting 'watch-extension:configuration-editing'...
[23:28:27] Finished 'clean-extension:css-client' after 441 ms
[23:28:27] Starting 'watch-extension:css-client'...
[23:28:27] Finished 'clean-extension:css-server' after 458 ms
[23:28:27] Starting 'watch-extension:css-server'...
[23:28:27] Finished 'clean-extension:emmet' after 475 ms
[23:28:27] Starting 'watch-extension:emmet'...
[23:28:27] Finished 'clean-extension:extension-editing' after 494 ms
[23:28:27] Starting 'watch-extension:extension-editing'...
[23:28:27] Finished 'clean-extension:git' after 505 ms
[23:28:27] Starting 'watch-extension:git'...
[23:28:27] Finished 'clean-extension:grunt' after 516 ms
[23:28:27] Starting 'watch-extension:grunt'...
[23:28:27] Finished 'clean-extension:gulp' after 525 ms
[23:28:27] Starting 'watch-extension:gulp'...
[23:28:27] Finished 'clean-extension:html-client' after 536 ms
[23:28:27] Starting 'watch-extension:html-client'...
[23:28:27] Finished 'clean-extension:html-server' after 567 ms
[23:28:27] Starting 'watch-extension:html-server'...
[23:28:27] Finished 'clean-extension:jake' after 574 ms
[23:28:27] Starting 'watch-extension:jake'...
[23:28:27] Finished 'clean-extension:javascript' after 595 ms
[23:28:27] Starting 'watch-extension:javascript'...
[23:28:27] Finished 'clean-extension:json-client' after 608 ms
[23:28:27] Starting 'watch-extension:json-client'...
[23:28:27] Finished 'clean-extension:json-server' after 631 ms
[23:28:27] Starting 'watch-extension:json-server'...
[23:28:27] Finished 'clean-extension:markdown' after 638 ms
[23:28:27] Starting 'watch-extension:markdown'...
[23:28:27] Finished 'clean-extension:merge-conflict' after 647 ms
[23:28:27] Starting 'watch-extension:merge-conflict'...
[23:28:27] Finished 'clean-extension:npm' after 662 ms
[23:28:27] Starting 'watch-extension:npm'...
[23:28:27] Finished 'clean-extension:php' after 664 ms
[23:28:27] Starting 'watch-extension:php'...
[23:28:27] Finished 'clean-extension:python' after 681 ms
[23:28:27] Starting 'watch-extension:python'...
[23:28:27] Finished 'clean-extension:typescript-test-colorize-fixtures' after 700 ms
[23:28:27] Starting 'watch-extension:typescript-test-colorize-fixtures'...
[23:28:27] Finished 'clean-extension:typescript' after 717 ms
[23:28:27] Starting 'watch-extension:typescript'...
[23:28:27] Finished 'clean-extension:vscode-api-tests' after 732 ms
[23:28:27] Starting 'watch-extension:vscode-api-tests'...
[23:28:27] Finished 'clean-extension:vscode-colorize-tests' after 735 ms
[23:28:27] Starting 'watch-extension:vscode-colorize-tests'...
[23:34:54] [monaco.d.ts] Starting monaco.d.ts generation
[23:35:02] [monaco.d.ts] Finished monaco.d.ts generation
[23:35:03] Finished compilation with 0 errors after 395581 ms


sublime_shell


Run it until it tells you compilation succeeded. Then:

.\scripts\code.bat

After I run this line the program on the screenshot opened and this was the final console output after I closed the program:

Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

F:\VSCodeStudio\vscode>.\scripts\code.bat
[23:36:00] Using gulpfile F:\VSCodeStudio\vscode\gulpfile.js
[23:36:00] Starting 'clean-electron'...
[23:36:00] Finished 'clean-electron' after 21 ms
[23:36:00] Starting 'electron'...
↓ ffmpeg-v1.6.6-win32-x64.zip [====================] 100%
↓ electron-v1.6.6-win32-x64.zip [====================] 100%
[23:36:24] Finished 'electron' after 24 s
[23:36:43] Using gulpfile F:\VSCodeStudio\vscode\gulpfile.js
[23:36:43] Starting 'clean-electron'...
[23:36:43] Finished 'clean-electron' after 143 ms
[23:36:43] Starting 'electron'...
[23:36:53] Finished 'electron' after 9.89 s

[7560:0719/233655.241:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
[11908:0719/233711.439:INFO:CONSOLE(225)] "%c[Extension Host] %cdebugger listening on port 5870", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/extensionHost.js (225)

F:\VSCodeStudio\vscode>


Should the commit/version being showed on the about window?

image

It seems to worked without errors, except for the output:

[7560:0719/233655.241:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345

From the .\scripts\code.bat script. Also the .\scripts\npm.bat install script showed some warnings:

...
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
...
npm WARN prefer global js-beautify@1.5.10 should be installed with -g
...
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
...
npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use @segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
...
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead


How I generate the release version? When I open the file vscode\.build\electron\Code - OSS.exe, it shows up the electron app:

image

This is how you generate the full release?

Packaging

Code can be packaged for the following platforms: win32-ia32 | win32-x64 | darwin | linux-ia32 | linux-x64 | linux-arm

These gulp tasks are available:

  • vscode-[platform]: Builds a packaged version for [platform].
  • vscode-[platform]-min: Builds a packaged and minified version for [platform].
  1. https://github.com/Microsoft/vscode/wiki/How-to-Contribute#packaging

As showed above, it is throwing errors:

F:\VSCodeStudio\vscode>gulp --version
[13:15:10] CLI version 1.3.0
[13:15:10] Local version 3.9.1

8) When I ran the command gulp vscode-win32-ia32, this was the output:

[02:15:28] Starting 'vscode-win32-ia32'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>gulp vscode-win32-ia32
[02:02:28] Using gulpfile F:\vscode\gulpfile.js
[02:02:28] Starting 'clean-optimized-vscode'...
[02:02:28] Starting 'clean-client-build'...
[02:02:28] Starting 'clean-extension:configuration-editing'...
[02:02:28] Starting 'clean-extension:css-client'...
[02:02:28] Starting 'clean-extension:css-server'...
[02:02:28] Starting 'clean-extension:emmet'...
[02:02:28] Starting 'clean-extension:extension-editing'...
[02:02:28] Starting 'clean-extension:git'...
[02:02:28] Starting 'clean-extension:grunt'...
[02:02:28] Starting 'clean-extension:gulp'...
[02:02:28] Starting 'clean-extension:html-client'...
[02:02:28] Starting 'clean-extension:html-server'...
[02:02:28] Starting 'clean-extension:jake'...
[02:02:28] Starting 'clean-extension:javascript'...
[02:02:28] Starting 'clean-extension:json-client'...
[02:02:28] Starting 'clean-extension:json-server'...
[02:02:28] Starting 'clean-extension:markdown'...
[02:02:28] Starting 'clean-extension:merge-conflict'...
[02:02:28] Starting 'clean-extension:npm'...
[02:02:28] Starting 'clean-extension:php'...
[02:02:28] Starting 'clean-extension:python'...
[02:02:28] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[02:02:28] Starting 'clean-extension:typescript'...
[02:02:28] Starting 'clean-extension:vscode-api-tests'...
[02:02:28] Starting 'clean-extension:vscode-colorize-tests'...
[02:02:28] Starting 'clean-vscode-win32-ia32'...
[02:02:28] Finished 'clean-optimized-vscode' after 82 ms
[02:02:28] Finished 'clean-extension:typescript-test-colorize-fixtures' after 56 ms
[02:02:28] Starting 'compile-extension-build:typescript-test-colorize-fixtures'...
[02:02:29] Starting compilation...
[02:02:29] Finished 'clean-vscode-win32-ia32' after 339 ms
[02:02:29] Finished compilation with 0 errors after 162 ms
[02:02:29] Finished 'compile-extension-build:typescript-test-colorize-fixtures' after 417 ms
[02:02:29] Finished 'clean-extension:configuration-editing' after 767 ms
[02:02:29] Starting 'compile-extension-build:configuration-editing'...
[02:02:29] Starting compilation...
[02:02:29] Finished 'clean-extension:css-client' after 800 ms
[02:02:29] Starting 'compile-extension-build:css-client'...
[02:02:29] Finished 'clean-extension:css-server' after 816 ms
[02:02:29] Starting 'compile-extension-build:css-server'...
[02:02:29] Finished 'clean-extension:extension-editing' after 836 ms
[02:02:29] Starting 'compile-extension-build:extension-editing'...
[02:02:29] Finished 'clean-extension:grunt' after 843 ms
[02:02:29] Starting 'compile-extension-build:grunt'...
[02:02:29] Finished 'clean-extension:emmet' after 867 ms
[02:02:29] Starting 'compile-extension-build:emmet'...
[02:02:29] Finished 'clean-extension:gulp' after 866 ms
[02:02:29] Starting 'compile-extension-build:gulp'...
[02:02:29] Finished 'clean-extension:html-client' after 878 ms
[02:02:29] Starting 'compile-extension-build:html-client'...
[02:02:29] Finished 'clean-extension:jake' after 895 ms
[02:02:29] Starting 'compile-extension-build:jake'...
[02:02:29] Finished 'clean-extension:json-client' after 934 ms
[02:02:29] Starting 'compile-extension-build:json-client'...
[02:02:29] Finished 'clean-extension:markdown' after 951 ms
[02:02:29] Starting 'compile-extension-build:markdown'...
[02:02:29] Finished 'clean-extension:merge-conflict' after 960 ms
[02:02:29] Starting 'compile-extension-build:merge-conflict'...
[02:02:29] Finished 'clean-extension:npm' after 967 ms
[02:02:29] Starting 'compile-extension-build:npm'...
[02:02:29] Finished 'clean-extension:python' after 970 ms
[02:02:29] Starting 'compile-extension-build:python'...
[02:02:29] Finished 'clean-extension:vscode-api-tests' after 978 ms
[02:02:29] Starting 'compile-extension-build:vscode-api-tests'...
[02:02:29] Finished 'clean-extension:vscode-colorize-tests' after 1.05 s
[02:02:29] Starting 'compile-extension-build:vscode-colorize-tests'...
[02:02:30] Finished 'clean-extension:git' after 1.42 s
[02:02:30] Starting 'compile-extension-build:git'...
[02:02:30] Finished 'clean-extension:javascript' after 1.42 s
[02:02:30] Starting 'compile-extension-build:javascript'...
[02:02:30] Finished 'clean-extension:json-server' after 1.43 s
[02:02:30] Starting 'compile-extension-build:json-server'...
[02:02:30] Finished 'clean-extension:typescript' after 1.44 s
[02:02:30] Starting 'compile-extension-build:typescript'...
[02:02:30] Finished 'clean-extension:php' after 2.12 s
[02:02:31] Starting 'compile-extension-build:php'...
[02:02:53] Finished 'clean-extension:html-server' after 25 s
[02:02:53] Starting 'compile-extension-build:html-server'...
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] No localized message found for key rootName
[02:03:06] [i18n] No localized message found for key folderName
[02:03:06] [i18n] No localized message found for key folderPath
[02:03:06] [i18n] Message file chs\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file cht\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file jpn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file kor\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file deu\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file fra\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file esn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file rus\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:06] [i18n] Message file ita\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:03:13] [i18n] Message file chs\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:13] [i18n] Message file cht\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file jpn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file kor\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file deu\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file fra\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file esn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file rus\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] [i18n] Message file ita\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:03:14] Finished 'compile-extension-build:npm' after 44 s
[02:03:14] Finished 'compile-extension-build:python' after 44 s
[02:03:17] Finished 'compile-extension-build:css-server' after 47 s
[02:03:20] Finished 'compile-extension-build:vscode-colorize-tests' after 51 s
[02:03:24] Finished 'clean-client-build' after 55 s
[02:03:24] Starting 'compile-client-build'...
[02:03:36] Finished 'compile-extension-build:json-server' after 1.08 min
[02:03:36] Finished 'compile-extension-build:gulp' after 1.1 min
[02:03:36] Finished 'compile-extension-build:grunt' after 1.1 min
[02:03:36] Finished 'compile-extension-build:jake' after 1.1 min
[02:03:45] Finished 'compile-extension-build:css-client' after 1.27 min
[02:03:45] Finished 'compile-extension-build:json-client' after 1.27 min
[02:03:46] Finished 'compile-extension-build:html-client' after 1.27 min
[02:03:51] [i18n] Message file chs\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file cht\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file jpn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file kor\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file deu\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file fra\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file esn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file rus\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] [i18n] Message file ita\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:03:51] Finished 'compile-extension-build:configuration-editing' after 1.35 min
[02:03:51] Finished 'compile-extension-build:vscode-api-tests' after 1.35 min
[02:03:51] Finished 'compile-extension-build:extension-editing' after 1.35 min
[02:03:51] Finished 'compile-extension-build:javascript' after 1.35 min
[02:03:59] [i18n] Message file chs\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file cht\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file jpn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file kor\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file deu\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file fra\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file esn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file rus\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] [i18n] Message file ita\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:03:59] Finished 'compile-extension-build:php' after 1.47 min
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:03:59] Finished 'compile-extension-build:emmet' after 1.5 min
[02:03:59] Finished 'compile-extension-build:markdown' after 1.5 min
[02:03:59] [i18n] Message file chs\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file cht\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file jpn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file kor\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file deu\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file fra\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:03:59] [i18n] Message file esn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] [i18n] Message file rus\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] [i18n] Message file ita\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:04:00] Finished 'compile-extension-build:html-server' after 1.1 min
[02:04:00] Finished 'compile-extension-build:merge-conflict' after 1.5 min
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:00] [i18n] No localized message found for key create branch
[02:04:00] [i18n] No localized message found for key HEAD not available
[02:04:00] [i18n] No localized message found for key select a ref to checkout
[02:04:00] [i18n] No localized message found for key select a branch to merge from
[02:04:00] [i18n] No localized message found for key merge conflicts
[02:04:00] [i18n] No localized message found for key pick remote pull repo
[02:04:01] Finished 'compile-extension-build:git' after 1.5 min
[02:04:01] [i18n] Message file chs\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file cht\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file jpn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file kor\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file deu\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file fra\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file esn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file rus\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:01] [i18n] Message file ita\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:04:02] Finished 'compile-extension-build:typescript' after 1.53 min
[02:04:02] Starting 'compile-extensions-build'...
[02:04:02] Finished 'compile-extensions-build' after 9.62 μs
[02:10:37] [monaco.d.ts] Starting monaco.d.ts generation
[02:10:45] [monaco.d.ts] Finished monaco.d.ts generation
[02:10:45] Finished compilation with 0 errors after 495856 ms
[02:10:45] Finished 'compile-client-build' after 7.35 min
[02:10:45] Starting 'compile-build'...
[02:10:45] Finished 'compile-build' after 64 μs
[02:10:45] Starting 'optimize-vscode'...
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close-dark.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\current-arrow.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\feedback\electron-browser\media\info.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit_inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\welcome\code-icon.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
[02:11:12] [i18n] de has 278 untranslated strings.
[02:11:12] [i18n] es has 211 untranslated strings.
[02:11:12] [i18n] fr has 285 untranslated strings.
[02:11:12] [i18n] hu has 101 untranslated strings.
[02:11:12] [i18n] it has 285 untranslated strings.
[02:11:12] [i18n] ja has 215 untranslated strings.
[02:11:12] [i18n] ko has 295 untranslated strings.
[02:11:12] [i18n] pt-br has 119 untranslated strings.
[02:11:12] [i18n] ru has 294 untranslated strings.
[02:11:12] [i18n] tr has 101 untranslated strings.
[02:11:12] [i18n] zh-cn has 192 untranslated strings.
[02:11:12] [i18n] zh-tw has 271 untranslated strings.
[02:15:28] Finished 'optimize-vscode' after 4.7 min
[02:15:28] Starting 'vscode-win32-ia32'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>


9) When I ran the command gulp vscode-win32-x64, this was the output:

[03:02:59] Starting 'vscode-win32-x64'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>gulp vscode-win32-x64
[02:31:34] Using gulpfile F:\vscode\gulpfile.js
[02:31:34] Starting 'clean-optimized-vscode'...
[02:31:34] Starting 'clean-client-build'...
[02:31:34] Starting 'clean-extension:configuration-editing'...
[02:31:34] Starting 'clean-extension:css-client'...
[02:31:34] Starting 'clean-extension:css-server'...
[02:31:34] Starting 'clean-extension:emmet'...
[02:31:34] Starting 'clean-extension:extension-editing'...
[02:31:34] Starting 'clean-extension:git'...
[02:31:34] Starting 'clean-extension:grunt'...
[02:31:34] Starting 'clean-extension:gulp'...
[02:31:34] Starting 'clean-extension:html-client'...
[02:31:34] Starting 'clean-extension:html-server'...
[02:31:34] Starting 'clean-extension:jake'...
[02:31:34] Starting 'clean-extension:javascript'...
[02:31:34] Starting 'clean-extension:json-client'...
[02:31:34] Starting 'clean-extension:json-server'...
[02:31:34] Starting 'clean-extension:markdown'...
[02:31:34] Starting 'clean-extension:merge-conflict'...
[02:31:34] Starting 'clean-extension:npm'...
[02:31:34] Starting 'clean-extension:php'...
[02:31:34] Starting 'clean-extension:python'...
[02:31:34] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[02:31:34] Starting 'clean-extension:typescript'...
[02:31:34] Starting 'clean-extension:vscode-api-tests'...
[02:31:34] Starting 'clean-extension:vscode-colorize-tests'...
[02:31:34] Starting 'clean-vscode-win32-x64'...
[02:31:34] Finished 'clean-extension:typescript-test-colorize-fixtures' after 29 ms
[02:31:34] Starting 'compile-extension-build:typescript-test-colorize-fixtures'...
[02:31:34] Starting compilation...
[02:31:34] Finished 'clean-vscode-win32-x64' after 252 ms
[02:31:34] Finished compilation with 0 errors after 75 ms
[02:31:34] Finished 'compile-extension-build:typescript-test-colorize-fixtures' after 287 ms
[02:31:35] Finished 'clean-extension:css-client' after 823 ms
[02:31:35] Starting 'compile-extension-build:css-client'...
[02:31:35] Starting compilation...
[02:31:35] Finished 'clean-extension:configuration-editing' after 857 ms
[02:31:35] Starting 'compile-extension-build:configuration-editing'...
[02:31:35] Finished 'clean-extension:css-server' after 870 ms
[02:31:35] Starting 'compile-extension-build:css-server'...
[02:31:35] Finished 'clean-extension:extension-editing' after 878 ms
[02:31:35] Starting 'compile-extension-build:extension-editing'...
[02:31:35] Finished 'clean-extension:emmet' after 906 ms
[02:31:35] Starting 'compile-extension-build:emmet'...
[02:31:35] Finished 'clean-extension:grunt' after 900 ms
[02:31:35] Starting 'compile-extension-build:grunt'...
[02:31:35] Finished 'clean-extension:gulp' after 904 ms
[02:31:35] Starting 'compile-extension-build:gulp'...
[02:31:35] Finished 'clean-extension:html-client' after 930 ms
[02:31:35] Starting 'compile-extension-build:html-client'...
[02:31:35] Finished 'clean-extension:jake' after 945 ms
[02:31:35] Starting 'compile-extension-build:jake'...
[02:31:35] Finished 'clean-extension:json-client' after 928 ms
[02:31:35] Starting 'compile-extension-build:json-client'...
[02:31:35] Finished 'clean-extension:markdown' after 940 ms
[02:31:35] Starting 'compile-extension-build:markdown'...
[02:31:35] Finished 'clean-extension:python' after 960 ms
[02:31:35] Starting 'compile-extension-build:python'...
[02:31:35] Finished 'clean-extension:merge-conflict' after 991 ms
[02:31:35] Starting 'compile-extension-build:merge-conflict'...
[02:31:35] Finished 'clean-extension:npm' after 1 s
[02:31:35] Starting 'compile-extension-build:npm'...
[02:31:35] Finished 'clean-extension:vscode-colorize-tests' after 983 ms
[02:31:35] Starting 'compile-extension-build:vscode-colorize-tests'...
[02:31:35] Finished 'clean-extension:vscode-api-tests' after 1.18 s
[02:31:35] Starting 'compile-extension-build:vscode-api-tests'...
[02:31:35] Finished 'clean-extension:git' after 1.63 s
[02:31:35] Starting 'compile-extension-build:git'...
[02:31:35] Finished 'clean-extension:javascript' after 1.6 s
[02:31:35] Starting 'compile-extension-build:javascript'...
[02:31:35] Finished 'clean-extension:json-server' after 1.61 s
[02:31:35] Starting 'compile-extension-build:json-server'...
[02:31:35] Finished 'clean-extension:typescript' after 1.6 s
[02:31:35] Starting 'compile-extension-build:typescript'...
[02:31:36] Finished 'clean-extension:php' after 2.28 s
[02:31:36] Starting 'compile-extension-build:php'...
[02:31:54] Finished 'clean-extension:html-server' after 21 s
[02:31:54] Starting 'compile-extension-build:html-server'...
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] No localized message found for key rootName
[02:32:05] [i18n] No localized message found for key folderName
[02:32:05] [i18n] No localized message found for key folderPath
[02:32:05] [i18n] Message file chs\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file cht\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file jpn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file kor\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file deu\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file fra\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file esn\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file rus\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:05] [i18n] Message file ita\extensions\configuration-editing\out\extension.i18n.json is empty. Missing messages: 1
[02:32:12] [i18n] Message file chs\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file cht\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file jpn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file kor\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file deu\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file fra\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file esn\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file rus\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:12] [i18n] Message file ita\extensions\extension-editing\out\extensionLinter.i18n.json is empty. Missing messages: 5
[02:32:14] Finished 'compile-extension-build:python' after 39 s
[02:32:14] Finished 'compile-extension-build:npm' after 39 s
[02:32:14] Finished 'clean-optimized-vscode' after 40 s
[02:32:14] Finished 'compile-extension-build:css-server' after 39 s
[02:32:17] Finished 'compile-extension-build:vscode-colorize-tests' after 42 s
[02:32:20] Finished 'clean-client-build' after 46 s
[02:32:20] Starting 'compile-client-build'...
[02:32:32] Finished 'compile-extension-build:json-server' after 57 s
[02:32:32] Finished 'compile-extension-build:gulp' after 57 s
[02:32:32] Finished 'compile-extension-build:grunt' after 57 s
[02:32:32] Finished 'compile-extension-build:jake' after 57 s
[02:32:42] Finished 'compile-extension-build:json-client' after 1.1 min
[02:32:42] Finished 'compile-extension-build:css-client' after 1.12 min
[02:32:42] Finished 'compile-extension-build:html-client' after 1.12 min
[02:32:47] [i18n] Message file chs\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file cht\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file jpn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file kor\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file deu\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file fra\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file esn\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file rus\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] [i18n] Message file ita\extensions\merge-conflict\out\extension.i18n.json not found. Missing messages: 0
[02:32:47] Finished 'compile-extension-build:vscode-api-tests' after 1.2 min
[02:32:47] Finished 'compile-extension-build:configuration-editing' after 1.2 min
[02:32:47] Finished 'compile-extension-build:extension-editing' after 1.2 min
[02:32:48] Finished 'compile-extension-build:javascript' after 1.2 min
[02:32:56] [i18n] Message file chs\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file cht\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file jpn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file kor\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file deu\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file fra\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file esn\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file rus\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] [i18n] Message file ita\extensions\typescript\out\utils\versionProvider.i18n.json not found. Missing messages: 1
[02:32:56] Finished 'compile-extension-build:php' after 1.33 min
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] [i18n] No localized message found for key cursorOnCommonAncestorsRange
[02:32:57] Finished 'compile-extension-build:emmet' after 1.37 min
[02:32:57] Finished 'compile-extension-build:markdown' after 1.35 min
[02:32:57] [i18n] Message file chs\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file cht\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file jpn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file kor\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file deu\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file fra\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file esn\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file rus\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] [i18n] Message file ita\extensions\typescript\out\utils\versionPicker.i18n.json not found. Missing messages: 6
[02:32:57] Finished 'compile-extension-build:html-server' after 1.03 min
[02:32:58] Finished 'compile-extension-build:merge-conflict' after 1.37 min
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] [i18n] No localized message found for key create branch
[02:32:58] [i18n] No localized message found for key HEAD not available
[02:32:58] [i18n] No localized message found for key select a ref to checkout
[02:32:58] [i18n] No localized message found for key select a branch to merge from
[02:32:58] [i18n] No localized message found for key merge conflicts
[02:32:58] [i18n] No localized message found for key pick remote pull repo
[02:32:58] Finished 'compile-extension-build:git' after 1.37 min
[02:32:58] [i18n] Message file chs\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file cht\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file jpn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file kor\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file deu\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file fra\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file esn\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file rus\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:32:58] [i18n] Message file ita\extensions\typescript\out\features\taskProvider.i18n.json not found. Missing messages: 2
[02:33:00] Finished 'compile-extension-build:typescript' after 1.4 min
[02:33:00] Starting 'compile-extensions-build'...
[02:33:00] Finished 'compile-extensions-build' after 8.85 μs
[03:00:03] [monaco.d.ts] Starting monaco.d.ts generation
[03:00:14] [monaco.d.ts] Finished monaco.d.ts generation
[03:00:14] Finished compilation with 0 errors after 1719523 ms
[03:00:14] Finished 'compile-client-build' after 28 min
[03:00:14] Starting 'compile-build'...
[03:00:14] Finished 'compile-build' after 93 μs
[03:00:14] Starting 'optimize-vscode'...
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\previous-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\next-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\editor\contrib\find\browser\images\close-dark.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-dirty-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\browser\parts\editor\media\close-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\current-arrow.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\debug\browser\media\continue-inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\feedback\electron-browser\media\info.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\preferences\browser\media\edit_inverse.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
CSS INLINING IMAGE AT out-build\vs\workbench\parts\welcome\code-icon.svg MORE THAN ONCE. CONSIDER CONSOLIDATING CSS RULES
[03:00:39] [i18n] de has 278 untranslated strings.
[03:00:39] [i18n] es has 211 untranslated strings.
[03:00:39] [i18n] fr has 285 untranslated strings.
[03:00:39] [i18n] hu has 101 untranslated strings.
[03:00:39] [i18n] it has 285 untranslated strings.
[03:00:39] [i18n] ja has 215 untranslated strings.
[03:00:39] [i18n] ko has 295 untranslated strings.
[03:00:39] [i18n] pt-br has 119 untranslated strings.
[03:00:39] [i18n] ru has 294 untranslated strings.
[03:00:39] [i18n] tr has 101 untranslated strings.
[03:00:39] [i18n] zh-cn has 192 untranslated strings.
[03:00:39] [i18n] zh-tw has 271 untranslated strings.
[03:02:59] Finished 'optimize-vscode' after 2.75 min
[03:02:59] Starting 'vscode-win32-x64'...
internal/streams/legacy.js:59
      throw er; // Unhandled stream error in pipe.
      ^

Error: read ECONNRESET
    at exports._errnoException (util.js:1018:11)
    at TLSWrap.onread (net.js:568:26)

F:\vscode>


10) When I ran the command npm run gulp -- vscode-win32-ia32, this was the error output:

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
npm ERR! Exit status 3

F:\vscode>npm run gulp -- vscode-win32-ia32

> code-oss-dev@1.15.0 gulp F:\vscode
> gulp --max_old_space_size=4096 "vscode-win32-ia32"

[07:20:35] Node flags detected: --max_old_space_size=4096
[07:20:35] Respawned to PID: 1112

<--- Last few GCs --->

     243 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 7.0 / 0.0 ms [allocation failure] [GC in old space requested].
     249 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 6.3 / 0.0 ms [allocation failure] [GC in old space requested].
     255 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 5.9 / 0.0 ms [allocation failure] [GC in old space requested].
     262 ms: Mark-sweep 1.4 (5.5) -> 1.4 (4.5) MB, 6.6 / 0.0 ms [last resort gc].
     268 ms: Mark-sweep 1.4 (4.5) -> 1.4 (4.5) MB, 5.6 / 0.0 ms [last resort gc].


<--- JS stacktrace --->

==== JS stack trace =========================================

Security context: 0437B80D <JS Object>
    1: /* anonymous */(aka /* anonymous */) [module.js:51] [pc=3371C4DC] (this=043081D9 <undefined>,exports=3786EC15 <an Object with map 2E209AC9>,require=04386235 <JS Function NativeModule.require (SharedFunctionInfo 04383899)>,module=3786EBDD <a NativeModule with map 2E20E351>,__filename=3786EBFD <String[9]: module.js>,__dirname=043081D9 <undefined>)
    2: arguments adaptor frame: 4->5
    3: comp...

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory

npm ERR! Windows_NT 10.0.15063
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
npm ERR! node v6.11.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the code-oss-dev@1.15.0 gulp script 'gulp --max_old_space_size=4096 "vscode-win32-ia32"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the code-oss-dev package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp --max_old_space_size=4096 "vscode-win32-ia32"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs code-oss-dev
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls code-oss-dev
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     F:\vscode\npm-debug.log

F:\vscode>


File npm-debug.log for the command npm run gulp -- vscode-win32-ia32 just above:

0 info it worked if it ends with ok
1 verbose cli [ 'D:\\User\\Documents\\Nodejs\\bin\\node.exe',
1 verbose cli   'D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'run',
1 verbose cli   'gulp',
1 verbose cli   '--',
1 verbose cli   'vscode-win32-ia32' ]
2 info using npm@3.10.10
3 info using node@v6.11.0
4 verbose run-script [ 'pregulp', 'gulp', 'postgulp' ]
5 info lifecycle code-oss-dev@1.15.0~pregulp: code-oss-dev@1.15.0
6 silly lifecycle code-oss-dev@1.15.0~pregulp: no script for pregulp, continuing
7 info lifecycle code-oss-dev@1.15.0~gulp: code-oss-dev@1.15.0
8 verbose lifecycle code-oss-dev@1.15.0~gulp: unsafe-perm in lifecycle true
9 verbose lifecycle code-oss-dev@1.15.0~gulp: PATH: D:\User\Documents\Nodejs\6110\node_modules\npm\bin\node-gyp-bin;F:\vscode\node_modules\.bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\MATLAB_R2017a\runtime\win64;C:\MATLAB_R2017a\bin;C:\Program Files (x86)\QuickTime\QTSystem\;F:\Python27;F:\Python27\Library\mingw-w64\bin;F:\Python27\Library\usr\bin;F:\Python27\Library\bin;F:\Python27\Scripts;D:\User\Documents\latex\texmfs\install\miktex\bin\;D:\User\Documents\Cygwin64\bin;C:\Users\Professional\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Java\JDK\bin;C:\Program Files (x86)\Git\bin;D:\User\Dropbox\Applications\SoftwareVersioning\SpeakTimeVBScript;D:\User\Documents\SumatraPDF\bin;D:\User\Documents\apache_marven\maven\bin;D:\User\Documents\Ruby21-x64\bin;F:\VisualStudio2015\VC\bin;D:\User\DataStore\GamesDataStore\Conter-Strike1.6\Outros\Addons\Multi-Mod\Amx Mod X\CompilerDefault;D:\User\Documents\CMake\bin;D:\User\Documents\Vim\vim74;D:\User\Documents\Perl64\bin;D:\User\Documents\Perl64\site\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\bin;D:\User\Documents\Haskell Platform\2014.2.0.0\lib\extralibs\bin;D:\User\Documents\Nodejs\bin;D:\User\Documents\Ant\bin\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Rockwell Software\RSCommon;C:\Users\Professional\App
10 verbose lifecycle code-oss-dev@1.15.0~gulp: CWD: F:\vscode
11 silly lifecycle code-oss-dev@1.15.0~gulp: Args: [ '/d /s /c',
11 silly lifecycle   'gulp --max_old_space_size=4096 "vscode-win32-ia32"' ]
12 silly lifecycle code-oss-dev@1.15.0~gulp: Returned: code: 3  signal: null
13 info lifecycle code-oss-dev@1.15.0~gulp: Failed to exec gulp script
14 verbose stack Error: code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
14 verbose stack Exit status 3
14 verbose stack     at EventEmitter.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\lifecycle.js:255:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (D:\User\Documents\Nodejs\6110\node_modules\npm\lib\utils\spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:891:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid code-oss-dev@1.15.0
16 verbose cwd F:\vscode
17 error Windows_NT 10.0.15063
18 error argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "gulp" "--" "vscode-win32-ia32"
19 error node v6.11.0
20 error npm  v3.10.10
21 error code ELIFECYCLE
22 error code-oss-dev@1.15.0 gulp: `gulp --max_old_space_size=4096 "vscode-win32-ia32"`
22 error Exit status 3
23 error Failed at the code-oss-dev@1.15.0 gulp script 'gulp --max_old_space_size=4096 "vscode-win32-ia32"'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the code-oss-dev package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     gulp --max_old_space_size=4096 "vscode-win32-ia32"
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs code-oss-dev
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls code-oss-dev
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]


@evandrocoan
Copy link
Author

evandrocoan commented Jul 20, 2017

I noticed now I cannot install extensions or browse the marketplace:

image

image

This is console output:

Error: No extension gallery service configured

F:\VSCodeStudio>.\vscode\scripts\code.bat --user-data-dir "F:\VSCodeStudio\settings" --extensions-dir "F:\VSCodeStudio\extensions"

[9620:0720/021116.718:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
[9420:0720/021131.578:INFO:CONSOLE(225)] "%c[Extension Host] %cdebugger listening on port 5870", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/extensionHost.js (225)
[9420:0720/021146.508:INFO:CONSOLE(229)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/shell.js (229)
[9420:0720/021146.512:INFO:CONSOLE(42)] "WARNING: Promise with no error callback:61", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (42)
[9420:0720/021146.519:INFO:CONSOLE(43)] "[object Object]", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (43)
[9420:0720/021148.380:INFO:CONSOLE(85)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/message/browser/messageService.js (85)
[9420:0720/021400.342:INFO:CONSOLE(229)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/shell.js (229)
[9420:0720/021400.344:INFO:CONSOLE(42)] "WARNING: Promise with no error callback:64", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (42)
[9420:0720/021400.361:INFO:CONSOLE(43)] "[object Object]", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (43)
[9420:0720/021402.010:INFO:CONSOLE(85)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/message/browser/messageService.js (85)
[9420:0720/021414.465:INFO:CONSOLE(80)] "Unable to open 'command:workbench.action.keybindingsReference?%7B%22from%22%3A%22welcomePage%22%7D' resource is not available.", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js (80)
[9420:0720/021414.476:INFO:CONSOLE(85)] "Unable to open 'workbench.action.keybindingsReference': resource is not available.: Error: Unable to open 'workbench.action.keybindingsReference': resource is not available.
    at EditorPart.doHandleSetInputError (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:397:92)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:381:44
    at _Base.Class.derive._creator.ErrorPromise_then [as then] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1436:50)
    at EditorPart.doSetInput (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:361:52)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:265:30
    at _Base.Class.derive._creator.CompletePromise_then [as then] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1566:49)
    at EditorPart.doOpenEditor (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:260:89)
    at EditorPart.openEditor (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:231:25)
    at WorkbenchEditorService.doOpenEditor (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/editor/browser/editorService.js:99:36)
    at WorkbenchEditorService.openEditor (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/editor/browser/editorService.js:84:29)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/message/browser/messageService.js (85)
[9420:0720/021414.629:INFO:CONSOLE(41)] "[uncaught exception]: Error: resource is not available", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/bootstrap/index.js (41)
[9420:0720/021414.630:INFO:CONSOLE(44)] "Error: resource is not available
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:81:60
    at CompletePromise_ctor.CompletePromise_then [as then] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1566:49)
    at ResourceModelCollection.resolveTextModelContent (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:78:45)
    at ResourceModelCollection.createReferencedObject (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:42:25)
    at ResourceModelCollection.ReferenceCollection.acquire (file:///F:/VSCodeStudio/vscode/out/vs/base/common/lifecycle.js:94:79)
    at TextModelResolverService._createModelReference (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:118:52)
    at TextModelResolverService.createModelReference (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:101:25)
    at ResourceEditorInput.resolve (file:///F:/VSCodeStudio/vscode/out/vs/workbench/common/editor/resourceEditorInput.js:73:69)
    at TextResourceEditor.setInput (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/textResourceEditor.js:60:26)
    at EditorPart.doSetInput (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:361:27)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/bootstrap/index.js (44)
[9420:0720/021414.678:INFO:CONSOLE(41)] "[uncaught exception]: Error: resource is not available", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/bootstrap/index.js (41)
[9420:0720/021414.699:INFO:CONSOLE(44)] "Error: resource is not available
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:81:60
    at CompletePromise_ctor.CompletePromise_then [as then] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1566:49)
    at ResourceModelCollection.resolveTextModelContent (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:78:45)
    at ResourceModelCollection.createReferencedObject (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:42:25)
    at ResourceModelCollection.ReferenceCollection.acquire (file:///F:/VSCodeStudio/vscode/out/vs/base/common/lifecycle.js:94:79)
    at TextModelResolverService._createModelReference (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:118:52)
    at TextModelResolverService.createModelReference (file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/textmodelResolver/common/textModelResolverService.js:101:25)
    at ResourceEditorInput.resolve (file:///F:/VSCodeStudio/vscode/out/vs/workbench/common/editor/resourceEditorInput.js:73:69)
    at TextResourceEditor.setInput (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/textResourceEditor.js:60:26)
    at EditorPart.doSetInput (file:///F:/VSCodeStudio/vscode/out/vs/workbench/browser/parts/editor/editorPart.js:361:27)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/bootstrap/index.js (44)
[9420:0720/021416.197:VERBOSE1:CONSOLE(8299)] "Main._createAppUI: 166.355ms", source: chrome-devtools://devtools/bundled/inspector.js (8299)
[9420:0720/021416.367:VERBOSE1:CONSOLE(8304)] "Main._showAppUI: 162.322ms", source: chrome-devtools://devtools/bundled/inspector.js (8304)
[9420:0720/021416.906:VERBOSE1:CONSOLE(8305)] "Main._initializeTarget: 117.377ms", source: chrome-devtools://devtools/bundled/inspector.js (8305)
[9420:0720/021430.772:INFO:CONSOLE(229)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/shell.js (229)
[9420:0720/021430.787:INFO:CONSOLE(42)] "WARNING: Promise with no error callback:67", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (42)
[9420:0720/021430.803:INFO:CONSOLE(43)] "[object Object]", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (43)
[9420:0720/021433.436:INFO:CONSOLE(85)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/message/browser/messageService.js (85)
[9420:0720/095511.101:WARNING:dns_config_service_win.cc(661)] Failed to read DnsConfig.
[9420:0720/095511.254:WARNING:dns_config_service_win.cc(661)] Failed to read DnsConfig.
[9420:0720/100043.906:INFO:CONSOLE(229)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/electron-browser/shell.js (229)
[9420:0720/100043.908:INFO:CONSOLE(42)] "WARNING: Promise with no error callback:69", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (42)
[9420:0720/100043.924:INFO:CONSOLE(43)] "[object Object]", source: file:///F:/VSCodeStudio/vscode/out/vs/base/common/errors.js (43)
[9420:0720/100045.977:INFO:CONSOLE(85)] "No extension gallery service configured.: Error: No extension gallery service configured.
    at ExtensionGalleryService.query (file:///F:/VSCodeStudio/vscode/out/vs/platform/extensionManagement/node/extensionGalleryService.js:267:56)
    at file:///F:/VSCodeStudio/vscode/out/vs/workbench/parts/welcome/page/electron-browser/welcomePage.js:302:125
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at _Base.Class.derive._creator._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at _Base.Class.derive._creator._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)
    at Object.notifySuccess [as _notify] (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1170:59)
    at Object.enter (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:852:30)
    at Promise_ctor._run (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1068:29)
    at Promise_ctor._completed (file:///F:/VSCodeStudio/vscode/out/vs/base/common/winjs.base.raw.js:1036:18)", source: file:///F:/VSCodeStudio/vscode/out/vs/workbench/services/message/browser/messageService.js (85)


They say I should create an product.json with:

"extensionsGallery": {
    "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
    "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
    "itemUrl": "https://marketplace.visualstudio.com/items"
}

But where should I put it?


Related threads:

  1. can't install extensions #18395 can't install extensions
  2. The 'ext install' command is unavailable after compiling from the sources #1557 The 'ext install' command is unavailable after compiling from the sources
  3. How do I enable extensions in the extensions dir in OSS Dev mode #23831 How do I enable extensions in the extensions dir in OSS Dev mode
  4. StockOverflow#37143536 “No extensions found” when running Visual Studio Code from source

Update

I appended the key:

	"extensionsGallery": {
	    "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
	    "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
	    "itemUrl": "https://marketplace.visualstudio.com/items"
	}

To the file:

  1. https://github.com/Microsoft/vscode/blob/master/product.json

And the extensions marketplace started working, when I ran the script vscode/scripts/code.bat


Related threads:

  1. Using extensions in compiled VSCode
  2. “No extensions found” when running Visual Studio Code from source

evandrocoan added a commit to evandrocoan/CodeTextStudio that referenced this issue Jul 25, 2017
instructions and added binaries folders to
CodeTextStudio.sublime-project from vscode/.gitignore
@aefernandes
Copy link
Contributor

Downloaded and attempting to build from source on Ubuntu, and encountered same error as #30909.

  • VSCode Version: Code - Insiders 1.15.0-insider (f39385b, 2017-08-01T05:10:12.703Z)
  • OS Version: Linux x64 4.4.0-59-generic

Installed Node 7.9.0. Then per comment ran:

git clean -xfd 
git pull
./scripts/npm.sh install 

No errors, but npm run watch fails with:

code-oss-dev@1.15.0 watch: gulp watch --max_old_space_size=4096
Output below:

parallels@ubuntu:~/vscode$ npm run watch

code-oss-dev@1.15.0 watch /home/parallels/vscode
gulp watch --max_old_space_size=4096

[19:16:16] Node flags detected: --max_old_space_size=4096
[19:16:16] Respawned to PID: 18102
[19:16:19] Using gulpfile ~/vscode/gulpfile.js
[19:16:19] Starting 'clean-client'...
[19:16:19] Starting 'clean-extension:configuration-editing'...
[19:16:19] Starting 'clean-extension:css-client'...
[19:16:19] Starting 'clean-extension:css-server'...
[19:16:19] Starting 'clean-extension:emmet'...
[19:16:19] Starting 'clean-extension:extension-editing'...
[19:16:19] Starting 'clean-extension:git'...
[19:16:19] Starting 'clean-extension:grunt'...
[19:16:19] Starting 'clean-extension:gulp'...
[19:16:19] Starting 'clean-extension:html-client'...
[19:16:19] Starting 'clean-extension:html-server'...
[19:16:19] Starting 'clean-extension:jake'...
[19:16:19] Starting 'clean-extension:javascript'...
[19:16:19] Starting 'clean-extension:json-client'...
[19:16:19] Starting 'clean-extension:json-server'...
[19:16:19] Starting 'clean-extension:markdown'...
[19:16:19] Starting 'clean-extension:merge-conflict'...
[19:16:19] Starting 'clean-extension:npm'...
[19:16:19] Starting 'clean-extension:php'...
[19:16:19] Starting 'clean-extension:python'...
[19:16:19] Starting 'clean-extension:typescript-test-colorize-fixtures'...
[19:16:19] Starting 'clean-extension:typescript'...
[19:16:19] Starting 'clean-extension:vscode-api-tests'...
[19:16:19] Starting 'clean-extension:vscode-colorize-tests'...
[19:16:19] Finished 'clean-client' after 16 ms
[19:16:19] Starting 'watch-client'...
[19:16:19] Starting compilation...
[19:16:19] Finished 'clean-extension:configuration-editing' after 172 ms
[19:16:19] Starting 'watch-extension:configuration-editing'...
[19:16:19] Finished 'clean-extension:css-client' after 181 ms
[19:16:19] Starting 'watch-extension:css-client'...
[19:16:19] Finished 'clean-extension:css-server' after 185 ms
[19:16:19] Starting 'watch-extension:css-server'...
[19:16:19] Finished 'clean-extension:emmet' after 190 ms
[19:16:19] Starting 'watch-extension:emmet'...
[19:16:19] Finished 'clean-extension:extension-editing' after 198 ms
[19:16:19] Starting 'watch-extension:extension-editing'...
[19:16:19] Finished 'clean-extension:git' after 205 ms
[19:16:19] Starting 'watch-extension:git'...
[19:16:19] Finished 'clean-extension:grunt' after 209 ms
[19:16:19] Starting 'watch-extension:grunt'...
[19:16:19] Finished 'clean-extension:gulp' after 213 ms
[19:16:19] Starting 'watch-extension:gulp'...
[19:16:19] Finished 'clean-extension:html-client' after 216 ms
[19:16:19] Starting 'watch-extension:html-client'...
[19:16:19] Finished 'clean-extension:html-server' after 220 ms
[19:16:19] Starting 'watch-extension:html-server'...
[19:16:19] Finished 'clean-extension:jake' after 223 ms
[19:16:19] Starting 'watch-extension:jake'...
[19:16:19] Finished 'clean-extension:javascript' after 230 ms
[19:16:19] Starting 'watch-extension:javascript'...
[19:16:19] Finished 'clean-extension:json-client' after 233 ms
[19:16:19] Starting 'watch-extension:json-client'...
[19:16:19] Finished 'clean-extension:json-server' after 237 ms
[19:16:19] Starting 'watch-extension:json-server'...
[19:16:19] Finished 'clean-extension:markdown' after 240 ms
[19:16:19] Starting 'watch-extension:markdown'...
[19:16:19] Finished 'clean-extension:merge-conflict' after 241 ms
[19:16:19] Starting 'watch-extension:merge-conflict'...
[19:16:19] Finished 'clean-extension:npm' after 243 ms
[19:16:19] Starting 'watch-extension:npm'...
[19:16:19] Finished 'clean-extension:php' after 245 ms
[19:16:19] Starting 'watch-extension:php'...
[19:16:19] Finished 'clean-extension:python' after 247 ms
[19:16:19] Starting 'watch-extension:python'...
[19:16:19] Finished 'clean-extension:typescript-test-colorize-fixtures' after 253 ms
[19:16:19] Starting 'watch-extension:typescript-test-colorize-fixtures'...
[19:16:19] Finished 'clean-extension:typescript' after 255 ms
[19:16:19] Starting 'watch-extension:typescript'...
[19:16:19] Finished 'clean-extension:vscode-api-tests' after 263 ms
[19:16:19] Starting 'watch-extension:vscode-api-tests'...
[19:16:19] Finished 'clean-extension:vscode-colorize-tests' after 266 ms
[19:16:19] Starting 'watch-extension:vscode-colorize-tests'...
Unhandled Rejection at: Promise Promise {
Error: NSFW was unable to start watching that directory. } reason: Error: NSFW was unable to start watching that directory.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! code-oss-dev@1.15.0 watch: gulp watch --max_old_space_size=4096
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the code-oss-dev@1.15.0 watch script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/parallels/.npm/_logs/2017-08-02T02_16_22_417Z-debug.log

But, running ./scripts/code.sh succeeds with output below:

Could not load our cross platform file watcher: Error: The module '/home/parallels/vscode/build/lib/watch/node_modules/nsfw/build/Release/nsfw.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 51. This version of Node.js requires NODE_MODULE_VERSION 57. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`). Falling back to our platform specific watcher... [19:19:48] Using gulpfile ~/vscode/gulpfile.js [19:19:48] Starting 'clean-electron'... [19:19:48] Finished 'clean-electron' after 7.94 ms [19:19:48] Starting 'electron'... ↓ ffmpeg-v1.6.6-linux-x64.zip [====================] 100% ↓ electron-v1.6.6-linux-x64.zip [====================] 100% [19:19:56] Finished 'electron' after 7.54 s [19015:0801/192003.124936:INFO:CONSOLE(231)] "%c[Extension Host] %cdebugger listening on port 5870", source: file:///home/parallels/vscode/out/vs/workbench/electron-browser/extensionHost.js (231) [19015:0801/192013.494722:WARNING:x11_util.cc(1406)] X error received: serial 1028, error_code 3 (BadWindow (invalid Window parameter)), request_code 3, minor_code 0 (X_GetWindowAttributes) [19129:0801/192014.028617:WARNING:ipc_message_attachment_set.cc(57)] MessageAttachmentSet destroyed with unconsumed descriptors: 0/1 [19129:0801/192014.029925:WARNING:ipc_message_attachment_set.cc(57)] MessageAttachmentSet destroyed with unconsumed descriptors: 0/1 [19129:0801/192014.041361:ERROR:gles2_cmd_decoder.cc(16945)] [.DisplayCompositor-0x3cd28a76fe00]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [19129:0801/192014.041514:ERROR:gles2_cmd_decoder.cc(9408)] [.DisplayCompositor-0x3cd28a76fe00]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [19129:0801/192014.041588:ERROR:gles2_cmd_decoder.cc(16945)] [.DisplayCompositor-0x3cd28a76fe00]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [19129:0801/192014.041641:ERROR:gles2_cmd_decoder.cc(9408)] [.DisplayCompositor-0x3cd28a76fe00]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [19129:0801/192014.041738:ERROR:gles2_cmd_decoder.cc(16945)] [.DisplayCompositor-0x3cd28a76fe00]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [19129:0801/192014.041800:ERROR:gles2_cmd_decoder.cc(9408)] [.DisplayCompositor-0x3cd28a76fe00]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [19129:0801/192014.041837:ERROR:gles2_cmd_decoder.cc(16945)] [.DisplayCompositor-0x3cd28a76fe00]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [19129:0801/192014.041873:ERROR:gles2_cmd_decoder.cc(9408)] [.DisplayCompositor-0x3cd28a76fe00]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [19129:0801/192014.041908:ERROR:gles2_cmd_decoder.cc(16945)] [.DisplayCompositor-0x3cd28a76fe00]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name [19129:0801/192014.041942:ERROR:gles2_cmd_decoder.cc(9408)] [.DisplayCompositor-0x3cd28a76fe00]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering. [19015:0801/192016.641566:INFO:CONSOLE(231)] "%c[Extension Host] %cdebugger listening on port 5870", source: file:///home/parallels/vscode/out/vs/workbench/electron-browser/extensionHost.js (231) [19015:0801/192016.763830:INFO:CONSOLE(229)] "watch /home/parallels/.config/code-oss-dev/User/snippets ENOSPC: Error: watch /home/parallels/.config/code-oss-dev/User/snippets ENOSPC at exports._errnoException (util.js:1022:11) at FSWatcher.start (original-fs.js:1316:19) at Object.fs.watch (original-fs.js:1341:11) at file:///home/parallels/vscode/out/vs/workbench/parts/snippets/electron-browser/snippetsTracker.js:33:36 at Object.notifySuccess [as _notify] (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:1170:59) at Object.enter (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:852:30) at Promise_ctor._run (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:1068:29) at Promise_ctor._completed (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:1036:18) at file:///home/parallels/vscode/out/vs/base/common/async.js:588:144 at /home/parallels/vscode/node_modules/graceful-fs/polyfills.js:287:18", source: file:///home/parallels/vscode/out/vs/workbench/electron-browser/shell.js (229) [19015:0801/192016.765487:INFO:CONSOLE(42)] "WARNING: Promise with no error callback:6", source: file:///home/parallels/vscode/out/vs/base/common/errors.js (42) [19015:0801/192016.765741:INFO:CONSOLE(43)] "[object Object]", source: file:///home/parallels/vscode/out/vs/base/common/errors.js (43) [19015:0801/192016.766028:INFO:CONSOLE(45)] "Error: watch /home/parallels/.config/code-oss-dev/User/snippets ENOSPC at exports._errnoException (util.js:1022:11) at FSWatcher.start (original-fs.js:1316:19) at Object.fs.watch (original-fs.js:1341:11) at file:///home/parallels/vscode/out/vs/workbench/parts/snippets/electron-browser/snippetsTracker.js:33:36 at Object.notifySuccess [as _notify] (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:1170:59) at Object.enter (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:852:30) at Promise_ctor._run (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:1068:29) at Promise_ctor._completed (file:///home/parallels/vscode/out/vs/base/common/winjs.base.raw.js:1036:18) at file:///home/parallels/vscode/out/vs/base/common/async.js:588:144 at /home/parallels/vscode/node_modules/graceful-fs/polyfills.js:287:18", source: file:///home/parallels/vscode/out/vs/base/common/errors.js (45) [19015:0801/192017.658206:INFO:CONSOLE(106)] "%c[IPC Library: Watcher]", source: file:///home/parallels/vscode/out/vs/base/parts/ipc/node/ipc.cp.js (106)

@vscodebot vscodebot bot closed this as completed Aug 9, 2017
@vscodebot
Copy link

vscodebot bot commented Aug 9, 2017

This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants