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
@@ -34,6 +34,7 @@ Control Dev Proxy directly from VS Code via the Command Palette (`Cmd+Shift+P` /
34
34
| Create configuration file | Dev Proxy installed |
35
35
| Discover URLs to watch | Dev Proxy not running |
36
36
| Generate JWT | Dev Proxy installed |
37
+
| Upgrade config files | Dev Proxy installed |
37
38
38
39
### Snippets
39
40
@@ -201,6 +202,10 @@ Shows Dev Proxy status at a glance:
201
202
- Running state (radio tower icon when active)
202
203
- Error indicator if Dev Proxy is not installed
203
204
205
+
### Notifications
206
+
207
+
-**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