Skip to content

Commit c447bb5

Browse files
Copilotgarrytrinder
andcommitted
docs: add changelog and readme entries for config upgrade feature
- CHANGELOG: Add notification and upgrade-configs command entries under [1.13.0] - README: Add Upgrade config files command to Commands table - README: Add Notifications section with outdated config files description Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent 8cdab4b commit c447bb5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

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

1414
- Install: Added automated install and upgrade support for Linux using official setup scripts
15+
- Notification: Detect outdated Dev Proxy config files in workspace and show warning when schema versions don't match installed version
16+
- Command: `dev-proxy-toolkit.upgrade-configs` - Upgrade config files with Copilot Chat using Dev Proxy MCP tools
1517
- Quick Fixes: Enable local language model fix now adds or updates `languageModel.enabled: true` for supported plugins only
1618
- Workspace: Added automatic prompt to recommend extension in `.vscode/extensions.json` when Dev Proxy config files are detected
1719
- Command: Added `Add to Workspace Recommendations` to manually add extension to workspace recommendations

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Control Dev Proxy directly from VS Code via the Command Palette (`Cmd+Shift+P` /
3636
| Generate JWT | Dev Proxy installed |
3737
| Add to Workspace Recommendations | Always |
3838
| Reset State | Always |
39+
| Upgrade config files | Dev Proxy installed |
3940

4041
### Snippets
4142

@@ -217,6 +218,10 @@ The prompt offers three options:
217218

218219
You can also manually add the extension to recommendations at any time using the `Add to Workspace Recommendations` command, or use `Reset State` to clear all extension state including prompt preferences.
219220

221+
### Notifications
222+
223+
- **Outdated config files** - On activation, scans workspace for Dev Proxy config files with a schema version that doesn't match the installed Dev Proxy version. Offers a one-click upgrade using Copilot Chat and Dev Proxy MCP tools.
224+
220225
## Configuration
221226

222227
| Setting | Type | Default | Description |

0 commit comments

Comments
 (0)