Skip to content

ourcodeinc/ActiveDocumentation-VSCode

Repository files navigation

activeDoc Extension for VSCode

This is the README for the "activeDoc" extension for VSCode.

Installation

Running the Extension Codebase

  1. After cloning the repo, open a terminal in the project directory.
  2. Run npm install to install the necessary dependencies.
  3. 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.

Installing the Packaged Extension

To install the .vsix packaged extension:

  1. Open VS Code.
  2. Go to the Extensions view by clicking on the square icon on the sidebar or pressing Ctrl+Shift+X.
  3. Click on the "..." menu at the top of the Extensions view and select "Install from VSIX...".
  4. Navigate to the .vsix file, select it, and click "Open".