Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Stamper AINew to Visual Studio Code? Get it now.
Stamper AI

Stamper AI

Stamper AI

|
3 installs
| (0) | Free
VS Code extension for Stamper AI backend integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

StamperAI VS Code Extension

This extension provides chat features inside VS Code. It communicates with the llm-service backend and stores repository data in PostgreSQL.

Setup

  1. Copy .env.example to .env and fill in the values.
  2. Install dependencies:
    npm install
    
  3. Build the extension and webview:
    npm run build:ext
    npm run build:webview
    code \
    

--extensionDevelopmentPath="${PWD}"
--disable-extensions
--user-data-dir="${PWD}/.vscode-devhost"

4. Initialize the database schema:
```bash 
npm run db:init
  1. Launch the extension using the VS Code debugger.

Additional commands:

  • StamperAI: Ask Repo Question – prompts for a question about the current repository and shows the response from the LLM service.

Environment variables include GitHub credentials and database settings.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft