Issue id stringlengths 1 6 | Summary stringlengths 1 277 | Created stringdate 2015-11-13 16:34:23 2024-07-25 14:34:59 | Resolved stringlengths 0 25 | Description stringlengths 1 3.82k | Resolution stringclasses 4
values | Description_all stringlengths 3 3.9k | token_count int16 6 1k | Duplicates listlengths 0 7 | Cluster stringclasses 218
values | Num_duplicates stringclasses 6
values | Has_duplicates stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
211998 | Notebook breadcrumbs are tied to OutlinePane filters | 2024-05-03 23:06:45+00:00 | 2024-06-12 16:56:36+00:00 | This is related to `recomputeActive` inside the notebook outline provider. Right now, since this was previously acting as a filter layer, turning off code cells for the outline pane would prevent a recompute of the active element.
๐ if you turn off code cells for the outline pane, you will not get any recomputing ... | completed | Notebook breadcrumbs are tied to OutlinePane filters This is related to `recomputeActive` inside the notebook outline provider. Right now, since this was previously acting as a filter layer, turning off code cells for the outline pane would prevent a recompute of the active element.
๐ if you turn off code cells fo... | 150 | [] | 0 | False | |
211996 | intellisense doesn't include the completion I want | 2024-05-03 23:00:49+00:00 | 2024-06-17 14:30:38+00:00 |
Steps to Reproduce:
1. type `git checkout -- .` and press `enter`
:bug: intellisense completion was added for the argument instead of running the command
I have a pretty strong muscle memory to run that command, so now I need to remember to press escape before pressing enter

| completed | Typing g in terminal produces g~e when "terminal.integrated.suggest.enabled": true 1. VS Code insiders, macOS, zsh shell
2. Have `"terminal.integrated.suggest.enabled": true` in your settings
3. Type `g`, I get `g~e`
I can not reproduce when I turn off suggest setting.

๐ the status bar says `|`, not `g|` (or something like `g|[it push]` based on history):

๐ the status bar says `|`,... | 232 | [] | 0 | False | |
211926 | Missing API proposal enlisting for chat | 2024-05-03 11:39:35+00:00 | 2024-05-03 12:08:29+00:00 | ```
ERR Extension 'github.copilot-chat' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): extensionsAny, newSymbolNamesProvider, interactive, chatProvider, codeActionAI, documentFiltersExclusive, findTextInFiles, findFiles2, textSearchProvider, terminalDataWriteEve... | completed | Missing API proposal enlisting for chat ```
ERR Extension 'github.copilot-chat' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): extensionsAny, newSymbolNamesProvider, interactive, chatProvider, codeActionAI, documentFiltersExclusive, findTextInFiles, findFiles2, ... | 331 | [] | 0 | False | |
211915 | Git: Stage Block from command menu is not staging a block | 2024-05-03 09:17:35+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Git: Stage Block from command menu is not staging a block <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-S... | 533 | [] | 0 | False | |||
211914 | Spurious ${LOCALAPPDATA} folder created when hovering a dependency name in package.json | 2024-05-03 08:51:52+00:00 | 2024-05-24 14:50:26+00:00 | Type: <b>Bug</b>
1. Open any folder with a `package.json` file.
2. Hover any dependency name in `package.json` to display the package's details.
3. An extra folder named `${LOCALAPPDATA}` appears in the same directory where the `package.json` file resides.
 | 2024-05-02 22:29:09+00:00 | 2024-05-03 16:35:18+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Bug: ANSI Escape Sequence present in WSL Bash Terminal (1.90.0-insider) <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitt... | 640 | [] | 0 | False | |
211857 | Sometimes quick fixes don't work in the terminal on macOS | 2024-05-02 17:47:27+00:00 | I see this happen quite often where I push but don't get the quick fix:
<img width="778" alt="Screenshot 2024-05-02 at 10 46 29โฏAM" src="https://github.com/microsoft/vscode/assets/2193314/1606d4e3-4e1e-4e20-bc6e-d4532402f39b">
| Sometimes quick fixes don't work in the terminal on macOS I see this happen quite often where I push but don't get the quick fix:
<img width="778" alt="Screenshot 2024-05-02 at 10 46 29โฏAM" src="https://github.com/microsoft/vscode/assets/2193314/1606d4e3-4e1e-4e20-bc6e-d4532402f39b">
| 104 | [] | 0 | False | |||
211856 | "default:replacePreviousChar" causes text jitter during IME composition | 2024-05-02 17:44:35+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | "default:replacePreviousChar" causes text jitter during IME composition <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submit... | 659 | [] | 0 | False | |||
211846 | Restricted mode is stuck to a specific path | 2024-05-02 13:10:59+00:00 | I noticed that regardless of which of my GitHub repositories I open, I always see the "Restricted Mode" indicator in the bottom left. When I click it, it always displays the same path (/myusername/myrepositoryname) when it asks me if I want to trust the folder - even if I am in a different repository. Here is a screens... | Restricted mode is stuck to a specific path I noticed that regardless of which of my GitHub repositories I open, I always see the "Restricted Mode" indicator in the bottom left. When I click it, it always displays the same path (/myusername/myrepositoryname) when it asks me if I want to trust the folder - even if I am ... | 234 | [] | 0 | False | |||
211832 | Local workspace (non web) extensions are recommended in web | 2024-05-02 08:20:46+00:00 | 2024-05-07 03:59:20+00:00 | Local workspace (non web) extensions are recommended in web

| completed | Local workspace (non web) extensions are recommended in web Local workspace (non web) extensions are recommended in web

