clean up kiss-vscode

This commit is contained in:
2023-03-13 15:17:07 -06:00
parent b4882019cd
commit a60db65f78
3 changed files with 1 additions and 28 deletions

View File

@@ -2,5 +2,4 @@
bin/*.map
src
build.hxml
haxelib.json
test.sh

View File

@@ -4,22 +4,7 @@ Experimental Kiss support for VSCode
## Features
* Syntax highlighting for .kiss files
* Statically typed scripting for Visual Studio Code at runtime
## Requirements
* Haxe 4 installed and available in your system PATH.
* haxelibs:
* hxnodejs
* vscode
* kiss
* hscript
* 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+;`.
* Commands for editing kiss code
## Extension Settings

View File

@@ -1,11 +0,0 @@
{
"name": "kiss-vscode",
"url": "https://github.com/NQNStudios/kisslang",
"license": "LGPL",
"tags": [],
"description": "",
"version": "0.0.0",
"releasenote": "It isn't safe to use this library yet.",
"contributors": ["NQNStudios"],
"classPath": "src/"
}