An open API service indexing awesome lists of open source software.

https://github.com/swiftaff/toylang-vscode


https://github.com/swiftaff/toylang-vscode

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Toylang

Toylang extension for Visual Studio Code

This extension adds support for Swiftaff/Toylang to Visual Studio Code. It currently features:

- basic syntax highlighting
- file icons
- on-save error checking via Toylang Server (one error at a time)

![Error Checking On Save](error-check-on-save.gif)

To temporarily install this for use in your toylang repo (based on this: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions)

- install vsce globally `npm i vsce -g`
- cd to this toylang-vscode repo and run `vsce package` which saves a file `toylang-0.1.0.vsix`
- copy this file to your toylang repo, cd to your toylang repo and run `code --install-extension toylang-0.1.0.vsix`