Finish Kiss-VScode overhaul first pass

This commit is contained in:
2023-03-10 13:26:50 -07:00
parent 626cc9f350
commit 782f1d1f94
7 changed files with 38 additions and 22 deletions

View File

@@ -298,4 +298,7 @@
(otherwise (throw "Unsupported operating system")))))
(function :Void osOpenFileInDir [&opt :String dir]
(chooseFileInDir osOpenFile false dir))
(chooseFileInDir osOpenFile false dir))
(function :Void printThroughInfoMessage []
(set Prelude.printStr ->s (infoMessage s)))