Commit c6d69061 authored by abbycin's avatar abbycin

change baseurl

parent 0c7dbb95
...@@ -16,14 +16,16 @@ ...@@ -16,14 +16,16 @@
] ]
} }
``` ```
- 可定制的字段有`port`, `runtimeExecutable``program` 可定制的字段有`port`, `runtimeExecutable``program`
- `port`为任意未占用的端口号。 - `port`为任意未占用的端口号。
- `runtimeExecutable`为JavaScript引擎路径(如果没有在环境变量中) - `runtimeExecutable`为JavaScript引擎路径(如果没有在环境变量中)
`program`会获取当前tab打开的文件的路径,`${workspaceFolder}`表示当前的工作目录,你也可以指定脚本的绝对路径。
- `program`会获取当前tab打开的文件的路径,`${workspaceFolder}`表示当前的工作目录,你也可以指定脚本的绝对路径。
--- ---
截图 截图
![screenshot](./assets/screenshot.jpg) ![screenshot](./assets/screenshot.jpg)
\ No newline at end of file
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
"scripts": { "scripts": {
"postinstall": "node ./node_modules/vscode/bin/install", "postinstall": "node ./node_modules/vscode/bin/install",
"build": "node ./build.js", "build": "node ./build.js",
"package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/", "package": "vsce package --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/raw/master/",
"unpublish": "vsce unpublish", "unpublish": "vsce unpublish",
"publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/src/master/" "publish": "vsce publish --baseImagesUrl https://git.isliberty.me/abbycin/topjs-debugger/raw/master/"
}, },
"dependencies": { "dependencies": {
"await-notify": "^1.0.1", "await-notify": "^1.0.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment