wyoming updates, borg manual, fedora kscreen, bambu wifi, vscode pylance, stable diffusion
This commit is contained in:
23
.vscode/vscode.md
vendored
23
.vscode/vscode.md
vendored
@@ -7,7 +7,8 @@
|
||||
- [Fonts](#fonts)
|
||||
- [Navigation](#navigation)
|
||||
- [Extensions](#extensions)
|
||||
- [Continue](#continue)
|
||||
- [Continue](#continue)
|
||||
- [Pylance Type Checking](#pylance-type-checking)
|
||||
|
||||
## Debugpy Snippet
|
||||
|
||||
@@ -117,18 +118,10 @@ To install that list of extensions run:
|
||||
cat vscode_extensions.txt | xargs -L 1 code --install-extension
|
||||
```
|
||||
|
||||
## Continue
|
||||
### Continue
|
||||
|
||||
```json
|
||||
{
|
||||
"models": [
|
||||
{
|
||||
"title": "qwen2.5-coder:32b",
|
||||
"provider": "ollama",
|
||||
"apiBase": "https://ollama.example.com",
|
||||
"apiKey": "...",
|
||||
"model": "qwen2.5-coder:32b"
|
||||
}
|
||||
],
|
||||
...
|
||||
```
|
||||
Continue -> Settings -> Help -> Quickstart
|
||||
|
||||
### Pylance Type Checking
|
||||
|
||||
Settings -> `python.analysis.typeChecking`
|
||||
Reference in New Issue
Block a user