# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Watch for changes during development
npm run watch
# Lint the code
npm run lint
# Package the extension
npm run package
Testing the Extension
Open this folder in VS Code
Press F5 to run the extension in a new Extension Development Host window
Open the Command Palette (Ctrl+Shift+P) and try the Nix DevContainer commands
Installing the Extension
After packaging, you can install the extension using:
npm run install-extension
Or manually install the generated .vsix file through VS Code.