vscode
vscode copied to clipboard
Visual Studio Code
**Summary:** Enable extensions to register in-process MCP servers via an in-memory transport, improving cohesion, performance, and security for tool-rich extensions. --- With the recent announcement of full [MCP spec support](https://code.visualstudio.com/blogs/2025/06/12/full-mcp-spec-support),...
Relevant issue: https://github.com/microsoft/vscode/issues/251619 Relevant PR: https://github.com/microsoft/vscode/pull/249098 # Exploration As part of the work to allow defining variable font sizes and font families in the editor, I have been exploring rendering...
Type: Performance Issue I am having issues with visual studio code since a few days. It is pretty slow. By checking the activity list i see the code helper (Renderer)...
Currently the input is powered by one of two methods: - The hidden text-area ``` content ``` - The EditContext API ``` content ``` In both cases the content is...
To be able to confirm a agent ask without going back into the window.
### Issue: When running `sqlite3` REPL in the VS Code terminal, recalling previous commands using the up arrow causes excessive blank space and glitchy redraws. ### Steps to Reproduce: 1....
https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/chat/browser/chat.contribution.ts#L248-L258
Support mcp servers as a first class resource. At present mcp servers are configured in user settings and it wont scale as we go forward. Support them as a separate...
In general, having immediate feedback about warnings, errors, and suggested code completions is awesome, and VSCode does this well. However, depending on the context you're working in, it can be...
Does this issue occur when all extensions are disabled?: N/A - VS Code Version: Version: 1.101.0 (user setup) - OS Version: Windows_NT x64 10.0.22621 - WSL version: 2.5.7.0 - Kernel...