mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
17 lines
558 B
Markdown
17 lines
558 B
Markdown
# Kite plugin for VSCode
|
|
|
|
To use this plugin you must [download and install the Kite Engine](https://kite.com).
|
|
|
|
### Installation
|
|
|
|
Download Kite from http://kite.com/. During the installation process, select
|
|
"Visual Studio Code" in the list of editors and Kite will install this plugin
|
|
for you.
|
|
|
|
### Debugging pointers
|
|
|
|
Open Visual Studio Code, navigate to this project directory, and change the
|
|
launch target from `Launch Extension` to `Launch Tests`. Then, hit the green
|
|
play triangle. Testing from the command line to come as soon as I can figure
|
|
it out.
|