Scope VSCode Extension
This is the source for the VSCode extension for Scope. If you would like to use this extension, please follow the build instructions below.
First, open this directory in VSCode and run npm install
.
If you want to debug this extension, run npm run build
, open the command palette, and select Start Debugging
.
If you want to actually build this extension, run npm run package
.
You can install the packaged extension in VSCode by going to the Extensions tab and clicking on the "..." in the top right
of that sidebar. Then click Install from VSIX
and then select the packaged extension.