Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 449 Bytes

Language support for the MinBASIC language

This small vscode extension provides language support for the MinBASIC language.

To build it, run the following:

npm i -g @vscode/vsce
vsce package

# Alternatively,
npx @vscode/vsce package

Then, install it by running:

vscodium --install-extension ./minbasic-vscode-*.vsix

# If you're using the proprietary builds of VSCode:
vscode --install-extension ./minbasic-vscode-*.vsix