Commit 899dd8b
Move "Launching TypeSpec language service..." progress to status bar (#10523)
The VS Code notification for TypeSpec language service startup is not
dismissible, blocking parts of the UI (notably the AI chat panel).
- Changed `ProgressLocation.Notification` to `ProgressLocation.Window`
in the `vscode.window.withProgress` call in `extension.ts`
- The progress indicator now appears in the status bar instead of as a
popup notification, avoiding UI obstruction entirely
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RodgeFu <6038235+RodgeFu@users.noreply.github.com>1 parent 5f2a2c8 commit 899dd8b
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
- .chronus/changes
- packages/typespec-vscode/src
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments