vscode
vscode copied to clipboard
Visual Studio Code
Type: Bug Please include following log `F1 > Open View... > Shared` below. This bug shows up in the extensions menu. It says that "some extensions are disabled due to...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.97.0 - OS Version: Linux Mint 22.1 Steps to Reproduce: 1. Go to the extensions panel...
The VS Marketplace has 6 featured extensions which are shown prominently on the [MP site](https://marketplace.visualstudio.com/). We try to update this list every 1-2 months and we aim to showcase some...
Type: Bug Possible related to: #246293, #249130, #249301 mcp.json is in the Workspace context (`.vscode/mcp.json`). I assume this affects pretty much every command that is missing in PATH. For some...
Accessibility: Screen Reader Fails to Announce Notification Status "4.1.3 Status Messages" Violation
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.100.0 - OS Version: macOS Sequoia 15.4.1 - VoiceOver: Built-in macOS Screen reader Steps to Reproduce:...
This problem is related to the quick diff API of the source control integration. This API suggests us to implement the vscode.QuickDiffProvider interface. However, the thing is that I can't...
```javascript Error: Illegal value for lineNumber at Jd.getLineMaxColumn in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/editor/common/model/textModel.ts:865:10 at Ca.getBottomForLineNumber in vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:596:40 at in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:124:38 at fn in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/observableInternal/base.ts:348:3 at $Ee in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:93:5 at _U._runFn in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/editor/browser/widget/diffEditor/utils/editorGutter.ts:54:81 at...
When I look at the breadcrumb, I'm usually trying to determine my current scope location. Essentially any implicit or explicit use of curly brackets {} define my current scope. I'd...
Type: Bug After applying a new code changes recommended by Co-Pilot in the code editor, there is a Keep/Undo popup which appears. You can't save and use the changes without...