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 |
|---|---|---|---|---|---|---|---|
206590 | activeRepositoryBranchName in window.title is not refreshed consistently | 2024-03-01 04:09:31+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... | activeRepositoryBranchName in window.title is not refreshed consistently <!-- ⚠️⚠️ 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... | 546 | ||
206585 | When the window is not in focus, it takes two clicks to open a folder or file in File Explorer. | 2024-03-01 02:42:36+00:00 | 2024-03-28 16:38:03+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 | When the window is not in focus, it takes two clicks to open a folder or file in File Explorer. <!-- ⚠️⚠️ 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/micro... | 384 |
206578 | Go to file button does nothing on quick search | 2024-03-01 01:01:48+00:00 | 2024-03-04 22:26:19+00:00 | 
1. Open quick search.
2. Hover over a file name pick item and click the button to open the file.
3. Nothing happens :bug:
| completed | Go to file button does nothing on quick search 
1. Open quick search.
2. Hover over a file name pick item and click the button to open the file.
3. Nothing happens :bug:
| 89 |
206544 | Clicking terminal sticky scroll doesn't work when the command is not finished | 2024-02-29 18:11:12+00:00 | 2024-02-29 18:29:42+00:00 | Repro:
1. Run the vscode build task
2. Click sticky scroll, 🐛 it doesn't scroll
<img width="445" alt="Screenshot 2024-02-29 at 10 10 42" src="https://github.com/microsoft/vscode/assets/2193314/baadd81b-2206-4e8d-adf8-f5f4d04c5e7d">
<img width="389" alt="Screenshot 2024-02-29 at 10 10 58" src="https://github.... | completed | Clicking terminal sticky scroll doesn't work when the command is not finished Repro:
1. Run the vscode build task
2. Click sticky scroll, 🐛 it doesn't scroll
<img width="445" alt="Screenshot 2024-02-29 at 10 10 42" src="https://github.com/microsoft/vscode/assets/2193314/baadd81b-2206-4e8d-adf8-f5f4d04c5e7d">
... | 184 |
206533 | Remote SSH - Incorrect warning of VSCode Server's prerequisites for glibc and libstdc++ | 2024-02-29 15:39:40+00:00 | 2024-04-05 00:49:22+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 | Remote SSH - Incorrect warning of VSCode Server's prerequisites for glibc and libstdc++ <!-- ⚠️⚠️ 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/vsc... | 786 |
209492 | Impossible to load a ipnb file after the upgrade to the new version of VSCode | 2024-02-29 08:42:27+00:00 | 2024-04-04 21:15:03+00:00 | Hi, i just update VSCode to the last version. After that, when i tried to load a ipynb file (jupyter file) i get this error message (cf joined picture).
Any help will be hellpfull

