Press F5 in VS Code to run the extension in a new window (Extension Development Host)
To install from source in your main VS Code:
Run npm run compile
In VS Code: Run → Install Additional Development Extensions... → choose Install from VSIX... and pick the built VSIX, or run the extension from this folder via Run and Debug (F5).
Usage
Start Ollama (e.g. ollama serve or ensure the Ollama app is running).
Open the Command Palette: Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux).
Run Open Ollama Chat.
Use the chat panel to send messages; responses stream in real time.