Commit f4ae684
fix(git-id-switcher): revert engines.vscode to ^1.85.0 for fork editor compatibility (#367)
## Background
Dependabot PR #308 bumped @types/vscode to 1.109.0, which forced
engines.vscode up to ^1.109.0 (vsce requires @types/vscode ≤ engines).
This made v0.16.20+ invisible on Cursor (1.105.1), Windsurf (1.108.2),
Antigravity (1.107.0), TRAE (1.107.1), and other VS Code forks whose
engine version lags behind VS Code stable.
No APIs newer than 1.85.0 are actually used by this extension.
## Changes
- Revert engines.vscode and @types/vscode to ^1.85.0
- Revert E2E test VS Code version to 1.85.0
- Add @types/vscode to dependabot.yml ignore list
- Add @types/vscode to renovate.json ignoreDeps
- Bump version to 0.17.1
🖥️ IDE: [Cursor](https://cursor.sh)
🔌 Extension: [Claude Code](https://claude.ai/download)
Model-Raw: claude-opus-4-6
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 61cde05 commit f4ae684
7 files changed
Lines changed: 21 additions & 9 deletions
File tree
- .github
- extensions/git-id-switcher
- src/ui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
0 commit comments