vscode
vscode copied to clipboard
Visual Studio Code
Currently, VS Code only supports a single command to launch an MCP server. https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_configuration-format It would be great if the server JSON object supported a `commands` property, instead of a...
### Feature Request https://github.com/microsoft/vscode/labels/terminal-suggest support for zsh and bash shells, similar to the [existing support for Powershell](https://code.visualstudio.com/docs/terminal/shell-integration#_experimental-intellisense-for-powershell):  Ideally, VS Code would pick up the completions that a user already...
We use virtual document with custom vscode terminal scheme. Meaning, we craft the path while creating unique URI for specific lsp REPL user is creating. Currently we the path be...
Type: Bug The repro is inconsistent but occurs routinely throught the day. Best guess at steps: 1. Be logged in to GitHub CoPilot. 2. Open a markdown file. 2a. Perhaps,...
Type: Performance Issue Launch a webview from an editor context (`editor/title/run` contribution point) for a large causes a huge delay, the webview does not open for ~1 minute when the...
Type: Bug I don't know how to reproduce it, but it disappeared and I've checked the settings and everything it set correctly. This happened after an update of VSC, but...
Type: Bug Version: 1.101.0-insider (Universal) Commit: 496ebc4723371f29c9ffa0319dcccb2d7bee7ee0 Date: 2025-05-21T05:04:29.987Z Electron: 35.4.0 ElectronBuildId: 11602177 Chromium: 134.0.6998.205 Node.js: 22.15.0 V8: 13.4.114.21-electron.0 OS: Darwin arm64 23.6.0 When using agent mode, it keeps telling...
Type: Bug Please include following log `F1 > Open View... > Shared` below. VS Code version: Code - OSS 1.100.2 (848b80aeb52026648a8ff9f7c45a9b0a80641e2e, 2025-05-15T21:39:56.991Z) OS version: Linux x64 6.14.6-2-cachyos Modes: System Info...
When I explicitly add a file as context, I would not expect it to appear twice based on the active editor: //cc @isidorn
Handle virtual drive paths correctly when discarding untracked files by: - Using the repository's rootRealPath to convert subst drive paths to real paths - Adding fallback to 'git clean' when...