fixed type error

master
宇天 2020-11-04 22:07:28 +08:00
parent 9bf586a28e
commit 53269a5645
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# 更新日志 # 更新日志
## [1.2.1] 2020-11-04
- 修复一处书写错误
## [1.2.0] 2020-09-18 ## [1.2.0] 2020-09-18
- 增加cjs, mjs支持 - 增加cjs, mjs支持
- build之前先stop - build之前先stop

View File

@ -2,15 +2,20 @@
"name": "build-system", "name": "build-system",
"displayName": "sublime build system", "displayName": "sublime build system",
"description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。", "description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。",
"version": "1.2.0", "version": "1.2.1",
"publisher": "yutent", "publisher": "yutent",
"author": "Yutent [@yutent]", "author": "Yutent [@yutent]",
"icon": "logo.png", "icon": "logo.png",
"engines": { "engines": {
"vscode": "^1.28.0" "vscode": "^1.28.0"
}, },
"categories": ["Programming Languages", "Other"], "categories": [
"activationEvents": ["*"], "Programming Languages",
"Other"
],
"activationEvents": [
"*"
],
"main": "./index", "main": "./index",
"contributes": { "contributes": {
"commands": [ "commands": [