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