| 77 | [] | 0 | False | |
211809 | Editor Sticky Scroll: Find and replace does not update sticky scroll element | 2024-05-01 20:50:49+00:00 | 2024-06-04 09:06:23+00:00 | Type: <b>Bug</b>
Scenario to reproduce:
1. You are editing a file with sticky scroll enabled in the editor
2. You find and replace all instances of some given text
3. The text that is replaced is in your current sticky scroll element
4. Your sticky scroll element displays the "old" text until you scroll to the... | completed | Editor Sticky Scroll: Find and replace does not update sticky scroll element Type: <b>Bug</b>
Scenario to reproduce:
1. You are editing a file with sticky scroll enabled in the editor
2. You find and replace all instances of some given text
3. The text that is replaced is in your current sticky scroll element
... | 912 | [] | 0 | False | |
211807 | Terminal renders Odia characters incorrectly | 2024-05-01 20:16:37+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Terminal renders Odia characters incorrectly <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --... | 462 | [] | 0 | False | |||
211806 | Right-click menu in file explorer operates on open file instead of file that was right-clicked | 2024-05-01 19:51:01+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Right-click menu in file explorer operates on open file instead of file that was right-clicked <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/micros... | 403 | [] | 0 | False | |||
211785 | Terminal suggest: Track trailing whitespace | 2024-05-01 14:49:05+00:00 | 2024-05-02 17:21:37+00:00 | Repro:
1. Set `"terminal.integrated.developer.devMode": true`
2. Open pwsh
3. Type `ls` and 4 spaces

4. Press backspace 3 times, ๐ the whitespace in the status bar remains

4. Press backspace 3 times, ๐ the whitespace in the status bar re... | 212 | [] | 0 | False | |
211774 | Pasting inside a floating window throws a clipboard access error in vscode.dev, even though paste works | 2024-05-01 10:53:09+00:00 | 2024-05-01 15:44:47+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:36:48.184Z (2 wks ago)
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.3... | completed | Pasting inside a floating window throws a clipboard access error in vscode.dev, even though paste works Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:36:48.184Z (2 wks ago)
Browser: Mozilla/5.0 ... | 397 | [] | 0 | False | |
211769 | Quick open: transient editors not added to history when becoming non-transient | 2024-05-01 09:40:32+00:00 | 2024-05-01 14:03:51+00:00 | Steps to Reproduce:
1. clear recently opened ("Clear Editor History")
2. open quick open and search for a file (such as a TS file)
3. type `@` to see symbols (notice how the file opens in the background)
4. navigate to a symbol
=> ๐ when you open quick open again, the file is not part of the recently opened s... | completed | Quick open: transient editors not added to history when becoming non-transient Steps to Reproduce:
1. clear recently opened ("Clear Editor History")
2. open quick open and search for a file (such as a TS file)
3. type `@` to see symbols (notice how the file opens in the background)
4. navigate to a symbol
=> ๏ฟฝ... | 119 | [] | 0 | False | |
211738 | Regression: Notebook Outline missing code cells + Setting change doesn't recompute outline | 2024-04-30 18:52:37+00:00 | 2024-05-01 01:08:22+00:00 | Open notebook with a header, code cell, and symbols in the code cell:
- ๐ # 1: symbols appear as a child of the header md cell, and the code cell is not present in the outline.
- ๐ # 2: changing the filter settings to remove code cells or symbols does not recompute the outline.
Fixes:
- For # 1: an outline prov... | completed | Regression: Notebook Outline missing code cells + Setting change doesn't recompute outline Open notebook with a header, code cell, and symbols in the code cell:
- ๐ # 1: symbols appear as a child of the header md cell, and the code cell is not present in the outline.
- ๐ # 2: changing the filter settings to remove ... | 191 | [] | 0 | False | |
211714 | Default font in parameter hint widget | 2024-04-30 14:56:54+00:00 | 2024-07-15 18:39:35+00:00 | I got the default font rendered in the parameter hint widget. It looks alien compared to the rest of the hover widget UI.
Steps:
1. Clone https://github.com/microsoft/vscode-extension-samples
2. Open chat sample extension.ts
3. On line 21 type the following:
4. `vscode.lm.getLanguageModelInformation(`
5. You wi... | completed | Default font in parameter hint widget I got the default font rendered in the parameter hint widget. It looks alien compared to the rest of the hover widget UI.
Steps:
1. Clone https://github.com/microsoft/vscode-extension-samples
2. Open chat sample extension.ts
3. On line 21 type the following:
4. `vscode.lm.ge... | 162 | [] | 0 | False | |
211672 | Symbol search no longer seems to find classes/interfaces in VS Code | 2024-04-29 22:31:26+00:00 | 2024-04-30 22:17:39+00:00 | Using the workspace TS version, 5.5.0-dev.20240408:




... | 178 | [] | 0 | False | |
211662 | "VS Code Release Notes" link doesn't work for builtin TypeScript extension | 2024-04-29 17:56:26+00:00 | 2024-05-03 12:09:59+00:00 | Type: <b>Bug</b>
1. Enter "@builtin typescript" into extensions
2. Choose TypeScript and JavaScript Language Features
3. Click on changelog
The "VS Code Release Notes" link doesn't work.
 is only indicated in the tooltip AFAICT.
https://github.com/microsoft/vscode/assets/29464607/09d28b81-c2cc-4477-b1fc-7b1de1baae74
| completed | links aren't discoverable to screen reader users in markdown documents They're only discoverable via visual distinction and the action that can be taken (IE opening them) is only indicated in the tooltip AFAICT.
https://github.com/microsoft/vscode/assets/29464607/09d28b81-c2cc-4477-b1fc-7b1de1baae74
| 93 | [
"173159",
"211657"
] | 177 | 2 | True |
211640 | Bug: `editor.action.showDefinitionPreviewHover` behaves wrongly | 2024-04-29 14:23:56+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Bug: `editor.action.showDefinitionPreviewHover` behaves wrongly <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs... | 540 | [] | 0 | False | |||
211636 | Assertion Failure When Extension Throws Error | 2024-04-29 13:09:21+00:00 | Implementation:
```ts
public async resolveCustomTextEditor(
document: TextDocument,
webviewPanel: WebviewPanel,
token: CancellationToken
): Promise<void> {
throw new Error("invalid document extension!");
}
```
Error message when I open such a custom text editor:
: Promise<void> {
throw new Error("invalid document extension!");
}
```
Error message when I open such a custom text ... | 235 | [] | 0 | False | |||
211626 | Activity bar: bad drag feedback when `contrastActiveBorder` is set | 2024-04-29 09:32:36+00:00 | 2024-04-29 11:09:10+00:00 | The activity bar ideally looks and feels like the other panel switchers, but there is differences, probably because its the oldest component for views. I am trying to fix parts of it in https://github.com/microsoft/vscode/pull/211624
If you configure `"contrastActiveBorder": "#ff0000"` in settings, the drop feedback... | completed | Activity bar: bad drag feedback when `contrastActiveBorder` is set The activity bar ideally looks and feels like the other panel switchers, but there is differences, probably because its the oldest component for views. I am trying to fix parts of it in https://github.com/microsoft/vscode/pull/211624
If you configure... | 204 | [] | 0 | False | |
211621 | SCM - switching branch from the terminal causes focus loss | 2024-04-29 08:18:48+00:00 | 2024-05-07 07:54:39+00:00 | Copied from https://github.com/microsoft/vscode/issues/35307#issuecomment-2071044810
> works pretty well so far for me. I notice that if I switch branches from the terminal, it loses focus after the editor state is restored. It would be nice if the focus stayed in the terminal. Otherwise, I like it! | completed | SCM - switching branch from the terminal causes focus loss Copied from https://github.com/microsoft/vscode/issues/35307#issuecomment-2071044810
> works pretty well so far for me. I notice that if I switch branches from the terminal, it loses focus after the editor state is restored. It would be nice if the focus sta... | 97 | [] | 0 | False | |
211597 | Cannot go back parent folder after clicking the "turn back" button | 2024-04-29 02:53:39+00:00 | 2024-04-29 16:22:32+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Cannot go back parent folder after clicking the "turn back" button <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-B... | 556 | [] | 0 | False | |
211595 | Confusing icon for expanding collapsed notebook cells | 2024-04-29 02:47:17+00:00 | 2024-04-29 17:59:30+00:00 | When a few cells have been collapsed via markdown cells,
a placeholder is displayed `> 5 cells hidden...`
The `>` in the placeholder seems to behave like an icon, hence I keep making the assumption that I can click this.
However clicking this does nothing, but double clicking will edit the header cell.
What I ... | completed | Confusing icon for expanding collapsed notebook cells When a few cells have been collapsed via markdown cells,
a placeholder is displayed `> 5 cells hidden...`
The `>` in the placeholder seems to behave like an icon, hence I keep making the assumption that I can click this.
However clicking this does nothing, but... | 249 | [] | 0 | False | |
211582 | `editor.action.showHover` does not focus the hover when called programatically | 2024-04-28 18:30:16+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | `editor.action.showHover` does not focus the hover when called programatically <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/... | 695 | [] | 0 | False | |||
211578 | Terminal suggest: Typing `[` breaks the terminal | 2024-04-28 16:02:56+00:00 | 2024-04-28 17:37:21+00:00 | Setup:
- Windows 11
- pwsh terminal
- `"terminal.integrated.suggest.enabled": true`

