vscode
vscode copied to clipboard
Visual Studio Code
Type: Bug When autocompleting a word followed by some other text with no space between, the following text will get deleted up until it finds a space. https://github.com/user-attachments/assets/c8c7b23d-0b8c-4ef1-82b8-105116cc1897 VS Code...
Steps to Reproduce: 1. open untitled file 2. paste code 3. assign language JS 4. click the code action button on line 3 5. ctrl+enter on the code action `Remove...
Type: Bug The Spanish translation for the source control panel has some translations that really make no sense in Spanish, and on top of that, it uses different Spanish words...
With the new ability to bring your own key to copilot, it finally opens the ability to also...specfiy a generic "OpenAI Compatible" provider. See Cline or RooCode AI Assistant Extensions....
Type: Bug Trying to rename a symbol with F2 in the HTML editor fails with a "No result" error message. VS Code version: Code 1.100.2 (848b80aeb52026648a8ff9f7c45a9b0a80641e2e, 2025-05-14T21:47:40.416Z) OS version: Linux...
Type: Bug Recently I tried to preview a markdown file and found out there is no more button for it, and also no command in the palette. Did this get...
We only get these now that cancellation is handled correctly for agent mode Fix microsoft/vscode-copilot#17613
cc. @kkbrooks @roblourens
Type: Bug When trying to validate my task.json against the task.json schema published in the [Appendix](https://code.visualstudio.com/docs/reference/tasks-appendix) I noticed some inconsistencies. 1. `beginsPattern`/ `endsPattern` The schema defines them this way in...