update kiss-vscode

This commit is contained in:
2021-08-05 14:16:43 -06:00
parent 37f2457378
commit 91c264cfab
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -76,7 +76,7 @@
"engines": {
"vscode": "^1.4.0"
},
"version": "0.0.15",
"version": "0.0.16",
"activationEvents": [
"onStartupFinished",
"onCommand:kiss.runCommand",