A VS Code extension that provides quick access to the Cognautic CLI directly from the activity bar.
- Activity Bar Integration: Adds a Cog icon to the VS Code activity bar for easy access
- One-Click Terminal Launch: Opens a terminal with the
cognauticcommand automatically executed - Smart Installation Check: Detects if
cognautic-cliis installed - Automatic Installation Prompt: Offers to install
cognautic-clivia pip if not found
- Click the Cog icon in the activity bar (left sidebar)
- Click "Start Cognautic CLI" in the view
- If
cognautic-cliis installed, a terminal opens with the command running - If not installed, you'll be prompted to install it with
pip install cognautic-cli
- Python and pip must be installed on your system
cognautic-clipackage (will prompt for installation if missing)
- Clone this repository
- Run
npm installto install dependencies - Press F5 to open a new VS Code window with the extension loaded
- Test the extension functionality
npm install
npm run compilenpm install -g @vscode/vsce
vsce packageThis creates a .vsix file that can be installed in VS Code.
- Open VS Code
- Go to Extensions view (Ctrl+Shift+X)
- Click the "..." menu at the top
- Select "Install from VSIX..."
- Choose the generated
.vsixfile
This extension does not add any VS Code settings.
None at this time.
Initial release with:
- Activity bar integration
- Terminal launch with cognautic command
- Installation detection and prompt
MIT