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 |
|---|---|---|---|---|---|---|---|
191688 | Current active presentation type is incorrect after changing display style 1st image. | 2023-08-29 18:48:36+00:00 | Testing #191502

| Current active presentation type is incorrect after changing display style 1st image. Testing #191502

| 79 | ||
191685 | The presentations style always defaults to text/plain even when images are displayed. | 2023-08-29 18:44:11+00:00 | Testing #191502
It requires an additional step by the user to change the presentation style. | The presentations style always defaults to text/plain even when images are displayed. Testing #191502
It requires an additional step by the user to change the presentation style. | 42 | ||
191684 | Icons in Accessible view don't seem right | 2023-08-29 18:34:04+00:00 | 2023-08-29 21:52:23+00:00 | Testing #191345

The bell icon for manage extension does not seem correct here, gear icon might be better.
The shown next and show previous should swap places. `>` and `<` should probably be `<` and `>`
I would exp... | completed | Icons in Accessible view don't seem right Testing #191345

The bell icon for manage extension does not seem correct here, gear icon might be better.
The shown next and show previous should swap places. `>` and `<` s... | 120 |
191674 | Use better codicon for action to disable verbosity hint | 2023-08-29 18:08:46+00:00 | 2023-08-29 21:52:24+00:00 | We use an X now, which to me feels more like a 'dismiss accessible help' button. Maybe `bell-slash` would be more appropriate https://github.com/microsoft/vscode-codicons/blob/main/src/icons/bell-slash.svg, or even `circle-slash` https://github.com/microsoft/vscode-codicons/blob/main/src/icons/circle-slash.svg

| completed | Confusing accessibility help message in an editor 1. Open settings.json
2. Run Open Accessibility Help
3. See this message
4. I don't really understand what "Disable the aria hint label to open this" means

| 99 |
191671 | Unfocused editors should regain focus (be un-dimmed) on scroll | 2023-08-29 17:54:57+00:00 | Testing #191527
In the gif, you can see that after picking a file to be opened in the editor, I can scroll in the dimmed editor. This feels weird to me.
https://github.com/microsoft/vscode/assets/25044782/c37fc52f-869c-45a9-abd4-4a737f85dc0e
| Unfocused editors should regain focus (be un-dimmed) on scroll Testing #191527
In the gif, you can see that after picking a file to be opened in the editor, I can scroll in the dimmed editor. This feels weird to me.
https://github.com/microsoft/vscode/assets/25044782/c37fc52f-869c-45a9-abd4-4a737f85dc0e
| 107 | ||
191667 | Duplicate search results added while changing notebook content | 2023-08-29 17:51:44+00:00 | 2023-11-02 22:10:08+00:00 | Testing #191488
1. Search for `abc.+` with regex matching enabled
2. In a notebook, start editing a markdown cell
3. Type `abcd`
4. Keep typing more letters
**bug**
More search results are added to the list instead of updating the existing result

Also, is the hover color themable?
_Originally posted by @bpasero in https://github.com/microsoft/vscode/issues/185781#issuecomment-1697638159_
... | completed | I cannot click on the left hand side to expand: I cannot click on the left hand side to expand:

Also, is the hover color themable?
_Originally posted by @bpasero in https://github.com/microsoft/vscode... | 114 |
191663 | Only show `Open Accessible View` when there is an accessible view to open | 2023-08-29 17:31:54+00:00 | 2023-11-10 19:47:53+00:00 | Testing #191344
I'm not sure if you considered this already, but it would be nice to have the `Open Accessible View` in the command palette only when you're focused on something that supports it. When running the command in a random place, it just does nothing, which might be confusing to people who are trying to le... | completed | Only show `Open Accessible View` when there is an accessible view to open Testing #191344
I'm not sure if you considered this already, but it would be nice to have the `Open Accessible View` in the command palette only when you're focused on something that supports it. When running the command in a random place, it ... | 97 |
191658 | Copy image output doesn't work on Linux | 2023-08-29 17:25:47+00:00 | 2023-08-30 21:56:11+00:00 | Testing #191502
1. Have a cell with an image
2. Copy the cell output
3. Paste in something like Gimp
4. ๐ Nothing happens
Both `xclip` and Gimp don't see anything written to the clipboard. Copying images from a browser works so I know the clipboard can be written with images. | completed | Copy image output doesn't work on Linux Testing #191502
1. Have a cell with an image
2. Copy the cell output
3. Paste in something like Gimp
4. ๐ Nothing happens
Both `xclip` and Gimp don't see anything written to the clipboard. Copying images from a browser works so I know the clipboard can be written with i... | 80 |
191655 | going from `never` to `always`, the folding icon does not appear for sticky scroll | 2023-08-29 17:06:16+00:00 | Testing #191452
1. set `editor.showFoldingControls` to `never`
2. set `editor.showFoldingControls` to `always`
3. ๐ no folding icon on the sticky scroll header

