Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 24, 2019 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/78e75598d1e926e4da2d83ed92ad5721 to your computer and use it in GitHub Desktop.
Save ryantm/78e75598d1e926e4da2d83ed92ad5721 to your computer and use it in GitHub Desktop.
/nix/store/v9jxhgrl7s4dlrs1hzkwswhl76vrd2b8-vscode-1.41.1
├── bin
│   └── code
├── lib
│   └── vscode
│   ├── bin
│   │   └── code
│   ├── chrome_100_percent.pak
│   ├── chrome_200_percent.pak
│   ├── chrome-sandbox
│   ├── code
│   ├── icudtl.dat
│   ├── libEGL.so
│   ├── libffmpeg.so
│   ├── libGLESv2.so
│   ├── locales
│   │   ├── am.pak
│   │   ├── ar.pak
│   │   ├── bg.pak
│   │   ├── bn.pak
│   │   ├── ca.pak
│   │   ├── cs.pak
│   │   ├── da.pak
│   │   ├── de.pak
│   │   ├── el.pak
│   │   ├── en-GB.pak
│   │   ├── en-US.pak
│   │   ├── es-419.pak
│   │   ├── es.pak
│   │   ├── et.pak
│   │   ├── fa.pak
│   │   ├── fil.pak
│   │   ├── fi.pak
│   │   ├── fr.pak
│   │   ├── gu.pak
│   │   ├── he.pak
│   │   ├── hi.pak
│   │   ├── hr.pak
│   │   ├── hu.pak
│   │   ├── id.pak
│   │   ├── it.pak
│   │   ├── ja.pak
│   │   ├── kn.pak
│   │   ├── ko.pak
│   │   ├── lt.pak
│   │   ├── lv.pak
│   │   ├── ml.pak
│   │   ├── mr.pak
│   │   ├── ms.pak
│   │   ├── nb.pak
│   │   ├── nl.pak
│   │   ├── pl.pak
│   │   ├── pt-BR.pak
│   │   ├── pt-PT.pak
│   │   ├── ro.pak
│   │   ├── ru.pak
│   │   ├── sk.pak
│   │   ├── sl.pak
│   │   ├── sr.pak
│   │   ├── sv.pak
│   │   ├── sw.pak
│   │   ├── ta.pak
│   │   ├── te.pak
│   │   ├── th.pak
│   │   ├── tr.pak
│   │   ├── uk.pak
│   │   ├── vi.pak
│   │   ├── zh-CN.pak
│   │   └── zh-TW.pak
│   ├── natives_blob.bin
│   ├── resources
│   │   ├── app
│   │   │   ├── extensions
│   │   │   │   ├── bat
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── batchfile.snippets.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── batchfile.tmLanguage.json
│   │   │   │   ├── clojure
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── clojure.tmLanguage.json
│   │   │   │   ├── coffeescript
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── coffeescript.snippets.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── coffeescript.tmLanguage.json
│   │   │   │   ├── configuration-editing
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── schemas
│   │   │   │   │   ├── attachContainer.schema.json
│   │   │   │   │   └── devContainer.schema.json
│   │   │   │   ├── cpp
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   ├── c.json
│   │   │   │   │   │   └── cpp.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── cpp.embedded.macro.tmLanguage.json
│   │   │   │   │   ├── cpp.tmLanguage.json
│   │   │   │   │   ├── c.tmLanguage.json
│   │   │   │   │   └── platform.tmLanguage.json
│   │   │   │   ├── csharp
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── csharp.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── csharp.tmLanguage.json
│   │   │   │   ├── css
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── css.tmLanguage.json
│   │   │   │   ├── css-language-features
│   │   │   │   │   ├── client
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── cssMain.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── css.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── schemas
│   │   │   │   │   │   └── package.schema.json
│   │   │   │   │   └── server
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── cssServerMain.js
│   │   │   │   │   └── package.json
│   │   │   │   ├── debug-auto-launch
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── package.nls.json
│   │   │   │   ├── debug-server-ready
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── package.nls.json
│   │   │   │   ├── docker
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── docker.tmLanguage.json
│   │   │   │   ├── emmet
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── extension.js
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── node_modules
│   │   │   │   │   │   ├── @emmetio
│   │   │   │   │   │   │   └── extract-abbreviation
│   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   ├── extract-abbreviation.cjs.js
│   │   │   │   │   │   │   │   └── extract-abbreviation.es.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── jsonc-parser
│   │   │   │   │   │   │   ├── CHANGELOG.md
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── main.d.ts
│   │   │   │   │   │   │   │   └── main.js
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── thirdpartynotices.txt
│   │   │   │   │   │   ├── vscode-emmet-helper
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── vscode-languageserver-types
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── main.d.ts
│   │   │   │   │   │   │   │   │   └── main.js
│   │   │   │   │   │   │   │   ├── License.txt
│   │   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   ├── data.js
│   │   │   │   │   │   │   │   ├── emmetHelper.d.ts
│   │   │   │   │   │   │   │   ├── emmetHelper.js
│   │   │   │   │   │   │   │   └── expand
│   │   │   │   │   │   │   │   └── expand-full.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   ├── thirdpartynotices.txt
│   │   │   │   │   │   │   └── tsconfig.json
│   │   │   │   │   │   └── vscode-languageserver-types
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   ├── main.d.ts
│   │   │   │   │   │   │   │   └── main.js
│   │   │   │   │   │   │   └── umd
│   │   │   │   │   │   │   ├── main.d.ts
│   │   │   │   │   │   │   └── main.js
│   │   │   │   │   │   ├── License.txt
│   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   └── tsconfig.esm.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── extension-editing
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── package.nls.json
│   │   │   │   ├── fsharp
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── fsharp.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── fsharp.tmLanguage.json
│   │   │   │   ├── git
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── askpass-empty.sh
│   │   │   │   │   │   ├── askpass-main.js
│   │   │   │   │   │   ├── askpass.sh
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── languages
│   │   │   │   │   │   ├── diff.language-configuration.json
│   │   │   │   │   │   ├── git-commit.language-configuration.json
│   │   │   │   │   │   ├── git-rebase.language-configuration.json
│   │   │   │   │   │   └── ignore.language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── resources
│   │   │   │   │   │   └── icons
│   │   │   │   │   │   ├── dark
│   │   │   │   │   │   │   ├── check.svg
│   │   │   │   │   │   │   ├── clean.svg
│   │   │   │   │   │   │   ├── git.svg
│   │   │   │   │   │   │   ├── open-change.svg
│   │   │   │   │   │   │   ├── open-file.svg
│   │   │   │   │   │   │   ├── refresh.svg
│   │   │   │   │   │   │   ├── stage.svg
│   │   │   │   │   │   │   ├── status-added.svg
│   │   │   │   │   │   │   ├── status-conflict.svg
│   │   │   │   │   │   │   ├── status-copied.svg
│   │   │   │   │   │   │   ├── status-deleted.svg
│   │   │   │   │   │   │   ├── status-ignored.svg
│   │   │   │   │   │   │   ├── status-modified.svg
│   │   │   │   │   │   │   ├── status-renamed.svg
│   │   │   │   │   │   │   ├── status-untracked.svg
│   │   │   │   │   │   │   └── unstage.svg
│   │   │   │   │   │   ├── git.png
│   │   │   │   │   │   └── light
│   │   │   │   │   │   ├── check.svg
│   │   │   │   │   │   ├── clean.svg
│   │   │   │   │   │   ├── git.svg
│   │   │   │   │   │   ├── open-change.svg
│   │   │   │   │   │   ├── open-file.svg
│   │   │   │   │   │   ├── refresh.svg
│   │   │   │   │   │   ├── stage.svg
│   │   │   │   │   │   ├── status-added.svg
│   │   │   │   │   │   ├── status-conflict.svg
│   │   │   │   │   │   ├── status-copied.svg
│   │   │   │   │   │   ├── status-deleted.svg
│   │   │   │   │   │   ├── status-ignored.svg
│   │   │   │   │   │   ├── status-modified.svg
│   │   │   │   │   │   ├── status-renamed.svg
│   │   │   │   │   │   ├── status-untracked.svg
│   │   │   │   │   │   └── unstage.svg
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── diff.tmLanguage.json
│   │   │   │   │   ├── git-commit.tmLanguage.json
│   │   │   │   │   ├── git-rebase.tmLanguage.json
│   │   │   │   │   └── ignore.tmLanguage.json
│   │   │   │   ├── git-ui
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── main.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── resources
│   │   │   │   │   └── icons
│   │   │   │   │   └── git.png
│   │   │   │   ├── go
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── go.tmLanguage.json
│   │   │   │   ├── groovy
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── groovy.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── groovy.tmLanguage.json
│   │   │   │   ├── grunt
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── grunt.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── gulp
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── gulp.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── handlebars
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── Handlebars.tmLanguage.json
│   │   │   │   ├── hlsl
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── hlsl.tmLanguage.json
│   │   │   │   ├── html
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── html-derivative.tmLanguage.json
│   │   │   │   │   └── html.tmLanguage.json
│   │   │   │   ├── html-language-features
│   │   │   │   │   ├── client
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── htmlMain.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── html.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── schemas
│   │   │   │   │   │   └── package.schema.json
│   │   │   │   │   └── server
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── htmlServerMain.js
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── cgmanifest.json
│   │   │   │   │   │   └── jquery.d.ts
│   │   │   │   │   └── package.json
│   │   │   │   ├── image-preview
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── icon.svg
│   │   │   │   │   ├── media
│   │   │   │   │   │   ├── loading-dark.svg
│   │   │   │   │   │   ├── loading-hc.svg
│   │   │   │   │   │   ├── loading.svg
│   │   │   │   │   │   ├── main.css
│   │   │   │   │   │   └── main.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── ini
│   │   │   │   │   ├── ini.language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── properties.language-configuration.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── ini.tmLanguage.json
│   │   │   │   ├── jake
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── cowboy_hat.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── java
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── java.snippets.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── java.tmLanguage.json
│   │   │   │   ├── javascript
│   │   │   │   │   ├── javascript-language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── javascript.json
│   │   │   │   │   ├── syntaxes
│   │   │   │   │   │   ├── JavaScriptReact.tmLanguage.json
│   │   │   │   │   │   ├── JavaScript.tmLanguage.json
│   │   │   │   │   │   ├── Readme.md
│   │   │   │   │   │   └── Regular Expressions (JavaScript).tmLanguage
│   │   │   │   │   └── tags-language-configuration.json
│   │   │   │   ├── json
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── JSONC.tmLanguage.json
│   │   │   │   │   └── JSON.tmLanguage.json
│   │   │   │   ├── json-language-features
│   │   │   │   │   ├── client
│   │   │   │   │   │   └── dist
│   │   │   │   │   │   ├── jsonMain.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── json.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── server
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── jsonServerMain.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── less
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── less.tmLanguage.json
│   │   │   │   ├── log
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── log.tmLanguage.json
│   │   │   │   ├── lua
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── lua.tmLanguage.json
│   │   │   │   ├── make
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── make.tmLanguage.json
│   │   │   │   ├── markdown-basics
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── markdown.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── markdown.tmLanguage.json
│   │   │   │   ├── markdown-language-features
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── media
│   │   │   │   │   │   ├── highlight.css
│   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   ├── markdown.css
│   │   │   │   │   │   ├── pre.js
│   │   │   │   │   │   ├── preview-dark.svg
│   │   │   │   │   │   ├── preview-light.svg
│   │   │   │   │   │   ├── preview-right-dark.svg
│   │   │   │   │   │   ├── preview-right-light.svg
│   │   │   │   │   │   ├── view-source-dark.svg
│   │   │   │   │   │   └── view-source-light.svg
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── schemas
│   │   │   │   │   └── package.schema.json
│   │   │   │   ├── merge-conflict
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── resources
│   │   │   │   │   └── icons
│   │   │   │   │   └── merge-conflict.png
│   │   │   │   ├── ms-vscode.node-debug
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── debugInjection.js
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.bundle.json
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   ├── nls.metadata.json
│   │   │   │   │   │   ├── node
│   │   │   │   │   │   │   ├── extension
│   │   │   │   │   │   │   │   ├── autoAttach.nls.metadata.json
│   │   │   │   │   │   │   │   ├── cluster.nls.metadata.json
│   │   │   │   │   │   │   │   ├── configurationProvider.nls.metadata.json
│   │   │   │   │   │   │   │   ├── loadedScripts.nls.metadata.json
│   │   │   │   │   │   │   │   ├── processPicker.nls.metadata.json
│   │   │   │   │   │   │   │   └── protocolDetection.nls.metadata.json
│   │   │   │   │   │   │   ├── nodeDebug.nls.metadata.json
│   │   │   │   │   │   │   └── nodeV8Protocol.nls.metadata.json
│   │   │   │   │   │   ├── nodeDebug.js
│   │   │   │   │   │   └── terminateProcess.sh
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── node-debug-icon.png
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── ThirdPartyNotices.txt
│   │   │   │   ├── ms-vscode.node-debug2
│   │   │   │   │   ├── i18n
│   │   │   │   │   │   ├── chs
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── cht
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── deu
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── esn
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── fra
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── hun
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── ita
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── jpn
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── kor
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   │   ├── package.i18n.json
│   │   │   │   │   │   └── rus
│   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   └── nodeDebugAdapter.i18n.json
│   │   │   │   │   │   └── package.i18n.json
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── node-debug-icon.png
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── node_modules
│   │   │   │   │   │   ├── async-limiter
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── readme.md
│   │   │   │   │   │   ├── balanced-match
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── brace-expansion
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── color-convert
│   │   │   │   │   │   │   ├── CHANGELOG.md
│   │   │   │   │   │   │   ├── conversions.js
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── route.js
│   │   │   │   │   │   ├── color-name
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── test.js
│   │   │   │   │   │   ├── color-string
│   │   │   │   │   │   │   ├── CHANGELOG.md
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── concat-map
│   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   │   └── map.js
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.markdown
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   └── map.js
│   │   │   │   │   │   ├── fs.realpath
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── old.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── inflight
│   │   │   │   │   │   │   ├── inflight.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── inherits
│   │   │   │   │   │   │   ├── inherits_browser.js
│   │   │   │   │   │   │   ├── inherits.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── is-arrayish
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── yarn-error.log
│   │   │   │   │   │   ├── minimatch
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── minimatch.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── mkdirp
│   │   │   │   │   │   │   ├── bin
│   │   │   │   │   │   │   │   ├── cmd.js
│   │   │   │   │   │   │   │   └── usage.txt
│   │   │   │   │   │   │   ├── examples
│   │   │   │   │   │   │   │   └── pow.js
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   └── minimist
│   │   │   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   │   │   └── parse.js
│   │   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   │   ├── readme.markdown
│   │   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   │   ├── dash.js
│   │   │   │   │   │   │   │   ├── default_bool.js
│   │   │   │   │   │   │   │   ├── dotted.js
│   │   │   │   │   │   │   │   ├── long.js
│   │   │   │   │   │   │   │   ├── parse.js
│   │   │   │   │   │   │   │   ├── parse_modified.js
│   │   │   │   │   │   │   │   ├── short.js
│   │   │   │   │   │   │   │   └── whitespace.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── readme.markdown
│   │   │   │   │   │   │   └── test
│   │   │   │   │   │   │   ├── chmod.js
│   │   │   │   │   │   │   ├── clobber.js
│   │   │   │   │   │   │   ├── mkdirp.js
│   │   │   │   │   │   │   ├── opts_fs.js
│   │   │   │   │   │   │   ├── opts_fs_sync.js
│   │   │   │   │   │   │   ├── perm.js
│   │   │   │   │   │   │   ├── perm_sync.js
│   │   │   │   │   │   │   ├── race.js
│   │   │   │   │   │   │   ├── rel.js
│   │   │   │   │   │   │   ├── return.js
│   │   │   │   │   │   │   ├── return_sync.js
│   │   │   │   │   │   │   ├── root.js
│   │   │   │   │   │   │   ├── sync.js
│   │   │   │   │   │   │   ├── umask.js
│   │   │   │   │   │   │   └── umask_sync.js
│   │   │   │   │   │   ├── noice-json-rpc
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── json-rpc2.js
│   │   │   │   │   │   │   │   └── noice-json-rpc.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── once
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── once.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── path-is-absolute
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── license
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── readme.md
│   │   │   │   │   │   ├── simple-swizzle
│   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── @types
│   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── types-metadata.json
│   │   │   │   │   │   ├── vscode-chrome-debug-core
│   │   │   │   │   │   │   ├── i18n
│   │   │   │   │   │   │   │   ├── chs
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── cht
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── deu
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── esn
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── fra
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── ita
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── jpn
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   ├── kor
│   │   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   │   └── rus
│   │   │   │   │   │   │   │   └── out
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.i18n.json
│   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.i18n.json
│   │   │   │   │   │   │   │   │   └── stoppedEvent.i18n.json
│   │   │   │   │   │   │   │   ├── errors.i18n.json
│   │   │   │   │   │   │   │   └── transformers
│   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.i18n.json
│   │   │   │   │   │   │   │   └── remotePathTransformer.i18n.json
│   │   │   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   │   │   ├── node_modules
│   │   │   │   │   │   │   │   ├── glob
│   │   │   │   │   │   │   │   │   ├── changelog.md
│   │   │   │   │   │   │   │   │   ├── common.js
│   │   │   │   │   │   │   │   │   ├── glob.js
│   │   │   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   │   │   └── sync.js
│   │   │   │   │   │   │   │   └── source-map
│   │   │   │   │   │   │   │   ├── CHANGELOG.md
│   │   │   │   │   │   │   │   ├── dist
│   │   │   │   │   │   │   │   │   ├── source-map.debug.js
│   │   │   │   │   │   │   │   │   ├── source-map.js
│   │   │   │   │   │   │   │   │   └── source-map.min.js
│   │   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   │   ├── array-set.js
│   │   │   │   │   │   │   │   │   ├── base64.js
│   │   │   │   │   │   │   │   │   ├── base64-vlq.js
│   │   │   │   │   │   │   │   │   ├── binary-search.js
│   │   │   │   │   │   │   │   │   ├── mapping-list.js
│   │   │   │   │   │   │   │   │   ├── quick-sort.js
│   │   │   │   │   │   │   │   │   ├── source-map-consumer.js
│   │   │   │   │   │   │   │   │   ├── source-map-generator.js
│   │   │   │   │   │   │   │   │   ├── source-node.js
│   │   │   │   │   │   │   │   │   └── util.js
│   │   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   │   └── source-map.js
│   │   │   │   │   │   │   ├── out
│   │   │   │   │   │   │   │   ├── nls.bundle.cs.json
│   │   │   │   │   │   │   │   ├── nls.bundle.de.json
│   │   │   │   │   │   │   │   ├── nls.bundle.es.json
│   │   │   │   │   │   │   │   ├── nls.bundle.fr.json
│   │   │   │   │   │   │   │   ├── nls.bundle.it.json
│   │   │   │   │   │   │   │   ├── nls.bundle.ja.json
│   │   │   │   │   │   │   │   ├── nls.bundle.json
│   │   │   │   │   │   │   │   ├── nls.bundle.ko.json
│   │   │   │   │   │   │   │   ├── nls.bundle.pl.json
│   │   │   │   │   │   │   │   ├── nls.bundle.pt-br.json
│   │   │   │   │   │   │   │   ├── nls.bundle.ru.json
│   │   │   │   │   │   │   │   ├── nls.bundle.tr.json
│   │   │   │   │   │   │   │   ├── nls.bundle.zh-cn.json
│   │   │   │   │   │   │   │   ├── nls.bundle.zh-tw.json
│   │   │   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   │   │   ├── nls.metadata.json
│   │   │   │   │   │   │   │   └── src
│   │   │   │   │   │   │   │   ├── chrome
│   │   │   │   │   │   │   │   │   ├── breakOnLoadHelper.js
│   │   │   │   │   │   │   │   │   ├── breakpoints.js
│   │   │   │   │   │   │   │   │   ├── chromeConnection.js
│   │   │   │   │   │   │   │   │   ├── chromeDebugAdapter.js
│   │   │   │   │   │   │   │   │   ├── chromeDebugSession.js
│   │   │   │   │   │   │   │   │   ├── chromeTargetDiscoveryStrategy.js
│   │   │   │   │   │   │   │   │   ├── chromeUtils.js
│   │   │   │   │   │   │   │   │   ├── consoleHelper.js
│   │   │   │   │   │   │   │   │   ├── crdpMultiplexing
│   │   │   │   │   │   │   │   │   │   ├── crdpMultiplexor.js
│   │   │   │   │   │   │   │   │   │   └── webSocketToLikeSocketProxy.js
│   │   │   │   │   │   │   │   │   ├── internalSourceBreakpoint.js
│   │   │   │   │   │   │   │   │   ├── scripts.js
│   │   │   │   │   │   │   │   │   ├── scriptSkipping.js
│   │   │   │   │   │   │   │   │   ├── smartStep.js
│   │   │   │   │   │   │   │   │   ├── stackFrames.js
│   │   │   │   │   │   │   │   │   ├── stoppedEvent.js
│   │   │   │   │   │   │   │   │   ├── variables.js
│   │   │   │   │   │   │   │   │   └── variablesManager.js
│   │   │   │   │   │   │   │   ├── errors.js
│   │   │   │   │   │   │   │   ├── executionTimingsReporter.js
│   │   │   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   │   │   ├── nullLogger.js
│   │   │   │   │   │   │   │   ├── remoteMapper.js
│   │   │   │   │   │   │   │   ├── sourceMaps
│   │   │   │   │   │   │   │   │   ├── sourceMapFactory.js
│   │   │   │   │   │   │   │   │   ├── sourceMap.js
│   │   │   │   │   │   │   │   │   ├── sourceMaps.js
│   │   │   │   │   │   │   │   │   └── sourceMapUtils.js
│   │   │   │   │   │   │   │   ├── telemetry.js
│   │   │   │   │   │   │   │   ├── transformers
│   │   │   │   │   │   │   │   │   ├── basePathTransformer.js
│   │   │   │   │   │   │   │   │   ├── baseSourceMapTransformer.js
│   │   │   │   │   │   │   │   │   ├── eagerSourceMapTransformer.js
│   │   │   │   │   │   │   │   │   ├── fallbackToClientPathTransformer.js
│   │   │   │   │   │   │   │   │   ├── lineNumberTransformer.js
│   │   │   │   │   │   │   │   │   ├── remotePathTransformer.js
│   │   │   │   │   │   │   │   │   └── urlPathTransformer.js
│   │   │   │   │   │   │   │   └── utils.js
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── ThirdPartyNotices.txt
│   │   │   │   │   │   ├── vscode-debugadapter
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── debugSession.js
│   │   │   │   │   │   │   │   ├── handles.js
│   │   │   │   │   │   │   │   ├── logger.js
│   │   │   │   │   │   │   │   ├── loggingDebugSession.js
│   │   │   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   │   │   ├── messages.js
│   │   │   │   │   │   │   │   └── protocol.js
│   │   │   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── thirdpartynotices.txt
│   │   │   │   │   │   ├── vscode-debugprotocol
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── debugProtocol.js
│   │   │   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── vscode-nls
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   └── main.js
│   │   │   │   │   │   │   ├── License.txt
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── ThirdPartyNotices.txt
│   │   │   │   │   │   ├── vscode-uri
│   │   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   │   ├── esm
│   │   │   │   │   │   │   │   │   └── index.js
│   │   │   │   │   │   │   │   └── umd
│   │   │   │   │   │   │   │   └── index.js
│   │   │   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   └── README.md
│   │   │   │   │   │   ├── wrappy
│   │   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   │   └── wrappy.js
│   │   │   │   │   │   └── ws
│   │   │   │   │   │   ├── browser.js
│   │   │   │   │   │   ├── index.js
│   │   │   │   │   │   ├── lib
│   │   │   │   │   │   │   ├── buffer-util.js
│   │   │   │   │   │   │   ├── constants.js
│   │   │   │   │   │   │   ├── event-target.js
│   │   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   │   ├── permessage-deflate.js
│   │   │   │   │   │   │   ├── receiver.js
│   │   │   │   │   │   │   ├── sender.js
│   │   │   │   │   │   │   ├── validation.js
│   │   │   │   │   │   │   ├── websocket.js
│   │   │   │   │   │   │   └── websocket-server.js
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── package.json
│   │   │   │   │   │   └── README.md
│   │   │   │   │   ├── out
│   │   │   │   │   │   ├── nls.bundle.cs.json
│   │   │   │   │   │   ├── nls.bundle.de.json
│   │   │   │   │   │   ├── nls.bundle.es.json
│   │   │   │   │   │   ├── nls.bundle.fr.json
│   │   │   │   │   │   ├── nls.bundle.it.json
│   │   │   │   │   │   ├── nls.bundle.ja.json
│   │   │   │   │   │   ├── nls.bundle.json
│   │   │   │   │   │   ├── nls.bundle.ko.json
│   │   │   │   │   │   ├── nls.bundle.pl.json
│   │   │   │   │   │   ├── nls.bundle.pt-br.json
│   │   │   │   │   │   ├── nls.bundle.ru.json
│   │   │   │   │   │   ├── nls.bundle.tr.json
│   │   │   │   │   │   ├── nls.bundle.zh-cn.json
│   │   │   │   │   │   ├── nls.bundle.zh-tw.json
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   ├── nls.metadata.json
│   │   │   │   │   │   └── src
│   │   │   │   │   │   ├── errors.js
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nodeBreakpoints.js
│   │   │   │   │   │   ├── nodeDebugAdapter.js
│   │   │   │   │   │   ├── nodeDebug.js
│   │   │   │   │   │   ├── nodeScripts.js
│   │   │   │   │   │   ├── pathUtils.js
│   │   │   │   │   │   ├── terminateProcess.sh
│   │   │   │   │   │   ├── utils.js
│   │   │   │   │   │   └── wslSupport.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── src
│   │   │   │   │   │   └── terminateProcess.sh
│   │   │   │   │   └── ThirdPartyNotices.txt
│   │   │   │   ├── ms-vscode.references-view
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── extension.js
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── media
│   │   │   │   │   │   ├── action-call-from-dark.svg
│   │   │   │   │   │   ├── action-call-from.svg
│   │   │   │   │   │   ├── action-call-to-dark.svg
│   │   │   │   │   │   ├── action-call-to.svg
│   │   │   │   │   │   ├── action-clear-dark.svg
│   │   │   │   │   │   ├── action-clear.svg
│   │   │   │   │   │   ├── action-refresh-dark.svg
│   │   │   │   │   │   ├── action-refresh.svg
│   │   │   │   │   │   ├── action-remove-dark.svg
│   │   │   │   │   │   ├── action-remove.svg
│   │   │   │   │   │   ├── container-icon.svg
│   │   │   │   │   │   ├── demo.png
│   │   │   │   │   │   └── icon.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── vscode.d.ts
│   │   │   │   │   └── webpack.config.js
│   │   │   │   ├── node_modules
│   │   │   │   │   └── typescript
│   │   │   │   │   ├── AUTHORS.md
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── tsc
│   │   │   │   │   │   └── tsserver
│   │   │   │   │   ├── CODE_OF_CONDUCT.md
│   │   │   │   │   ├── CopyrightNotice.txt
│   │   │   │   │   ├── lib
│   │   │   │   │   │   ├── cancellationToken.js
│   │   │   │   │   │   ├── cs
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── de
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── es
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── fr
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── it
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── ja
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── ko
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── lib.dom.d.ts
│   │   │   │   │   │   ├── lib.dom.iterable.d.ts
│   │   │   │   │   │   ├── lib.d.ts
│   │   │   │   │   │   ├── lib.es2015.collection.d.ts
│   │   │   │   │   │   ├── lib.es2015.core.d.ts
│   │   │   │   │   │   ├── lib.es2015.d.ts
│   │   │   │   │   │   ├── lib.es2015.generator.d.ts
│   │   │   │   │   │   ├── lib.es2015.iterable.d.ts
│   │   │   │   │   │   ├── lib.es2015.promise.d.ts
│   │   │   │   │   │   ├── lib.es2015.proxy.d.ts
│   │   │   │   │   │   ├── lib.es2015.reflect.d.ts
│   │   │   │   │   │   ├── lib.es2015.symbol.d.ts
│   │   │   │   │   │   ├── lib.es2015.symbol.wellknown.d.ts
│   │   │   │   │   │   ├── lib.es2016.array.include.d.ts
│   │   │   │   │   │   ├── lib.es2016.d.ts
│   │   │   │   │   │   ├── lib.es2016.full.d.ts
│   │   │   │   │   │   ├── lib.es2017.d.ts
│   │   │   │   │   │   ├── lib.es2017.full.d.ts
│   │   │   │   │   │   ├── lib.es2017.intl.d.ts
│   │   │   │   │   │   ├── lib.es2017.object.d.ts
│   │   │   │   │   │   ├── lib.es2017.sharedmemory.d.ts
│   │   │   │   │   │   ├── lib.es2017.string.d.ts
│   │   │   │   │   │   ├── lib.es2017.typedarrays.d.ts
│   │   │   │   │   │   ├── lib.es2018.asyncgenerator.d.ts
│   │   │   │   │   │   ├── lib.es2018.asynciterable.d.ts
│   │   │   │   │   │   ├── lib.es2018.d.ts
│   │   │   │   │   │   ├── lib.es2018.full.d.ts
│   │   │   │   │   │   ├── lib.es2018.intl.d.ts
│   │   │   │   │   │   ├── lib.es2018.promise.d.ts
│   │   │   │   │   │   ├── lib.es2018.regexp.d.ts
│   │   │   │   │   │   ├── lib.es2019.array.d.ts
│   │   │   │   │   │   ├── lib.es2019.d.ts
│   │   │   │   │   │   ├── lib.es2019.full.d.ts
│   │   │   │   │   │   ├── lib.es2019.object.d.ts
│   │   │   │   │   │   ├── lib.es2019.string.d.ts
│   │   │   │   │   │   ├── lib.es2019.symbol.d.ts
│   │   │   │   │   │   ├── lib.es2020.d.ts
│   │   │   │   │   │   ├── lib.es2020.full.d.ts
│   │   │   │   │   │   ├── lib.es2020.string.d.ts
│   │   │   │   │   │   ├── lib.es2020.symbol.wellknown.d.ts
│   │   │   │   │   │   ├── lib.es5.d.ts
│   │   │   │   │   │   ├── lib.es6.d.ts
│   │   │   │   │   │   ├── lib.esnext.array.d.ts
│   │   │   │   │   │   ├── lib.esnext.asynciterable.d.ts
│   │   │   │   │   │   ├── lib.esnext.bigint.d.ts
│   │   │   │   │   │   ├── lib.esnext.d.ts
│   │   │   │   │   │   ├── lib.esnext.full.d.ts
│   │   │   │   │   │   ├── lib.esnext.intl.d.ts
│   │   │   │   │   │   ├── lib.esnext.symbol.d.ts
│   │   │   │   │   │   ├── lib.scripthost.d.ts
│   │   │   │   │   │   ├── lib.webworker.d.ts
│   │   │   │   │   │   ├── lib.webworker.importscripts.d.ts
│   │   │   │   │   │   ├── pl
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── protocol.d.ts
│   │   │   │   │   │   ├── pt-br
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   ├── ru
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── tr
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   ├── tsserver.js
│   │   │   │   │   │   ├── typescript.d.ts
│   │   │   │   │   │   ├── typescript.js
│   │   │   │   │   │   ├── typesMap.json
│   │   │   │   │   │   ├── typingsInstaller.js
│   │   │   │   │   │   ├── watchGuard.js
│   │   │   │   │   │   ├── zh-cn
│   │   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   │   └── zh-tw
│   │   │   │   │   │   └── diagnosticMessages.generated.json
│   │   │   │   │   ├── LICENSE.txt
│   │   │   │   │   ├── loc
│   │   │   │   │   │   └── lcl
│   │   │   │   │   │   ├── CHS
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── CHT
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── CSY
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── DEU
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── ESN
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── FRA
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── ITA
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── JPN
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── KOR
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── PLK
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── PTB
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   ├── RUS
│   │   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   │   └── TRK
│   │   │   │   │   │   ├── Targets
│   │   │   │   │   │   │   ├── ProjectItemsSchema.xaml.lcl
│   │   │   │   │   │   │   ├── TypeScriptCompile.xaml.lcl
│   │   │   │   │   │   │   └── TypeScriptProjectProperties.xaml.lcl
│   │   │   │   │   │   ├── TypeScriptDebugEngine
│   │   │   │   │   │   │   └── TypeScriptDebugEngine.dll.lcl
│   │   │   │   │   │   ├── TypeScriptLanguageService
│   │   │   │   │   │   │   └── Microsoft.CodeAnalysis.TypeScript.EditorFeatures.dll.lcl
│   │   │   │   │   │   └── TypeScriptTasks
│   │   │   │   │   │   └── TypeScript.Tasks.dll.lcl
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── ThirdPartyNoticeText.txt
│   │   │   │   ├── npm
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── npm_icon.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── resources
│   │   │   │   │   ├── dark
│   │   │   │   │   │   ├── continue.svg
│   │   │   │   │   │   ├── debug.svg
│   │   │   │   │   │   ├── prepostscript.svg
│   │   │   │   │   │   ├── refresh.svg
│   │   │   │   │   │   └── script.svg
│   │   │   │   │   └── light
│   │   │   │   │   ├── continue.svg
│   │   │   │   │   ├── debug.svg
│   │   │   │   │   ├── prepostscript.svg
│   │   │   │   │   ├── refresh.svg
│   │   │   │   │   └── script.svg
│   │   │   │   ├── objective-c
│   │   │   │   │   ├── build
│   │   │   │   │   │   └── update-grammars.js
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── objective-c.tmLanguage.json
│   │   │   │   │   └── objective-c++.tmLanguage.json
│   │   │   │   ├── perl
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── perl6.language-configuration.json
│   │   │   │   │   ├── perl.language-configuration.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── perl6.tmLanguage.json
│   │   │   │   │   └── perl.tmLanguage.json
│   │   │   │   ├── php
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── php.snippets.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── html.tmLanguage.json
│   │   │   │   │   └── php.tmLanguage.json
│   │   │   │   ├── php-language-features
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   ├── nls.metadata.json
│   │   │   │   │   │   └── phpMain.js
│   │   │   │   │   ├── icons
│   │   │   │   │   │   └── logo.png
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── README.md
│   │   │   │   ├── powershell
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── powershell.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── powershell.tmLanguage.json
│   │   │   │   ├── pug
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── pug.tmLanguage.json
│   │   │   │   ├── python
│   │   │   │   │   ├── dist
│   │   │   │   │   │   └── pythonMain.js
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── MagicPython.tmLanguage.json
│   │   │   │   │   └── MagicRegExp.tmLanguage.json
│   │   │   │   ├── r
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── r.tmLanguage.json
│   │   │   │   ├── razor
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── cshtml.tmLanguage.json
│   │   │   │   ├── ruby
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── ruby.tmLanguage.json
│   │   │   │   ├── rust
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── rust.tmLanguage.json
│   │   │   │   ├── scss
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── sassdoc.tmLanguage.json
│   │   │   │   │   └── scss.tmLanguage.json
│   │   │   │   ├── search-result
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── refresh-dark.svg
│   │   │   │   │   │   └── refresh-light.svg
│   │   │   │   │   ├── extension.webpack.config.js
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── src
│   │   │   │   │   │   ├── extension.ts
│   │   │   │   │   │   ├── media
│   │   │   │   │   │   │   ├── refresh-dark.svg
│   │   │   │   │   │   │   └── refresh-light.svg
│   │   │   │   │   │   └── typings
│   │   │   │   │   │   └── refs.d.ts
│   │   │   │   │   ├── syntaxes
│   │   │   │   │   │   └── searchResult.tmLanguage.json
│   │   │   │   │   ├── tsconfig.json
│   │   │   │   │   └── yarn.lock
│   │   │   │   ├── shaderlab
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── shaderlab.tmLanguage.json
│   │   │   │   ├── shellscript
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── shell-unix-bash.tmLanguage.json
│   │   │   │   ├── sql
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── sql.tmLanguage.json
│   │   │   │   ├── swift
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── swift.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── swift.tmLanguage.json
│   │   │   │   ├── theme-abyss
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── abyss-color-theme.json
│   │   │   │   ├── theme-defaults
│   │   │   │   │   ├── fileicons
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── document-dark.svg
│   │   │   │   │   │   │   ├── document-light.svg
│   │   │   │   │   │   │   ├── folder-dark.svg
│   │   │   │   │   │   │   ├── folder-light.svg
│   │   │   │   │   │   │   ├── folder-open-dark.svg
│   │   │   │   │   │   │   ├── folder-open-light.svg
│   │   │   │   │   │   │   ├── root-folder-dark.svg
│   │   │   │   │   │   │   ├── root-folder-light.svg
│   │   │   │   │   │   │   ├── root-folder-open-dark.svg
│   │   │   │   │   │   │   └── root-folder-open-light.svg
│   │   │   │   │   │   └── vs_minimal-icon-theme.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   ├── dark_defaults.json
│   │   │   │   │   ├── dark_plus.json
│   │   │   │   │   ├── dark_vs.json
│   │   │   │   │   ├── hc_black_defaults.json
│   │   │   │   │   ├── hc_black.json
│   │   │   │   │   ├── light_defaults.json
│   │   │   │   │   ├── light_plus.json
│   │   │   │   │   └── light_vs.json
│   │   │   │   ├── theme-kimbie-dark
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── kimbie-dark-color-theme.json
│   │   │   │   ├── theme-monokai
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── monokai-color-theme.json
│   │   │   │   ├── theme-monokai-dimmed
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── dimmed-monokai-color-theme.json
│   │   │   │   ├── theme-quietlight
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── quietlight-color-theme.json
│   │   │   │   ├── theme-red
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── Red-color-theme.json
│   │   │   │   ├── theme-seti
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── seti-circular-128x128.png
│   │   │   │   │   │   ├── seti.woff
│   │   │   │   │   │   └── vs-seti-icon-theme.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── ThirdPartyNotices.txt
│   │   │   │   ├── theme-solarized-dark
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── solarized-dark-color-theme.json
│   │   │   │   ├── theme-solarized-light
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── solarized-light-color-theme.json
│   │   │   │   ├── theme-tomorrow-night-blue
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   └── themes
│   │   │   │   │   └── tomorrow-night-blue-theme.json
│   │   │   │   ├── typescript-basics
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── typescript.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   ├── Readme.md
│   │   │   │   │   ├── TypeScriptReact.tmLanguage.json
│   │   │   │   │   └── TypeScript.tmLanguage.json
│   │   │   │   ├── typescript-language-features
│   │   │   │   │   ├── dist
│   │   │   │   │   │   ├── extension.js
│   │   │   │   │   │   ├── nls.metadata.header.json
│   │   │   │   │   │   └── nls.metadata.json
│   │   │   │   │   ├── icon.png
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── schemas
│   │   │   │   │   ├── jsconfig.schema.json
│   │   │   │   │   ├── package.schema.json
│   │   │   │   │   └── tsconfig.schema.json
│   │   │   │   ├── vb
│   │   │   │   │   ├── language-configuration.json
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── snippets
│   │   │   │   │   │   └── vb.json
│   │   │   │   │   └── syntaxes
│   │   │   │   │   └── asp-vb-net.tmlanguage.json
│   │   │   │   ├── xml
│   │   │   │   │   ├── package.json
│   │   │   │   │   ├── package.nls.json
│   │   │   │   │   ├── syntaxes
│   │   │   │   │   │   ├── xml.tmLanguage.json
│   │   │   │   │   │   └── xsl.tmLanguage.json
│   │   │   │   │   ├── xml.language-configuration.json
│   │   │   │   │   └── xsl.language-configuration.json
│   │   │   │   └── yaml
│   │   │   │   ├── language-configuration.json
│   │   │   │   ├── package.json
│   │   │   │   ├── package.nls.json
│   │   │   │   └── syntaxes
│   │   │   │   └── yaml.tmLanguage.json
│   │   │   ├── LICENSE.rtf
│   │   │   ├── licenses
│   │   │   │   ├── LICENSE-bul.rtf
│   │   │   │   ├── LICENSE-chs.rtf
│   │   │   │   ├── LICENSE-cht.rtf
│   │   │   │   ├── LICENSE-deu.rtf
│   │   │   │   ├── LICENSE-esp.rtf
│   │   │   │   ├── LICENSE-fra.rtf
│   │   │   │   ├── LICENSE-hun.rtf
│   │   │   │   ├── LICENSE-ita.rtf
│   │   │   │   ├── LICENSE-jpn.rtf
│   │   │   │   ├── LICENSE-kor.rtf
│   │   │   │   ├── LICENSE-ptb.rtf
│   │   │   │   ├── LICENSE-rus.rtf
│   │   │   │   └── LICENSE-trk.rtf
│   │   │   ├── LICENSES.chromium.html
│   │   │   ├── node_modules.asar
│   │   │   ├── node_modules.asar.unpacked
│   │   │   │   ├── keytar
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   ├── keytar.node
│   │   │   │   │   └── obj.target
│   │   │   │   │   └── keytar.node
│   │   │   │   ├── native-is-elevated
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── iselevated.node
│   │   │   │   ├── native-keymap
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── keymapping.node
│   │   │   │   ├── native-watchdog
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── watchdog.node
│   │   │   │   ├── node-pty
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── pty.node
│   │   │   │   ├── oniguruma
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── onig_scanner.node
│   │   │   │   ├── spdlog
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── spdlog.node
│   │   │   │   ├── vscode-nsfw
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   ├── nsfw.node
│   │   │   │   │   └── obj.target
│   │   │   │   │   └── nsfw.node
│   │   │   │   ├── vscode-ripgrep
│   │   │   │   │   └── bin
│   │   │   │   │   └── rg
│   │   │   │   ├── vscode-sqlite3
│   │   │   │   │   └── build
│   │   │   │   │   └── Release
│   │   │   │   │   └── sqlite.node
│   │   │   │   └── vsda
│   │   │   │   └── build
│   │   │   │   └── Release
│   │   │   │   └── vsda.node
│   │   │   ├── out
│   │   │   │   ├── bootstrap-amd.js
│   │   │   │   ├── bootstrap-fork.js
│   │   │   │   ├── bootstrap.js
│   │   │   │   ├── bootstrap-window.js
│   │   │   │   ├── cli.js
│   │   │   │   ├── main.js
│   │   │   │   ├── nls.metadata.json
│   │   │   │   ├── paths.js
│   │   │   │   └── vs
│   │   │   │   ├── base
│   │   │   │   │   ├── browser
│   │   │   │   │   │   └── ui
│   │   │   │   │   │   ├── breadcrumbs
│   │   │   │   │   │   │   ├── tree-collapsed-dark.svg
│   │   │   │   │   │   │   ├── tree-collapsed-hc.svg
│   │   │   │   │   │   │   └── tree-collapsed-light.svg
│   │   │   │   │   │   ├── codiconLabel
│   │   │   │   │   │   │   └── codicon
│   │   │   │   │   │   │   ├── codicon-animations.css
│   │   │   │   │   │   │   ├── codicon.css
│   │   │   │   │   │   │   └── codicon.ttf
│   │   │   │   │   │   └── tree
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── loading-dark.svg
│   │   │   │   │   │   ├── loading-hc.svg
│   │   │   │   │   │   ├── loading.svg
│   │   │   │   │   │   ├── tree-collapsed-dark.svg
│   │   │   │   │   │   ├── tree-collapsed-hc.svg
│   │   │   │   │   │   ├── tree-collapsed-light.svg
│   │   │   │   │   │   ├── tree-expanded-dark.svg
│   │   │   │   │   │   ├── tree-expanded-hc.svg
│   │   │   │   │   │   └── tree-expanded-light.svg
│   │   │   │   │   ├── common
│   │   │   │   │   │   └── performance.js
│   │   │   │   │   ├── node
│   │   │   │   │   │   ├── cpuUsage.sh
│   │   │   │   │   │   ├── languagePacks.js
│   │   │   │   │   │   ├── ps.sh
│   │   │   │   │   │   └── terminateProcess.sh
│   │   │   │   │   └── worker
│   │   │   │   │   └── workerMain.js
│   │   │   │   ├── code
│   │   │   │   │   ├── electron-browser
│   │   │   │   │   │   ├── issue
│   │   │   │   │   │   │   ├── issueReporter.html
│   │   │   │   │   │   │   ├── issueReporter.js
│   │   │   │   │   │   │   ├── issueReporterMain.css
│   │   │   │   │   │   │   ├── issueReporterMain.js
│   │   │   │   │   │   │   └── issueReporterMain.nls.js
│   │   │   │   │   │   ├── processExplorer
│   │   │   │   │   │   │   ├── media
│   │   │   │   │   │   │   │   ├── collapsed.svg
│   │   │   │   │   │   │   │   └── expanded.svg
│   │   │   │   │   │   │   ├── processExplorer.html
│   │   │   │   │   │   │   ├── processExplorer.js
│   │   │   │   │   │   │   ├── processExplorerMain.css
│   │   │   │   │   │   │   ├── processExplorerMain.js
│   │   │   │   │   │   │   └── processExplorerMain.nls.js
│   │   │   │   │   │   ├── proxy
│   │   │   │   │   │   │   └── auth.html
│   │   │   │   │   │   ├── sharedProcess
│   │   │   │   │   │   │   ├── sharedProcess.html
│   │   │   │   │   │   │   ├── sharedProcess.js
│   │   │   │   │   │   │   ├── sharedProcessMain.js
│   │   │   │   │   │   │   └── sharedProcessMain.nls.js
│   │   │   │   │   │   └── workbench
│   │   │   │   │   │   ├── workbench.html
│   │   │   │   │   │   └── workbench.js
│   │   │   │   │   ├── electron-main
│   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   └── main.nls.js
│   │   │   │   │   └── node
│   │   │   │   │   ├── cli.js
│   │   │   │   │   ├── cli.nls.js
│   │   │   │   │   ├── cliProcessMain.js
│   │   │   │   │   └── cliProcessMain.nls.js
│   │   │   │   ├── editor
│   │   │   │   │   ├── contrib
│   │   │   │   │   │   └── find
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── chevron-next-dark.svg
│   │   │   │   │   │   ├── chevron-next-light.svg
│   │   │   │   │   │   ├── chevron-previous-dark.svg
│   │   │   │   │   │   ├── chevron-previous-light.svg
│   │   │   │   │   │   ├── close-dark.svg
│   │   │   │   │   │   ├── close-light.svg
│   │   │   │   │   │   ├── find-selection-dark.svg
│   │   │   │   │   │   ├── find-selection-light.svg
│   │   │   │   │   │   ├── replace-all-dark.svg
│   │   │   │   │   │   ├── replace-all-light.svg
│   │   │   │   │   │   ├── replace-dark.svg
│   │   │   │   │   │   └── replace-light.svg
│   │   │   │   │   └── standalone
│   │   │   │   │   └── browser
│   │   │   │   │   ├── iPadShowKeyboard
│   │   │   │   │   │   ├── keyboard-dark.svg
│   │   │   │   │   │   └── keyboard-light.svg
│   │   │   │   │   └── quickOpen
│   │   │   │   │   └── symbol-sprite.svg
│   │   │   │   ├── loader.js
│   │   │   │   ├── platform
│   │   │   │   │   ├── auth
│   │   │   │   │   │   └── common
│   │   │   │   │   │   ├── auth.css
│   │   │   │   │   │   └── auth.html
│   │   │   │   │   ├── driver
│   │   │   │   │   │   └── node
│   │   │   │   │   │   └── driver.js
│   │   │   │   │   ├── extensionManagement
│   │   │   │   │   │   └── common
│   │   │   │   │   │   └── media
│   │   │   │   │   │   └── defaultIcon.png
│   │   │   │   │   └── files
│   │   │   │   │   └── node
│   │   │   │   │   └── watcher
│   │   │   │   │   ├── nsfw
│   │   │   │   │   │   ├── watcherApp.js
│   │   │   │   │   │   └── watcherApp.nls.js
│   │   │   │   │   ├── unix
│   │   │   │   │   │   ├── watcherApp.js
│   │   │   │   │   │   └── watcherApp.nls.js
│   │   │   │   │   └── win32
│   │   │   │   │   ├── CodeHelper.exe
│   │   │   │   │   └── CodeHelper.md
│   │   │   │   ├── vscode.d.ts
│   │   │   │   └── workbench
│   │   │   │   ├── api
│   │   │   │   │   └── browser
│   │   │   │   │   └── media
│   │   │   │   │   └── test.svg
│   │   │   │   ├── browser
│   │   │   │   │   └── parts
│   │   │   │   │   ├── editor
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── back-tb.png
│   │   │   │   │   │   ├── forward-tb.png
│   │   │   │   │   │   ├── letterpress-dark.svg
│   │   │   │   │   │   ├── letterpress-hc.svg
│   │   │   │   │   │   └── letterpress.svg
│   │   │   │   │   └── titlebar
│   │   │   │   │   └── media
│   │   │   │   │   ├── chrome-close-dark.svg
│   │   │   │   │   ├── chrome-close.svg
│   │   │   │   │   ├── chrome-maximize-dark.svg
│   │   │   │   │   ├── chrome-maximize.svg
│   │   │   │   │   ├── chrome-minimize-dark.svg
│   │   │   │   │   ├── chrome-minimize.svg
│   │   │   │   │   ├── chrome-restore-dark.svg
│   │   │   │   │   └── chrome-restore.svg
│   │   │   │   ├── contrib
│   │   │   │   │   ├── callHierarchy
│   │   │   │   │   │   └── browser
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── action-call-from-dark.svg
│   │   │   │   │   │   └── action-call-from.svg
│   │   │   │   │   ├── debug
│   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   └── media
│   │   │   │   │   │   │   ├── continue-tb.png
│   │   │   │   │   │   │   ├── continue-without-debugging-tb.png
│   │   │   │   │   │   │   ├── pause-tb.png
│   │   │   │   │   │   │   ├── restart-tb.png
│   │   │   │   │   │   │   ├── stepinto-tb.png
│   │   │   │   │   │   │   ├── stepout-tb.png
│   │   │   │   │   │   │   ├── stepover-tb.png
│   │   │   │   │   │   │   └── stop-tb.png
│   │   │   │   │   │   └── node
│   │   │   │   │   │   ├── telemetryApp.js
│   │   │   │   │   │   └── telemetryApp.nls.js
│   │   │   │   │   ├── extensions
│   │   │   │   │   │   └── browser
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── defaultIcon.png
│   │   │   │   │   │   ├── language-icon.svg
│   │   │   │   │   │   └── theme-icon.png
│   │   │   │   │   ├── externalTerminal
│   │   │   │   │   │   └── node
│   │   │   │   │   │   ├── iTermHelper.scpt
│   │   │   │   │   │   └── TerminalHelper.scpt
│   │   │   │   │   ├── output
│   │   │   │   │   │   └── common
│   │   │   │   │   │   └── outputLinkComputer.js
│   │   │   │   │   ├── preferences
│   │   │   │   │   │   └── browser
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── preferences-editor-dark.svg
│   │   │   │   │   │   └── preferences-editor-light.svg
│   │   │   │   │   ├── terminal
│   │   │   │   │   │   └── browser
│   │   │   │   │   │   └── media
│   │   │   │   │   │   ├── configure-dark.svg
│   │   │   │   │   │   ├── configure-hc.svg
│   │   │   │   │   │   └── configure-light.svg
│   │   │   │   │   ├── update
│   │   │   │   │   │   └── browser
│   │   │   │   │   │   └── media
│   │   │   │   │   │   └── code-icon.svg
│   │   │   │   │   ├── webview
│   │   │   │   │   │   ├── browser
│   │   │   │   │   │   │   └── pre
│   │   │   │   │   │   │   ├── fake.html
│   │   │   │   │   │   │   ├── host.js
│   │   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   │   ├── main.js
│   │   │   │   │   │   │   └── service-worker.js
│   │   │   │   │   │   └── electron-browser
│   │   │   │   │   │   └── pre
│   │   │   │   │   │   └── electron-index.js
│   │   │   │   │   └── welcome
│   │   │   │   │   └── overlay
│   │   │   │   │   └── browser
│   │   │   │   │   └── media
│   │   │   │   │   ├── commandpalette-dark.svg
│   │   │   │   │   └── commandpalette.svg
│   │   │   │   ├── services
│   │   │   │   │   ├── extensions
│   │   │   │   │   │   └── node
│   │   │   │   │   │   ├── extensionHostProcess.js
│   │   │   │   │   │   └── extensionHostProcess.nls.js
│   │   │   │   │   └── search
│   │   │   │   │   └── node
│   │   │   │   │   ├── searchApp.js
│   │   │   │   │   └── searchApp.nls.js
│   │   │   │   ├── workbench.desktop.main.css
│   │   │   │   ├── workbench.desktop.main.js
│   │   │   │   └── workbench.desktop.main.nls.js
│   │   │   ├── package.json
│   │   │   ├── product.json
│   │   │   ├── resources
│   │   │   │   └── linux
│   │   │   │   └── code.png
│   │   │   ├── telemetry-core.json
│   │   │   ├── telemetry-extensions.json
│   │   │   └── ThirdPartyNotices.txt
│   │   ├── completions
│   │   │   ├── bash
│   │   │   │   └── code
│   │   │   └── zsh
│   │   │   └── _code
│   │   └── electron.asar
│   ├── resources.pak
│   ├── snapshot_blob.bin
│   ├── swiftshader
│   │   ├── libEGL.so
│   │   └── libGLESv2.so
│   └── v8_context_snapshot.bin
└── share
├── applications
│   ├── code.desktop
│   └── code-url-handler.desktop
└── pixmaps
└── code.png
598 directories, 1315 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment