New in v1.12.0
✨ New Features
New Setting
devProxyPath— Custom path to Dev Proxy executable (uses auto-detection if empty)
Improved Detection
- Auto-detection fallback using login shell and common installation paths
New Snippets
devproxy-plugin-graph-connector-guidance— GraphConnectorGuidancePlugin instancedevproxy-plugin-mock-stdio-response— MockStdioResponsePlugin instance with config sectiondevproxy-plugin-mock-stdio-response-file— MockStdioResponsePlugin mocks file with schema
Enhanced Diagnostics
- Clickable diagnostic codes that link to documentation
emptyUrlsToWatchwarning when urlsToWatch array is emptypluginConfigOptionalinfo when plugin can be configured with optional config sectioninvalidConfigSectionSchemawarning when config section schema version doesn't match installed Dev ProxyunknownConfigPropertywarning when config section has undefined propertiesinvalidConfigValueerror when config section property value doesn't match schema requirements
New Quick Fixes
- Add optional plugin configuration (adds configSection + config)
- Add missing config section when referenced but not defined
- Update config section schema version (single or all at once)
- Remove unknown config section properties
🔄 Changes
- All snippets updated to use
v2.1.0schema - Improved diagnostic highlighting to target specific nodes instead of entire objects
- All diagnostics now use unique codes for better identification
- Update schema action now supports all Dev Proxy file schemas, not just config files
🐛 Fixed
- AuthPlugin now shows documentation link and configuration diagnostics
- LanguageModelFailurePlugin no longer incorrectly warns about requiring language model