parent
e85cf247fe
commit
91c5d21ced
|
@ -1,6 +1,7 @@
|
||||||
.vscode/**
|
.vscode/**
|
||||||
test/**
|
|
||||||
.vscode-test/**
|
.vscode-test/**
|
||||||
|
test/**
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.gitignore
|
.gitignore
|
||||||
|
.travis.yml
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# 更新日志
|
||||||
|
|
||||||
|
|
||||||
|
## [1.0.0] 2018-12-03
|
||||||
|
- 正式上架插件商店。
|
2
index.js
2
index.js
|
@ -16,7 +16,7 @@ function activate(ctx) {
|
||||||
BuildSystem.__init__(conf)
|
BuildSystem.__init__(conf)
|
||||||
|
|
||||||
vsc.window.onDidCloseTerminal(() => {
|
vsc.window.onDidCloseTerminal(() => {
|
||||||
// BuildSystem.onDidCloseTerminal()
|
// todo...
|
||||||
})
|
})
|
||||||
|
|
||||||
const build = vsc.commands.registerCommand('BuildSystem.build', _ => {
|
const build = vsc.commands.registerCommand('BuildSystem.build', _ => {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "build-system",
|
"name": "build-system",
|
||||||
"displayName": "sublime build system",
|
"displayName": "sublime build system",
|
||||||
"description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。",
|
"description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。",
|
||||||
"version": "0.9.0",
|
"version": "1.0.0",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
|
|
Loading…
Reference in New Issue