Skip to content

Instantly share code, notes, and snippets.

@rictic
Created February 17, 2017 18:38
Show Gist options
  • Save rictic/3b617e71d4bb434eed0f8fa3cf14cdbe to your computer and use it in GitHub Desktop.
Save rictic/3b617e71d4bb434eed0f8fa3cf14cdbe to your computer and use it in GitHub Desktop.
rictic-macbookpro:build rictic$ git clone git@github.com:Polymer/vscode-plugin.git
Cloning into 'vscode-plugin'...
remote: Counting objects: 459, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 459 (delta 0), reused 0 (delta 0), pack-reused 455
Receiving objects: 100% (459/459), 87.00 KiB | 0 bytes/s, done.
Resolving deltas: 100% (237/237), done.
rictic-macbookpro:build rictic$ cd vscode-plugin/
rictic-macbookpro:vscode-plugin rictic$ npm install
npm WARN deprecated node-uuid@1.4.7: use uuid module instead
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
> polymer-ide@0.3.0 postinstall /Users/rictic/build/vscode-plugin
> node ./node_modules/vscode/bin/install
Detected VS Code engine version: ^1.4.0
Found minimal version that qualifies engine range: 1.4.0
Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/1.4.0/src/vs/vscode.d.ts
vscode.d.ts successfully installed!
polymer-ide@0.3.0 /Users/rictic/build/vscode-plugin
├── @types/mocha@2.2.39
├── @types/node@6.0.63
├─┬ polymer-editor-service@1.2.0
│ ├── @types/node@4.2.2
│ ├─┬ @types/parse5@2.2.34
│ │ └── @types/node@7.0.5
│ ├─┬ @types/split@0.3.28
│ │ └── @types/node@7.0.5
│ ├─┬ dom5@2.1.0
│ │ ├── @types/clone@0.1.30
│ │ └── clone@2.1.0
│ ├── parse5@2.2.3
│ ├─┬ polymer-analyzer@2.0.0-alpha.22
│ │ ├── @types/chalk@0.4.31
│ │ ├── @types/doctrine@0.0.1
│ │ ├── @types/escodegen@0.0.2
│ │ ├── @types/estraverse@0.0.2
│ │ ├── @types/estree@0.0.34
│ │ ├─┬ 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
│ │ ├── cssbeautify@0.3.1
│ │ ├─┬ doctrine@0.7.2
│ │ │ ├── esutils@1.1.6
│ │ │ └── isarray@0.0.1
│ │ ├─┬ escodegen@1.8.1
│ │ │ ├── esprima@2.7.3
│ │ │ ├── estraverse@1.9.3
│ │ │ ├── esutils@2.0.2
│ │ │ ├─┬ optionator@0.8.2
│ │ │ │ ├── deep-is@0.1.3
│ │ │ │ ├── fast-levenshtein@2.0.6
│ │ │ │ ├── levn@0.3.0
│ │ │ │ ├── prelude-ls@1.1.2
│ │ │ │ ├── type-check@0.3.2
│ │ │ │ └── wordwrap@1.0.0
│ │ │ └── source-map@0.2.0
│ │ ├─┬ espree@3.4.0
│ │ │ ├── acorn@4.0.4
│ │ │ └─┬ acorn-jsx@3.0.1
│ │ │ └── acorn@3.3.0
│ │ ├── estraverse@3.1.0
│ │ ├── performance-now@0.2.0
│ │ ├── shady-css-parser@0.0.8
│ │ └── strip-indent@2.0.0
│ ├─┬ split@1.0.0
│ │ └── through@2.3.8
│ └─┬ vscode-languageserver@3.0.5
│ ├── vscode-jsonrpc@3.0.4
│ └── vscode-languageserver-types@3.0.3
├─┬ polymer-project-config@2.0.0
│ ├── jsonschema@1.1.1
│ ├─┬ minimatch-all@1.1.0
│ │ └─┬ minimatch@3.0.3
│ │ └─┬ brace-expansion@1.1.6
│ │ ├── balanced-match@0.4.2
│ │ └── concat-map@0.0.1
│ └─┬ plylog@0.4.0
│ └─┬ winston@2.3.1
│ ├── async@1.0.0
│ ├── colors@1.0.3
│ ├── cycle@1.0.3
│ ├── eyes@0.1.8
│ └── stack-trace@0.0.9
├── typescript@2.1.6
├─┬ vscode@1.0.3
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ ├── 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.2.2
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── 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
│ │ └── 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
│ │ │ ├── dateformat@2.0.0
│ │ │ ├─┬ fancy-log@1.3.0
│ │ │ │ └── time-stamp@1.0.1
│ │ │ ├─┬ 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
│ │ │ ├── object-assign@3.0.0
│ │ │ ├── replace-ext@0.0.1
│ │ │ └─┬ vinyl@0.5.3
│ │ │ └── clone@1.0.2
│ │ ├─┬ 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
│ │ └─┬ vinyl@0.4.6
│ │ ├── clone@0.2.0
│ │ └── clone-stats@0.0.1
│ ├─┬ gulp-remote-src@0.4.1
│ │ ├─┬ event-stream@3.1.7
│ │ │ ├── duplexer@0.1.1
│ │ │ ├── from@0.1.3
│ │ │ ├── map-stream@0.1.0
│ │ │ ├── pause-stream@0.0.11
│ │ │ ├── split@0.2.10
│ │ │ └── stream-combiner@0.0.4
│ │ ├─┬ node.extend@1.1.6
│ │ │ └── is@3.2.0
│ │ ├─┬ request@2.58.0
│ │ │ ├── aws-sign2@0.5.0
│ │ │ ├─┬ bl@0.9.5
│ │ │ │ └── readable-stream@1.0.34
│ │ │ ├── caseless@0.10.0
│ │ │ ├── extend@2.0.1
│ │ │ ├─┬ form-data@1.0.1
│ │ │ │ ├─┬ async@2.1.4
│ │ │ │ │ └── lodash@4.17.4
│ │ │ │ └── mime-types@2.1.14
│ │ │ ├─┬ har-validator@1.8.0
│ │ │ │ └── bluebird@2.11.0
│ │ │ ├── hawk@2.3.1
│ │ │ ├─┬ http-signature@0.11.0
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ └── ctype@0.5.3
│ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ └── mime-db@1.12.0
│ │ │ ├── node-uuid@1.4.7
│ │ │ └── qs@3.1.0
│ │ ├─┬ through2@0.5.1
│ │ │ ├── readable-stream@1.0.34
│ │ │ └── xtend@3.0.0
│ │ └── vinyl@0.2.3
│ ├─┬ gulp-symdest@1.1.0
│ │ ├─┬ event-stream@3.3.4
│ │ │ └── split@0.3.3
│ │ ├─┬ 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
│ │ │ ├── extend@3.0.0
│ │ │ ├─┬ 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.0.1
│ │ │ │ ├── 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
│ │ │ │ │ │ │ └── isarray@1.0.0
│ │ │ │ │ │ ├── randomatic@1.1.6
│ │ │ │ │ │ └── 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.0
│ │ │ │ ├── is-extglob@1.0.0
│ │ │ │ ├── is-glob@2.0.1
│ │ │ │ ├─┬ kind-of@3.1.0
│ │ │ │ │ └── is-buffer@1.1.4
│ │ │ │ ├── normalize-path@2.0.1
│ │ │ │ ├─┬ object.omit@2.0.1
│ │ │ │ │ ├─┬ for-own@0.1.4
│ │ │ │ │ │ └── for-in@0.1.6
│ │ │ │ │ └── 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.2
│ │ │ │ │ ├── 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
│ │ │ │ └── is-stream@1.1.0
│ │ │ ├─┬ through2@0.6.5
│ │ │ │ └── readable-stream@1.0.34
│ │ │ ├─┬ to-absolute-glob@0.1.1
│ │ │ │ └── extend-shallow@2.0.1
│ │ │ └─┬ unique-stream@2.2.1
│ │ │ └─┬ json-stable-stringify@1.0.1
│ │ │ └── jsonify@0.0.0
│ │ ├── graceful-fs@4.1.11
│ │ ├─┬ gulp-sourcemaps@1.6.0
│ │ │ ├── convert-source-map@1.4.0
│ │ │ └─┬ vinyl@1.2.0
│ │ │ └── clone@1.0.2
│ │ ├── 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
│ │ └── clone@1.0.2
│ ├─┬ gulp-untar@0.0.5
│ │ ├─┬ 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.3.5
│ │ │ │ │ ├── hosted-git-info@2.2.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.0
│ │ │ │ │ │ │ └── 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@1.0.3
│ │ │ ├── block-stream@0.0.9
│ │ │ └─┬ fstream@1.0.10
│ │ │ └─┬ rimraf@2.5.4
│ │ │ └─┬ glob@7.1.1
│ │ │ └── fs.realpath@1.0.0
│ │ └─┬ through2@0.4.2
│ │ ├── readable-stream@1.0.34
│ │ └─┬ xtend@2.1.2
│ │ └── object-keys@0.4.0
│ ├─┬ gulp-vinyl-zip@1.4.0
│ │ ├─┬ event-stream@3.3.4
│ │ │ └── split@0.3.3
│ │ ├─┬ through2@0.6.5
│ │ │ └── readable-stream@1.0.34
│ │ ├─┬ vinyl@0.4.6
│ │ │ └── clone@0.2.0
│ │ ├─┬ yauzl@2.7.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.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
│ │ ├── extend@3.0.0
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@2.1.2
│ │ │ └── asynckit@0.4.0
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ is-my-json-valid@2.15.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
│ │ ├─┬ 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.3.1
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.3
│ │ │ │ └── verror@1.3.6
│ │ │ └─┬ sshpk@1.10.2
│ │ │ ├── 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.6
│ │ │ │ └── assert-plus@1.0.0
│ │ │ ├── jodid25519@1.0.2
│ │ │ ├── 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.14
│ │ │ └── mime-db@1.26.0
│ │ ├── oauth-sign@0.8.2
│ │ ├── qs@6.3.1
│ │ ├── stringstream@0.0.5
│ │ ├─┬ tough-cookie@2.3.2
│ │ │ └── punycode@1.4.1
│ │ ├── tunnel-agent@0.4.3
│ │ └── uuid@3.0.1
│ ├── 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
│ └─┬ vinyl@0.4.6
│ └── clone@0.2.0
└─┬ vscode-languageclient@2.6.3
├── vscode-jsonrpc@2.4.0
└── vscode-languageserver-types@1.0.4
rictic-macbookpro:vscode-plugin rictic$ vsce package
Executing prepublish script 'npm run vscode:prepublish'...
> polymer-ide@0.3.0 vscode:prepublish /Users/rictic/build/vscode-plugin
> tsc -p ./
Created: /Users/rictic/build/vscode-plugin/polymer-ide-0.3.0.vsix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment