printExp, printStr

This commit is contained in:
2021-08-04 20:07:15 -06:00
parent 32b9466ec9
commit 7c05b0d4ab
4 changed files with 27 additions and 9 deletions

View File

@@ -209,10 +209,7 @@
(registerCommand description (lambda :Void [&opt _] (executeCommand command))))
(function :Void registerBuiltins []
(set Prelude.print
->[v] {
(infoMessage (Std.string v))
v})
(set Prelude.printStr Vscode.window.showInformationMessage)
(registerCommand "Run a [k]iss command" runCommand)
(registerCommand "Rerun last command" runLastCommand)
(registerCommand "Run a keyboard shortcut command" runKeyboardShortcut)