projects:zibaldone:vscode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:zibaldone:vscode [2025/08/20 16:11] – [void] sscipioniprojects: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/qdrant
 +    ports:
 +      - '6333:6333'
 +    volumes:
 +      - qdrant_storage:/qdrant/storage
 +    restart: unless-stopped
 +volumes:
 +  qdrant_storage:
 +</code>
 ===== continue.dev ===== ===== continue.dev =====
  
  
  
-disable copilot github CTRL+SHIFT+p+disable copilot githubCTRL+SHIFT+p and search for "Chat: hide AI ..."
  
 install continue.dev extension install continue.dev extension
  • projects/zibaldone/vscode.1755699097.txt.gz
  • Last modified: 2025/08/20 16:11
  • by sscipioni