... | completed | Impossible to load a ipnb file after the upgrade to the new version of VSCode Hi, i just update VSCode to the last version. After that, when i tried to load a ipynb file (jupyter file) i get this error message (cf joined picture).
Any help will be hellpfull
: TypeError: Cannot read properties of undefined (reading 'includes') | 2024-02-28 10:58:00+00:00 | 2024-02-28 18:52:10+00:00 | This error appears in the insiders dev tools all the time (FYI @ulugbekna):
Cannot read properties of undefined (reading 'includes'): TypeError: Cannot read properties of undefined (reading 'includes')
at [vs/workbench/contrib/tasks/common/problemCollectors.ts:444:22](https://github.com/microsoft/vscode/blob/1cc266... | completed | Cannot read properties of undefined (reading 'includes'): TypeError: Cannot read properties of undefined (reading 'includes') This error appears in the insiders dev tools all the time (FYI @ulugbekna):
Cannot read properties of undefined (reading 'includes'): TypeError: Cannot read properties of undefined (reading '... | 937 |
206424 | Double clicking on outline entry sometimes results in jumping to another item | 2024-02-28 10:53:08+00:00 | See in the screencast how I double click on `_extensionUri`, cursor jumps to that item's `range.start`, but because of "follow cursor", the outline entry focus changes to `constructor`
(Testing with typescript extension-provided outline)
https://github.com/microsoft/vscode/assets/16353531/8394e832-ae09-4164-84be-... | Double clicking on outline entry sometimes results in jumping to another item See in the screencast how I double click on `_extensionUri`, cursor jumps to that item's `range.start`, but because of "follow cursor", the outline entry focus changes to `constructor`
(Testing with typescript extension-provided outline)
... | 240 | ||
206396 | Can not install vscode on Debian 10 | 2024-02-28 02:23:51+00:00 | https://code.visualstudio.com/docs/supporting/faq#_can-i-run-vs-code-on-older-linux-distributions
> Starting with VS Code release 1.86.1 (January 2024), VS Code desktop is only compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, or Ubuntu 20.04.
It seems that Debian 1... | Can not install vscode on Debian 10 https://code.visualstudio.com/docs/supporting/faq#_can-i-run-vs-code-on-older-linux-distributions
> Starting with VS Code release 1.86.1 (January 2024), VS Code desktop is only compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, or Ubu... | 263 | ||
206391 | Strange close icon in Switch window | 2024-02-27 23:58:48+00:00 | 2024-02-28 07:29:06+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 | Strange close icon in Switch window <!-- ⚠️⚠️ 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 -->
<!-- �... | 510 |
206378 | 1.87 upgrade experience before Copilot Chat has upgraded is not good | 2024-02-27 19:54:28+00:00 | 2024-02-28 01:13:16+00:00 | - Upgrade from 1.86 stable to 1.87
- Copilot Chat has not yet been upgraded, and there were breaking API changes
- The chat view is empty with no visible errors. This will confuse users
We should make sure some helpful message is visible somehow | completed | 1.87 upgrade experience before Copilot Chat has upgraded is not good - Upgrade from 1.86 stable to 1.87
- Copilot Chat has not yet been upgraded, and there were breaking API changes
- The chat view is empty with no visible errors. This will confuse users
We should make sure some helpful message is visible somehow | 70 |
206368 | Explorer: view title is different for 1 view vs. N views | 2024-02-27 19:18:01+00:00 | 2024-02-27 19:35:24+00:00 | This only applies in a multi-root workspace.
With just 1 view:

With N views:

I think we should use the workspac... | completed | Explorer: view title is different for 1 view vs. N views This only applies in a multi-root workspace.
With just 1 view:

With N views:
 or with spaces.
*Expected*: Overflow of the item is handled somehow, e.g., elision, broken to separate lines with enough spaces.
*Actual*: The item text overflows horizontally and v... | completed | Long string items overflow controls in Settings UI. *Repro*: Add a long string item to a list setting, e.g., `files.exclude`. Try an item without spaces (like a really long identifier) or with spaces.
*Expected*: Overflow of the item is handled somehow, e.g., elision, broken to separate lines with enough spaces.
... | 361 |
206329 | Warning tooltips hidden behind bottom panel | 2024-02-27 09:52:20+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... | Warning tooltips hidden behind bottom panel <!-- ⚠️⚠️ 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 -->... | 571 | ||
206310 | Bug: hover tooltip suddenly shrinks when adjusting width. | 2024-02-27 01:55:52+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.86.2 (Universal) Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda
- OS Version: Darwin x64 23.0.0
Steps to Reproduce:
https://github.com/microsoft/vscode/assets/73568310/5b5bf4c2-555b-472b-8773-ce7d66164868 | Bug: hover tooltip suddenly shrinks when adjusting width. Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.86.2 (Universal) Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda
- OS Version: Darwin x64 23.0.0
Steps to Reproduce:
https://github.com/microsoft/vscode/assets/73568310/... | 127 | ||
206306 | [Test view] TestRunProfile.isDefault returns false while it is checked (selected as default) in the UI | 2024-02-27 00:11:30+00:00 | 2024-03-22 22:06: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 | [Test view] TestRunProfile.isDefault returns false while it is checked (selected as default) in the UI <!-- ⚠️⚠️ 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.co... | 455 |
206299 | Chat Variable Resolution - only the first value is added to the prompt | 2024-02-26 21:49:12+00:00 | A variable resolver can return an array of ChatVariableValues. However, only the first value is honored and included in the prompt.
Consider this extension
```typescript
import * as vscode from 'vscode';
function createChatVariable() {
let chatVariableValues: vscode.ChatVariableValue[] = [];
for (let i ... | Chat Variable Resolution - only the first value is added to the prompt A variable resolver can return an array of ChatVariableValues. However, only the first value is honored and included in the prompt.
Consider this extension
```typescript
import * as vscode from 'vscode';
function createChatVariable() {
l... | 367 | ||
206296 | Default panel sizing is wrong | 2024-02-26 21:29:02+00:00 | 2024-03-04 20:17:07+00:00 | On this line https://github.com/microsoft/vscode/blob/57ea32b56fa30fe897d3e0f6fa0421117c221146/src/vs/workbench/browser/layout.ts#L2614
it checks to `bottom` string, but because the value in the stateCache is unknown typescript doesn't consider it an error.
The actual type is a `Position` enum, which is a number ... | completed | Default panel sizing is wrong On this line https://github.com/microsoft/vscode/blob/57ea32b56fa30fe897d3e0f6fa0421117c221146/src/vs/workbench/browser/layout.ts#L2614
it checks to `bottom` string, but because the value in the stateCache is unknown typescript doesn't consider it an error.
The actual type is a `Posi... | 160 |
206292 | Accidental dedent for in and when dedent in Ruby comments | 2024-02-26 20:49:03+00:00 | 2024-02-27 15:56:06+00:00 | Originally from [vinistock](https://github.com/vinistock)
> I was testing the changes from https://github.com/microsoft/vscode/pull/205397 in Insiders and I noticed that the code was incorrectly being dedented when typing in or when in comments.
| completed | Accidental dedent for in and when dedent in Ruby comments Originally from [vinistock](https://github.com/vinistock)
> I was testing the changes from https://github.com/microsoft/vscode/pull/205397 in Insiders and I noticed that the code was incorrectly being dedented when typing in or when in comments.
| 83 |
206291 | "Invalid regular expression" when trying to use Find or Ctrl+D at ~4000 characters | 2024-02-26 20:25:40+00:00 | 1. Grab this file [some-paths.txt](https://github.com/microsoft/vscode/files/14410803/some-paths.txt)
2. Select the first line
3. Ctrl+D or copy and paste it into the find widget
4. Get an error about an "invalid regular expression"
There is this issue https://github.com/microsoft/vscode/issues/183388, but this s... | "Invalid regular expression" when trying to use Find or Ctrl+D at ~4000 characters 1. Grab this file [some-paths.txt](https://github.com/microsoft/vscode/files/14410803/some-paths.txt)
2. Select the first line
3. Ctrl+D or copy and paste it into the find widget
4. Get an error about an "invalid regular expression"
... | 143 | ||
206286 | Quick search: editor state is not cleared | 2024-02-26 19:53:55+00:00 | 2024-03-11 16:49:29+00:00 | When I get preview editor opened from quick search, and then press `ESC`, the preview editor is still there:

| completed | Quick search: editor state is not cleared When I get preview editor opened from quick search, and then press `ESC`, the preview editor is still there:

| 92 |
206284 | Quick search: flicker when typing | 2024-02-26 19:51:46+00:00 | It seems to me that when I type, all results go away and are replaced with the find result, resulting in flicker:

| Quick search: flicker when typing It seems to me that when I type, all results go away and are replaced with the find result, resulting in flicker:

| 97 | ||
206258 | Be more aggressive detecting "empty" folder links in terminal | 2024-02-26 15:41:48+00:00 | 2024-02-26 20:44:36+00:00 | Repro:
1. Open pwsh terminal
2. Run `Get-ChildItem -File | ForEach-Object { """./" + $_.Name + """,1.2-3.4" }`
3. Ctrl+shift+o to open detected link
🐛 you should not see this under the folder section:

Ne... | completed | Be more aggressive detecting "empty" folder links in terminal Repro:
1. Open pwsh terminal
2. Run `Get-ChildItem -File | ForEach-Object { """./" + $_.Name + """,1.2-3.4" }`
3. Ctrl+shift+o to open detected link
🐛 you should not see this under the folder section:

| completed | Language model has duplicate names in the extension editor using language model Language model has duplicate names in the extension editor using language model

| 76 |
206232 | Moved Code Block rendering on top of editor hover | 2024-02-26 11:35:21+00:00 | <img width="273" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/ae6c6687-349b-4a9b-82d1-41ca8d511b93">
| Moved Code Block rendering on top of editor hover <img width="273" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/ae6c6687-349b-4a9b-82d1-41ca8d511b93">
| 75 | ||
206225 | SCM Tree view versioned directories decorations ignored | 2024-02-26 09:12:59+00:00 | Type: <b>Bug</b>
1. Implement a SCM provider with at least 2 `SourceControlResourceState` elements, e.g. a directory `test` and a file `realfile` inside it.
2. Set decorations for both elements (in below screenshots, I use a blue `diff-modified` codicon).
3. Optionally add file decorations for the same Uris (to se... | SCM Tree view versioned directories decorations ignored Type: <b>Bug</b>
1. Implement a SCM provider with at least 2 `SourceControlResourceState` elements, e.g. a directory `test` and a file `realfile` inside it.
2. Set decorations for both elements (in below screenshots, I use a blue `diff-modified` codicon).
3. ... | 956 | ||
206202 | Fontconfig charset edit does not apply in vscode | 2024-02-25 17:04: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... | Fontconfig charset edit does not apply in vscode <!-- ⚠️⚠️ 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-Suggestion... | 661 | ||
206172 | `terminal.integrated.shellIntegration.suggestEnabled` causes terminal to hang | 2024-02-24 19:56:28+00:00 | 2024-02-26 15:52:43+00:00 | Type: <b>Bug</b>
With a default install of insiders `terminal.integrated.shellIntegration.suggestEnabled` causes the terminal to hang indefinitely when typing a hyphen. I've confirmed this occurs with no user settings, keybindings, extensions, and no pwsh profile.
Steps to repro:
* Enable `terminal.integrated.sh... | completed | `terminal.integrated.shellIntegration.suggestEnabled` causes terminal to hang Type: <b>Bug</b>
With a default install of insiders `terminal.integrated.shellIntegration.suggestEnabled` causes the terminal to hang indefinitely when typing a hyphen. I've confirmed this occurs with no user settings, keybindings, extensi... | 977 |
206166 | multi-diff-editor + hover: Focus border applied to all editors | 2024-02-24 15:48:51+00:00 | 2024-02-28 20:58:19+00:00 | Type: <b>Bug</b>
1. Open multi-diff-editor
2. Mouse over an element that displays a hover decoration
3. Click hover decoration
4. :bug: Focus border is applied to all editors

VS Code version: Code - Insiders... | completed | multi-diff-editor + hover: Focus border applied to all editors Type: <b>Bug</b>
1. Open multi-diff-editor
2. Mouse over an element that displays a hover decoration
3. Click hover decoration
4. :bug: Focus border is applied to all editors

<img width="420" alt="Screenshot 2024-02-23 at 12 10 01" src="https://github.com/microsoft/vscode/asset... | completed | De-dupe links in the open detected link quick pick Notice how links starting with " and without are both included as file links, only one of these should be shown:

<img width="420" alt="Screenshot 2024-02-23 at 12 10... | 154 |
206116 | Add disposable to disposable store that has already been disposed of | 2024-02-23 18:18:39+00:00 | 2024-02-23 20:43:57+00:00 | Seeing this when debugging OSS
```
Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
at DisposableStore.add (vscode-file://vscode-app/Users/lramos15/upstream/vscode/out/vs/base/common/lifecycle.js:328:34)
at TerminalStickyScrollOverlay... | completed | Add disposable to disposable store that has already been disposed of Seeing this when debugging OSS
```
Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!
at DisposableStore.add (vscode-file://vscode-app/Users/lramos15/upstream/vscode/out/vs... | 227 |
206111 | [1.86] Jupyter Nodebook Trace shows HTML in Firefox 123 | 2024-02-23 17:33: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... | [1.86] Jupyter Nodebook Trace shows HTML in Firefox 123 <!-- ⚠️⚠️ 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-Sug... | 672 | ||
206090 | Tree view hover delegate leaks | 2024-02-23 14:05:47+00:00 | 2024-02-26 11:33:46+00:00 | When I changed the hover delegate for treeview I forgot to `register` it [here](https://github.com/microsoft/vscode/blob/6ed2fd67daab0440aad1bed339aa126503701e2f/src/vs/workbench/browser/parts/views/treeView.ts#L1109). | completed | Tree view hover delegate leaks When I changed the hover delegate for treeview I forgot to `register` it [here](https://github.com/microsoft/vscode/blob/6ed2fd67daab0440aad1bed339aa126503701e2f/src/vs/workbench/browser/parts/views/treeView.ts#L1109). | 97 |
206039 | Tooltips in quick pick buttons not working | 2024-02-23 06:48:26+00:00 | 2024-02-23 08:48:13+00:00 | Steps to Reproduce:
1. Open Command Palette
2. Hover over the gear button in one of the items
3. 🐛 no tooltip
I vscode-bisected and git bisected... and seems to have been introduced in this PR:
https://github.com/microsoft/vscode/pull/204871
| completed | Tooltips in quick pick buttons not working Steps to Reproduce:
1. Open Command Palette
2. Hover over the gear button in one of the items
3. 🐛 no tooltip
I vscode-bisected and git bisected... and seems to have been introduced in this PR:
https://github.com/microsoft/vscode/pull/204871
| 82 |
206023 | inline completions hover shows in unexpected location | 2024-02-22 21:25:21+00:00 | Unfortunately, not sure how I ended up in this state.

| inline completions hover shows in unexpected location Unfortunately, not sure how I ended up in this state.

| 72 | ||
206022 | Left/right arrow on debug dialog selects different launch configs | 2024-02-22 21:16:02+00:00 | 2024-02-23 23:04:37+00:00 | This is an accessibility issue because screen reader users expect to move focus instead. | completed | Left/right arrow on debug dialog selects different launch configs This is an accessibility issue because screen reader users expect to move focus instead. | 36 |
206019 | accessibility signal clear description is wrong | 2024-02-22 20:38:17+00:00 | 2024-02-22 20:57:25+00:00 | it should not mention `"When this is disabled, an ARIA alert will announce 'Cleared'.`" | completed | accessibility signal clear description is wrong it should not mention `"When this is disabled, an ARIA alert will announce 'Cleared'.`" | 36 |
206009 | Deletion of directory '...' failed. Should I try again? (y/n) | 2024-02-22 18:09:28+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... | Deletion of directory '...' failed. Should I try again? (y/n) <!-- ⚠️⚠️ 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-a... | 563 | ||
206006 | Native and custom hover on kernel button | 2024-02-22 17:58:37+00:00 | 2024-02-23 09:56:22+00:00 | Repro
1. Create notebook
2. Try run a python cell
3. Select install kernel
4. Hover button
<img width="483" alt="Screenshot 2024-02-22 at 09 57 31" src="https://github.com/microsoft/vscode/assets/2193314/2375509f-88e0-4911-8225-313bba60e89b">
| completed | Native and custom hover on kernel button Repro
1. Create notebook
2. Try run a python cell
3. Select install kernel
4. Hover button
<img width="483" alt="Screenshot 2024-02-22 at 09 57 31" src="https://github.com/microsoft/vscode/assets/2193314/2375509f-88e0-4911-8225-313bba60e89b">
| 98 |
206453 | Markdown is not recognized on VScdoe but working on Jupyter notebook | 2024-02-22 17:03:03+00:00 | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
I am writing a markdown on VScode using the latest jupyter extension and receive an error message "Error: Expected node of symbol group type, but got node of type cr" (o... | Markdown is not recognized on VScdoe but working on Jupyter notebook ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
I am writing a markdown on VScode using the latest jupyter extension and receive an error message "... | 640 | ||
205998 | Run Tests in Current file/Run Test at Cursor / Do nothing when File is in Diff view | 2024-02-22 16:13:03+00:00 | 2024-02-26 16:09:45+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 | Run Tests in Current file/Run Test at Cursor / Do nothing when File is in Diff view <!-- ⚠️⚠️ 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/... | 460 |
205992 | Hover should hide when typing | 2024-02-22 14:52:32+00:00 | 2024-02-23 10:33:35+00:00 | Currently when you hover over an action you see a rich custom hover. When you type something into an input field, that hover stays. In contrast, the hover over activity bar nicely hides when typing.
I think hovers should hide when typing in almost all cases. | completed | Hover should hide when typing Currently when you hover over an action you see a rich custom hover. When you type something into an input field, that hover stays. In contrast, the hover over activity bar nicely hides when typing.
I think hovers should hide when typing in almost all cases. | 74 |
205985 | Notebook screen cheese when running follow up command | 2024-02-22 14:29:30+00:00 | * use `generate` to create a new cell
* it creates a cell, wait for its follow up command to show
* select the follow up command
* 🧀 the input overlays existing cells
<img width="836" alt="Screenshot 2024-02-22 at 15 28 12" src="https://github.com/microsoft/vscode/assets/1794099/5ef850be-4901-4e7b-9670-f80caa996... | Notebook screen cheese when running follow up command * use `generate` to create a new cell
* it creates a cell, wait for its follow up command to show
* select the follow up command
* 🧀 the input overlays existing cells
<img width="836" alt="Screenshot 2024-02-22 at 15 28 12" src="https://github.com/microsoft/v... | 119 | ||
205974 | terminal bell not working | 2024-02-22 11:57:12+00:00 | 2024-02-22 21:37:33+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 | terminal bell not working <!-- ⚠️⚠️ 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 e... | 645 |
205964 | Missing settings migration: `audioCues.chatResponsePending` | 2024-02-22 10:32:08+00:00 | 2024-02-22 18:58:54+00:00 | * have the `audioCues.chatResponsePending`-setting
* open settings editor and notice a warning
It seems that we are missing a settings migration. That's something we usually do when "breaking" a setting.
<img width="715" alt="Screenshot 2024-02-22 at 11 30 06" src="https://github.com/microsoft/vscode/assets/179... | completed | Missing settings migration: `audioCues.chatResponsePending` * have the `audioCues.chatResponsePending`-setting
* open settings editor and notice a warning
It seems that we are missing a settings migration. That's something we usually do when "breaking" a setting.
<img width="715" alt="Screenshot 2024-02-22 at 1... | 143 |
205961 | Editor gap to the top when I add a line | 2024-02-22 10:20:32+00:00 | 2024-02-22 15:15:41+00:00 | When I add a line into a package.json, notice how an empty line appears to the top:

| not_planned | Editor gap to the top when I add a line When I add a line into a package.json, notice how an empty line appears to the top:

| 97 |
205957 | Sticky scroll for editor won't zoom with Ctrl+Mouse Wheel if activated | 2024-02-22 09:52:03+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... | Sticky scroll for editor won't zoom with Ctrl+Mouse Wheel if activated <!-- ⚠️⚠️ 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/Submitti... | 484 | ||
205952 | Unbound breakpoint | 2024-02-22 08:52:13+00:00 | 2024-02-29 00:30:25+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 | Unbound breakpoint <!-- ⚠️⚠️ 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... | 399 |
205938 | 1.84.2 version link not available in mainland China | 2024-02-22 06:59:08+00:00 | 2024-02-23 09:32:45+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 | 1.84.2 version link not available in mainland China <!-- ⚠️⚠️ 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-Suggest... | 442 |
205924 | `code --install-extension` not working with roaming profiles | 2024-02-22 01:04:23+00:00 | 2024-03-04 20:59:53+00:00 | I'm using command line to install extensions to automate setup but it does not work on roaming profile where the profile has UNC path like `\\server-name\home\my-username\`
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduc... | completed | `code --install-extension` not working with roaming profiles I'm using command line to install extensions to automate setup but it does not work on roaming profile where the profile has UNC path like `\\server-name\home\my-username\`
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Ru... | 510 |
205922 | `workbench.action.debug.callStack{Top,Bottom}` editor focus lost | 2024-02-22 00:15:00+00:00 | 2024-03-04 18:55:41+00:00 | While [this is verified](https://github.com/microsoft/vscode/issues/203556) for `workbench.action.debug.callStack{Up,Down}` I still get the bad behavior for `workbench.action.debug.callStackTop` and `workbench.action.debug.callStackBottom` and feel like those commands should have a similar change.
When I run `workbe... | completed | `workbench.action.debug.callStack{Top,Bottom}` editor focus lost While [this is verified](https://github.com/microsoft/vscode/issues/203556) for `workbench.action.debug.callStack{Up,Down}` I still get the bad behavior for `workbench.action.debug.callStackTop` and `workbench.action.debug.callStackBottom` and feel like t... | 153 |
205918 | Sticky scroll results in cursor moving down several lines | 2024-02-21 23:09:32+00:00 | Testing #201450 on the latest Insiders on Windows
When the setting `editor.stickyScroll.maxLineCount` is set to 20, the cursor gets "stuck" in the bottom half of the editor even when there isn't that much nesting going on.
1. Navigate to the middle of a long file such as line 1800 of settingsTree.ts in the vscode... | Sticky scroll results in cursor moving down several lines Testing #201450 on the latest Insiders on Windows
When the setting `editor.stickyScroll.maxLineCount` is set to 20, the cursor gets "stuck" in the bottom half of the editor even when there isn't that much nesting going on.
1. Navigate to the middle of a lo... | 173 | ||
205907 | quick search esc leads to closing edited files | 2024-02-21 19:33:45+00:00 | 2024-02-21 23:04:10+00:00 | 1. have 2 files, a and b
2. make changes in b, do not save them
3. switch editor to a file
4. do a search using "quick search" for a term in file b
5. press esc
6. 🐛 a modal will come up asking if you want to save your changes to file b (since b got popped up during search but then the person was closing it after... | completed | quick search esc leads to closing edited files 1. have 2 files, a and b
2. make changes in b, do not save them
3. switch editor to a file
4. do a search using "quick search" for a term in file b
5. press esc
6. 🐛 a modal will come up asking if you want to save your changes to file b (since b got popped up during ... | 136 |
205899 | Terminal sticky scroll screen rendering issue | 2024-02-21 17:55:37+00:00 | 2024-02-29 20:10:44+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 | Terminal sticky scroll screen rendering issue <!-- ⚠️⚠️ 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 -... | 361 |
205898 | A11y_Fabric Extensions for VS Code_Fabric_GraphQI ApI _CCA:keyboard focus for GraphQI ApI is having color contrast ratio 1.243:1 which is less than 3:1. | 2024-02-21 17:55:33+00:00 | 2024-03-26 13:54: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... | completed | A11y_Fabric Extensions for VS Code_Fabric_GraphQI ApI _CCA:keyboard focus for GraphQI ApI is having color contrast ratio 1.243:1 which is less than 3:1. <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read ou... | 565 |
205895 | Runtime status shows when an extension is not install | 2024-02-21 17:27:18+00:00 | 2024-02-21 17:46:40+00:00 | From @Tyriar
This section show only show when installed

| completed | Runtime status shows when an extension is not install From @Tyriar
This section show only show when installed

| 74 |
205873 | Testing side bar colors: better highlight the difference between past and recently run tests | 2024-02-21 14:45:21+00:00 | 2024-03-26 15:23:01+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. -->
The **Testing** side bar should show the **rec... | completed | Testing side bar colors: better highlight the difference between past and recently run tests <!-- ⚠️⚠️ 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. -->
... | 360 |
205864 | CTRL+C in source control commit field should not copy anything when "editor.emptySelectionClipboard": false | 2024-02-21 12:50:12+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... | CTRL+C in source control commit field should not copy anything when "editor.emptySelectionClipboard": false <!-- ⚠️⚠️ 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://gith... | 639 | ||
205859 | Order of files in refactor preview doesn't match order in multi-diff editor | 2024-02-21 11:44:10+00:00 | 2024-02-22 08:39:28+00:00 | Testing https://github.com/microsoft/vscode/issues/205853
With all the files in the multi-diff editor collapsed to make it easy to see:

To repro, try to rename this:
https://github.com/microsoft/vscode/blob/f34... | completed | Order of files in refactor preview doesn't match order in multi-diff editor Testing https://github.com/microsoft/vscode/issues/205853
With all the files in the multi-diff editor collapsed to make it easy to see:

To... | 180 |
205855 | Discarding a refactor doesn't close the multi-diff editor | 2024-02-21 11:32:21+00:00 | 2024-02-21 11:43:41+00:00 | Testing https://github.com/microsoft/vscode/issues/205853
1. Make a refactor that shows the Refactor view
2. In the refactor view, click on a change to open the multi-diff editor
3. In the Refactor view, click "Discard"
4. I would expect the multi-diff editor to now close as it is not longer meaningful. | completed | Discarding a refactor doesn't close the multi-diff editor Testing https://github.com/microsoft/vscode/issues/205853
1. Make a refactor that shows the Refactor view
2. In the refactor view, click on a change to open the multi-diff editor
3. In the Refactor view, click "Discard"
4. I would expect the multi-diff edi... | 97 |
205850 | Refactor Preview: Unclear which file is revealed | 2024-02-21 11:04:20+00:00 | 2024-02-21 14:02:04+00:00 | FYI @aiday-mar

I think revealing should set focus of the text editor and the focused editor should have a different background color. | completed | Refactor Preview: Unclear which file is revealed FYI @aiday-mar

I think revealing should set focus of the text editor and the focused editor should have a different background color. | 105 |
205836 | Switching menubar display position failed with error | 2024-02-21 09:36:41+00:00 | 
Reproduction steps:
1. Use vscode.dev to open a project, such as `https://insiders.vscode.dev/github/microsoft/vscode`
2. Switch the top menubar from TitleBar to the ActivityBar, or do the opposite.
3. After switchi... | Switching menubar display position failed with error 
Reproduction steps:
1. Use vscode.dev to open a project, such as `https://insiders.vscode.dev/github/microsoft/vscode`
2. Switch the top menubar from TitleBar to t... | 292 | ||
205818 | workspace.onDidCloseNotebookDocument no longer getting fired when closing notebooks | 2024-02-21 05:25:43+00:00 | 2024-02-22 00:25:44+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 | workspace.onDidCloseNotebookDocument no longer getting fired when closing notebooks <!-- ⚠️⚠️ 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/... | 407 |
205789 | Misaligned gear icon | 2024-02-20 23:59:54+00:00 | 2024-02-21 14:21:14+00:00 | <img width="187" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/64b1fa6f-7228-4e98-beb2-6ee276866a7d">
1. Use `Night Owl` colour theme.
2. Go to extensions panel.
3. Notice that text is overlapping the border for the gear icon :bug:
| completed | Misaligned gear icon <img width="187" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/64b1fa6f-7228-4e98-beb2-6ee276866a7d">
1. Use `Night Owl` colour theme.
2. Go to extensions panel.
3. Notice that text is overlapping the border for the gear icon :bug:
| 102 |
205783 | Dictated text goes off screen when using voice commands. | 2024-02-20 23:27:53+00:00 | 2024-02-21 10:12:47+00:00 | Testing #205521
I'm not sure what the correct fix is but if the text was generated outside of the view, I would image the editor would scroll horizontally as text gets inserted. (same as typing in the editor).

| completed | Dictated text goes off screen when using voice commands. Testing #205521
I'm not sure what the correct fix is but if the text was generated outside of the view, I would image the editor would scroll horizontally as text gets inserted. (same as typing in the editor).

Installed is 0.0.5 | completed | `test-cli --version` reports wrong version Testing #205479

Installed is 0.0.5 | 68 |
205775 | Notebook editor options not respected when editor options set | 2024-02-20 22:31:17+00:00 | Testing #205740
1. Add the following User settings
```json
"editor.insertSpaces": true,
"notebook.editorOptionsCustomizations": {
"editor.insertSpaces": false
}
```
2. In a Jupyter notebook, create a new Python cell and write Python code with an indented section, such as a for loop or if statement.
3. :bu... | Notebook editor options not respected when editor options set Testing #205740
1. Add the following User settings
```json
"editor.insertSpaces": true,
"notebook.editorOptionsCustomizations": {
"editor.insertSpaces": false
}
```
2. In a Jupyter notebook, create a new Python cell and write Python code with an... | 114 | ||
205766 | Revealing a view causes VS Code to steal focus | 2024-02-20 21:32:36+00:00 | 2024-03-03 09:04:23+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 | Revealing a view causes VS Code to steal focus <!-- ⚠️⚠️ 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 ... | 609 |
205757 | Chat response button flickers in/out of existence during progressive rendering | 2024-02-20 20:45:56+00:00 | 2024-06-26 00:32:19+00:00 | Testing #205609
I have an agent that streams text and adds a button at the very end of the response. I've sometimes seen the button appear and quickly disappear from the rendered response before the text is fully progressively rendered. This only seems to happen sometimes though. Code https://github.com/joyceerhl/vs... | completed | Chat response button flickers in/out of existence during progressive rendering Testing #205609
I have an agent that streams text and adds a button at the very end of the response. I've sometimes seen the button appear and quickly disappear from the rendered response before the text is fully progressively rendered. T... | 97 |
205746 | "Select Indentation" popup | 2024-02-20 19:36:45+00:00 | Testing #205740
if I am already on spaces, then I select "convert to spaces" it gives me a weird popup on the status bar
https://github.com/microsoft/vscode/assets/26030610/85d675d0-5e3b-4559-a765-7bd33965d61d
| "Select Indentation" popup Testing #205740
if I am already on spaces, then I select "convert to spaces" it gives me a weird popup on the status bar
https://github.com/microsoft/vscode/assets/26030610/85d675d0-5e3b-4559-a765-7bd33965d61d
| 87 | ||
205744 | `Insert into Terminal` requires 2 clicks if terminal is closed | 2024-02-20 19:31:31+00:00 | 2024-03-22 15:40: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 | `Insert into Terminal` requires 2 clicks if terminal is closed <!-- ⚠️⚠️ 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-... | 591 |
205741 | "Try Feature" tooltip sounds awkward | 2024-02-20 19:27:02+00:00 | 2024-02-21 11:25:07+00:00 | Testing #205565
The "try feature" tooltip on the setting sounds awkward, and probably isn't useful for screen reader users either. A tooltip like "view setting" sounds nicer. | completed | "Try Feature" tooltip sounds awkward Testing #205565
The "try feature" tooltip on the setting sounds awkward, and probably isn't useful for screen reader users either. A tooltip like "view setting" sounds nicer. | 59 |
205736 | Auto inserted settings have validation warnings | 2024-02-20 19:00:57+00:00 | 2024-02-21 20:35:16+00:00 | Testing #205384
1. Enable all announcements
2. Enable all audio cues
3. :bug: auto-inserted settings get validation warnings:
```json
"accessibility.signals.chatResponseReceived": {
"sound": "on",
"announcement": "off"
},
``` | completed | Auto inserted settings have validation warnings Testing #205384
1. Enable all announcements
2. Enable all audio cues
3. :bug: auto-inserted settings get validation warnings:
```json
"accessibility.signals.chatResponseReceived": {
"sound": "on",
"announcement": "off"
},
``` | 90 |
205728 | Icons for open/close in 'Similar issues' is not aligned | 2024-02-20 18:18:24+00:00 | 2024-04-24 08:49:13+00:00 | Testing #205587
<img width="577" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/dfb7f33c-280e-48b3-8bce-ddf3bb179caf">
The icons seem to not be vertically aligned, and the list seems to not be aligned with the "similar issues" text. Additionally, Should it be "Similar Issues" instead of "Sim... | completed | Icons for open/close in 'Similar issues' is not aligned Testing #205587
<img width="577" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/dfb7f33c-280e-48b3-8bce-ddf3bb179caf">
The icons seem to not be vertically aligned, and the list seems to not be aligned with the "similar issues" text. Ad... | 135 |
205726 | requestLanguageModelAccess throws error on first call when copilot hasn't been activated | 2024-02-20 18:15:04+00:00 | 2024-03-22 14:24:19+00:00 | Testing #205568
Not sure if this is an issue with the api implementation or with copilot
1. Start VS Code but do not active vscode chat
2. Call `vscode.lm.requestLanguageModelAccess('copilot-gpt-4')`
**bug**
The first time this is called, after a small delay I see:
`
**bug**
The first ti... | 158 |
205722 | Error isn't rendered to response | 2024-02-20 17:23:05+00:00 | 2024-02-21 11:07:13+00:00 | Testing #205609
I asked a question and noticed this:

Empty. Further inspection of my logs yielded:
```
stack trace: Error: Message exceeds token limit.
at SA.provideLanguageModelResponse2 (/Users/tyleonha/.... | completed | Error isn't rendered to response Testing #205609
I asked a question and noticed this:

Empty. Further inspection of my logs yielded:
```
stack trace: Error: Message exceeds token limit.
at SA.provideLanguage... | 590 |
205714 | Add setting to control inline chat accessibility logic | 2024-02-20 16:34:14+00:00 | 2024-02-21 10:06:40+00:00 | We have added an accessible diff viewer for inline chat. Today, this is on when accessibility mode is on and off otherwise. We should have dedicated setting with on, off, and auto | completed | Add setting to control inline chat accessibility logic We have added an accessible diff viewer for inline chat. Today, this is on when accessibility mode is on and off otherwise. We should have dedicated setting with on, off, and auto | 54 |
205698 | Documentation of followSymLinks flag is not clear | 2024-02-20 15:23:31+00:00 | 2024-02-21 20:08:36+00:00 | Testing #205408
```ts
/**
* Whether symlinks should be followed while searching.
* See the vscode setting `"search.followSymlinks"`.
*/
followSymlinks?: boolean;
```
It is not clear what is the default value.
| completed | Documentation of followSymLinks flag is not clear Testing #205408
```ts
/**
* Whether symlinks should be followed while searching.
* See the vscode setting `"search.followSymlinks"`.
*/
followSymlinks?: boolean;
```
It is not clear what is the default value.
| 80 |
205697 | Documentation of fuzzy flag seems to be wrong | 2024-02-20 15:18:12+00:00 | 2024-02-21 20:08:35+00:00 | Testing #205408
```ts
/**
* If set to true, the `filePattern` arg will be fuzzy-searched instead of glob-searched.
* If `filePattern` is a `GlobPattern`, then the fuzzy search will act on the `pattern` of the `RelativePattern`
*/
fuzzy?: boolean;
```
Does the following line
```
If `filePatte... | completed | Documentation of fuzzy flag seems to be wrong Testing #205408
```ts
/**
* If set to true, the `filePattern` arg will be fuzzy-searched instead of glob-searched.
* If `filePattern` is a `GlobPattern`, then the fuzzy search will act on the `pattern` of the `RelativePattern`
*/
fuzzy?: boolean;
```
... | 200 |
205694 | [Bug]: Close the editor on accepting or discarding the refactor from the refactor preview | 2024-02-20 15:14:01+00:00 | 2024-02-21 08:09:34+00:00 | - Make a refactor and open the refactor preview
- Click on accept/discard
- The editor showing the refactor preview does not close 🐛 | completed | [Bug]: Close the editor on accepting or discarding the refactor from the refactor preview - Make a refactor and open the refactor preview
- Click on accept/discard
- The editor showing the refactor preview does not close 🐛 | 60 |
205687 | Git: Line length diagnostics don't update when length settings update | 2024-02-20 14:31:38+00:00 | 2024-02-20 16:41:43+00:00 | Testing #205559
1. Have a commit message with more than 50 characters on the first line, notice the warning.
2. Open the settings editor and change `git.inputValidationSubjectLength` to 100.
🐛 The warning is still there. | completed | Git: Line length diagnostics don't update when length settings update Testing #205559
1. Have a commit message with more than 50 characters on the first line, notice the warning.
2. Open the settings editor and change `git.inputValidationSubjectLength` to 100.
🐛 The warning is still there. | 78 |
205686 | Git: Rename quick fix for whitespace characters | 2024-02-20 14:30:11+00:00 | 2024-02-21 07:35:48+00:00 | Testing #205559
Message:
<img width="553" alt="image" src="https://github.com/microsoft/vscode/assets/22350/f1204876-9f8a-4543-9d2d-842ecf7e9767">
Quick fix:
<img width="230" alt="image" src="https://github.com/microsoft/vscode/assets/22350/d4c21748-52d8-43f0-9dcc-fa633e7cf1b0">
Better names:
- `Clear... | completed | Git: Rename quick fix for whitespace characters Testing #205559
Message:
<img width="553" alt="image" src="https://github.com/microsoft/vscode/assets/22350/f1204876-9f8a-4543-9d2d-842ecf7e9767">
Quick fix:
<img width="230" alt="image" src="https://github.com/microsoft/vscode/assets/22350/d4c21748-52d8-43f0-... | 211 |
205685 | Git: Hard wrap needs to account for white space | 2024-02-20 14:27:19+00:00 | 2024-02-21 09:26:16+00:00 | Testing #205559
Have the following commit input:
```
This milestone we have updated the commit input
validation to use language diagnostics instead of
a custom UI. Using language diagnostics also
enabled us to implement code actions to fix the
various validation errors.
... | completed | Git: Hard wrap needs to account for white space Testing #205559
Have the following commit input:
```
This milestone we have updated the commit input
validation to use language diagnostics instead of
a custom UI. Using language diagnostics also
enabled us to implement code... | 248 |
205681 | Gear icon in "list signal sounds" doesn't do anything | 2024-02-20 14:23:50+00:00 | 2024-02-22 18:50:17+00:00 | Testing #205384
- Run "List Signal Sounds"
- Two of these have gear icons, no tooltip, I don't know what it does and clicking it doesn't do anything

Also I don't know why the format option says "(undefined)" | completed | Gear icon in "list signal sounds" doesn't do anything Testing #205384
- Run "List Signal Sounds"
- Two of these have gear icons, no tooltip, I don't know what it does and clicking it doesn't do anything

Also I... | 124 |
205680 | "Always" showing incoming changes doesn't always show incoming changes | 2024-02-20 14:15:30+00:00 | I just set both incoming and outgoing to always using the git menu like this:

However, no incoming changes are shown. `git log`:

However, no incoming changes are shown. `git log`:

| completed | Open editors DND is strange when sorting by name If you configure `explorer.openEditors.sortOrder`, DND in open editors feels a bit strange, should we disable it then?

| 106 |
205643 | Multi Folder Workspace title only changes on file change | 2024-02-20 08:26:10+00:00 | 2024-02-21 16:12:36+00:00 | Testing #205539
1. Open a multi folder workspace with 1 repository each
2. switch the branch
3. branch name updates in the statusbar, but not in the title bar until the user switches to a new tab/file | completed | Multi Folder Workspace title only changes on file change Testing #205539
1. Open a multi folder workspace with 1 repository each
2. switch the branch
3. branch name updates in the statusbar, but not in the title bar until the user switches to a new tab/file | 63 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.