From 816faa6d5f98a9635801213de57015ec03e4415f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 18 Apr 2021 14:25:34 -0600 Subject: [PATCH] [vscode] README notes for .kiss folder --- projects/kiss-vscode/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/kiss-vscode/README.md b/projects/kiss-vscode/README.md index 6b4a4fc4..bc812e3d 100644 --- a/projects/kiss-vscode/README.md +++ b/projects/kiss-vscode/README.md @@ -4,6 +4,7 @@ Experimental Kiss support for VSCode ## Features * Syntax highlighting for .kiss files +* Statically typed scripting for Visual Studio Code at runtime ## Requirements @@ -16,6 +17,10 @@ Experimental Kiss support for VSCode * uuid * tink_macro +## Config + +Kiss-Vscode checks the paths in your `UserProfile`, `HOME`, and `MSYSHOME` environment variables in order to find a `.kiss` folder. Your `.kiss` folder should contain files like the example in `kisslang/projects/kiss-vscode/config/default`. When you launch VSCode, these files will be compiled and can add new features to VSCode at runtime. To re-compile and reload these files, run "Reload Kiss config" from the command palette. To run a command from your config, run "Run a Kiss command" from the command palette. To use keyboard shortcuts, run "Run a Kiss keyboard shortcut command" or use the default shortcut, `Ctrl+;`. + ## Extension Settings ## Known Issues