This is the README for the "activeDoc" extension for VSCode.
- After cloning the repo, open a terminal in the project directory.
- Run
npm install
to install the necessary dependencies. - To run the extension in a development environment, press
F5
in VSCode, or click on the "Run and Debug" icon (resembles a beetle under the play icon) on the left sidebar. Then, click on the green play icon to start.
To install the .vsix
packaged extension:
- Open VS Code.
- Go to the Extensions view by clicking on the square icon on the sidebar or pressing
Ctrl+Shift+X
. - Click on the "..." menu at the top of the Extensions view and select "Install from VSIX...".
- Navigate to the
.vsix
file, select it, and click "Open".