Installation
We provide several different ways for you to install the BoxLang extension based on your needs.
VSCode Marketplace
OpenVSX
code --install-extension /path/to/boxlang.vsix Manual Build & Install
git clone https://github.com/ortus-solutions/vscode-boxlang.git cd vscode-boxlangnpm install npm run buildnpm run package code --install-extension boxlang-*.vsix
Last updated
Was this helpful?