Skip to content

Commit 29f815d

Browse files
Copilotgarrytrinder
andcommitted
Add CHANGELOG and README documentation for workspace recommendations feature
Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent 554745d commit 29f815d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Added:
1313

1414
- Quick Fixes: Enable local language model fix now adds or updates `languageModel.enabled: true` for supported plugins only
15+
- Workspace: Added automatic prompt to recommend extension in `.vscode/extensions.json` when Dev Proxy config files are detected
1516

1617
### Fixed:
1718

1819
- Diagnostics: Language model diagnostic now correctly targets plugins that can use a local language model (OpenAIMockResponsePlugin, OpenApiSpecGeneratorPlugin, TypeSpecGeneratorPlugin) and shows as an informational hint instead of a warning
20+
- Tests: Fixed test fixture path resolution for Windows compatibility
1921

2022
## [1.12.0] - 2026-01-29
2123

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ Shows Dev Proxy status at a glance:
201201
- Running state (radio tower icon when active)
202202
- Error indicator if Dev Proxy is not installed
203203

204+
### Workspace Recommendations
205+
206+
When you open a workspace containing `devproxyrc.json` or `devproxyrc.jsonc` files, the extension will prompt you to add it to your workspace's recommended extensions (`.vscode/extensions.json`). This helps teams ensure all contributors have the Dev Proxy Toolkit installed for a consistent development experience.
207+
208+
The prompt appears once per workspace and can be accepted or dismissed. If accepted, the extension will create or update `.vscode/extensions.json` with the recommendation.
209+
204210
## Configuration
205211

206212
| Setting | Type | Default | Description |

0 commit comments

Comments
 (0)