正式上架商店

pull/1/head 1.0.0
宇天 2018-12-21 15:10:37 +08:00
parent e85cf247fe
commit 91c5d21ced
4 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,7 @@
.vscode/**
test/**
.vscode-test/**
test/**
package-lock.json
.gitignore
.travis.yml

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# 更新日志
## [1.0.0] 2018-12-03
- 正式上架插件商店。

View File

@ -16,7 +16,7 @@ function activate(ctx) {
BuildSystem.__init__(conf)
vsc.window.onDidCloseTerminal(() => {
// BuildSystem.onDidCloseTerminal()
// todo...
})
const build = vsc.commands.registerCommand('BuildSystem.build', _ => {

View File

@ -2,7 +2,7 @@
"name": "build-system",
"displayName": "sublime build system",
"description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。",
"version": "0.9.0",
"version": "1.0.0",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"icon": "logo.png",