Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
projects:zibaldone:vscode [2025/08/20 16:11] – [void] sscipioni | projects:zibaldone:vscode [2025/09/13 21:44] (current) – sscipioni | ||
---|---|---|---|
Line 188: | Line 188: | ||
use pyright instead of pylance as python language server | use pyright instead of pylance as python language server | ||
+ | ===== kilo code ===== | ||
+ | |||
+ | disable copilot github: CTRL+SHIFT+p and search for "Chat: hide AI ..." | ||
+ | |||
+ | |||
+ | qdrant vectore store | ||
+ | <code | docker-compose.yaml> | ||
+ | services: | ||
+ | qdrant: | ||
+ | image: qdrant/ | ||
+ | ports: | ||
+ | - ' | ||
+ | volumes: | ||
+ | - qdrant_storage:/ | ||
+ | restart: unless-stopped | ||
+ | volumes: | ||
+ | qdrant_storage: | ||
+ | </ | ||
===== continue.dev ===== | ===== continue.dev ===== | ||
- | disable copilot github CTRL+SHIFT+p | + | disable copilot github: CTRL+SHIFT+p |
install continue.dev extension | install continue.dev extension |