| completed | Terminal suggest: Typing `[` breaks the terminal Setup:
- Windows 11
- pwsh terminal
- `"terminal.integrated.suggest.enabled": true`

| 102 | [] | 0 | False | |
211567 | Themes: default colors only apply after startup (title bar, tabs) | 2024-04-28 11:34:36+00:00 | 2024-05-02 07:48:02+00:00 | The colors we define in code should match our default theme, otherwise there is potential for ugly flickering as seen below:

Notice how the title bar color changes, the active tab indicator ... | completed | Themes: default colors only apply after startup (title bar, tabs) The colors we define in code should match our default theme, otherwise there is potential for ugly flickering as seen below:

... | 198 | [] | 0 | False | |
211530 | Seamless relaunch shows completions sequence | 2024-04-27 14:08:50+00:00 | 2024-04-27 18:47:50+00:00 | Repro:
1. Enable `terminal.integrated.shellIntegration.suggestEnabled`
2. Open pwsh
3. Verify that suggest is working (type `get-`)
4. Close pwsh
5. Open pwsh
6. Reload window
๐

| completed | Seamless relaunch shows completions sequence Repro:
1. Enable `terminal.integrated.shellIntegration.suggestEnabled`
2. Open pwsh
3. Verify that suggest is working (type `get-`)
4. Close pwsh
5. Open pwsh
6. Reload window
๐


