You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Control Dev Proxy directly from VS Code via the Command Palette (`Cmd+Shift+P` /
36
36
| Generate JWT | Dev Proxy installed |
37
37
| Add to Workspace Recommendations | Always |
38
38
| Reset State | Always |
39
+
| Upgrade config files | Dev Proxy installed |
39
40
40
41
### Snippets
41
42
@@ -217,6 +218,10 @@ The prompt offers three options:
217
218
218
219
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.
219
220
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.
0 commit comments