update kiss-vscode
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
(registerCommand description (lambda :Void [&opt _] (executeCommand command))))
|
||||
|
||||
(function :Void registerBuiltins []
|
||||
(set Prelude.printStr Vscode.window.showInformationMessage)
|
||||
(set Prelude.printStr ->:Void s (infoMessage s))
|
||||
(registerCommand "Run a [k]iss command" runCommand)
|
||||
(registerCommand "Rerun last command" runLastCommand)
|
||||
(registerCommand "Run a keyboard shortcut command" runKeyboardShortcut)
|
||||
|
@@ -76,7 +76,7 @@
|
||||
"engines": {
|
||||
"vscode": "^1.4.0"
|
||||
},
|
||||
"version": "0.0.15",
|
||||
"version": "0.0.16",
|
||||
"activationEvents": [
|
||||
"onStartupFinished",
|
||||
"onCommand:kiss.runCommand",
|
||||
|
Reference in New Issue
Block a user