Commit 1c55c04
authored
Add VSCode workspace (#1941)
Related tiny-pilot/tinypilot-pro#1731
This PR adds a VSCode workspace file and moves all default `.vscode/*`
settings to `tinypilot.code-workspace`.
To make use of this new workspace, you need open VSCode via the
workspace file.
- Option 1: Using GUI
VSCode > FIle > Open Workspace from File... > `tinypilot.code-workspace`
- Option 2: Using terminal
```bash
code ./tinypilot.code-workspace
```
Once the workspace is open, the VSCode file explorer should display a
single section:
<img width="370" height="317" alt="Screenshot 2026-02-09 at 14 47 40"
src="https://github.com/user-attachments/assets/aafe146d-c73f-4aed-a783-01bb14b77406"
/>
This PR also replaces some outdated settings keys, namely:
- `python.formatting.provider`
- `python.linting.pylintEnabled`
- `python.linting.enabled`
- `python.linting.lintOnSave`
These changes are needed to support multiple Python virtual environments
in Pro:
- tiny-pilot/tinypilot-pro#1755
<a data-ca-tag
href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1941"><img
src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review
on CodeApprove" /></a>1 parent 1223e3d commit 1c55c04
File tree
3 files changed
+30
-23
lines changed- .vscode
3 files changed
+30
-23
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments