damn vsce

This commit is contained in:
abbycin 2019-05-10 11:17:03 +08:00
parent 73a328bf69
commit 0c7dbb95f7
2 changed files with 4 additions and 3 deletions

View File

@ -26,4 +26,4 @@
---
截图
![screenshot](https://git.isliberty.me/abbycin/topjs-debugger/src/master/assets/screenshot.jpg)
![screenshot](./assets/screenshot.jpg)

View File

@ -32,8 +32,9 @@
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
"build": "node ./build.js",
"package": "vsce package",
"publish": "vsce publish"
"package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/",
"unpublish": "vsce unpublish",
"publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/"
},
"dependencies": {
"await-notify": "^1.0.1",