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 |
|---|---|---|---|---|---|---|---|
197088 | Consider editor associations when opening notebook results in search | 2023-10-31 17:00:51+00:00 | 2023-12-15 19:52:35+00:00 | As discussed in https://github.com/microsoft/vscode/pull/192358, we should consider editor associations when deciding whether to open the result as a notebook in notebook search. | completed | Consider editor associations when opening notebook results in search As discussed in https://github.com/microsoft/vscode/pull/192358, we should consider editor associations when deciding whether to open the result as a notebook in notebook search. | 53 |
197076 | workbench.action.quickchat.toggle should send query even when quick chat was open | 2023-10-31 15:05:19+00:00 | 2023-10-31 22:41:21+00:00 | Repro:
1. focus terminal
2. ctrl/cmd+i
3. Run some query
4. focus terminal
5. ctrl/cmd+i, quick chat if focused only, query is not added
cc @TylerLeonhardt | completed | workbench.action.quickchat.toggle should send query even when quick chat was open Repro:
1. focus terminal
2. ctrl/cmd+i
3. Run some query
4. focus terminal
5. ctrl/cmd+i, quick chat if focused only, query is not added
cc @TylerLeonhardt | 77 |
197072 | Debug console filter box is not wide enough to read placeholder | 2023-10-31 14:16:54+00:00 | 2023-11-01 21:42:43+00:00 | In the Korean language pack several characters are cut off and the input is not resizable. 

Additionally the hover does n... | completed | Debug console filter box is not wide enough to read placeholder In the Korean language pack several characters are cut off and the input is not resizable. 


With history focused:


With history focused:

This does not happen in Notepad:

This does not happen in Notepa... | 151 | ||
196990 | `Run in terminal` -> `Insert in terminal` | 2023-10-30 14:49:40+00:00 | 2023-10-30 15:11:41+00:00 | Since the text just gets inserted in the terminal, I think we should go with `Insert` or similar instead of `Run`.
<img width="339" alt="Screenshot 2023-10-30 at 7 49 33โฏAM" src="https://github.com/microsoft/vscode/assets/29464607/11f7bc21-7a1d-4562-a23c-e490d613e0d7">
| completed | `Run in terminal` -> `Insert in terminal` Since the text just gets inserted in the terminal, I think we should go with `Insert` or similar instead of `Run`.
<img width="339" alt="Screenshot 2023-10-30 at 7 49 33โฏAM" src="https://github.com/microsoft/vscode/assets/29464607/11f7bc21-7a1d-4562-a23c-e490d613e0d7">
| 114 |
196979 | Chat view in secondary sidebar in remote window is blank on reload | 2023-10-30 13:38:49+00:00 | 2023-10-30 14:30:18+00:00 | - Open a Remote window (WSL or Dev Container)
- Move Chat view to Secondary Sidebar
- Reload Window
๐ Chat view is not displayed | completed | Chat view in secondary sidebar in remote window is blank on reload - Open a Remote window (WSL or Dev Container)
- Move Chat view to Secondary Sidebar
- Reload Window
๐ Chat view is not displayed | 52 |
196971 | Clear Recently Opened function doesn't display pop-up prompt when no windows are open - macOS | 2023-10-30 11:59:36+00:00 | 2023-10-30 21:52:27+00:00 | Type: <b>Bug</b>
1. Close any open windows.
2. Go to **File** > **Open Recent** and click **Clear Recently Opened**.
VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:46:55.789Z)
OS version: Darwin x64 20.6.0 | completed | Clear Recently Opened function doesn't display pop-up prompt when no windows are open - macOS Type: <b>Bug</b>
1. Close any open windows.
2. Go to **File** > **Open Recent** and click **Clear Recently Opened**.
VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:46:55.789Z)
OS ... | 117 |
196969 | Activation `onCommand` sometimes never returns when there are multiple extension hosts | 2023-10-30 11:44:51+00:00 | I have only seen this in Codespaces so far. In short, this promise never completes:
https://github.com/microsoft/vscode/blob/61bc7a3db659af6acc29e715a8ba840e3c892144/src/vs/workbench/services/commands/common/commandService.ts#L71-L72
I was able to debug a little, and it seems that one of the extension host manage... | reopened | Activation `onCommand` sometimes never returns when there are multiple extension hosts I have only seen this in Codespaces so far. In short, this promise never completes:
https://github.com/microsoft/vscode/blob/61bc7a3db659af6acc29e715a8ba840e3c892144/src/vs/workbench/services/commands/common/commandService.ts#L71-... | 351 | |
196951 | There are no commenting ranges at the current position. | 2023-10-30 08:19:39+00:00 | 2023-11-24 10:45:03+00:00 | ```javascript
Error: There are no commenting ranges at the current position.
at A.addCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsController.ts:1015:11
at A.addOrToggleCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsController.ts:995:10
at A.Y in src/vs/workbench/contrib/com... | completed | There are no commenting ranges at the current position. ```javascript
Error: There are no commenting ranges at the current position.
at A.addCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsController.ts:1015:11
at A.addOrToggleCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsCont... | 522 |
196950 | Cannot read properties of undefined (reading 'add') | 2023-10-30 08:18:23+00:00 | 2023-12-07 00:14:15+00:00 | ```javascript
TypeError: Cannot read properties of undefined (reading 'add')
at u.value in src/vs/workbench/api/browser/mainThreadDebugService.ts:41:46
at f.y in src/vs/base/common/event.ts:1140:13
at f.z in src/vs/base/common/event.ts:1151:9
at f.fire in src/vs/base/common/event.ts:1175:9
at <anonymous> in src/v... | completed | Cannot read properties of undefined (reading 'add') ```javascript
TypeError: Cannot read properties of undefined (reading 'add')
at u.value in src/vs/workbench/api/browser/mainThreadDebugService.ts:41:46
at f.y in src/vs/base/common/event.ts:1140:13
at f.z in src/vs/base/common/event.ts:1151:9
at f.fire in src/vs/... | 249 |
196905 | vscode for MacOS adds 0x0a at the end of files but not in Windows | 2023-10-28 22:29: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... | vscode for MacOS adds 0x0a at the end of files but not in Windows <!-- โ ๏ธโ ๏ธ 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-Bu... | 447 | ||
196876 | [Accessibility] `Verified domain` in Extension page doesn't have a clear `title` attribute | 2023-10-28 03:57:23+00:00 | 2023-11-02 19:03:18+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. -->
Currently, the `Verified domain: http://example.com` only show as `http://example.com`, whi... | completed | [Accessibility] `Verified domain` in Extension page doesn't have a clear `title` attribute <!-- โ ๏ธโ ๏ธ 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. -->
... | 285 |
196870 | Codicon chat avatars change color on focus | 2023-10-28 00:22:28+00:00 | 2023-10-30 21:38:33+00:00 | Annoying aggressive list codicon styles, should really figure out how to scope that down