![Screenshot 2024-04-26 ... | 219 | [] | 0 | False | |
211497 | Tunnels don't work on Windows on Insiders | 2024-04-26 23:08:34+00:00 | 2024-04-30 17:36:43+00:00 | 1. Be on Windows
2. Run `code tunnel` and connect from a browser
3. Depending on the context in which you started code tunnel, you may see an "access denied" error from the CLI trying to spawn the server | completed | Tunnels don't work on Windows on Insiders 1. Be on Windows
2. Run `code tunnel` and connect from a browser
3. Depending on the context in which you started code tunnel, you may see an "access denied" error from the CLI trying to spawn the server | 62 | [] | 0 | False | |
211488 | Context menu grouping is broken | 2024-04-26 20:58:41+00:00 | 2024-04-29 13:15:13+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Context menu grouping is broken <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Se... | 534 | [] | 0 | False | |
211474 | Remove Search 'Expand Recursively' for FileMatch items in search view | 2024-04-26 16:46:13+00:00 | 2024-04-26 23:52:10+00:00 | In https://github.com/microsoft/vscode/issues/206032, we added support for `Expand Recursively`, but this shouldn't be on `FileMatch` nodes because they don't have nested children.

| completed | Remove Search 'Expand Recursively' for FileMatch items in search view In https://github.com/microsoft/vscode/issues/206032, we added support for `Expand Recursively`, but this shouldn't be on `FileMatch` nodes because they don't have nested children.
` at the end of line 19 of `src/extension.ts`. ... | Problem matcher not clearing problems I'm working on hello world extension example that uses esbuild.
I'm struggling to get the problem matchers working.
- clone https://github.com/aeschli/ext-ts-esbuild.git
- install the recommended extensions, in particular 'esbuild Problem Matchers'
- add a extra `)` at the ... | 272 | [] | 0 | False | |||
211458 | "ls" doesn't show up in terminal suggest if triggered at `l` | 2024-04-26 14:27:07+00:00 | 2024-04-27 18:47:49+00:00 | Repro:
1. Type `l`
2. ctrl+space
3. Type `s`, ๐ `ls` should be the top entry

| completed | "ls" doesn't show up in terminal suggest if triggered at `l` Repro:
1. Type `l`
2. ctrl+space
3. Type `s`, ๐ `ls` should be the top entry

| 95 | [] | 0 | False | |
211443 | OSC 8 terminal hyperlinks don't work properly in Remote - WSL | 2024-04-26 12:14:24+00:00 | Repro:
Run `printf '\e]8;;file:///home/daniel/dev/Tyriar/xterm.js/README.md\e\\file scheme\e]8;;\e\n'` using a file that exists in the workspace. ๐ Clicking the link does not do anything

| OSC 8 terminal hyperlinks don't work properly in Remote - WSL Repro:
Run `printf '\e]8;;file:///home/daniel/dev/Tyriar/xterm.js/README.md\e\\file scheme\e]8;;\e\n'` using a file that exists in the workspace. ๐ Clicking the link does not do anything

- [a](#example-1)
```
Trigger rename on `#example` and enter a new name
**Bug**
The header is updated but the link is not
VS Code version: Code - Insiders 1.89.0-insider (Universal) (cc3429872df5e... | completed | Renaming headers broken in md
Type: <b>Bug</b>
For the md:
```md
# Readme
## Example
...
## Example
...
- [a](#example)
- [a](#example-1)
```
Trigger rename on `#example` and enter a new name
**Bug**
The header is updated but the link is not
VS Code version: Code - Insiders 1.89.0-insi... | 498 | [] | 0 | False | |
211378 | code tunnel "--name" no longer sets the machine name when a tunnel exists | 2024-04-25 17:28:25+00:00 | 2024-05-29 22:02:39+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | code tunnel "--name" no longer sets the machine name when a tunnel exists <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submi... | 497 | [] | 0 | False | |
211374 | Dataloss when renaming file two times | 2024-04-25 16:49:23+00:00 | 2024-04-26 14:46:07+00:00 | Hello everyone.
Microsoft has a lot of text editor on their different products and I have come to a way of working (which might not be the best of all in some cases) and it seems like using Visual Studio Code in a manner allows the customer, like myself, to be loosing its file progress when renaming a file.
This... | completed | Dataloss when renaming file two times Hello everyone.
Microsoft has a lot of text editor on their different products and I have come to a way of working (which might not be the best of all in some cases) and it seems like using Visual Studio Code in a manner allows the customer, like myself, to be loosing its file p... | 508 | [] | 0 | False | |
211369 | Syntax highlighting sometimes gets out of sync | 2024-04-25 15:09:01+00:00 | I had this issue raised at https://github.com/Dart-Code/Dart-Code/issues/5082 and although I'd only seen it a few times in the past, I just saw it again today. I was typing in a file, and a bunch of colours got out of sync in my editor.
While my first thought was that it was an issue with the semantic token or textm... | Syntax highlighting sometimes gets out of sync I had this issue raised at https://github.com/Dart-Code/Dart-Code/issues/5082 and although I'd only seen it a few times in the past, I just saw it again today. I was typing in a file, and a bunch of colours got out of sync in my editor.
While my first thought was that i... | 305 | [] | 0 | False | |||
211364 | Suggest widget shows different suggestions when narrowing vs otherwise | 2024-04-25 13:53:15+00:00 | 2024-06-17 19:00:21+00:00 | Testing #210394
1. Type `Get-Da` and notice the following suggestions (suggest widget automatically comes up due to the `-`):
<img width="538" alt="image" src="https://github.com/microsoft/vscode/assets/22350/6a11cf3b-8897-4898-a37f-e3c92ba7d57c">
2. Press <kbd>Escape</kbd> to close the widget.
3. Press <kbd>... | completed | Suggest widget shows different suggestions when narrowing vs otherwise Testing #210394
1. Type `Get-Da` and notice the following suggestions (suggest widget automatically comes up due to the `-`):
<img width="538" alt="image" src="https://github.com/microsoft/vscode/assets/22350/6a11cf3b-8897-4898-a37f-e3c92ba7d5... | 207 | [] | 0 | False | |
211353 | Few Small issues regarding the `Menu Bar` after recent updates to enable `Top` positioning option | 2024-04-25 13:23:46+00:00 | 2024-05-25 15:58:10+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Few Small issues regarding the `Menu Bar` after recent updates to enable `Top` positioning option <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/mic... | 547 | [] | 0 | False | |
211338 | Cannot run tests from explorer context menu | 2024-04-25 10:54:48+00:00 | 2024-04-29 22:34:14+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Cannot run tests from explorer context menu <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->... | 497 | [] | 0 | False | |
211334 | Breakpoint with stackframe should use `debugStackframeDot` | 2024-04-25 10:48:40+00:00 | 2024-04-25 11:07:03+00:00 | Followup from https://github.com/microsoft/vscode/issues/208343
The icons for a breakpoint with stackframe is `debug-stackframe-dot`.
Currently, the code uses `circleSmallFilled`. On codicons that's the same icon, on other product icon theme that could be a separate icon. | completed | Breakpoint with stackframe should use `debugStackframeDot` Followup from https://github.com/microsoft/vscode/issues/208343
The icons for a breakpoint with stackframe is `debug-stackframe-dot`.
Currently, the code uses `circleSmallFilled`. On codicons that's the same icon, on other product icon theme that could be a... | 99 | [] | 0 | False | |
211322 | "Git: Commit Empty" command unexpectedly includes unstaged changes in the commit | 2024-04-25 09:08:08+00:00 | 2024-06-07 12:10:23+00:00 |
Type: <b>Bug</b>
Step 1: Open a workspace that is under Git source control
Step 2: Make some changes to a file, but don't stage them
Step 3: Run the "Git: Commit Empty" command from the VS Code command palette
Actual behavour: VS Code adds a Git commit that includes the changes you made to the file.
Expect... | completed | "Git: Commit Empty" command unexpectedly includes unstaged changes in the commit
Type: <b>Bug</b>
Step 1: Open a workspace that is under Git source control
Step 2: Make some changes to a file, but don't stage them
Step 3: Run the "Git: Commit Empty" command from the VS Code command palette
Actual behavour: VS... | 930 | [] | 0 | False | |
211311 | Panel chat UI glitches on scroll | 2024-04-25 04:41:41+00:00 | 2024-04-25 17:20:47+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Panel chat UI glitches on scroll <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ S... | 382 | [] | 0 | False | |
211306 | Terminal suggest widget shows under the output view | 2024-04-25 01:29:42+00:00 | 2024-06-20 18:04:32+00:00 | Testing #210394
<img width="893" alt="Screenshot 2024-04-24 at 6 27 59โฏPM" src="https://github.com/microsoft/vscode/assets/2193314/e4458e8f-8223-4840-a032-a7098cf6422e">
| completed | Terminal suggest widget shows under the output view Testing #210394
<img width="893" alt="Screenshot 2024-04-24 at 6 27 59โฏPM" src="https://github.com/microsoft/vscode/assets/2193314/e4458e8f-8223-4840-a032-a7098cf6422e">
| 86 | [] | 0 | False | |
211297 | Bind directional `hjkl` for the Problems panel | 2024-04-24 21:29:07+00:00 | 2024-04-25 09:55:42+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I'm trying to bind a vim-style `hjkl` mapping ... | completed | Bind directional `hjkl` for the Problems panel <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
... | 195 | [] | 0 | False | |
211730 | Saving notebook files should happen on extension host by default | 2024-04-24 18:41:24+00:00 | Right now, the setting `"notebook.experimental.remoteSave": true` can be used to save the file on the EH instead of needing a trip to the renderer. We should try to enable this behavior by default.
Need to handle this issue https://github.com/microsoft/vscode/issues/209291. It's hard to repro, but seems to come from... | Saving notebook files should happen on extension host by default Right now, the setting `"notebook.experimental.remoteSave": true` can be used to save the file on the EH instead of needing a trip to the renderer. We should try to enable this behavior by default.
Need to handle this issue https://github.com/microsoft... | 106 | [] | 0 | False | |||
211274 | Notebook editor can take a long time to open | 2024-04-24 16:46:34+00:00 | Does not repro consistently
1. close all tabs, reload vscode
2. open notebooks and let the editor load one at a time for a few editors
:bug: one of them will sometimes take up to 10 seconds to load the editor
It seems to be the custom markdown workflow that takes the longest:
```
[NotebookEditor] open noteb... | Notebook editor can take a long time to open Does not repro consistently
1. close all tabs, reload vscode
2. open notebooks and let the editor load one at a time for a few editors
:bug: one of them will sometimes take up to 10 seconds to load the editor
It seems to be the custom markdown workflow that takes the... | 265 | [] | 0 | False | |||
211267 | Misaligned editor cursor in Insiders | 2024-04-24 15:30:16+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Misaligned editor cursor in Insiders <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ... | 570 | [] | 0 | False | |||
211257 | Show git gutter indicators in both panes when using `Split Editor In Group` | 2024-04-24 13:58:30+00:00 | 2024-04-25 13:53:19+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
In an editor with a file with edits, when usin... | completed | Show git gutter indicators in both panes when using `Split Editor In Group` <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe t... | 235 | [] | 0 | False | |
211251 | Expanded SCM tree view is not scrolled into view | 2024-04-24 13:07:18+00:00 | - Expand several tree views except for the last tree view in the SCM pane so that a vertical scrollbar appears
- Expand the last tree view
- It expands but is not scrolled into view ๐
https://github.com/microsoft/vscode/assets/61460952/6a7e996c-354b-459c-bda5-22ace636f33d
| Expanded SCM tree view is not scrolled into view - Expand several tree views except for the last tree view in the SCM pane so that a vertical scrollbar appears
- Expand the last tree view
- It expands but is not scrolled into view ๐
https://github.com/microsoft/vscode/assets/61460952/6a7e996c-354b-459c-bda5-22a... | 100 | [] | 0 | False | |||
211228 | Custom labels: `${dirname(-1)}` in a multi-root workspace could include root folder name | 2024-04-24 09:09:55+00:00 | 2024-04-24 09:49:51+00:00 | Currently this is not supported, but in a multi-root workspace, the root folder name could be supported when using `${dirname(-1)}` | completed | Custom labels: `${dirname(-1)}` in a multi-root workspace could include root folder name Currently this is not supported, but in a multi-root workspace, the root folder name could be supported when using `${dirname(-1)}` | 63 | [] | 0 | False | |
211227 | Custom labels: `${dirname(-1)}` on a root file puts the file name | 2024-04-24 09:07:16+00:00 | 2024-04-25 15:27:19+00:00 | Configure:
```
"workbench.editor.customLabels.patterns": {
"**/package.json": "${dirname(-1)}/${filename}"
}
```
And open a root level `package.json`. Notice the result is:

Including the file name. | completed | Custom labels: `${dirname(-1)}` on a root file puts the file name Configure:
```
"workbench.editor.customLabels.patterns": {
"**/package.json": "${dirname(-1)}/${filename}"
}
```
And open a root level `package.json`. Notice the result is:
, when using an absolute glob pattern for a custom label (`/Users/bpasero/Development/Microsoft/stand-next/package.json`) and a label of `${dirname(-1)}/${filename}`, I see this:

Ev... | completed | Custom labels:`${dirname-1}` does not work with absolute pattern On macOS (or probably Linux as well), when using an absolute glob pattern for a custom label (`/Users/bpasero/Development/Microsoft/stand-next/package.json`) and a label of `${dirname(-1)}/${filename}`, I see this:

| completed | Don't include icons with color in terminal change icon popup 
| 59 | [] | 0 | False | |
211220 | Don't include blank in terminal change icon popup | 2024-04-24 08:12:15+00:00 | 2024-04-24 10:24:41+00:00 | Testing https://github.com/microsoft/vscode/issues/199964

| completed | Don't include blank in terminal change icon popup Testing https://github.com/microsoft/vscode/issues/199964

| 75 | [] | 0 | False | |
211216 | `--update-extensions --profile` does not update extensions | 2024-04-24 07:24:54+00:00 | 2024-04-25 10:33:21+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | `--update-extensions --profile` does not update extensions <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-... | 595 | [] | 0 | False | |
211212 | Process Explorer and `code --status` show all remote server Memory as 0 | 2024-04-24 05:46:15+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Process Explorer and `code --status` show all remote server Memory as 0 <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitt... | 522 | [] | 0 | False | |||
211199 | Ctrl+c in terminal does not scroll to the very bottom | 2024-04-24 00:52:08+00:00 | 2024-07-11 23:30:01+00:00 | Repro:
1. Fill viewport
2. Scroll up
3. Press ctrl+c, ๐ the terminal is not scrolled to the very bottom

| completed | Ctrl+c in terminal does not scroll to the very bottom Repro:
1. Fill viewport
2. Scroll up
3. Press ctrl+c, ๐ the terminal is not scrolled to the very bottom

| 98 | [] | 0 | False | |
211198 | Terminal suggest: Completions on multi-line inputs don't complete correct text | 2024-04-24 00:48:13+00:00 | 2024-06-18 16:29:26+00:00 | Testing #210394


| completed | Terminal suggest: Completions on multi-line inputs don't complete correct text Testing #210394


| 121 | [] | 0 | False | |
211197 | Terminal suggest: Completions on inputs with multiple lines show and hide on - | 2024-04-24 00:47:17+00:00 | Testing #210394
Typing `-` flickers the suggest widget here:

ctrl+space shows it:

| Terminal suggest: Completions on inputs with multiple lines show and hide on - Testing #210394
Typing `-` flickers the suggest widget here:

ctrl+space shows it:


It's not clear why these are showing full paths, using ListItemText instead of CompletionText wou... | completed | Terminal suggest: Hard to use some long completions Testing #210394


It's not clear why these are showing full pat... | 952 | [] | 0 | False | |
211195 | Terminal suggest: Completing on a line starting with `[` does not work properly | 2024-04-24 00:38:50+00:00 | 2024-04-28 17:37:22+00:00 | Testing #210394


Notice how the `[` seems to offset the result, so `A` is not completed. | completed | Terminal suggest: Completing on a line starting with `[` does not work properly Testing #210394


Notice how the `[` se... | 141 | [] | 0 | False | |
211194 | Terminal suggest: consider making / and \ trigger characters (maybe also any character after a space?) | 2024-04-24 00:37:08+00:00 | 2024-04-27 18:47:48+00:00 | Testing #210394
These will often complete to paths:


| completed | Terminal suggest: consider making / and \ trigger characters (maybe also any character after a space?) Testing #210394
These will often complete to paths:


Selecting it:

| completed | Terminal suggest should replace characters before the suggest trigger/ Testing #210394

Selecting it:

| 108 | [] | 0 | False | |
211190 | Terminal suggest should hide (or re-search) when removing the last character | 2024-04-24 00:26:19+00:00 | 2024-04-24 17:36:39+00:00 | Testing #210394
In below the suggest widget should hide, or show results for everything (not just `s`)

| completed | Terminal suggest should hide (or re-search) when removing the last character Testing #210394
In below the suggest widget should hide, or show results for everything (not just `s`)

| 100 | [] | 0 | False | |
211189 | Terminal suggest should fix capitalization when completing | 2024-04-24 00:23:38+00:00 | 2024-06-20 17:56:23+00:00 | Testing #210394
Repro:


Should be Get-Acl | completed | Terminal suggest should fix capitalization when completing Testing #210394
Repro:


Should be Get-Acl | 115 | [] | 0 | False | |
211188 | ssh+wsl remote title shows long random string | 2024-04-24 00:20:08+00:00 | 2024-04-24 18:12:30+00:00 | Testing #210977
I don't think this normally shows up?
<img width="339" alt="image" src="https://github.com/microsoft/vscode/assets/323878/5f42ef3f-5c28-4f04-9b5b-192060e2b24b">
| completed | ssh+wsl remote title shows long random string Testing #210977
I don't think this normally shows up?
<img width="339" alt="image" src="https://github.com/microsoft/vscode/assets/323878/5f42ef3f-5c28-4f04-9b5b-192060e2b24b">
| 87 | [] | 0 | False | |
211180 | Debug console layout issues | 2024-04-23 21:16:31+00:00 | 2024-04-29 23:19:46+00:00 | * toggle between debug console and another bottom panel
* notice how the header, esp the input box, resizes
* adjust workbench sashes and notice more resizing
https://github.com/microsoft/vscode/assets/1794099/84c61d8c-a5cb-4290-9fe9-b742d09cd36a
frame 1/2
<img width="952" alt="Screenshot 2024-04-23 at 14 18... | completed | Debug console layout issues * toggle between debug console and another bottom panel
* notice how the header, esp the input box, resizes
* adjust workbench sashes and notice more resizing
https://github.com/microsoft/vscode/assets/1794099/84c61d8c-a5cb-4290-9fe9-b742d09cd36a
frame 1/2
<img width="952" alt="Sc... | 230 | [] | 0 | False | |
211178 | Outline doesn't always clear the old value | 2024-04-23 21:10:43+00:00 | 2024-04-24 05:50:01+00:00 | Testing #210961

This happened when updating the file on disk outside of vscode, I'll try to find a consistent repro | completed | Outline doesn't always clear the old value Testing #210961

This happened when updating the file on disk outside of vscode, I'll try to find a consistent repro | 84 | [] | 0 | False | |
211174 | Source Control side panel input treated as `editor` instead of `workbench` | 2024-04-23 19:50:27+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | Source Control side panel input treated as `editor` instead of `workbench` <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Subm... | 643 | [] | 0 | False | |||
211165 | Chat progress messages are reported multiple times to screenreader | 2024-04-23 18:47:49+00:00 | 2024-04-26 19:59:16+00:00 | Testing #210661
- Send a request to `@workspace`
- This participant shows 3 progress messages
- The screen reader reads them but they get read multiple times in random order
I'm not scrolling or anything, this is just what happens as the response renders normally. I'm assuming this is due to progress messages b... | completed | Chat progress messages are reported multiple times to screenreader Testing #210661
- Send a request to `@workspace`
- This participant shows 3 progress messages
- The screen reader reads them but they get read multiple times in random order
I'm not scrolling or anything, this is just what happens as the respons... | 103 | [] | 0 | False | |
211162 | I misunderstood yieldTo | 2024-04-23 18:44:55+00:00 | Testing #210985
### Steps
I returned an array of two pasteEdits [A, B]
I let A yield to text.plain, but I did not set yieldTo for B.
I thought the completion order would be [B, text.plain, A] because "A yielded but B didn't", but instead it was [text.plain, A, B], which implies that the order of the elements in... | I misunderstood yieldTo Testing #210985
### Steps
I returned an array of two pasteEdits [A, B]
I let A yield to text.plain, but I did not set yieldTo for B.
I thought the completion order would be [B, text.plain, A] because "A yielded but B didn't", but instead it was [text.plain, A, B], which implies that the ... | 164 | [] | 0 | False | |||
211161 | Git: Show untracked changes command visibility in the command palette | 2024-04-23 18:44:19+00:00 | 2024-04-23 19:09:27+00:00 | * Launch VS Code Insiders
* Set `git.untrackedChanges` to `hidden` or `mixed`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette
* Set `git.untrackedChanges` to `separate`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette | completed | Git: Show untracked changes command visibility in the command palette * Launch VS Code Insiders
* Set `git.untrackedChanges` to `hidden` or `mixed`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette
* Set `git.untrackedChanges` to `separate`
* Confirm that the "Git: Show ... | 110 | [] | 0 | False | |
211159 | Github Querry limit exceeded when tying the issue title | 2024-04-23 18:37:58+00:00 | Testing #210874

| Github Querry limit exceeded when tying the issue title Testing #210874

| 72 | [] | 0 | False | |||
211148 | ITextResourceConfigurationService does not take default.override into account | 2024-04-23 18:00:32+00:00 | 2024-04-25 09:01:13+00:00 | When `default.override` has a value (e.g. `"[yaml]": { "diffEditor.ignoreTrimWhitespace": false },` as default settings), but the `configurationTarget` is `USER_LOCAL` and the user does not have an override for the language, `_updateValue` does not write the value with an override to the user settings.
Because defaul... | completed | ITextResourceConfigurationService does not take default.override into account When `default.override` has a value (e.g. `"[yaml]": { "diffEditor.ignoreTrimWhitespace": false },` as default settings), but the `configurationTarget` is `USER_LOCAL` and the user does not have an override for the language, `_updateValue` d... | 263 | [] | 0 | False | |
211142 | Slow notebook execution with eslint enabled | 2024-04-23 17:36:03+00:00 | Testing #210963
Spends a lot of time in the eslint extension... Did something change with the `didChangeNotebookDocument` event?
[vscode-profile-2024-04-23-10-33-17.cpuprofile.zip](https://github.com/microsoft/vscode/files/15080647/vscode-profile-2024-04-23-10-33-17.cpuprofile.zip)
| Slow notebook execution with eslint enabled Testing #210963
Spends a lot of time in the eslint extension... Did something change with the `didChangeNotebookDocument` event?
[vscode-profile-2024-04-23-10-33-17.cpuprofile.zip](https://github.com/microsoft/vscode/files/15080647/vscode-profile-2024-04-23-10-33-17.c... | 107 | [] | 0 | False | |||
211137 | resolveDocumentPasteEdit failing results in selector not showing up in file | 2024-04-23 17:26:29+00:00 | 2024-04-29 18:21:32+00:00 | Testing #210985
In the document-paste sample extension, I added a resolveDocumentPasteEdit function that creates a new file and returns the original pasteEdit. I noticed that when the file creation fails, that I don't get a selector anymore in the plain text file after pasting the text. | completed | resolveDocumentPasteEdit failing results in selector not showing up in file Testing #210985
In the document-paste sample extension, I added a resolveDocumentPasteEdit function that creates a new file and returns the original pasteEdit. I noticed that when the file creation fails, that I don't get a selector anymore ... | 85 | [] | 0 | False | |
211132 | Terminal Intellisense Does not work for Windows PowerShell | 2024-04-23 17:11:01+00:00 | 2024-04-23 17:35:22+00:00 | Testing #210394
https://github.com/microsoft/vscode/assets/2644648/0095adac-be75-445c-9ba3-59aae4b3c838
Steps:
* Use Windows PowerShell (not PowerShell Core)
* Turn on the terminal intellisense
* Type `Get-`
* ๐ stuff is ๐คฎ to the terminal | completed | Terminal Intellisense Does not work for Windows PowerShell Testing #210394
https://github.com/microsoft/vscode/assets/2644648/0095adac-be75-445c-9ba3-59aae4b3c838
Steps:
* Use Windows PowerShell (not PowerShell Core)
* Turn on the terminal intellisense
* Type `Get-`
* ๐ stuff is ๐คฎ to the terminal | 100 | [] | 0 | False | |
211124 | Even after disabling the extension an error of unable to write showing up | 2024-04-23 16:20:05+00:00 | 2024-05-01 11:23:55+00:00 | Type: <b>Bug</b>
As the extension was causing an issue in creating a file inside a folder, I disabled the extension and yet the error of unable to write operation not permitted something like this is showing up continously.
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:0... | not_planned | Even after disabling the extension an error of unable to write showing up Type: <b>Bug</b>
As the extension was causing an issue in creating a file inside a folder, I disabled the extension and yet the error of unable to write operation not permitted something like this is showing up continously.
VS Code version:... | 836 | [] | 0 | False | |
211123 | SystemColorTheme set to matchColorTheme doesn't work | 2024-04-23 16:19:53+00:00 | 2024-04-26 12:06:18+00:00 | Testing #210929
I have `SystemColorTheme`set to `matchColorTheme` while my workbench color theme is set to a light theme. My native dialogs are no in dark mode.
Other values are working as expected. | completed | SystemColorTheme set to matchColorTheme doesn't work Testing #210929
I have `SystemColorTheme`set to `matchColorTheme` while my workbench color theme is set to a light theme. My native dialogs are no in dark mode.
Other values are working as expected. | 73 | [] | 0 | False | |
211122 | Notebook sticky scroll does not show correct element based viewport | 2024-04-23 16:14:03+00:00 | Testing #210961
Open the attached file. Rename to `.ipynb`
Navigate to the middle of the file (for example where Header 10 is mentioned).
Notice how the sticky scroll outline shows the wrong element. It is not based on keyboard focus, or what is at the screen. It seems like it is a couple of cells off in the compu... | Notebook sticky scroll does not show correct element based viewport Testing #210961
Open the attached file. Rename to `.ipynb`
Navigate to the middle of the file (for example where Header 10 is mentioned).
Notice how the sticky scroll outline shows the wrong element. It is not based on keyboard focus, or what is a... | 235 | [] | 0 | False | |||
211121 | Many system color theme settings references use "system color" terminology | 2024-04-23 16:11:46+00:00 | 2024-04-24 15:27:43+00:00 | Testing #210929
The high contrast preferred color theme settings talk about "Light mode" and "dark mode".
The non-high contrast preferred theme settings talk about "system color is light/dark"
The auto-detect color scheme setting talks about "OS System color"
1. They are not consistent
2. It seems pretty commo... | completed | Many system color theme settings references use "system color" terminology Testing #210929
The high contrast preferred color theme settings talk about "Light mode" and "dark mode".
The non-high contrast preferred theme settings talk about "system color is light/dark"
The auto-detect color scheme setting talks abou... | 151 | [] | 0 | False | |
211114 | Sticky scroll flashing non stop | 2024-04-23 15:58:35+00:00 | Testing #210961
* open [slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079576/slow.ipynb.txt)
* scroll "# Header 1111111111111111111111989898" into view
* scroll so that it gets very close the sticky scroll headers
* :bug: things start flashing
https://github.com/microsoft/vscode/assets/179409... | Sticky scroll flashing non stop Testing #210961
* open [slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079576/slow.ipynb.txt)
* scroll "# Header 1111111111111111111111989898" into view
* scroll so that it gets very close the sticky scroll headers
* :bug: things start flashing
https://github.co... | 132 | [] | 0 | False | |||
211112 | Large notebook trigger very many leak warnings | 2024-04-23 15:49:59+00:00 | Testing #210961
[slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079389/slow.ipynb.txt)
* open dev tools console
* open the notebook from above
* ๐ฑ notice leak warnings from various places
This is critical: `REFUSES to accept new listeners because it exceeded its threshold by far` because it mea... | reopened | Large notebook trigger very many leak warnings Testing #210961
[slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079389/slow.ipynb.txt)
* open dev tools console
* open the notebook from above
* ๐ฑ notice leak warnings from various places
This is critical: `REFUSES to accept new listeners because ... | 202 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.