vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Visual Studio Code

Results 1630 vscode issues
Sort by recently updated
recently updated
newest added

This PR closes #145769 and supersedes my previous attempt #193281.

## Problem Description I encountered the same issue as #160649, but the suggested solutions didn't resolve it on my system. ## Environment - VS Code Version: Code 1.97.2 (2025-02-12T23:20:35.343Z) -...

info-needed

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: - OS Version: Steps to Reproduce: 1. 2.

info-needed
triage-needed

> This issue is for tracking the initial work to support installing/discovering Model Context Protocol servers in VS Code. This does not involve much UI work yet. Other work around...

feature-request
chat-mcp

The current Start Menu entry is unnecessarily in a folder. This seems a bit unclean and frustrates me. I would recommend removing the folder, simply having the .lnk file. Current:...

windows
under-discussion

Type: Bug Visual Studio Code worked fine yesterday, then today I go to run it and it says "code.exe" missing. After research, I found that all the VSCode files moved...

new release

hey vscode team i use vscode for coding and i use to code in java and while i code it give me autosuggestion which is ok but if i don't...

- VS Code Version: 1.98.0 The code is: ```python3 from textual.app import App from textual.widgets import Button class MyApp(App): def on_mount(self): self.widgets = [ Button('information'), ] self.mount_all(self.widgets) if __name__ ==...

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.97.2 - OS Version: macOS Sequioa 15.0.1 **Background:** Due to some reasons, I added `ProxyCommand` to...

Type: Feature Request import './App.css'; function App() { return ( < div > < h1 > Ranga is myboss < /h1> < /div > ); } export default App; look...

new release