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 |
|---|---|---|---|---|---|---|---|
188807 | Run Test Task no-ops | 2023-07-25 16:14:57+00:00 | 2023-07-26 17:45:28+00:00 | Testing #188684
1. Open VS Code repo
2. Run Test Task from command palette (I'm not sure what this command does)
3. :bug: nothing happens | completed | Run Test Task no-ops Testing #188684
1. Open VS Code repo
2. Run Test Task from command palette (I'm not sure what this command does)
3. :bug: nothing happens | 45 |
188806 | Reconnected default build task is sometimes not used | 2023-07-25 16:10:49+00:00 | 2023-09-13 21:22:34+00:00 | Testing #188684
1. Have default build task in VS Code repo running (I also installed the Java extension pack like in https://github.com/microsoft/vscode/issues/173384)
2. Reload window
3. Hit Ctrl+Shift+B a few times
4. :bug: get two sets of default build tasks. They are both reconnected, if I edit a file and hit... | completed | Reconnected default build task is sometimes not used Testing #188684
1. Have default build task in VS Code repo running (I also installed the Java extension pack like in https://github.com/microsoft/vscode/issues/173384)
2. Reload window
3. Hit Ctrl+Shift+B a few times
4. :bug: get two sets of default build tasks... | 157 |
188805 | Rerun Last Task prompts me for a task to run | 2023-07-25 15:48:55+00:00 | 2023-09-13 21:22:19+00:00 | Testing #188684
1. Run any task in VS Code repo, e.g. npm: eslint
2. Run Rerun Last Task from command palette
3. :bug: get prompted to choose a task to run, I would expect that last task to be automatically selected | completed | Rerun Last Task prompts me for a task to run Testing #188684
1. Run any task in VS Code repo, e.g. npm: eslint
2. Run Rerun Last Task from command palette
3. :bug: get prompted to choose a task to run, I would expect that last task to be automatically selected | 74 |
188804 | `workbench.editorAssociations` does not respect full filenames | 2023-07-25 15:44:03+00:00 | 2023-08-03 17:49:40+00:00 |
Type: <b>Bug</b>
Extension installed: `stateful.runme`
Goal: Open all `*.md`-Files with the default editor, except for `Container.md` which should be opened with `runme`.
Configuration:
```json
"workbench.editorAssociations": {
"*.md": "default",
"Container.md": "runme"
},
```
Th... | completed | `workbench.editorAssociations` does not respect full filenames
Type: <b>Bug</b>
Extension installed: `stateful.runme`
Goal: Open all `*.md`-Files with the default editor, except for `Container.md` which should be opened with `runme`.
Configuration:
```json
"workbench.editorAssociations": {
"*.m... | 681 |
188794 | Unchecking "Apply Setting to all Profiles" reverts setting in non-default profile | 2023-07-25 14:32:28+00:00 | 2023-07-28 08:13:29+00:00 | Testing #188614
- Default and testing profiles.
- In default profile change color theme and enable "Apply Setting to all Profiles".
- Switch to testing profile and uncheck "Apply Setting to all Profiles". The color theme reverts to the previous one. Maybe this is intentional, but I expect it to stay the same. | completed | Unchecking "Apply Setting to all Profiles" reverts setting in non-default profile Testing #188614
- Default and testing profiles.
- In default profile change color theme and enable "Apply Setting to all Profiles".
- Switch to testing profile and uncheck "Apply Setting to all Profiles". The color theme reverts to t... | 100 |
188792 | Low contrast over prerelease icon (light modern) | 2023-07-25 14:28:01+00:00 | 2023-08-03 23:11:42+00:00 | 
Only appears when selecting the extension. | completed | Low contrast over prerelease icon (light modern) 
Only appears when selecting the extension. | 69 |
188789 | Assigning a key for "Show next item in accessibility view" is being read out strangely | 2023-07-25 14:09:28+00:00 | 2023-07-26 17:32:41+00:00 | Testing #188528
I did configure F6 for going to the next item in accessibility view and when I opened that view, the keybinding was read out twice.
 | completed | Assigning a key for "Show next item in accessibility view" is being read out strangely Testing #188528
I did configure F6 for going to the next item in accessibility view and when I opened that view, the keybinding was read out twice.

I did reload the window on a fresh profile on `vscode` workspace and upon clicking the notification, the content was read out twice. This did not happen later when I focused the notification again. | Notification content is read out twice Testing #188528

I did reload the window on a fresh profile on `vscode` workspace and upon clicking the notification, the content was read out twice. This did not happen later whe... | 105 | ||
188783 | Error from @vscode/proxy-agent | 2023-07-25 13:29:06+00:00 | 2023-07-26 08:33:35+00:00 | This error from asar is ocurring when extensions make web requests when trace logging is turned on for all of VS Code. I'm not sure if there are other ways to cause this error.
```
workbench.desktop.main.js:627 ERR Cannot convert object to primitive value: TypeError: Cannot convert object to primitive value
... | completed | Error from @vscode/proxy-agent This error from asar is ocurring when extensions make web requests when trace logging is turned on for all of VS Code. I'm not sure if there are other ways to cause this error.
```
workbench.desktop.main.js:627 ERR Cannot convert object to primitive value: TypeError: Cannot convert ... | 619 |
188777 | [Bug]: standalone color picker overlaps incorrectly with sticky scroll | 2023-07-25 12:45:00+00:00 | 2023-08-24 14:21:30+00:00 | There is a z-index error:
<img width="572" alt="Screenshot 2023-07-25 at 13 56 59" src="https://github.com/microsoft/vscode/assets/61460952/2d2f16c8-e01e-404e-b825-443950d8189a">
| completed | [Bug]: standalone color picker overlaps incorrectly with sticky scroll There is a z-index error:
<img width="572" alt="Screenshot 2023-07-25 at 13 56 59" src="https://github.com/microsoft/vscode/assets/61460952/2d2f16c8-e01e-404e-b825-443950d8189a">
| 97 |
188775 | Test: expected vs actual widget does not close on ESC | 2023-07-25 12:34:36+00:00 | 2023-07-28 23:17:22+00:00 | 1. Run some test that fails
2. You get the Expected vs Actual widget. Focus into it
3. Press `esc` -> nothing happens ๐
If the focus is anywhere except in the widget `esc` will properly close it.

Commit: fda972663af87b4d1dab87845e36c357738b44f9
Date: 2023-07-25T08:12:53.439Z
Electron: 22.3.17
ElectronBuildId: 22432899
Chromium: 108.0.5359.215
Node.js: ... | completed | Restart after changing a setting only shuts down Repro:
1. Set title bar style from custom -> native
2. Select restart, ๐ it shuts down but doesn't start again
Version: 1.81.0-insider (user setup)
Commit: fda972663af87b4d1dab87845e36c357738b44f9
Date: 2023-07-25T08:12:53.439Z
Electron: 22.3.17
ElectronBuild... | 148 |
188766 | A11y view should not refer to itself as a menu | 2023-07-25 11:13:11+00:00 | 2023-07-26 19:39:37+00:00 | Testing #188528
Not sure the ideal term, but I'd call it a dialog not a menu:

Description of the aria menu role:
> A menu generally represents a grouping of common actions or functions that the user can invoke.... | completed | A11y view should not refer to itself as a menu Testing #188528
Not sure the ideal term, but I'd call it a dialog not a menu:

Description of the aria menu role:
> A menu generally represents a grouping of common... | 195 |
188764 | Notification a11y view "Source: undefined" | 2023-07-25 11:09:00+00:00 | 2023-08-17 17:09:41+00:00 | Testing #188528
After opening an a11y view, see `"Source: undefined"`:

| completed | Notification a11y view "Source: undefined" Testing #188528
After opening an a11y view, see `"Source: undefined"`:

| 85 |
188763 | Empty notification center requires show notifications to be called twice before it is focused | 2023-07-25 11:03:01+00:00 | 2023-07-26 20:16:26+00:00 | Testing #188528
Repro:
1. Enable screen reader mode
2. Focus the editor
3. Run the show notification command, :bug: the editor is still focused
3. Run the show notification command, the notification center is now focused? | completed | Empty notification center requires show notifications to be called twice before it is focused Testing #188528
Repro:
1. Enable screen reader mode
2. Focus the editor
3. Run the show notification command, :bug: the editor is still focused
3. Run the show notification command, the notification center is now focu... | 65 |
188762 | Focusing previously focused notification does not announce their content | 2023-07-25 10:58:28+00:00 | 2023-07-26 15:53:19+00:00 | Testing #188528
Repro:
1. Enable screen reader mode
2. Click screen reader optimized status bar button to trigger a notification
3. Run the Show Notifications command, content is announced
4. Focus the editor
5. Run the Show Notifications command, content is _not_ announced

| completed | No hint about notifications accessible view Testing #188528
Repro:
1. Trigger some notifications and focus one.
2. ๐ You should hear a hint about opening the notification in the accessible view.

| 97 |
188760 | Clicking screen reader optimized button should re-show notification | 2023-07-25 10:48:29+00:00 | 2023-07-31 15:14:13+00:00 | Testing #188528
Repro:
1. Enable screen reader mode
2. Click Screen Reader Optimized status bar item
3. Press escape
4. Click Screen Reader Optimized status bar item, ๐ nothing happens
Instead 4 should either show and focus the hidden notification or show a new one | completed | Clicking screen reader optimized button should re-show notification Testing #188528
Repro:
1. Enable screen reader mode
2. Click Screen Reader Optimized status bar item
3. Press escape
4. Click Screen Reader Optimized status bar item, ๐ nothing happens
Instead 4 should either show and focus the hidden noti... | 69 |
188757 | Windows/Native Title Bar: Horrible Title Menu Experience | 2023-07-25 09:52:32+00:00 | Testing #188709
Notice how I cannot open the menu items to the right of the cursor (only to the left):

I used these settings:
```
"window.experimental.nativeContextMenuLocation": true,
"windo... | reopened | Windows/Native Title Bar: Horrible Title Menu Experience Testing #188709
Notice how I cannot open the menu items to the right of the cursor (only to the left):

I used these settings:
```
"wind... | 147 | |
188755 | Check Context Keys | 2023-07-25 09:32:21+00:00 | 2023-08-18 21:30:35+00:00 | Notice the "Define Keybinding" button:

| completed | Check Context Keys Notice the "Define Keybinding" button:

| 79 |
188751 | Ctrl+down in extensions view container with collapsed first view doesn't work | 2023-07-25 09:05:53+00:00 | 2023-08-04 19:02:12+00:00 |

Testing #188536
| completed | Ctrl+down in extensions view container with collapsed first view doesn't work

Testing #188536
| 85 |
188748 | When focusing hover, I don't hear a hint | 2023-07-25 08:51:36+00:00 | 2023-08-04 22:10:22+00:00 | Testing #188537
I cannot verify this step:
> You should hear a hint about opening the notification in the accessible view.
When focusing the hover, the screenreader announces this:
> (property) TrackingTokenizationStateStore<TState extends IState>._invalidEndStatesLineNumbers: RangePriorityQueueImpl tool t... | completed | When focusing hover, I don't hear a hint Testing #188537
I cannot verify this step:
> You should hear a hint about opening the notification in the accessible view.
When focusing the hover, the screenreader announces this:
> (property) TrackingTokenizationStateStore<TState extends IState>._invalidEndStatesLi... | 106 |
188747 | ptyHost starts when there is only a terminal renderer | 2023-07-25 08:31:39+00:00 | Testing #188720
I think the ptyHost is not needed with only a terminal renderer, correct? Reproduced by opening an empty window and then using `Dev Containers: Show Container Log` to open a terminal with a renderer, but no process behind it. | ptyHost starts when there is only a terminal renderer Testing #188720
I think the ptyHost is not needed with only a terminal renderer, correct? Reproduced by opening an empty window and then using `Dev Containers: Show Container Log` to open a terminal with a renderer, but no process behind it. | 76 | ||
188745 | Process Explorer: Does not recognize `ptyHost` when the pty host starts while the Process Explorer is already open | 2023-07-25 07:20:15+00:00 | Testing #188720
It shows `utility-process` instead of `ptyHost` when the pty host starts while the Process Explorer is already shown:
<img width="628" alt="image" src="https://github.com/microsoft/vscode/assets/9205389/51ec9a53-9471-47d7-a4d4-71c25c5ff7cd">
<img width="397" alt="image" src="https://github.com/mi... | Process Explorer: Does not recognize `ptyHost` when the pty host starts while the Process Explorer is already open Testing #188720
It shows `utility-process` instead of `ptyHost` when the pty host starts while the Process Explorer is already shown:
<img width="628" alt="image" src="https://github.com/microsoft/vsco... | 181 | ||
188721 | Unable to Add Conditions on Data Breakpoints | 2023-07-24 21:58:16+00:00 | 2023-11-28 03:50:14+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Unable to Add Conditions on Data Breakpoints <!-- โ ๏ธโ ๏ธ 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 --... | 721 |
188711 | Active walkthroughs have a truncated active state | 2023-07-24 19:28: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... | Active walkthroughs have a truncated active state <!-- โ ๏ธโ ๏ธ 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-Suggestio... | 458 | ||
188706 | Editor does not re-evaluate indentation after quickfix | 2023-07-24 18:31:13+00:00 | **Setup**
1. Have a space indented file
2. Have format on save turned on
3. Have an eslint rule that requires tab indentation instead of spaces
**Bug**
1. Accept the eslint quick fix to modify the indentation to tabs
2. ๐ Saving reverts the indentation back to spaces, as the indentation of the file is not re-e... | Editor does not re-evaluate indentation after quickfix **Setup**
1. Have a space indented file
2. Have format on save turned on
3. Have an eslint rule that requires tab indentation instead of spaces
**Bug**
1. Accept the eslint quick fix to modify the indentation to tabs
2. ๐ Saving reverts the indentation ba... | 118 | ||
188705 | [a11y][suggest] 'No suggestions' is not announced to the screen reader when displayed on the screen | 2023-07-24 18:27:32+00:00 | 2023-08-07 21:08: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... | completed | [a11y][suggest] 'No suggestions' is not announced to the screen reader when displayed on the screen <!-- โ ๏ธโ ๏ธ 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/m... | 600 |
188690 | Run button/Cell Toolbar covered by Sticky Scroll | 2023-07-24 16:20:18+00:00 | 2023-07-26 20:40: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... | completed | Run button/Cell Toolbar covered by Sticky Scroll <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestion... | 346 |
188688 | Notebook Sticky Scroll clicking on entry doesn't fully reveal markdown header | 2023-07-24 16:17:43+00:00 | 2024-01-22 23:03: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 | Notebook Sticky Scroll clicking on entry doesn't fully reveal markdown header <!-- โ ๏ธโ ๏ธ 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/S... | 357 |
188685 | accessibility help menu, when invoked from chat response, opens editor one | 2023-07-24 15:15:37+00:00 | 2023-07-24 18:23:13+00:00 | Here's what I am seeing. It looks like the accessibility help always gets the content from the editor. Here's a gif:
I might be doing something wrong

_Originally posted by @i... | completed | accessibility help menu, when invoked from chat response, opens editor one Here's what I am seeing. It looks like the accessibility help always gets the content from the editor. Here's a gif:
I might be doing something wrong
 | 2023-07-24 13:34:56+00:00 | 2023-09-22 14:52:01+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | TypeError: Cannot read properties of null (reading 'finishWrite') <!-- โ ๏ธโ ๏ธ 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... | 536 |
188631 | Watermark hint text for command palette wraps | 2023-07-23 20:58:12+00:00 | <img width="341" alt="image" src="https://github.com/microsoft/vscode/assets/25163139/523c6a40-72d3-44a5-940f-783be35b5e49">
| Watermark hint text for command palette wraps <img width="341" alt="image" src="https://github.com/microsoft/vscode/assets/25163139/523c6a40-72d3-44a5-940f-783be35b5e49">
| 72 | ||
188630 | No Clone Git repository option available | 2023-07-23 20:45:19+00:00 | 2023-08-30 14:43:58+00:00 |
Type: <b>Feature Request</b>
No Clone Git repository option available
VS Code version: Code 1.80.1 (74f6148eb9ea00507ec113ec51c489d6ffb4b771, 2023-07-12T17:22:07.651Z)
OS version: Windows_NT x64 10.0.22621
Modes:
<!-- generated by issue reporter --> | completed | No Clone Git repository option available
Type: <b>Feature Request</b>
No Clone Git repository option available
VS Code version: Code 1.80.1 (74f6148eb9ea00507ec113ec51c489d6ffb4b771, 2023-07-12T17:22:07.651Z)
OS version: Windows_NT x64 10.0.22621
Modes:
<!-- generated by issue reporter --> | 103 |
188626 | Shortcut for "Change All Occurence": Ctrl+F2 is not working as usual | 2023-07-23 17:50:51+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... | Shortcut for "Change All Occurence": Ctrl+F2 is not working as usual <!-- โ ๏ธโ ๏ธ 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... | 532 | ||
188623 | [html] Links with fragment can't be Ctrl+clicked | 2023-07-23 17:19:11+00:00 | 2024-02-26 17:17: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 | [html] Links with fragment can't be Ctrl+clicked <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestion... | 484 |
188606 | [Debug] Allow to refetch the callstacks for a thread | 2023-07-23 08:25:28+00:00 | 2023-12-14 00:25:22+00:00 | **Use Case**: In Java Debugger, we use a decompiler to get the decompiled source when the original source is missing for a stack frame. We also have an โattach sourceโ command for users to attach a source jar to the Java .class binary files manually. When the attached source changes, we want a way to notify the client ... | completed | [Debug] Allow to refetch the callstacks for a thread **Use Case**: In Java Debugger, we use a decompiler to get the decompiled source when the original source is missing for a stack frame. We also have an โattach sourceโ command for users to attach a source jar to the Java .class binary files manually. When the attache... | 535 |
188582 | Installing extension from VSIX after installing from location deletes original directory | 2023-07-22 17:31:41+00:00 | 2023-08-22 10:34: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... | completed | Installing extension from VSIX after installing from location deletes original directory <!-- โ ๏ธโ ๏ธ 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/vs... | 417 |
188557 | Closed notebook search: opening the notebook at a result might not scroll properly to it | 2023-07-22 00:27:44+00:00 | https://github.com/microsoft/vscode/assets/31675041/397788b5-2d87-4fd3-985c-7ef84c55a3ac
Steps:
1. Search for text in inputs of closed notebooks. Ensure that the notebook has lots of images and outputs that expand in height.
2. Open a result near the end.
3. Notice that this doesn't open at the correct place. Thi... | Closed notebook search: opening the notebook at a result might not scroll properly to it https://github.com/microsoft/vscode/assets/31675041/397788b5-2d87-4fd3-985c-7ef84c55a3ac
Steps:
1. Search for text in inputs of closed notebooks. Ensure that the notebook has lots of images and outputs that expand in height.
2... | 127 | ||
188554 | Highlights not appearing after opening notebook search result | 2023-07-21 23:47:36+00:00 | 2023-08-02 23:46:53+00:00 | [](https://gyazo.com/8bae9b2cb958078e012750a6b29546e9)
1. Have a notebook with rendered markdown or outputs. Close it.
2. Search for something in it using the search widget.
3. Open the result. Sometimes, the decoration won't be there. I'... | completed | Highlights not appearing after opening notebook search result [](https://gyazo.com/8bae9b2cb958078e012750a6b29546e9)
1. Have a notebook with rendered markdown or outputs. Close it.
2. Search for something in it using the search widget.
3.... | 151 |
188497 | [Bug] Minimap AutoHide with StickyScroll on Long Lines can Appear to Merge Lines | 2023-07-21 13:46:55+00:00 | 2023-09-08 10:18:11+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | [Bug] Minimap AutoHide with StickyScroll on Long Lines can Appear to Merge Lines <!-- โ ๏ธโ ๏ธ 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/wik... | 629 |
188470 | Diffing two empty files shows them as having changes | 2023-07-21 09:20:06+00:00 | 2023-08-14 13:28:51+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 | Diffing two empty files shows them as having changes <!-- โ ๏ธโ ๏ธ 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-Sugges... | 362 |
188467 | Do we need the "Marketplace has extensions that can help with FILE_EXTENSION" flow? | 2023-07-21 08:54:17+00:00 | 2023-08-14 15:32:19+00:00 | When a user opens a file extension that does not have a specific recommendation tied to it, we show the general notification that points users to the marketplace. This has the following flaws:
- Most popular file types are already covered by specific extensions, so what gets left in this experience is leftovers
- F... | completed | Do we need the "Marketplace has extensions that can help with FILE_EXTENSION" flow? When a user opens a file extension that does not have a specific recommendation tied to it, we show the general notification that points users to the marketplace. This has the following flaws:
- Most popular file types are already co... | 308 |
188463 | File extension based recommendation is shown every time the file with same extension is opened | 2023-07-21 08:43:55+00:00 | 2023-07-21 14:14:14+00:00 | - Open a file with name `sample.arb`
- Make sure you are seeing following recommendation
<img width="490" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/f7da951d-886d-4a2d-82e1-e54f6d6fc62c">
- Close the file and reopen
๐ Recommendation is shown again
| completed | File extension based recommendation is shown every time the file with same extension is opened - Open a file with name `sample.arb`
- Make sure you are seeing following recommendation
<img width="490" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/f7da951d-886d-4a2d-82e1-e54f6d6fc62c">
- Cl... | 116 |
188460 | One context secret `store()` invoking triggers `secret.onDidChange()` two times | 2023-07-21 08:24:02+00:00 | 2023-07-21 18:10:30+00:00 | Type: <b>Bug</b>
1. Register a sercet onChange handler:
```ts
context.secrets.onDidChange(async (e) => {
if (e.key === "keyOfSecret") {
console.log("keyOfSecret changes");
}
})
```
2. Register a commnad to do
```ts
this.context.secrets.store("keyOfSecret", randomUUID());
```
3. Execute the c... | completed | One context secret `store()` invoking triggers `secret.onDidChange()` two times Type: <b>Bug</b>
1. Register a sercet onChange handler:
```ts
context.secrets.onDidChange(async (e) => {
if (e.key === "keyOfSecret") {
console.log("keyOfSecret changes");
}
})
```
2. Register a commnad to do
```ts
th... | 520 |
188442 | alt+F3 accessibility shortcut conflicts with "Show next change" | 2023-07-21 02:21:41+00:00 | 2023-07-21 18:35:55+00:00 | I think may be a somewhat popular command so you might want to rethink this

| completed | alt+F3 accessibility shortcut conflicts with "Show next change" I think may be a somewhat popular command so you might want to rethink this

| 81 |
188428 | Interactive Window view pane doesn't scroll when `"interactiveWindow.alwaysScrollOnNewCell": false` | 2023-07-20 22:03:40+00:00 | 2023-07-24 23:46:06+00:00 | 1. run enough cells in the interactive window that it needs to scroll
2. ensure "interactiveWindow.alwaysScrollOnNewCell": false
3. scroll to the bottom of the IW and execute another cell
:bug: scrollbar height changes and is at the bottom, but the new cell isn't visible | completed | Interactive Window view pane doesn't scroll when `"interactiveWindow.alwaysScrollOnNewCell": false` 1. run enough cells in the interactive window that it needs to scroll
2. ensure "interactiveWindow.alwaysScrollOnNewCell": false
3. scroll to the bottom of the IW and execute another cell
:bug: scrollbar height chan... | 99 |
188418 | no separator in accessible view for hover between content and description | 2023-07-20 20:19:33+00:00 | 2023-11-08 21:20:45+00:00 |  | completed | no separator in accessible view for hover between content and description  | 74 |
188417 | chat response received audio cue keeps playing | 2023-07-20 20:15:59+00:00 | 2023-07-27 19:50:28+00:00 | 1. with all chat audio cues enabled, run something in the inline chat that takes more than 4 seconds to come back
2. notice that the chat response received cue doesn't play - in the console, there's an error about how a user gesture is required. this is expected
3. go to a different tab, leaving the chat widget stil... | completed | chat response received audio cue keeps playing 1. with all chat audio cues enabled, run something in the inline chat that takes more than 4 seconds to come back
2. notice that the chat response received cue doesn't play - in the console, there's an error about how a user gesture is required. this is expected
3. go ... | 118 |
188388 | `editor.action.inlineSuggest.acceptNextWord` steels keybinding | 2023-07-20 14:41:47+00:00 | 2023-07-21 13:54:25+00:00 | (see recording)
* trigger suggest inside a line
* have suggest ghost text preview enable
* select `cmd+right-arrow` to navigate to line end
* :bug: nothing happens, log reveal that acceptNextWord is called. This isn't wanted but it should at least do something and then free up the keybinding
https://github.com... | completed | `editor.action.inlineSuggest.acceptNextWord` steels keybinding (see recording)
* trigger suggest inside a line
* have suggest ghost text preview enable
* select `cmd+right-arrow` to navigate to line end
* :bug: nothing happens, log reveal that acceptNextWord is called. This isn't wanted but it should at least do ... | 135 |
188385 | Diff editor flashes on save | 2023-07-20 14:19:32+00:00 | 2023-12-06 13:19:19+00:00 | * use on-save actions, esp remove unused imports
* edit inside diff
* save
* :bug: the editor flashes it diff-decoration on the scrollbar
```
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.removeUnusedImports": true,
},
```
https://github.com/microsoft/vscode/assets/1794099/... | completed | Diff editor flashes on save * use on-save actions, esp remove unused imports
* edit inside diff
* save
* :bug: the editor flashes it diff-decoration on the scrollbar
```
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.removeUnusedImports": true,
},
```
https://github.com/micr... | 131 |
188381 | [folding] Fold all regions except selected is misnamed | 2023-07-20 13:39:19+00:00 | 2023-08-21 10:13:10+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | [folding] Fold all regions except selected is misnamed <!-- โ ๏ธโ ๏ธ 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-Sugg... | 429 |
188370 | Uncaught TypeError: Cannot read properties of undefined (reading 'replaceChildren') | 2023-07-20 11:46:23+00:00 | ```javascript
TypeError: Cannot read properties of undefined (reading 'replaceChildren')
at g.renderRows in vscode-file://vscode-app/node_modules.asar/xterm/lib/xterm.js:1:81207
at g.handleSelectionChanged in vscode-file://vscode-app/node_modules.asar/xterm/lib/xterm.js:1:79465
at u._renderRows in vscode-file://vsc... | Uncaught TypeError: Cannot read properties of undefined (reading 'replaceChildren') ```javascript
TypeError: Cannot read properties of undefined (reading 'replaceChildren')
at g.renderRows in vscode-file://vscode-app/node_modules.asar/xterm/lib/xterm.js:1:81207
at g.handleSelectionChanged in vscode-file://vscode-app... | 385 | ||
188365 | TreeError [FileExplorer] Tree element not found: [object Object] | 2023-07-20 11:44:09+00:00 | ```javascript
Error: TreeError [FileExplorer] Tree element not found: [object Object]
at u.getCompressedNode in src/vs/base/browser/ui/tree/compressedObjectTreeModel.ts:343:10
at u.isCollapsed in src/vs/base/browser/ui/tree/compressedObjectTreeModel.ts:297:31
at h.isCollapsed in src/vs/base/browser/ui/tree/compress... | TreeError [FileExplorer] Tree element not found: [object Object] ```javascript
Error: TreeError [FileExplorer] Tree element not found: [object Object]
at u.getCompressedNode in src/vs/base/browser/ui/tree/compressedObjectTreeModel.ts:343:10
at u.isCollapsed in src/vs/base/browser/ui/tree/compressedObjectTreeModel.ts... | 391 | ||
188364 | NotebookCellFindMatch: index out of range | 2023-07-20 11:43:28+00:00 | 2023-12-13 23:34:29+00:00 | ```javascript
Error: NotebookCellFindMatch: index out of range
at p.getMatch in src/vs/workbench/contrib/notebook/browser/contrib/find/findModel.ts:48:10
at e.$rlb.getCurrentMatch in src/vs/workbench/contrib/notebook/browser/contrib/find/findModel.ts:200:52
at s.value in src/vs/workbench/contrib/notebook/browser/co... | completed | NotebookCellFindMatch: index out of range ```javascript
Error: NotebookCellFindMatch: index out of range
at p.getMatch in src/vs/workbench/contrib/notebook/browser/contrib/find/findModel.ts:48:10
at e.$rlb.getCurrentMatch in src/vs/workbench/contrib/notebook/browser/contrib/find/findModel.ts:200:52
at s.value in sr... | 479 |
188349 | Uncaught Error: TreeError [Test Explorer List] Tree element not found: [object Object] | 2023-07-20 07:35:44+00:00 | 2023-07-31 16:32:14+00:00 | ```javascript
Error: TreeError [Test Explorer List] Tree element not found: [object Object]
at P.o in src/vs/base/browser/ui/tree/objectTreeModel.ts:318:10
at P.resort in src/vs/base/browser/ui/tree/objectTreeModel.ts:200:25
at P.resort in src/vs/base/browser/ui/tree/objectTree.ts:73:14
at i.applyTo in src/vs/work... | completed | Uncaught Error: TreeError [Test Explorer List] Tree element not found: [object Object] ```javascript
Error: TreeError [Test Explorer List] Tree element not found: [object Object]
at P.o in src/vs/base/browser/ui/tree/objectTreeModel.ts:318:10
at P.resort in src/vs/base/browser/ui/tree/objectTreeModel.ts:200:25
at P... | 371 |
188338 | option to create non-existent file not shown when markdown-preview-editor enabled as default | 2023-07-20 06:25:00+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... | option to create non-existent file not shown when markdown-preview-editor enabled as default <!-- โ ๏ธโ ๏ธ 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/microsof... | 619 | ||
188316 | `alt + f2` in the chat input box results in errors in the console | 2023-07-19 19:55:15+00:00 | 2023-07-20 19:50:29+00:00 | 
| completed | `alt + f2` in the chat input box results in errors in the console 
| 78 |
188312 | Terminal tab home CWD is not handled correctly in remote workspaces | 2023-07-19 18:46:26+00:00 | Repro:
1. Open a remote window with a folder
2. Open a terminal, ๐ you should _not_ see the folder name

| Terminal tab home CWD is not handled correctly in remote workspaces Repro:
1. Open a remote window with a folder
2. Open a terminal, ๐ you should _not_ see the folder name

| 98 | ||
188296 | Handle bad auth state better in the Issue Reporter | 2023-07-19 16:36:21+00:00 | We've received a few issues where auth state is invalid but the Issue Reporter doesn't react to the invalid auth token. We should react accordingly and either:
* use the "preview on GitHub" flow (the one that opens the browser) when the token is invalid
* prompt the user to re-authenticate
The latter is more cor... | Handle bad auth state better in the Issue Reporter We've received a few issues where auth state is invalid but the Issue Reporter doesn't react to the invalid auth token. We should react accordingly and either:
* use the "preview on GitHub" flow (the one that opens the browser) when the token is invalid
* prompt th... | 122 | ||
188282 | new underlines for markdown headers cut into the scrollbar | 2023-07-19 14:35:12+00:00 | 2023-07-20 18:56:23+00:00 | create new notebook and add a markdown cell with
`# header`
ctrl+enter to preview the markdown
A new underline was added recently, and it cuts into the scrollbar slightly.

| completed | new underlines for markdown headers cut into the scrollbar create new notebook and add a markdown cell with
`# header`
ctrl+enter to preview the markdown
A new underline was added recently, and it cuts into the scrollbar slightly.
 observe that the hover renders above the symbol because it fits
* hold cmd and slightly move mouse
* (bug) observe that the hover renders on top of the s... | completed | [Bug] Hover placement problem * open `src/vs/platform/actions/browser/menuEntryActionViewItem.ts`
* scroll such that the viewport starts at line 131
* hover over the `MenuItemAction`
* (good) observe that the hover renders above the symbol because it fits
* hold cmd and slightly move mouse
* (bug) observe that the... | 269 |
188235 | PATH mutation using EnvironmentVariableCollection prepend is overwritten in zsh | 2023-07-19 03:42:49+00:00 | - VS Code Version: 1.80.1
- OS Version: Darwin x64 22.5.0
VS Code Go extension tries to change the integrated terminals' PATH environment variable using `EnvironmentVariableCollection.prepend` api.
I verified that the change contribution is known to vscode using "Terminal: Show Environment Contributions" com... | reopened | PATH mutation using EnvironmentVariableCollection prepend is overwritten in zsh - VS Code Version: 1.80.1
- OS Version: Darwin x64 22.5.0
VS Code Go extension tries to change the integrated terminals' PATH environment variable using `EnvironmentVariableCollection.prepend` api.
I verified that the change contr... | 410 | |
188221 | View state doesn't seem to be initialized/restored properly anymore | 2023-07-18 23:53:40+00:00 | I'm not sure when this started (maybe around when profiles landed?), but on new windows/workspaces VS Code doesn't seem to apply the view state from a previous window nor does it set the views to their `package.json` defaults. Instead it seems to collapse them all.
I see this with GitLens everytime I open a new work... | View state doesn't seem to be initialized/restored properly anymore I'm not sure when this started (maybe around when profiles landed?), but on new windows/workspaces VS Code doesn't seem to apply the view state from a previous window nor does it set the views to their `package.json` defaults. Instead it seems to colla... | 154 | ||
188208 | after I accept a chat suggestion (fix with copilot), the chat won't go away | 2023-07-18 21:53:35+00:00 | 2023-07-21 09:11:42+00:00 | in screen reader mode if that matters

| completed | after I accept a chat suggestion (fix with copilot), the chat won't go away in screen reader mode if that matters

| 88 |
188202 | Diff Editor V2: No Notification When Document Has Only Whitespace Change | 2023-07-18 21:12:29+00:00 | 2023-07-18 21:17:30+00:00 | Verification steps:
Make sure you are on diff editor version 2. Enable whitespace only diffing (the reversed P in the toolbar). Diff two identical documents, change indentation.
Verify that a notification is shown. | completed | Diff Editor V2: No Notification When Document Has Only Whitespace Change Verification steps:
Make sure you are on diff editor version 2. Enable whitespace only diffing (the reversed P in the toolbar). Diff two identical documents, change indentation.
Verify that a notification is shown. | 65 |
188199 | There shouldn't be a period after the `/doc` description | 2023-07-18 20:58:33+00:00 | 2023-07-18 22:58:11+00:00 |

| completed | There shouldn't be a period after the `/doc` description

| 79 |
188190 | Syntax highlighting incorrect in vscode.python for the word 'file' | 2023-07-18 19:22:29+00:00 | 2023-08-23 21:17: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 | Syntax highlighting incorrect in vscode.python for the word 'file' <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-B... | 545 |
188162 | Completion list is not filtered correctly when typing a number after a hyphen | 2023-07-18 14:36: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... | Completion list is not filtered correctly when typing a number after a hyphen <!-- โ ๏ธโ ๏ธ 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/S... | 590 | ||
188160 | Slowly scrolling tabs bar with trackpad jittering | 2023-07-18 14:10:22+00:00 | 2023-07-28 07:21:30+00:00 | Screen recording:
https://github.com/microsoft/vscode/assets/5913254/847a6c30-3a70-44dc-93cb-ef0c5bb00216
This occurs when using either the external or built-in trackpad. There are no other input devices connected and in use when this occurs. | completed | Slowly scrolling tabs bar with trackpad jittering Screen recording:
https://github.com/microsoft/vscode/assets/5913254/847a6c30-3a70-44dc-93cb-ef0c5bb00216
This occurs when using either the external or built-in trackpad. There are no other input devices connected and in use when this occurs. | 91 |
188159 | Trailing underscores are stripped off in URLs | 2023-07-18 14:09:10+00:00 | 2023-07-18 18:15:16+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Trailing underscores are stripped off in URLs <!-- โ ๏ธโ ๏ธ 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 -... | 677 |
188139 | Profile creation: choosing profile to Copy from sometimes unchecks all checkboxes | 2023-07-18 08:56:37+00:00 | 2023-07-18 10:03:04+00:00 | 1. Create profile
2. Choose Copy from, select one of the profiles you already have
3. All the checkboxes get unchecked and there is an error message ๐

| completed | Profile creation: choosing profile to Copy from sometimes unchecks all checkboxes 1. Create profile
2. Choose Copy from, select one of the profiles you already have
3. All the checkboxes get unchecked and there is an error message ๐

| completed | Profile creation does not respect name 1. Create profile flow.
2. Choose copy from "Python" template
3. Name your profile "My Profile"
4. Get unexpected warning. It looks like "My Profile" name is not respected
 and also installed | 2023-07-18 07:01:48+00:00 | 2023-07-21 19:59:39+00:00 | Reload button is shown on extension if extension is under development (debugging) and also installed

| completed | Reload button is shown on extension if extension is under development (debugging) and also installed Reload button is shown on extension if extension is under development (debugging) and also installed

| 93 |
188125 | Paste in Markdown gets garbled | 2023-07-18 02:45:34+00:00 | 2023-07-20 01:05:46+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 | Paste in Markdown gets garbled <!-- โ ๏ธโ ๏ธ 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 -->
<!-- ๐ Sea... | 550 |
200286 | The editor could not be opened due to an unexpected error: Cannot read properties of undefined (reading 'outputs') | 2023-07-17 20:38:31+00:00 | <!-- Please search existing issues to avoid creating duplicates. -->
If outputs are cleared from a jupyter notebook, attempting to view a diff in source control view displays the error in the subject.
Search for related issues brings up a different issue related to filesystem sync.
## Environment data
- ... | The editor could not be opened due to an unexpected error: Cannot read properties of undefined (reading 'outputs') <!-- Please search existing issues to avoid creating duplicates. -->
If outputs are cleared from a jupyter notebook, attempting to view a diff in source control view displays the error in the subject.... | 425 | ||
188104 | Add ability to mute a getting started page for the extensions being installed through an extension pack | 2023-07-17 18:58:27+00:00 | 2023-08-07 19:58: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. -->
Extension packs install multiple extensions, s... | completed | Add ability to mute a getting started page for the extensions being installed through an extension pack <!-- โ ๏ธโ ๏ธ 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 duplic... | 165 |
188102 | disable backspace to delete slash commands for screen reader users | 2023-07-17 18:52:11+00:00 | 2023-07-19 17:13:41+00:00 | 1. turn on a screen reader on Windows (JAWS/NVDA)
2. type `/createWorkspace` in the chat view
3. hit backspace
4. ๐ hear "space'
@jooyoungseo said this is typical of a screen reader. We discussed using an audio cue to indicate deletion. We have concluded it would be better and simpler to just disable this featur... | completed | disable backspace to delete slash commands for screen reader users 1. turn on a screen reader on Windows (JAWS/NVDA)
2. type `/createWorkspace` in the chat view
3. hit backspace
4. ๐ hear "space'
@jooyoungseo said this is typical of a screen reader. We discussed using an audio cue to indicate deletion. We have c... | 166 |
188101 | Re-assign keybinding for open detected link or go to command so both can be invoked from within the accessible buffer | 2023-07-17 18:46:27+00:00 | 2023-07-20 19:50:41+00:00 | cc @jooyoungseo, @Tyriar | completed | Re-assign keybinding for open detected link or go to command so both can be invoked from within the accessible buffer cc @jooyoungseo, @Tyriar | 44 |
188088 | SCM changed file count doesn't always update | 2023-07-17 16:48:16+00:00 | Probably another way to repro this but while reproing https://github.com/microsoft/vscode/issues/188087 I was finding this
- Checkout vscode-copilot to c0910dd723d1a6625d181ee3fe5e434fe9718ba8
- Find context.ts, F2, rename the `Context` class to `ServicesAccessor`
This badge on "Changes" doesn't match the actual... | SCM changed file count doesn't always update Probably another way to repro this but while reproing https://github.com/microsoft/vscode/issues/188087 I was finding this
- Checkout vscode-copilot to c0910dd723d1a6625d181ee3fe5e434fe9718ba8
- Find context.ts, F2, rename the `Context` class to `ServicesAccessor`
Thi... | 190 | ||
188087 | Undoing a file move creates bogus import updates | 2023-07-17 16:45:53+00:00 | Probably can be reproed in a simpler way but here's what I did
- Checkout vscode-copilot to `c0910dd723d1a6625d181ee3fe5e434fe9718ba8`
- Find `src/base/lib/context.ts`
- Drag it in the Explorer up a level to `src/base/context.ts`
- Press cmd+Z without waiting for imports to be updated
- Imports are being updated... | Undoing a file move creates bogus import updates Probably can be reproed in a simpler way but here's what I did
- Checkout vscode-copilot to `c0910dd723d1a6625d181ee3fe5e434fe9718ba8`
- Find `src/base/lib/context.ts`
- Drag it in the Explorer up a level to `src/base/context.ts`
- Press cmd+Z without waiting for i... | 346 | ||
188081 | The workbench.action.terminal.focusAccessibleBuffer command can be triggered even if the terminal is not in focus. | 2023-07-17 14:39:26+00:00 | 2023-07-17 17:33:41+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 | The workbench.action.terminal.focusAccessibleBuffer command can be triggered even if the terminal is not in 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... | 681 |
188059 | Error while encrypting the text provided to safeStorage.encryptString. Encryption is not available. | 2023-07-17 12:06:51+00:00 | 2023-07-24 17:13:13+00:00 | From version 1.80 onwards, we've been getting CI failures when testing our vscode extension with this error message: "Error while encrypting the text provided to safeStorage.encryptString. Encryption is not available."
I suspect this is related to the move off keytar described in the release notes of 1.80 and here h... | completed | Error while encrypting the text provided to safeStorage.encryptString. Encryption is not available. From version 1.80 onwards, we've been getting CI failures when testing our vscode extension with this error message: "Error while encrypting the text provided to safeStorage.encryptString. Encryption is not available."
... | 848 |
188044 | New notebook.experimental.remoteSave setting isn't registered | 2023-07-17 07:14:05+00:00 | 2023-07-25 23:21: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 | New notebook.experimental.remoteSave setting isn't registered <!-- โ ๏ธโ ๏ธ 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... | 460 |
187982 | Workspace level `window.zoomLevel` does not reset after closing project | 2023-07-15 12:32:03+00:00 | 2023-07-24 08:37:16+00:00 | <!--_ โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid c... | completed | Workspace level `window.zoomLevel` does not reset after closing project <!--_ โ ๏ธโ ๏ธ 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... | 450 |
187959 | Settings editor search results aren't sorted well | 2023-07-14 21:45:42+00:00 | 2023-09-25 17:26:09+00:00 | Ref https://github.com/microsoft/vscode/issues/187949#issuecomment-1636355066
1. Search `test` in the Settings editor in the User settings.
2. :bug: "Testing: Automatically Open Peak View" appears after "TypeScript > Preferences: Quote Style"? The "Testing" settings are not all grouped together, which could make us... | completed | Settings editor search results aren't sorted well Ref https://github.com/microsoft/vscode/issues/187949#issuecomment-1636355066
1. Search `test` in the Settings editor in the User settings.
2. :bug: "Testing: Automatically Open Peak View" appears after "TypeScript > Preferences: Quote Style"? The "Testing" settings... | 117 |
187958 | openWalkthrough command does not navigate to the correct location on first try | 2023-07-14 21:39:40+00:00 | 2023-10-21 04:04:05+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 | openWalkthrough command does not navigate to the correct location on first try <!-- โ ๏ธโ ๏ธ 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/... | 681 |
187947 | Settings sync installs extensions which need to be migrated | 2023-07-14 17:56:31+00:00 | 2023-07-21 19:39:04+00:00 | 1. Have GitHub Copilot Nightly synced to settings sync
2. Create a codespace
3. :bug: Copilot prerelease is installed and I get this notification
<img width="366" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/39708868-20cd-4895-a7aa-371aecc441f9">
| completed | Settings sync installs extensions which need to be migrated 1. Have GitHub Copilot Nightly synced to settings sync
2. Create a codespace
3. :bug: Copilot prerelease is installed and I get this notification
<img width="366" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/39708868-20cd-4895-a7a... | 109 |
187946 | Wrapping ghost text breaks syntax highlighting | 2023-07-14 17:53:47+00:00 | * vscode codebase
* have snippet suggestions enabled and have `"editor.inlineSuggest.enabled": true,`
* have a method
* type `async` in from of its name
* the snippet suggestion for async-function shows as ghost text
* :bug: when the actual code (method ident) is being wrapped/pushed out it looses its color
htt... | Wrapping ghost text breaks syntax highlighting * vscode codebase
* have snippet suggestions enabled and have `"editor.inlineSuggest.enabled": true,`
* have a method
* type `async` in from of its name
* the snippet suggestion for async-function shows as ghost text
* :bug: when the actual code (method ident) is bein... | 149 | ||
187944 | `editor.detectIndentation` produces incorrect values for empty files when `editor.insertSpaces` is `true` | 2023-07-14 17:48:46+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | `editor.detectIndentation` produces incorrect values for empty files when `editor.insertSpaces` is `true` <!-- โ ๏ธโ ๏ธ 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... | 602 | ||
187943 | [debug js] No variable preview with the rest syntax | 2023-07-14 17:40:05+00:00 | 2023-12-16 00:12:35+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | [debug js] No variable preview with the rest syntax <!-- โ ๏ธโ ๏ธ 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... | 390 |
187939 | Diff Editor: New Files Have Weird Alignments | 2023-07-14 16:20:00+00:00 | 2023-07-21 15:37:35+00:00 | [repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.41.0-dev.20230714#XQAAAAKaAwAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw4fo2RgmSatbNyrNa50VLHWwDOn0YI7IfU0xJ0CGYU1vRtgnKPmZzQcQ1F9I-F9YcvQUj8HivueDk6xk10aTwajFUJtCUPrbJyYzhlPpkRS6VL5hsKJdCDPoibdd4UK... | completed | Diff Editor: New Files Have Weird Alignments [repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.41.0-dev.20230714#XQAAAAKaAwAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw4fo2RgmSatbNyrNa50VLHWwDOn0YI7IfU0xJ0CGYU1vRtgnKPmZzQcQ1F9I-F9YcvQUj8HivueDk6xk10... | 611 |
187921 | Exact matches are hard to find in outline | 2023-07-14 10:43:57+00:00 | 2024-04-26 07:34:05+00:00 | * I wanted to go to the editor create function
* open `monaco.d.ts` (at the top)
* open outline cmd+shift+o
* type `create`
* it is difficult to find this function because there are others above it which start with `create...`:
```ts
export function create(domElement: HTMLElement, options?: IStandaloneEditorCons... | completed | Exact matches are hard to find in outline * I wanted to go to the editor create function
* open `monaco.d.ts` (at the top)
* open outline cmd+shift+o
* type `create`
* it is difficult to find this function because there are others above it which start with `create...`:
```ts
export function create(domElement: HT... | 206 |
187918 | [Bug]: Sticky scroll content stays rendered in black | 2023-07-14 10:35:23+00:00 | 2023-07-14 15:55:37+00:00 | * enable sticky scroll
* open a file and scroll such that sticky scroll appears
* reload the window
* observe that the sticky scroll lines are not colored until they get rerendered once
* there is `ITextModel.onDidChangeTokens` that could be used
https://github.com/microsoft/vscode/assets/5047891/0c604bf6-4c80... | completed | [Bug]: Sticky scroll content stays rendered in black * enable sticky scroll
* open a file and scroll such that sticky scroll appears
* reload the window
* observe that the sticky scroll lines are not colored until they get rerendered once
* there is `ITextModel.onDidChangeTokens` that could be used
https://git... | 219 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.