You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restart VSCode (or run Developer: Reload Window from the command palette).
Open any .bear or .br file and highlighting will apply automatically.
.vsix package install
install the VSCode Extension CLI: npm install -g @vscode/vsce
From inside the extension folder: vsce package
This produces bear-language-0.0.1.vsix, or whatever the current version is.
install it via: code --install-extension bear-language-0.0.1.vsix or via VSCode UI: Extensions → ... → Install from VSIX.
to get the code command, you need to install vscode CLI or enable it within VSCode by running ctrl+shift+p / cmd+shift+p -> shell command: install code command in path