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

I'm recently sporadically getting this error notification: ``` Extension host terminated unexpectedly 3 times within the last 5 minutes. [Start Extension Bisect] [Restart Extension Host] [Learn More] ``` I installed...

feature-request
extensions

Type: Bug 1. Create a simple extension which exposes the workspace/symbol endpoint 2. Ctrl+T in VSCode, write "#my query string" Expected: Extension receives a request where: { "query": "my query...

feature-request
workspace-symbols
quick-open

Hi all, I am looking for a button or a key shortcut which allows me to resume/continue execution for all processes at once after hitting breakpoints and stopping? (I am...

feature-request
debug

Hi 👋 When opening a new instance of vsCode, the default path is the home directory. I store almost all code related stuff in a specific folder. It would be...

feature-request
terminal

I use [a script](https://github.com/COMP1010UNSW/MarkTen) to automate the marking process when I assess work created by my students. This script: 1. Git clone's their work to a temporary directory 2. Checks...

feature-request
workbench-history

#### 📝 Summary I would like to request a feature in the VS Code API to allow extensions to determine **how a command was triggered** — specifically, whether it was...

feature-request
api

Issue-Bug
Needs-Triage
Product-Command Palette

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.100.0 - OS Version: Windows 11 24H2 26100.3775 Steps to Reproduce: 1. The startup is very...

triage-needed
stale

When developing, I like to use the "error" problem level for compiler errors, "warning" for linter errors, and "info" for linter warnings. However, sometimes I overlook "info" diagnostics, leading to...

feature-request
languages-diagnostics