| completed | Codicon chat avatars change color on focus Annoying aggressive list codicon styles, should really figure out how to scope that down

| 86 |
196857 | Support virtualization in Code action list | 2023-10-27 20:52:33+00:00 | 2023-11-22 23:29:58+00:00 | while working on a python/notebook file, language server suggests tons of code actions, which blocks the UI for ~5 seconds
<img width="2229" alt="image" src="https://github.com/microsoft/vscode/assets/876920/bce962ec-99d8-4fcc-8f6c-2bad0a6b0f45">
| completed | Support virtualization in Code action list while working on a python/notebook file, language server suggests tons of code actions, which blocks the UI for ~5 seconds
<img width="2229" alt="image" src="https://github.com/microsoft/vscode/assets/876920/bce962ec-99d8-4fcc-8f6c-2bad0a6b0f45">
| 100 |
196856 | Clicking on terminal decoration focus on sidebar | 2023-10-27 20:45:16+00:00 | 2023-12-20 23:20:29+00:00 | * Run a command in terminal
* Click on the decoration
* The sidebar gets focus ;(
https://github.com/microsoft/vscode/assets/876920/b643945b-15aa-4fec-9a50-50202daff828
| completed | Clicking on terminal decoration focus on sidebar * Run a command in terminal
* Click on the decoration
* The sidebar gets focus ;(
https://github.com/microsoft/vscode/assets/876920/b643945b-15aa-4fec-9a50-50202daff828
| 70 |
196846 | Activity bar position setting description is referring to wrong setting | 2023-10-27 17:00:42+00:00 | 2023-10-30 13:35:35+00:00 | Setting should refer to `window.titleBarStyle`
<img width="995" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/5fe8df06-2530-425a-b84d-727605ff20b0">
| completed | Activity bar position setting description is referring to wrong setting Setting should refer to `window.titleBarStyle`
<img width="995" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/5fe8df06-2530-425a-b84d-727605ff20b0">
| 84 |
196823 | Incorrect exit lifecycle for utility process | 2023-10-27 12:25:06+00:00 | https://github.com/microsoft/vscode/issues/194477 revealed that utility process will send faulty exit events while the process is still active, this is because the [exit handler based on message channel](https://github.com/electron/electron/blob/652f995128de858c7a68fad853f56e80e0c2c222/shell/services/node/node_service.... | Incorrect exit lifecycle for utility process https://github.com/microsoft/vscode/issues/194477 revealed that utility process will send faulty exit events while the process is still active, this is because the [exit handler based on message channel](https://github.com/electron/electron/blob/652f995128de858c7a68fad853f56... | 204 | ||
196814 | Parent git repository is not shown upon selecting | 2023-10-27 09:56:10+00:00 | 2023-10-31 08:57:55+00:00 | - Clone https://github.com/microsoft/vscode-extension-samples
- Open the folder `vscode-extension-samples/decorator-sample` in a new profile
- Go to SCM view and Click on **Open Repository** button and select `vscode-extension-sample` repository from the opened quick pick
๐ Following view is shown in SCM instead of... | completed | Parent git repository is not shown upon selecting - Clone https://github.com/microsoft/vscode-extension-samples
- Open the folder `vscode-extension-samples/decorator-sample` in a new profile
- Go to SCM view and Click on **Open Repository** button and select `vscode-extension-sample` repository from the opened quick ... | 170 |
196801 | In-progress badge on SCM activity bar icon gets overwritten prematurely by count badge | 2023-10-27 08:42:35+00:00 | 2023-10-30 11:30:02+00:00 | Type: <b>Bug</b>
An extension I maintain creates multiple SourceControl objects and implements a command to refresh them all in parallel. When an object has completed its refresh (adding/removing/updating its SourceControlResourceGroups) it updates its count property. When this happens for the first object the progr... | completed | In-progress badge on SCM activity bar icon gets overwritten prematurely by count badge Type: <b>Bug</b>
An extension I maintain creates multiple SourceControl objects and implements a command to refresh them all in parallel. When an object has completed its refresh (adding/removing/updating its SourceControlResource... | 379 |
196794 | Ordering of installation of vscode:extensions matters and leads to errors on loading | 2023-10-27 07:16:22+00:00 | 2024-02-01 14:21:09+00:00 | Behaviour:
- Upon opening a GitHub code space with the following configuration of extensions, I get an error saying that one of the extensions are not installed (but it should be installed since it is in the list).
- VS Code Version: Version: 1.83.1 (Universal) / Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc
- ... | completed | Ordering of installation of vscode:extensions matters and leads to errors on loading Behaviour:
- Upon opening a GitHub code space with the following configuration of extensions, I get an error saying that one of the extensions are not installed (but it should be installed since it is in the list).
- VS Code Versio... | 634 |
196792 | Progress badge is not rendered centered | 2023-10-27 06:38:48+00:00 | 2023-10-27 07:58:09+00:00 | Before:

After:

| completed | Progress badge is not rendered centered Before:

After:

| 113 |
196790 | Aux window: `window.focus` is broken | 2023-10-27 06:25:08+00:00 | 2023-10-27 06:40:58+00:00 | Small typo in the `window.focus` method of aux windows.
**Steps:**
* open an aux window with an editor
* go back to main window and show "Open Editors"
* double click into the editor of the aux window
* ๐ the aux window does not get window focus | completed | Aux window: `window.focus` is broken Small typo in the `window.focus` method of aux windows.
**Steps:**
* open an aux window with an editor
* go back to main window and show "Open Editors"
* double click into the editor of the aux window
* ๐ the aux window does not get window focus | 79 |
196789 | Aux window: CSS cloning is broken | 2023-10-27 05:44:42+00:00 | 2023-10-27 06:10:41+00:00 | **Steps:**
* open an aux window (Linux, Windows)
* close the editor
* right-click into the empty group
* ๐ context menu is broken | completed | Aux window: CSS cloning is broken **Steps:**
* open an aux window (Linux, Windows)
* close the editor
* right-click into the empty group
* ๐ context menu is broken | 45 |
196780 | Cannot get compare result when files size >= 2M | 2023-10-27 02:23:26+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... | Cannot get compare result when files size >= 2M <!-- โ ๏ธโ ๏ธ 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... | 412 | ||
196776 | Toggle Inline Chat Icon gutter item appears when inline chat isn't available | 2023-10-27 00:30:16+00:00 | 2023-11-03 07:34:46+00:00 | 1. Open a repo in insiders.vscode.dev
2. Right click on the gutter
3. :bug: Toggle Inline Chat Icon is present in the context menu
| completed | Toggle Inline Chat Icon gutter item appears when inline chat isn't available 1. Open a repo in insiders.vscode.dev
2. Right click on the gutter
3. :bug: Toggle Inline Chat Icon is present in the context menu
| 56 |
196773 | Settings sync appears as first walkthrough step on fresh install | 2023-10-27 00:01:23+00:00 | 2023-11-09 10:23:17+00:00 | I noticed this:

I was surprised to see that I was landed on the second step of the walkthrough, and that settings sync was listed first.
| completed | Settings sync appears as first walkthrough step on fresh install I noticed this:

I was surprised to see that I was landed on the second step of the walkthrough, and that settings sync was listed first.
| 95 |
196763 | Aux window: Editor welcome page always focuses main window | 2023-10-26 20:17:51+00:00 | 2023-10-30 08:14:52+00:00 | Type: <b>Bug</b>
Clicking one of the action links in an untitled editor's welcome page seems to do the right thing, but switches the focus to the main window. For opening with a different editor, the document is opened in the main window.
GIF:


VS Code version: ... | not_planned | Aux window: Activity bar tooltips show relative to aux window Type: <b>Bug</b>
GIF should be self-explanatory:
1. Open aux window and make it the active window
2. Hover an item in the activity bar (might be applicable to other things too)

2. Set `"terminal.integrated.developer.devMode": true`
3. Open terminal
4. Write some text, note the cursor location
5. Focus an editor
6. Focus the terminal, ๐ the cursor is at the start of the textbox

2. Set `"terminal.integrated.developer.devMode": true`
3. Open terminal
4. Write some text, note the cursor location
5. Focus an editor
6. Focus the terminal, ๐ the cursor is at the start... | 134 |
196746 | Windows: Investigate changes to API behavior for Wi-Fi access and location | 2023-10-26 18:02:06+00:00 | 2024-01-09 08:49:55+00:00 | Due to this upcoming [breaking change in Windows](https://learn.microsoft.com/en-us/windows/win32/nativewifi/wi-fi-access-location-changes), it seems like VS Code is shown as an application which occasionally asks for Location:
> We are seeing location access prompts being generated by this app due to a breaking cha... | completed | Windows: Investigate changes to API behavior for Wi-Fi access and location Due to this upcoming [breaking change in Windows](https://learn.microsoft.com/en-us/windows/win32/nativewifi/wi-fi-access-location-changes), it seems like VS Code is shown as an application which occasionally asks for Location:
> We are seein... | 537 |
196739 | Gutter context menu unconditionally offers `Toggle Inline Chat Icon` | 2023-10-26 16:26:15+00:00 | 2023-10-27 07:40:46+00:00 | Type: <b>Bug</b>
1. Launch VS Code Insiders 1.84
2. Run command `Profiles: Create a Temporary Profile`
3. Run command `Preferences: Open User Settings (JSON)`
4. Right-click in the gutter to the left of line 1 or 2.
Context menu offers an option that I think is only relevant if I have an inline chat provider e... | not_planned | Gutter context menu unconditionally offers `Toggle Inline Chat Icon` Type: <b>Bug</b>
1. Launch VS Code Insiders 1.84
2. Run command `Profiles: Create a Temporary Profile`
3. Run command `Preferences: Open User Settings (JSON)`
4. Right-click in the gutter to the left of line 1 or 2.
Context menu offers an opt... | 228 |
196736 | Calling acceptResponse with the same result twice breaks `chatResponsePending` cue | 2023-10-26 16:13:21+00:00 | 2023-11-09 22:26:33+00:00 | https://github.com/microsoft/vscode/blob/d3adf9ce12343bd6c4b192689d260b13d644315d/src/vs/workbench/contrib/chat/browser/chatAccessibilityService.ts#L41-L49
The _lastResponse property is checked _before_ unsetting the _hasReceivedRequest_ field | completed | Calling acceptResponse with the same result twice breaks `chatResponsePending` cue https://github.com/microsoft/vscode/blob/d3adf9ce12343bd6c4b192689d260b13d644315d/src/vs/workbench/contrib/chat/browser/chatAccessibilityService.ts#L41-L49
The _lastResponse property is checked _before_ unsetting the _hasReceivedReque... | 121 |
196716 | Update API allow list | 2023-10-26 13:43:12+00:00 | 2023-10-30 22:34:04+00:00 | When I start my VS Code insiders I am seeing these warnings about APIs being allow listed but not a proposal anymore. We should cleanup
```
2023-10-26 09:55:06.217 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal 'languageConfiguration... | completed | Update API allow list When I start my VS Code insiders I am seeing these warnings about APIs being allow listed but not a proposal anymore. We should cleanup
```
2023-10-26 09:55:06.217 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal ... | 302 |
196686 | emmet abbrevation suggestion is not working | 2023-10-26 08:20:45+00:00 | 2023-11-03 11:24:12+00:00 | Type: <b>Feature Request</b>
my emmet abbrevation is not working it is not helping me generate auto okay let me explain this very clearly if i write .myname then it should give me suggesstion to generate class for .myname here now when i am typing its saying no suggesstions.
VS Code version: Code 1.83.1 (f1b07bd2... | not_planned | emmet abbrevation suggestion is not working Type: <b>Feature Request</b>
my emmet abbrevation is not working it is not helping me generate auto okay let me explain this very clearly if i write .myname then it should give me suggesstion to generate class for .myname here now when i am typing its saying no suggesstion... | 156 |
196684 | Specific inputs cause replacing single instance in Search View to skip selection past the next instance | 2023-10-26 07:46:22+00:00 | <!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
I searched for open issue tickets with the "bug" and "search-replace" labels and didn't find a matching one.
Does this issue occur when all extensions are disabled?: Yes
- VS Code + OS V... | Specific inputs cause replacing single instance in Search View to skip selection past the next instance <!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
I searched for open issue tickets with the "bug" and "search-replace" labels and didn't ... | 680 | ||
196644 | Accessible view / Open Detected Link iteration | 2023-10-25 20:13:43+00:00 | 2023-12-19 20:38:40+00:00 | Testing https://github.com/microsoft/vscode/issues/193988
It seems like the accessible buffer _always_ open in screen reader accessibility mode after the link quickpick is closed, even if it was not open before. This seems like a bug.
Also: it seems like Gitlens uses Ctrl+Shift+G as the start of its chords. With ... | completed | Accessible view / Open Detected Link iteration Testing https://github.com/microsoft/vscode/issues/193988
It seems like the accessible buffer _always_ open in screen reader accessibility mode after the link quickpick is closed, even if it was not open before. This seems like a bug.
Also: it seems like Gitlens uses... | 125 |
196640 | Installation trigger for Python extension when Python language is selected in an untitled file | 2023-10-25 19:49:36+00:00 | 2023-10-26 16:39:36+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. -->
Current behavior: If a user opens a Python file ... | completed | Installation trigger for Python extension when Python language is selected in an untitled file <!-- โ ๏ธโ ๏ธ 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. --... | 404 |
196630 | Vscode cannot access extensions marketplace when http.proxy contains user credentials | 2023-10-25 18:19:53+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... | Vscode cannot access extensions marketplace when http.proxy contains user credentials <!-- โ ๏ธโ ๏ธ 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/vscod... | 926 | ||
196613 | SCM view: Repositories submenu of context menu on blank area of a Source Control section can display blank entries | 2023-10-25 16:37:24+00:00 | 2023-11-21 11:34:10+00:00 | Type: <b>Bug</b>
1. Have a source control provider that calls `vscode.scm.createSourceControl` with a `rootUri` whose `path element is `/` (e.g. for a scheme provided by a FileSystemProvider)
2. Open the submenu.

... | completed | SCM view: Repositories submenu of context menu on blank area of a Source Control section can display blank entries Type: <b>Bug</b>
1. Have a source control provider that calls `vscode.scm.createSourceControl` with a `rootUri` whose `path element is `/` (e.g. for a scheme provided by a FileSystemProvider)
2. Open t... | 311 |
196607 | `manageCheckboxStateManually` has no effect on tree view | 2023-10-25 15:48:09+00:00 | 2023-10-26 14:56: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... | completed | `manageCheckboxStateManually` has no effect on tree 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/wiki/Submitting-Bugs-and-Su... | 572 |
196606 | Terminal quick fix should go away when a command is run | 2023-10-25 15:31:35+00:00 | This looks wrong:

Note that we still want to keep the behavior of the quick fix remaining when an empty command is run | Terminal quick fix should go away when a command is run This looks wrong:

Note that we still want to keep the behavior of the quick fix remaining when an empty command is run | 88 | ||
196597 | Cannot navigate occurrences via F7 | 2023-10-25 14:00:22+00:00 | 2023-10-25 20:11:40+00:00 | * select a symbol
* wait for its occurrences to get highlighted
* press F7 to go to the next highlight
* :bug: doesn't work, error shows `Cannot read properties of undefined (reading 'getStartPosition')` | completed | Cannot navigate occurrences via F7 * select a symbol
* wait for its occurrences to get highlighted
* press F7 to go to the next highlight
* :bug: doesn't work, error shows `Cannot read properties of undefined (reading 'getStartPosition')` | 69 |
196589 | Code Action commands provided by language server are executed automatically on mouse-over | 2023-10-25 13:03:01+00:00 | 2023-12-13 16:56: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 | Code Action commands provided by language server are executed automatically on mouse-over <!-- โ ๏ธโ ๏ธ 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/v... | 782 |
196588 | All failed git hooks throw the error message "Make sure you configure your user.name and user.email in git" | 2023-10-25 13:01:36+00:00 | 2023-12-24 11:24: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... | not_planned | All failed git hooks throw the error message "Make sure you configure your user.name and user.email in git" <!-- โ ๏ธโ ๏ธ 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... | 487 |
196578 | Multiple selected terminal tabs won't close on pressing delete, only the current one would | 2023-10-25 11:15:06+00:00 | 2023-12-07 14:13: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 | Multiple selected terminal tabs won't close on pressing delete, only the current one would <!-- โ ๏ธโ ๏ธ 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/... | 497 |
196574 | Restoring comments again duplicates them | 2023-10-25 10:29:34+00:00 | 2024-01-31 11:26:48+00:00 | Testing #193104
1. Follow the pre-requisites from https://github.com/microsoft/vscode/issues/193104
2. In a file, sprinkle three separate comments.
3. Store changes in Cloud.
4. In another machine, same file, restore changes in Cloud. All three comments show up.
5. Update the first comment by adding a line.
6. ... | completed | Restoring comments again duplicates them Testing #193104
1. Follow the pre-requisites from https://github.com/microsoft/vscode/issues/193104
2. In a file, sprinkle three separate comments.
3. Store changes in Cloud.
4. In another machine, same file, restore changes in Cloud. All three comments show up.
5. Update... | 131 |
196571 | Continue on doesn't work for file-level comments | 2023-10-25 10:16:55+00:00 | 2023-11-03 15:26:41+00:00 | Testing #193104
### Repro:
1. Set up is as described in the TPI
2. Add file level comment
3. Make an edit to the file with the newly created comment
4. Store changes in cloud using "Store working changes in cloud" command
5. Switch to another machine with the PR checked out
6. Invoke on that machine "Resum... | completed | Continue on doesn't work for file-level comments Testing #193104
### Repro:
1. Set up is as described in the TPI
2. Add file level comment
3. Make an edit to the file with the newly created comment
4. Store changes in cloud using "Store working changes in cloud" command
5. Switch to another machine with the... | 347 |
196562 | Nervous progress bar while making edits | 2023-10-25 09:10:04+00:00 | 2023-10-25 15:58:24+00:00 | * ask chat to write a bunch of code
* the progress bar keeps resetting itself
https://github.com/microsoft/vscode/assets/1794099/10e8ea59-dae6-4fa6-8def-6af8b2e7c4a2
| completed | Nervous progress bar while making edits * ask chat to write a bunch of code
* the progress bar keeps resetting itself
https://github.com/microsoft/vscode/assets/1794099/10e8ea59-dae6-4fa6-8def-6af8b2e7c4a2
| 73 |
196554 | Intellisense for required modules doesn't work in .vscode-test.js | 2023-10-25 07:49:49+00:00 | 2023-10-30 23:41:03+00:00 | Testing #196332
This would also enable IntelliSense. The only way I could get it working is by changing the `require` to an `import`, but that then fails at runtime suggesting to use `"type": "module"` in the package.json. | completed | Intellisense for required modules doesn't work in .vscode-test.js Testing #196332
This would also enable IntelliSense. The only way I could get it working is by changing the `require` to an `import`, but that then fails at runtime suggesting to use `"type": "module"` in the package.json. | 89 |
196550 | Test configuration drop-down not updated | 2023-10-25 07:11:21+00:00 | 2023-10-31 17:37:32+00:00 | Testing #196332
The drop-down shows old configuration labels:

| completed | Test configuration drop-down not updated Testing #196332
The drop-down shows old configuration labels:

| 71 |
196546 | Test UI could me clearer on discovery errors | 2023-10-25 07:01:27+00:00 | 2023-11-01 18:59:52+00:00 | Testing #196332
It shows the error's message, but doesn't make explicit that there was an error thrown.

This is from:
```js
throw new Error('just throwing some error');
```
| completed | Test UI could me clearer on discovery errors Testing #196332
It shows the error's message, but doesn't make explicit that there was an error thrown.

This is from:
```js
throw new Error('just throwing some error'... | 108 |
196545 | Voice: recording with mic should append to existing text | 2023-10-25 06:43:24+00:00 | 2023-10-25 07:10:35+00:00 | We should respect text that is already there and append at the end when recording. | completed | Voice: recording with mic should append to existing text We should respect text that is already there and append at the end when recording. | 30 |
196532 | Notebook scrolling to the next cell is weird when using shift+enter | 2023-10-25 06:10:20+00:00 | 2023-11-03 18:33:08+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 | Notebook scrolling to the next cell is weird when using shift+enter <!-- โ ๏ธโ ๏ธ 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-... | 689 |
196508 | Multi file highlighting doesn't work in editor grid layout | 2023-10-24 21:48:33+00:00 | 2024-04-02 18:17:40+00:00 | Testing #196342
1. Switch the editor to Grid layout (View > Editor Layout > Grid (2x2))
2. Open the same file in each editor (for the repro I used Markdown file /docs/getstarted/userinterface.md in a local clone of the vscode-docs repo).
3. In the top left editor, click on "heart"
Only the top right editor disp... | completed | Multi file highlighting doesn't work in editor grid layout Testing #196342
1. Switch the editor to Grid layout (View > Editor Layout > Grid (2x2))
2. Open the same file in each editor (for the repro I used Markdown file /docs/getstarted/userinterface.md in a local clone of the vscode-docs repo).
3. In the top left... | 194 |
196506 | Cryptic error message for presumably a malformed `vscode-remote` URL | 2023-10-24 21:44:27+00:00 | 2023-12-06 16:52:41+00:00 | Testing #196192
Triggered by trying `vscode-insiders://vscode-remote/https://github.com/brettcannon/microvenv/blob/main/.github/workflows/release.yml` :

| completed | Cryptic error message for presumably a malformed `vscode-remote` URL Testing #196192
Triggered by trying `vscode-insiders://vscode-remote/https://github.com/brettcannon/microvenv/blob/main/.github/workflows/release.yml` :
, but doesn't do anything.
(Edit: I eventually found `editor.action.toggleScree... | not_planned | Screen Reader mode enabled without intent Type: <b>Bug</b>
Restarted Insiders for an update and Screen Reader mode is suddenly on, including audio cues while typing. I have no idea how to disable it, as the `Screen Reader Optimized` status bar icon is clickable (changes color), but doesn't do anything.
(Edit: I e... | 571 |
196504 | `revealNextCellOnExecute:firstLine` does not work when the window size is small. | 2023-10-24 21:33:26+00:00 | Testing #196327

| `revealNextCellOnExecute:firstLine` does not work when the window size is small. Testing #196327

| 78 | ||
196501 | Aux window: terminal editor doesn't show underscore for links | 2023-10-24 20:26:04+00:00 | 2024-03-14 14:27:51+00:00 | Testing #196195
* Open a terminal in editor area
* Open in new window
* `ls`
* Press meta and hover on the file names, none of them are linkified and the mouse pointer doesn't change on hover. However clicking does open the file | completed | Aux window: terminal editor doesn't show underscore for links Testing #196195
* Open a terminal in editor area
* Open in new window
* `ls`
* Press meta and hover on the file names, none of them are linkified and the mouse pointer doesn't change on hover. However clicking does open the file | 76 |
196499 | Drag and drop dont save the current positions in side view | 2023-10-24 20:24:49+00:00 | 2023-10-25 12:37:03+00:00 | Testing #196272
1. Open VS Code with activity bar on side
2. Move activity bar to top
3. Update the icons, drag and move the icons in the activity bar.
4. Move activity bar to side
5. The position go back to the previous stage. ๐
| completed | Drag and drop dont save the current positions in side view Testing #196272
1. Open VS Code with activity bar on side
2. Move activity bar to top
3. Update the icons, drag and move the icons in the activity bar.
4. Move activity bar to side
5. The position go back to the previous stage. ๐
| 70 |
196493 | Profile-settings of integrated terminal is not considered properly, if /etc/shells cannot be read (for some reason) | 2023-10-24 20:12:07+00:00 | 2023-10-30 16:01:19+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 | Profile-settings of integrated terminal is not considered properly, if /etc/shells cannot be read (for some reason) <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: http... | 474 |
196491 | [wrapped lines] inline chat zone shows on the wrong line | 2023-10-24 20:01:09+00:00 | Testing #196258
1. Open a Markdown file and go to an empty line below a paragraph.
The example below used https://github.com/microsoft/vscode-docs/blob/main/docs/getstarted/userinterface.md in a local clone of the vscode-docs repo.

for i in range(29):
print(i)
``... | completed | Sometimes `firstLine` jumps to the whole cell Testing #196327
Seems somewhat random... but `firstLine` doesn't seem to work between cell 1 and 2... but it works between cell 2 and 3.
https://github.com/microsoft/vscode/assets/2644648/b4ec1627-868b-4641-a840-9ab525d93a7e
Cell 1:
```
# 1
import time
time.s... | 162 |
196468 | Settings editor ToC panel shows up when doing a search | 2023-10-24 17:48:33+00:00 | Testing #196195
1. Open the Settings editor (doesn't have to be in an aux window)
2. Reduce the width of the Settings editor
3. Search for a setting
4. The table of contents (ToC) panel shows up even though there's not enough space for it to actually render any results

| completed | css for terminal color quickpick not applied in new window Testing #196195
1. Move a terminal to a new window
2. Run terminal: change color
3. ๐ no colors in the quickpick

| 89 |
196447 | rename terminal in new window says no argument provided | 2023-10-24 17:09:07+00:00 | 2024-01-11 23:06:41+00:00 | Testing #196195
https://github.com/microsoft/vscode/assets/29464607/43eb0432-9ca4-435d-ad9c-ed084bb93f5a
| completed | rename terminal in new window says no argument provided Testing #196195
https://github.com/microsoft/vscode/assets/29464607/43eb0432-9ca4-435d-ad9c-ed084bb93f5a
| 59 |
196446 | Settings search sometimes stuck loading | 2023-10-24 17:07:29+00:00 | 2023-10-27 20:19:31+00:00 | Testing #196328
I find the search gets stuck every few searches. The below query is an example - I enter the query, I see the loading indicator at the top, but it never stops spinning:

| completed | Settings search sometimes stuck loading Testing #196328
I find the search gets stuck every few searches. The below query is an example - I enter the query, I see the loading indicator at the top, but it never stops spinning:

| completed | Aux window: "Window 1" is a bad label? Testing #196195
1. Open floating windows
2. Open Editors View
Notice "Window 1" label. This should either be "Window 2", or even better "Floating Window 1".

... | 148 |
196385 | Format audio cue doesn't always play | 2023-10-24 12:23:12+00:00 | 2023-10-25 17:10:22+00:00 | Testing #196126
1. `"audioCues.format": "always"`
2. Enable format on save
3. Make some changes in a file that will mess up formatting
4. ctrl+s to save
5. File is formatted, but audio cue isn't played. I can hear the audio cue if I explicitly run the "Format Document" command. | completed | Format audio cue doesn't always play Testing #196126
1. `"audioCues.format": "always"`
2. Enable format on save
3. Make some changes in a file that will mess up formatting
4. ctrl+s to save
5. File is formatted, but audio cue isn't played. I can hear the audio cue if I explicitly run the "Format Document" comman... | 94 |
196379 | TF-IDF in Settings editor search - "automatically fetch my changes" | 2023-10-24 10:43:04+00:00 | Testing #196328
* Disable Copilot Chat extension
* Open the Settings editor and run a search for `automatically fetch my changes`
* I would have expected that the `git.autofetch` is found | TF-IDF in Settings editor search - "automatically fetch my changes" Testing #196328
* Disable Copilot Chat extension
* Open the Settings editor and run a search for `automatically fetch my changes`
* I would have expected that the `git.autofetch` is found | 68 | ||
196374 | TF-IDF in Settings editor search - searching for "larger text in the editor" yields results with Copilot Chat disabled | 2023-10-24 10:19:51+00:00 | 2023-12-27 11:24:39+00:00 | Testing #196328

| not_planned | TF-IDF in Settings editor search - searching for "larger text in the editor" yields results with Copilot Chat disabled Testing #196328

| 86 |
196370 | Clicking on Screen Reader Optimized status bar has no effect | 2023-10-24 10:12:32+00:00 | 2023-10-25 12:18:41+00:00 | I have "Screen reader optimised" entry in my status bar.
Clicking on it produces no effect ๐
Before it would open a notification and ask me if I am really using a screen reader.
I still think that clicking on it should have some effect. We can be creative what we want to do here. | completed | Clicking on Screen Reader Optimized status bar has no effect I have "Screen reader optimised" entry in my status bar.
Clicking on it produces no effect ๐
Before it would open a notification and ask me if I am really using a screen reader.
I still think that clicking on it should have some effect. We can be creat... | 82 |
196369 | TF-IDF in Settings editor search - searching for "larger text in the editor" does not show results | 2023-10-24 10:09:54+00:00 | Testing #196328
* Open Settings editor
* Enter `larger text in the editor` in the search field and press ENTER
* No results are being shown

* Delete the "r" from the end, add it back, press ENTER
* The expect... | TF-IDF in Settings editor search - searching for "larger text in the editor" does not show results Testing #196328
* Open Settings editor
* Enter `larger text in the editor` in the search field and press ENTER
* No results are being shown

| completed | Editor toolbar actions jump causes miss click Testing #196289
1. Focus in editor group A
2. Try to double click on a tab in editor group B
3. Editor toolbar actions cause the tab to jump and my second click lands on a toolbar action
![Image](https://github.com/microsoft/vscode/assets/38270282/dd908cc7-4bcb-49f9... | 102 |
196359 | Drag and Dropping Activity Bar Icons On Side Bar Not As Expected | 2023-10-24 09:47:00+00:00 | Testing #196272
When I dragged one of the icons to the second side bar, I wanted it to be placed before the other icon, however, it was placed behind it even though the bar indicating where it would be placed was in front of the icon.
Also I noticed it's not possible to drop an icon on the top part of the side ba... | Drag and Dropping Activity Bar Icons On Side Bar Not As Expected Testing #196272
When I dragged one of the icons to the second side bar, I wanted it to be placed before the other icon, however, it was placed behind it even though the bar indicating where it would be placed was in front of the icon.
Also I noticed... | 197 | ||
196358 | "I'm listening." -> "I'm listening.." -> "I'm listening..." change does not work in inline chat | 2023-10-24 09:45:31+00:00 | 2023-10-25 07:10:34+00:00 | There is placeholder text after the "I'm listening" part. Thus the whole change to "I'm listening..." makes the whole placeholder text move. And it is not pleasant to the eye.
Either there should be no placeholder text in this case, or the "I'm listening" should not change.
![Screenshot 2023-10-24 at 11 43 51](http... | completed | "I'm listening." -> "I'm listening.." -> "I'm listening..." change does not work in inline chat There is placeholder text after the "I'm listening" part. Thus the whole change to "I'm listening..." makes the whole placeholder text move. And it is not pleasant to the eye.
Either there should be no placeholder text in t... | 162 |
196355 | Highlights flicker when clicking on them | 2023-10-24 09:29:21+00:00 | 2023-10-25 22:10:38+00:00 | Testing #196342
* enable `editor.multiDocumentOccurrencesHighlight`
* open `src/vs/workbench/contrib/inlineChat/common/inlineChatServiceImpl.ts` and `src/vs/workbench/contrib/inlineChat/common/inlineChat.ts` side by side
* select `IInlineChatSessionProvider`
* click on occurrences
* :bug: whenever an occurrence ... | completed | Highlights flicker when clicking on them Testing #196342
* enable `editor.multiDocumentOccurrencesHighlight`
* open `src/vs/workbench/contrib/inlineChat/common/inlineChatServiceImpl.ts` and `src/vs/workbench/contrib/inlineChat/common/inlineChat.ts` side by side
* select `IInlineChatSessionProvider`
* click on occ... | 153 |
196352 | Multi document highlighting doesn't work with inline chat | 2023-10-24 09:14:57+00:00 | Testing #196342
* use the file below
* for the `fib` function ask copilot to use recursion
* select `fib` in RHS of the diff editor -> ๐ no highlights in the outer editor
* the same happens when selecting fib in the outer editor
This repos independent of the `editor.multiDocumentOccurrencesHighlight` setting ... | Multi document highlighting doesn't work with inline chat Testing #196342
* use the file below
* for the `fib` function ask copilot to use recursion
* select `fib` in RHS of the diff editor -> ๐ no highlights in the outer editor
* the same happens when selecting fib in the outer editor
This repos independent ... | 337 | ||
196351 | "Apply Extension to all Profiles" does not work when selected in the "LOCAL - INSTALLED" window in case the extensions are installed in the remote extension host | 2023-10-24 09:10:27+00:00 | 2024-05-29 11:04:32+00:00 | For reference: https://code.visualstudio.com/docs/editor/profiles#_applying-an-extension-to-all-profiles
I have found some peculiar things with the implementation, which I am not sure is by design or not. But here comes one:
When working with remotes, such as remote ssh, I can see an extension in the "local" wind... | completed | "Apply Extension to all Profiles" does not work when selected in the "LOCAL - INSTALLED" window in case the extensions are installed in the remote extension host For reference: https://code.visualstudio.com/docs/editor/profiles#_applying-an-extension-to-all-profiles
I have found some peculiar things with the impleme... | 287 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.