Commit e7451d4
chore: pin test VS Code version and add .gitignore trailing newline (#20)
Addresses review nits from #19:
- Pin `version` in .vscode-test.mjs to 1.101.0 (the minimum declared in
engines.vscode) instead of `stable`. Tests now run against the floor the
extension claims to support, and CI is not silently affected by
stable-channel VS Code updates. Verified: downloads 1.101.0 and the suite
passes (2 passing, 13 pending, 0 failing).
- Add the missing trailing newline to .gitignore.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 2030e1a commit e7451d4
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments