ソースを参照

Switches to bundled release

Reduces startup time
main
Eric Amodio 7年前
コミット
75cd8cd9b8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      package.json

+ 1
- 1
package.json ファイルの表示

@ -2931,7 +2931,7 @@
"postinstall": "node ./node_modules/vscode/bin/install",
"pub": "npm run clean && vsce publish",
"reset": "npm run clean && npm install",
"vscode:prepublish": "npm install --no-save && npm run compile",
"vscode:prepublish": "npm install --no-save && npm run bundle",
"prepush": "npm run compile"
},
"dependencies": {

読み込み中…
キャンセル
保存