New in v1.14.0
✨ New Features
New Commands
• Start with Options... — Launch Dev Proxy with interactive prompts for CLI settings
• Upgrade Config Files — Upgrade outdated config files with Copilot Chat using Dev Proxy MCP tools
• Add to Workspace Recommendations — Manually add extension to workspace recommendations
• Reset State — Clear all extension state
Linux Support
• Automated install and upgrade support for Linux using official setup scripts
Outdated Config Detection
• Detects outdated Dev Proxy config files in workspace and shows a warning when schema versions don't match the installed version
New Quick Fixes
• Remove orphaned config sections not linked to any plugin
• Link orphaned config section to a plugin
• Enable local language model now adds or updates languageModel.enabled: true for supported plugins only
Workspace Recommendations
• Automatic prompt to recommend extension in .vscode/extensions.json when Dev Proxy config files are detected
Logging
• Leveled logging to Output panel (Dev Proxy Toolkit) across the entire extension to help investigate issues
🔄 Changes
• Snippets updated schema URLs from Dev Proxy v2.1.0 to v2.2.0
🐛 Fixed
• Fixed log flooding from repeated running state checks — now only logs on state changes
• Fixed log feedback loop caused by Output Channel document events triggering diagnostics
• Diagnostics now run for Dev Proxy files already open before extension activation
• Language model diagnostic now correctly targets plugins that support local language model (OpenAIMockResponsePlugin, OpenApiSpecGeneratorPlugin, TypeSpecGeneratorPlugin) and shows as an informational hint instead of a warning