vscode
vscode copied to clipboard
Visual Studio Code
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...
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...
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...
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...
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...
#### 📝 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...
This PR fixes #187354
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...
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...