| going from `never` to `always`, the folding icon does not appear for sticky scroll Testing #191452
1. set `editor.showFoldingControls` to `never`
2. set `editor.showFoldingControls` to `always`
3. ๐ no folding icon on the sticky scroll header
:
1. create a terminal profile using an exte... | completed | `terminalShellType` value is stuck at "gitbash" Testing #190104
This is sort of unrelated to the TPI, but when I inspect context keys on my terminal area, I notice that it has `terminalShellType: "gitbash"`, even when the active terminal isn't using git bash. Here are my repro steps (not sure if this can be simplifi... | 154 |
191645 | Cycling through options in the accessible completions view re-reads the header each time | 2023-08-29 16:17:45+00:00 | 2023-10-23 16:14:00+00:00 | Testing #191346
1. Be on Ubuntu with the default screen reader
2. Trigger an inline completion and shift+alt+f2 to open the accessible view
3. alt+] and alt+[. Notice each cycling of the completion, it re-reads the entire dialog including possible actions again. I'd expect it to read only the new copletion item | completed | Cycling through options in the accessible completions view re-reads the header each time Testing #191346
1. Be on Ubuntu with the default screen reader
2. Trigger an inline completion and shift+alt+f2 to open the accessible view
3. alt+] and alt+[. Notice each cycling of the completion, it re-reads the entire dial... | 103 |
191644 | `serve-web`- default getting started has weird scroll state | 2023-08-29 16:13:39+00:00 | 2023-12-19 22:12:56+00:00 | Testing #191542
This might have to do more on how `getting started` is loaded in the web, but:
1. Try `serve-web` with a new host like `127.0.0.3`
2. Navigate there and see the getting started page

It looks l... | not_planned | `serve-web`- default getting started has weird scroll state Testing #191542
This might have to do more on how `getting started` is loaded in the web, but:
1. Try `serve-web` with a new host like `127.0.0.3`
2. Navigate there and see the getting started page

I'm pretty sure I'm following this reference exactly though:
https://github.com/microsoft/vscode/blob/64f148... | completed | Dim unfocused setting link does not work Forked off from https://github.com/microsoft/vscode/issues/191618
The link in settings does not work:

I'm pretty sure I'm following this reference exactly though:
https:... | 254 |
191637 | [Bug] When the window is downsized, icons to expand the hidden lines move to the left | 2023-08-29 15:18:51+00:00 | 2023-08-30 10:18:29+00:00 | This behavior is seen in the following GIF. Perhaps the icons should remain on the same position:
https://github.com/microsoft/vscode/assets/61460952/e344ce73-9696-4539-a3f8-bda01f4d6782
| completed | [Bug] When the window is downsized, icons to expand the hidden lines move to the left This behavior is seen in the following GIF. Perhaps the icons should remain on the same position:
https://github.com/microsoft/vscode/assets/61460952/e344ce73-9696-4539-a3f8-bda01f4d6782
| 88 |
191636 | Find and replace does nothing | 2023-08-29 15:13:37+00:00 | 2023-12-05 22:34:00+00:00 | Testing #191488
I tried a find and replace on a closed Jupyter notebook to see what would happen.
There were four matches for the query "to", and I tried replacing "to" with "from".
I got the dialog "Replace 4 occurrences across 1 file with 'from'?"
I hit "Replace" and the search results disappeared, but they s... | completed | Find and replace does nothing Testing #191488
I tried a find and replace on a closed Jupyter notebook to see what would happen.
There were four matches for the query "to", and I tried replacing "to" with "from".
I got the dialog "Replace 4 occurrences across 1 file with 'from'?"
I hit "Replace" and the search r... | 101 |
191632 | z-index issues with notebooks sticky scroll | 2023-08-29 14:45:49+00:00 | 2024-01-18 19:05:55+00:00 | * have side by side editors
* open a notebook in the 2nd tab group
* scroll so that NB sticky scroll shows
* it overlays the editor sash
<img width="520" alt="Screenshot 2023-08-29 at 16 44 41" src="https://github.com/microsoft/vscode/assets/1794099/55040b7b-8264-45d4-8992-2d8fcb973c62">
| completed | z-index issues with notebooks sticky scroll * have side by side editors
* open a notebook in the 2nd tab group
* scroll so that NB sticky scroll shows
* it overlays the editor sash
<img width="520" alt="Screenshot 2023-08-29 at 16 44 41" src="https://github.com/microsoft/vscode/assets/1794099/55040b7b-8264-45d4-8... | 112 |
191627 | Consider to revert dynamic grow from scroll when reopening | 2023-08-29 14:21:35+00:00 | 2023-08-31 05:24:21+00:00 | Testing #191496
I think that growing quick chat when you scroll is an interesting idea, but I would reset the size back to how it was when you reopen quick chat because its harder to manage the size to make it small again. You cannot just scroll to get back where you were. | completed | Consider to revert dynamic grow from scroll when reopening Testing #191496
I think that growing quick chat when you scroll is an interesting idea, but I would reset the size back to how it was when you reopen quick chat because its harder to manage the size to make it small again. You cannot just scroll to get back ... | 75 |
191625 | Keyboard binding suggested for open ended question does not bring over my question | 2023-08-29 14:10:51+00:00 | Testing #191496
Asking anything in command palette puts the chat option last with a keybinding. Invoking that does not take my question over though:

| Keyboard binding suggested for open ended question does not bring over my question Testing #191496
Asking anything in command palette puts the chat option last with a keybinding. Invoking that does not take my question over though:
 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
- OS Version: Arch Linux
Steps to Reproduce:
1. Down... | completed | Error: Throttler is disposed in serve-web Testing #191542
- VS Code Version:
Version: 1.82.0-insider
Commit: ebd67244fb2da33ab078bb2baa96106fda29f336
Date: 2023-08-29T05:03:17.701Z
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
- OS Version: Ar... | 599 |
191623 | How to vote down a chat response isn't obvious | 2023-08-29 13:59:18+00:00 | 2023-12-15 23:05:16+00:00 | My response got filtered and the message says to vote down, but I don't see a way to vote down. I did realize that I could scroll up and then vote down, but this isn't obvious and it seems like the action that I'm being asked to take should be visible.
 Use latest snap installation of insiders
2) Attempt to forward a port and after sign in flow, see the notification with following error
<img width="727" alt="Screenshot 2023-08-29 at 22 53 14" src="https://github.com/microsoft/vscode/assets/964386/e469e6f2-22d7-4a79-8422-08368dd12c84">
3) Pat... | completed | Port forwarding attempts wrong path to tunnel binary on linux Testing #191540
1) Use latest snap installation of insiders
2) Attempt to forward a port and after sign in flow, see the notification with following error
<img width="727" alt="Screenshot 2023-08-29 at 22 53 14" src="https://github.com/microsoft/vscode/... | 156 |
191620 | Go to Next/Previous in notification accessible view is not disabled | 2023-08-29 13:39:52+00:00 | Testing #191345
1. Enable screen reader accessibility mode
2. Cause 1 notification to show (I did https://github.com/microsoft/vscode/issues/191619)
3. Focus the notification and `alt+F2`
4. The accessible view shows.
5. In the top right of the accessible view, there are go to next and previous actions. They are... | Go to Next/Previous in notification accessible view is not disabled Testing #191345
1. Enable screen reader accessibility mode
2. Cause 1 notification to show (I did https://github.com/microsoft/vscode/issues/191619)
3. Focus the notification and `alt+F2`
4. The accessible view shows.
5. In the top right of the ... | 116 | ||
191618 | Settings feedback | 2023-08-29 13:33:28+00:00 | 2023-08-29 19:16:22+00:00 | Testing #191527
Two polish items:
* the link to the setting does not seem to work
* you talk about "making the focused view more obvious" but that is not true, this feature only works for "text editors" and "terminals", so I would clarify that

| Notebooks are not dimming Testing #191527

| 65 | ||
191614 | Editor placeholder (error case) does not dim | 2023-08-29 13:23:07+00:00 | 2023-08-29 19:16:21+00:00 | Testing #191527

| completed | Editor placeholder (error case) does not dim Testing #191527

| 66 |
191613 | Welcome editor does not dim | 2023-08-29 13:21:35+00:00 | 2023-08-29 19:16:21+00:00 | Testing #191527

| completed | Welcome editor does not dim Testing #191527

| 58 |
191612 | Keybindings editor does not dim | 2023-08-29 13:21:06+00:00 | 2023-08-29 19:16:18+00:00 | Testing #191527

| completed | Keybindings editor does not dim Testing #191527

| 58 |
191611 | Settings editor does not fully dim | 2023-08-29 13:20:40+00:00 | 2023-08-29 19:16:19+00:00 | Testing #191527

| completed | Settings editor does not fully dim Testing #191527

| 59 |
191608 | Unclear what part of the editor is dimmed | 2023-08-29 13:14:36+00:00 | Testing #191527
The setting seems to suggest the editor gets dimmed, but I was also expecting breadcrumbs and maybe tabs to get dimmed. Also, editor controls (like find input) do not seem to get dimmed.

| reopened | Unclear what part of the editor is dimmed Testing #191527
The setting seems to suggest the editor gets dimmed, but I was also expecting breadcrumbs and maybe tabs to get dimmed. Also, editor controls (like find input) do not seem to get dimmed.
 or was abandoned.
``` | completed | Remove `envCollectionOptions` from product.json ```
Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'envCollectionOptions' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned.
``` | 95 |
191590 | Missing jsdoc for `GlobalEnvironmentVariableCollection` | 2023-08-29 12:10:07+00:00 | 2023-08-29 19:14:16+00:00 | * The `GlobalEnvironmentVariableCollection` type lacks a leading jsdoc comments
* the `getScoped` function lacks a `@return` annotation | completed | Missing jsdoc for `GlobalEnvironmentVariableCollection` * The `GlobalEnvironmentVariableCollection` type lacks a leading jsdoc comments
* the `getScoped` function lacks a `@return` annotation | 64 |
191588 | Windows title flickers when changing views | 2023-08-29 11:39:59+00:00 | 2023-11-10 18:55:16+00:00 | Testing #191341
Switching views in the "Explorer" view - no flicker
https://github.com/microsoft/vscode/assets/3372902/4d1438a0-cb37-4815-a0e8-97ff0114d77f
Switching views in the Panel - flicker
https://github.com/microsoft/vscode/assets/3372902/b50a8bab-dfe6-41a0-8138-ebbaa5503199
Switching views in the... | completed | Windows title flickers when changing views Testing #191341
Switching views in the "Explorer" view - no flicker
https://github.com/microsoft/vscode/assets/3372902/4d1438a0-cb37-4815-a0e8-97ff0114d77f
Switching views in the Panel - flicker
https://github.com/microsoft/vscode/assets/3372902/b50a8bab-dfe6-41a0-81... | 174 |
191584 | edit text in accessible text does not match the inline completeion | 2023-08-29 11:22:33+00:00 | 2023-10-23 16:17:41+00:00 | Testing #191346
See how the word result has split into res and ult (this is placed at the end)

| completed | edit text in accessible text does not match the inline completeion Testing #191346
See how the word result has split into res and ult (this is placed at the end)

| 89 |
191578 | Deserialize notebook kernel history failed | 2023-08-29 10:08:45+00:00 | 2023-10-05 16:13:54+00:00 | Going through the error logs showed the error below โฌ๏ธ. No steps but it is rooted at this line
https://github.com/microsoft/vscode/blob/5cd507ba17ec7a0d8a822c35bfcde8eca33de861/src/vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl.ts#L95
```
Deserialize notebook kernel history faile... | completed | Deserialize notebook kernel history failed Going through the error logs showed the error below โฌ๏ธ. No steps but it is rooted at this line
https://github.com/microsoft/vscode/blob/5cd507ba17ec7a0d8a822c35bfcde8eca33de861/src/vs/workbench/contrib/notebook/browser/services/notebookKernelHistoryServiceImpl.ts#L95
```... | 675 |
191577 | Copy image output is quite slow | 2023-08-29 10:05:11+00:00 | Testing #191502
* have image output, its size on disk is ~200kb
* select copy output
* ๐ it takes a couple of seconds before the images makes it into my clipboard | Copy image output is quite slow Testing #191502
* have image output, its size on disk is ~200kb
* select copy output
* ๐ it takes a couple of seconds before the images makes it into my clipboard | 50 | ||
191575 | Debug: Open Link created chrome config when only msedge is installed | 2023-08-29 09:47:23+00:00 | 2023-09-13 11:24:47+00:00 | Testing #191545
I don't have Chrome installed, but Edge. If Open Link would detect which browsers are available, this would have worked out-of-the-box. | not_planned | Debug: Open Link created chrome config when only msedge is installed Testing #191545
I don't have Chrome installed, but Edge. If Open Link would detect which browsers are available, this would have worked out-of-the-box. | 61 |
191571 | Match Whole Words modifier has no effect for ipynb | 2023-08-29 09:38:04+00:00 | Testing #191488
* open https://github.com/donnemartin/data-science-ipython-notebooks
* enable `"search.experimental.closedNotebookRichContentResults": true`
* set files to include to `./pandas/03.01-Introducing-Pandas-Objects.ipynb`
* search for `a` and enable "Match Whole Words"
* observe that `a`s inside words... | Match Whole Words modifier has no effect for ipynb Testing #191488
* open https://github.com/donnemartin/data-science-ipython-notebooks
* enable `"search.experimental.closedNotebookRichContentResults": true`
* set files to include to `./pandas/03.01-Introducing-Pandas-Objects.ipynb`
* search for `a` and enable "M... | 328 | ||
191568 | Clicking on search result sets the selection in the cell and not in the output | 2023-08-29 09:26:06+00:00 | 2023-08-30 00:45:53+00:00 | Testing #191488
* open https://github.com/donnemartin/data-science-ipython-notebooks
* enable `"search.experimental.closedNotebookRichContentResults": true`
* search for `[1, 2, 3, 4, 5]`
* click on a result in `02.08-Sorting.ipynb`
* observe the selection is set on the input code and not on the output
... | completed | Clicking on search result sets the selection in the cell and not in the output Testing #191488
* open https://github.com/donnemartin/data-science-ipython-notebooks
* enable `"search.experimental.closedNotebookRichContentResults": true`
* search for `[1, 2, 3, 4, 5]`
* click on a result in `02.08-Sorting.ipynb`
*... | 263 |
191565 | Cannot view diff for Markdown files | 2023-08-29 09:01: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... | Cannot view diff for Markdown files <!-- โ ๏ธโ ๏ธ 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 -->
<!-- ๏ฟฝ... | 446 | ||
191558 | Header appears with a lag after sticky scroll has scrolled over it | 2023-08-29 07:18:50+00:00 | 2024-01-18 19:07:15+00:00 | Testing #191546
Hey @Yoyokrazy, great work here! I was testing the notebook sticky scroll and noticed the following behavior in the GIF. The header `h5 - 1.2.2.2` appears when the bottom of the sticky widget is midway through the cell containing code. I think I would have expected the header to appear as soon as the... | completed | Header appears with a lag after sticky scroll has scrolled over it Testing #191546
Hey @Yoyokrazy, great work here! I was testing the notebook sticky scroll and noticed the following behavior in the GIF. The header `h5 - 1.2.2.2` appears when the bottom of the sticky widget is midway through the cell containing code... | 181 |
191539 | quick search - file highlight decoration isn't showing up on search | 2023-08-28 23:43:23+00:00 | 2023-08-29 15:20:32+00:00 | 1. use quick search for something like `% dispose(` that is in the current file.
2. Notice that, while the picker is open, the matches aren't highlighted :bug:
You should see it like this on Dark Modern

| completed | quick search - file highlight decoration isn't showing up on search 1. use quick search for something like `% dispose(` that is in the current file.
2. Notice that, while the picker is open, the matches aren't highlighted :bug:
You should see it like this on Dark Modern

Steps to Reproduce:
1. Create a moved code block
2. Click "compare" button to enable compare mode, arrow becomes orange and editors become scrollin... | Moved lines compare becomes broken when double clicking Testing #191508
- VS Code Version:
Version: 1.82.0-insider
Commit: f7973f357e7c316a88e8817886f41a843021fe74
Date: 2023-08-28T05:03:24.392Z (15 hrs ago)
Steps to Reproduce:
1. Create a moved code block
2. Click "compare" button to enable compar... | 902 | ||
191511 | The 1st Find All References result isn't in sorted order if the UI is in a cleared state | 2023-08-28 19:27:19+00:00 | 2023-12-05 11:11:59+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 1st Find All References result isn't in sorted order if the UI is in a cleared 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/vs... | 730 |
191501 | exec server port forwarding fails for certain cases | 2023-08-28 18:27:09+00:00 | 2023-08-28 19:51:06+00:00 | I still have this issue in the latest version:
```
Version: 1.82.0-insider
Commit: 083fca132543aa91a7e1de2dc23857d70ea56dd3
Date: 2023-08-25T05:44:25.625Z (23 hrs ago)
```
To reproduce:
1. Use node script [from here](https://gist.github.com/Dador/746e9b7806f2d3b0f4e7d6913950fc00).
2. Do a requ... | completed | exec server port forwarding fails for certain cases I still have this issue in the latest version:
```
Version: 1.82.0-insider
Commit: 083fca132543aa91a7e1de2dc23857d70ea56dd3
Date: 2023-08-25T05:44:25.625Z (23 hrs ago)
```
To reproduce:
1. Use node script [from here](https://gist.github.com/Da... | 379 |
191490 | `ctrl+upArrow` doesn't open accessible buffer on windows | 2023-08-28 17:50:37+00:00 | 2023-08-28 19:45:24+00:00 | 1. enable screen reader mode
2. focus a terminal
3. `ctrl+upArrow`
4. ๐ the accessible buffer isn't entered
This is because it's getting sent to the shell. Adding it to commands to skip shell fixes this.
reported by @jooyoungseo | completed | `ctrl+upArrow` doesn't open accessible buffer on windows 1. enable screen reader mode
2. focus a terminal
3. `ctrl+upArrow`
4. ๐ the accessible buffer isn't entered
This is because it's getting sent to the shell. Adding it to commands to skip shell fixes this.
reported by @jooyoungseo | 85 |
191485 | Context menu for Quick Search appearing in search view | 2023-08-28 17:39:17+00:00 | 2023-08-28 19:35:10+00:00 | 1. Right-click in the search view.
2. See this option, which brings you to the quick search :bug: This shouldn't be here.

| completed | Context menu for Quick Search appearing in search view 1. Right-click in the search view.
2. See this option, which brings you to the quick search :bug: This shouldn't be here.

| 94 |
191450 | Sticky scroll should show the last line of the scope as soon as shift is pressed | 2023-08-28 10:08:25+00:00 | Currently sticky scroll shows the last line of the scope only when shift is pressed followed by a mouse move event. Pressing on shift does not automatically show the last line of the scope which it should. | Sticky scroll should show the last line of the scope as soon as shift is pressed Currently sticky scroll shows the last line of the scope only when shift is pressed followed by a mouse move event. Pressing on shift does not automatically show the last line of the scope which it should. | 67 | ||
191423 | Avoid unnecessary virtual scroll bar area refreshing during typing | 2023-08-27 20:04:03+00:00 | 2023-09-01 11:40:22+00:00 | - VS Code Version: 1.80.0
- OS Version: Windows 11 22H2 (22621.2134)
Steps to Reproduce:
1. Open a text file. Turn on Developer tools \ Rendering \ Paint flashing
2. Type a few characters without changing line.
Observe the screen refresh areas. With each character typing, the virtual scroll bar area is update... | completed | Avoid unnecessary virtual scroll bar area refreshing during typing - VS Code Version: 1.80.0
- OS Version: Windows 11 22H2 (22621.2134)
Steps to Reproduce:
1. Open a text file. Turn on Developer tools \ Rendering \ Paint flashing
2. Type a few characters without changing line.
Observe the screen refresh area... | 186 |
191391 | Extension Contributed Menu Item: resourceFilename does not work as expected | 2023-08-26 21:07:43+00:00 | Sometimes the context menu entry is there, sometimes not:

My contributes config is:
```
"menus": {
"explorer/context": [
{
"command": "merge-editor-dev-companion.open-folder-in-merge-editor-curre... | Extension Contributed Menu Item: resourceFilename does not work as expected Sometimes the context menu entry is there, sometimes not:

My contributes config is:
```
"menus": {
"explorer/context": [
{
... | 267 | ||
191369 | Terminal title on Windows may not change when switched shortly after creating | 2023-08-26 14:21:06+00:00 | Repro:
1. Open git repo folder
2. Open terminal
3. Quickly type `git log` enter, ๐ the terminal title should change to `git` shortly after | Terminal title on Windows may not change when switched shortly after creating Repro:
1. Open git repo folder
2. Open terminal
3. Quickly type `git log` enter, ๐ the terminal title should change to `git` shortly after | 51 | ||
191359 | Pasting multiple files with right-click pastes in the originating directory instead of the target directory | 2023-08-26 10:50:34+00:00 | 2024-02-01 16:12:33+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Pasting multiple files with right-click pastes in the originating directory instead of the target 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://gith... | 479 |
191332 | Terminal multiple action icons overlap | 2023-08-25 16:55:53+00:00 | 2023-08-26 16:41:02+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Terminal multiple action icons overlap <!-- โ ๏ธโ ๏ธ 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 -->
<!-... | 366 |
191325 | Toggling Command Center does not resize the title bar | 2023-08-25 16:25:00+00:00 | 2023-08-28 10:15:49+00:00 | Toggling the command center works, but the title bar height is stuck until the window is resized. I also noticed some issues where I had to click twice to open the command center once enabled. The command center input then disappears while the command center quick pick opens.
https://github.com/microsoft/vscode/asse... | completed | Toggling Command Center does not resize the title bar Toggling the command center works, but the title bar height is stuck until the window is resized. I also noticed some issues where I had to click twice to open the command center once enabled. The command center input then disappears while the command center quick p... | 112 |
191323 | Moved Code Detection: Don't Detect Moves When Nothing Moved | 2023-08-25 16:04:19+00:00 | 2023-08-30 14:44:10+00:00 | 
| completed | Moved Code Detection: Don't Detect Moves When Nothing Moved 
| 68 |
191292 | The markdown link in TEST RESULTS is hard to read | 2023-08-25 07:41:47+00:00 | 2023-09-06 00:51:37+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | The markdown link in TEST RESULTS is hard to read <!-- โ ๏ธโ ๏ธ 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... | 478 |
191288 | macOS: Window menu does not show opened windows in some cases | 2023-08-25 07:01:25+00:00 | 2023-08-27 23:28:35+00:00 | Steps to Reproduce:
1. have 2 windows opened, e.g. one on `vscode` and an empty window
2. quit
3. start
4. verify 2 windows open
=> ๐ the "Window" menu only shows 1 window for me

| completed | macOS: Window menu does not show opened windows in some cases Steps to Reproduce:
1. have 2 windows opened, e.g. one on `vscode` and an empty window
2. quit
3. start
4. verify 2 windows open
=> ๐ the "Window" menu only shows 1 window for me
 it does show the list of recent folders.
<img width="339" alt="image" src="https://github.com/microsoft/vscode/assets/98234382/a2ef5a10-7961-4321-a41a-7b013d00cc02">
VS C... | not_planned | Recent folders are not displayed. Type: <b>Bug</b>
Recent folders are not displayed when clicking on the "More" option.
but if you use the default shortcut in MacOs (^r) it does show the list of recent folders.
<img width="339" alt="image" src="https://github.com/microsoft/vscode/assets/98234382/a2ef5a10-7961-... | 940 |
191263 | Search view not showing warnings | 2023-08-24 22:26:31+00:00 | 2023-08-25 18:20:57+00:00 | 1. Open search view and search for something that isn't in your workspace. Enable `Use Exclude Files and Ignore Files` button that is within the files to exclude input.
2. You result should say something like "No results found. Review your settings for configured ....", but it says "0 results in 0 files".
Buggy beh... | completed | Search view not showing warnings 1. Open search view and search for something that isn't in your workspace. Enable `Use Exclude Files and Ignore Files` button that is within the files to exclude input.
2. You result should say something like "No results found. Review your settings for configured ....", but it says "0 ... | 187 |
191249 | Diff Editor Collapsed Region - Blue Border Does Not Stay When Dragging | 2023-08-24 20:19:08+00:00 | 2023-08-28 09:28:35+00:00 | 
| completed | Diff Editor Collapsed Region - Blue Border Does Not Stay When Dragging 
| 70 |
191238 | clicking out of accessible view results in accessible view/ accessibility help context key never getting set to false | 2023-08-24 17:56:06+00:00 | 2023-08-24 19:46:27+00:00 | Works fine when one uses `Escape`, which will be the most frequent case (screen reader users)
This is actually quite tricky... | completed | clicking out of accessible view results in accessible view/ accessibility help context key never getting set to false Works fine when one uses `Escape`, which will be the most frequent case (screen reader users)
This is actually quite tricky... | 55 |
194745 | Outline panel stops showing execution status on until reload | 2023-08-24 14:45:07+00:00 | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
The outline panel once closed and reopened stops showing notebook execution status.
### VS Code Version
Version: 1.81.1 (user setup)
### Jupyter Extension Versi... | Outline panel stops showing execution status on until reload ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
The outline panel once closed and reopened stops showing notebook execution status.
### VS Code Version
... | 180 | ||
191201 | VSCode open a terminal in Terminal Panel before opening a terminal in a tab in the editor window | 2023-08-24 11:18:22+00:00 | 2023-10-06 21:39:39+00:00 | Type: <b>Bug</b>
First, add this setting in your config:
`"terminal.integrated.defaultLocation": "editor"`
Then, I have tasks that I can run with shortcuts. For instance:
```
{
"label": "debug terminal issue",
"type": "shell",
"command": "echo 'Hello World!'"
}
```
When running ... | completed | VSCode open a terminal in Terminal Panel before opening a terminal in a tab in the editor window Type: <b>Bug</b>
First, add this setting in your config:
`"terminal.integrated.defaultLocation": "editor"`
Then, I have tasks that I can run with shortcuts. For instance:
```
{
"label": "debug terminal is... | 259 |
191199 | Diff Algorithm - Shifting Bug | 2023-08-24 11:10:45+00:00 | 2023-09-25 13:04:45+00:00 | The import should be shifted to a better position:

[Repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.40.0-dev.20230629#XQAAAAJgBQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE... | completed | Diff Algorithm - Shifting Bug The import should be shifted to a better position:

[Repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.40.0-dev.20230629#XQAAAAJgBQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9... | 654 |
191195 | Hover contents are incorrectly sized and prevent clicking in the editor | 2023-08-24 10:50:01+00:00 | Create a TS file with this content:
```ts
class Somethingwithalongname123123123123123123 {
public methodwithalongtext12123123123123(
something: Bar123123123,
another: Far213123123123,
progress: vscode.Progress<{ message: string; edits: vscode.TextEdit[] }>,
nowhere: Close1231231231231<a... | Hover contents are incorrectly sized and prevent clicking in the editor Create a TS file with this content:
```ts
class Somethingwithalongname123123123123123123 {
public methodwithalongtext12123123123123(
something: Bar123123123,
another: Far213123123123,
progress: vscode.Progress<{ messag... | 222 | ||
191182 | Icon order mismatch in test explorer and output | 2023-08-24 09:16:41+00:00 | 2023-09-06 21:20:14+00:00 | Version: 1.82.0-insider (Universal)
Commit: ad94cf18189746d2e942fda257950901049b3af3
Date: 2023-08-23T05:35:15.483Z
Electron: 25.5.0
ElectronBuildId: 23084831
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 22.6.0
The icons of go to test, run and debug are in different o... | completed | Icon order mismatch in test explorer and output Version: 1.82.0-insider (Universal)
Commit: ad94cf18189746d2e942fda257950901049b3af3
Date: 2023-08-23T05:35:15.483Z
Electron: 25.5.0
ElectronBuildId: 23084831
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 22.6.0
The icons... | 274 |
191178 | Keyboards shortcuts stops working from time to time | 2023-08-24 08:15:45+00:00 | Sometimes when I have used vscode for a while, my keyboard shortcuts semi-stops working.
An example: I can `Ctrl+F` to find, focus is moved but then `Enter` (to find next result) does not work in the search context.
The issue happens every so often. Sometimes 3-4 times a week, other weeks only once.
I am able ... | Keyboards shortcuts stops working from time to time Sometimes when I have used vscode for a while, my keyboard shortcuts semi-stops working.
An example: I can `Ctrl+F` to find, focus is moved but then `Enter` (to find next result) does not work in the search context.
The issue happens every so often. Sometimes 3-4 ... | 630 | ||
191174 | A11y_VisualStudioCodeClient_Extensions_Name Role Value: No Name is provided for settings button. | 2023-08-24 07:35:03+00:00 | 2023-08-28 10:21:06+00:00 | [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
### GitHubTags:
#A11yWCAG2.1; #A11yTCS; #A11ySev2; #DesktopApp; #Win32; #Visual Studio Code Client; #BM-VisualStudioCodeClient-Win32-Aug2023; #WCAG4.1.2; #Na... | completed | A11y_VisualStudioCodeClient_Extensions_Name Role Value: No Name is provided for settings button. [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
### GitHubTags:
#A11yWCAG2.1; #A11yTCS; #A11ySev2; #DesktopA... | 385 |
191157 | Recently opened project has the same name | 2023-08-24 02:58:46+00:00 | ADD ISSUE DESCRIPTION HERE
Version: 1.81.1
Commit: 6c3e3dba23e8fadc360aed75ce363ba185c49794
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Embedder: vscode.dev
 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Embedder: vscode.dev

| completed | treeItemCheckbox warning I see this on main in vscode-api-tests/package.json:

| 79 |
191074 | A11y_VisualStudioCodeClient_ Sidebar Bar Options_ Accessing The Git side bar options_Name Role Value: Read our docs is a link but Voice over is announcing as button | 2023-08-23 13:25:59+00:00 | [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
### GitHubTags:
#A11yWCAG2.1; #A11yTCS; #A11ySev3; #Visual Studio Code Client; #BM-VisualStudioCodeClient-MAC-Aug2023; #Voiceover; #MAC; #Name Role Value; #WCAG4... | reopened | A11y_VisualStudioCodeClient_ Sidebar Bar Options_ Accessing The Git side bar options_Name Role Value: Read our docs is a link but Voice over is announcing as button [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier... | 409 | |
191070 | Autocomplete suggests based on the last letter of a word and it depends on the typing speed | 2023-08-23 12:32:42+00:00 | 2023-12-15 15:08: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 | Autocomplete suggests based on the last letter of a word and it depends on the typing speed <!-- โ ๏ธโ ๏ธ 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... | 607 |
191069 | A11y_VisualStudioCodeClient_ Customizations and Adding Extensions _ Adding Extension_Name Role Value: No Name is defined for settings button. | 2023-08-23 12:29:06+00:00 | 2023-09-12 15:24:32+00:00 | [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
### GitHubTags:
#A11yWCAG2.1; #A11yTCS; #A11ySev2; #Visual Studio Code Client; #BM-VisualStudioCodeClient-MAC-Aug2023; #Voiceover; #MAC; #WCAG4.1.2; #Name Role V... | completed | A11y_VisualStudioCodeClient_ Customizations and Adding Extensions _ Adding Extension_Name Role Value: No Name is defined for settings button. [[Check out Accessibility Insights!](https://accessibilityinsights.io/)]- Identify accessibility bugs before check-in and make bug fixing faster and easier.
### GitHubTags:
#A1... | 441 |
191067 | serve-web: error could not parse `host`: invalid socket address syntax | 2023-08-23 12:03:21+00:00 | 2023-08-23 23:47:33+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | serve-web: error could not parse `host`: invalid socket address 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/Submitti... | 427 |
191053 | Multiple untitled notebook editors with same name but different associated path do not distinguish | 2023-08-23 07:21:24+00:00 | **Note:** this may well be related to https://github.com/microsoft/vscode/issues/190703 and https://github.com/microsoft/vscode/issues/191052
**Steps:**
* close all instances of code
* from the command line `code ~/foo/new.ipynb ~/bar/new.ipynb`
=> ๐ 2 notebooks open as tabs but do not distinguish each other f... | Multiple untitled notebook editors with same name but different associated path do not distinguish **Note:** this may well be related to https://github.com/microsoft/vscode/issues/190703 and https://github.com/microsoft/vscode/issues/191052
**Steps:**
* close all instances of code
* from the command line `code ~/f... | 366 | ||
191052 | Inactive notebook editor does not indicate dirty state in this case | 2023-08-23 07:16:37+00:00 | **Steps:**
* close all instances of vscode
* from the command line run `~/Desktop/test-js/new.ipynb ~/Desktop/test-ts/new.ipynb`
* this should open 2 tabs with 2 notebooks
=> ๐ only the active editor reports dirty although the explorer shows a "2"
See image:

Version: 1.82.0-insider (user setup)
Commit: f125afbc800ec611f5a9ab1333c769832ce424b3
Date: 2023-08-21T05:32:43.957Z
Electron: 25.5.0
ElectronBuildId: 23084831
Chromium: 114.... | completed | Tasks often don't show statuses This never really stopped happening:

Version: 1.82.0-insider (user setup)
Commit: f125afbc800ec611f5a9ab1333c769832ce424b3
Date: 2023-08-21T05:32:43.957Z
Electron: 25.5.0
ElectronB... | 169 |
190975 | Go To indicator does not show up unless cell is clicked | 2023-08-22 11:45: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... | Go To indicator does not show up unless cell is 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-Sug... | 611 | ||
190974 | env.shell API should not be the empty string on start up | 2023-08-22 11:35:56+00:00 | Currently `env.shell` always starts as `undefined`, since the cost to evaluate it is 50-100ms we don't want to do this before the extension host launches. We could cache the value optimistically across sessions though and in the off chance that it is wrong it will fire the [upcoming event](https://github.com/microsoft/... | reopened | env.shell API should not be the empty string on start up Currently `env.shell` always starts as `undefined`, since the cost to evaluate it is 50-100ms we don't want to do this before the extension host launches. We could cache the value optimistically across sessions though and in the off chance that it is wrong it wil... | 137 | |
190968 | diffEditor: var(...) fallback requires var() | 2023-08-22 10:52:46+00:00 | 2023-08-22 20:33:06+00:00 | These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | completed | diffEditor: var(...) fallback requires var() These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | 93 |
190967 | viewLines: var(...) fallback requires var() | 2023-08-22 10:52:23+00:00 | 2023-08-22 13:57:53+00:00 | These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | completed | viewLines: var(...) fallback requires var() These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | 95 |
190966 | interactiveEditor: var(...) fallback requires var() | 2023-08-22 10:52:06+00:00 | 2023-08-30 12:44:40+00:00 | These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | completed | interactiveEditor: var(...) fallback requires var() These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | 93 |
190965 | terminal: var(...) fallback requires var() | 2023-08-22 10:51:41+00:00 | 2023-08-23 14:48:34+00:00 | These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | completed | terminal: var(...) fallback requires var() These rules don't work currently:

For fallback variables you need to use `var(--variable1, var(--variable2))` | 92 |
190953 | Sometimes TypeScript Inlay Hints Are Off | 2023-08-22 09:33:50+00:00 | 2023-12-05 13:28:10+00:00 | Sometimes inlay hints are off for a short amount of time:

It happens randomly and fixes itself quickly:

I cannot... | completed | Sometimes TypeScript Inlay Hints Are Off Sometimes inlay hints are off for a short amount of time:

It happens randomly and fixes itself quickly:
![Image](https://github.com/microsoft/vscode/assets/2931520/fd753694... | 242 |
190926 | zombie untitled files when attempting to close vs code | 2023-08-21 23:21:05+00:00 | 2023-08-22 03:54: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 | zombie untitled files when attempting to close vs code <!-- โ ๏ธโ ๏ธ 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... | 440 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.