This is the development environment for the CodeTracer extension for Visual Studio Code.
Follow these steps to run the extension in development mode:
direnv allow
Install all Node.js dependencies:
npm install
Build the TypeScript files:
just build
Open the project in VS Code:
code .
Or open the main extension file manually:
code src/extension.ts
In VS Code:
Press F5 to launch the Extension Development Host.
This opens a new VS Code window with the extension running.
- Activate the Extension
In the new Extension Development Host window:
Press Ctrl+P
Search for and run:
"Toggle CodeTracer"
Or use the sidebar panel to "Toggle CT"