This project contains the VS Code extension for Bricks.
Debugging Bricks VS Code Extension
To open a debug window that runs the extension, hit F5 in VS Code (or in the toolbar, go to "Run", "Start Debuggin"). When you make a change, you'll have to reload the extension in order to see the change.
Installing Bricks VS Code Extension Locally
Install a local version of Bricks by running yarn run dev:install.
How to fix common issues
After installing or updating Bricks, use Developer:Reload Window in the command bar to fix any anomalies.
If issues persist, open the command palette (Command + Shift + P) and type "Reset Bricks" to reset all Bricks settings in each window.