Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Backseat PilotNew to Visual Studio Code? Get it now.
Backseat Pilot

Backseat Pilot

matthoffner

|
6 installs
| (1) | Free
Tool to help use local LLM with vscode.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

backseat-pilot

vscode extension for using local LLMs with vscode

server

based on the llama-cpp-python server example.

extension

LLM url is configuraable:

"backseat-pilot.url": "http://localhost:8000/v1/completions",
"backseat-pilot.maxTokens": "512"

Publish your own version

npx vsce package

usage

Commands based on ai_extension_vscode.

cmd shift p => LLM Chat, LLM Refactor, LLM Description 2 Code

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft