We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac8be5 commit 590229aCopy full SHA for 590229a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+### 0.0.8
4
+
5
+* fix `uniapp-run.publish` 命令时无法自动打开第三方开发者工具的bug
6
7
### 0.0.7
8
9
* 新增`uniapp-run.publish`和`uniapp-run.run` 命令
package.json
@@ -2,7 +2,7 @@
"name": "uniapp-run",
"displayName": "uniapp run",
"description": "基于HBuilderX uniapp cli启动",
- "version": "0.0.7",
+ "version": "0.0.8",
"engines": {
"vscode": "^1.77.0"
},
0 commit comments