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

View File

@@ -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",