2026-03-10 - 10:09Z
Commit: 1124601 · Previous: eb7e1c7 · Compare: GitHub Version: 1.112.0-insider · Branch: main · Upstream: microsoft/vscode
🐛 FIXES
- #300381 Revert "Debug Panel: oTel data source support and Import/export (#299256)"
This PR reverts a previous change that added debug log import/export for chat, simplifying the debug panel UI and restricting provider calls to local chat sessions only.
- #300371 Enhance quick suggestions with inline completions
Improves quick suggestions by only showing them when inline completions aren't active, reducing unnecessary suggestions and enhancing typing experience.
- #300353 Keep `.md` file extension as default extension
Fixes Markdown file save suggestions to default to
.mdinstead of.litcoffee, restoring the expected file extension for markdown files. - #300287 Improve slash command render
Improves slash command display by showing the user’s original command in chat while sending a more detailed instruction to the language model, enhancing UI clarity.
🔨 REFACTORS
- #300294 mcp: move to askquestions for elicitations
Switches elicitation prompts to a nicer question carousel UI with data validation and typed answers, offering a clearer and more predictable user interaction.
- #300352 Reduce `any` usage in a few more tests
Removes
anytype assertions in tests by using more precise mock objects and stronger types, improving test reliability and type safety. - #300343 Add deprecation message on registerChatSessionItemProvider
Adds deprecation messages with usage identifiers for the
registerChatSessionItemProviderAPI to better track and report distinct deprecated uses. - #300288 Move `registerChatModelChangeListeners` onto chat service
Moves chat model change listener registration from the sessions service to the chat service, aligning responsibilities and improving code organization.
- #300317 Optimize discovery process
Simplifies prompt discovery by removing folder existence checks and file counting, reducing work during discovery and updating related debug outputs.
Token usage - 4015 Out: 340
Installers
Official download links for the current VS Code Insiders build (may be newer than the build described above):