This extension provides Shake language support for Visual Studio Code.
This extension is in early development stage. It may not work as expected. To install it, you have to build it from source.
- Clone this repository.
- Run
npm installto install dependencies. - Run
npm run vsixto build the extension.
There will be a .vsix file in the root directory of the repository. You can install it by running code --install-extension shake-language-support-{version}.vsix.