https://github.com/swiftaff/toylang-vscode
https://github.com/swiftaff/toylang-vscode
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/swiftaff/toylang-vscode
- Owner: Swiftaff
- License: mit
- Created: 2022-07-21T14:44:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T13:23:56.000Z (about 3 years ago)
- Last Synced: 2025-01-13T05:44:24.682Z (over 1 year ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)

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`