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 |
|---|---|---|---|---|---|---|---|
211998 | Notebook breadcrumbs are tied to OutlinePane filters | 2024-05-03 23:06:45+00:00 | 2024-06-12 16:56:36+00:00 | This is related to `recomputeActive` inside the notebook outline provider. Right now, since this was previously acting as a filter layer, turning off code cells for the outline pane would prevent a recompute of the active element.
๐ if you turn off code cells for the outline pane, you will not get any recomputing of the breadcrumbs as you click around code cells. it will only be triggered if you click on an md cell.
๐ the notebook setting gotosymbols show all symbols is only ever respected when code cells is turned on in the outline | completed | Notebook breadcrumbs are tied to OutlinePane filters This is related to `recomputeActive` inside the notebook outline provider. Right now, since this was previously acting as a filter layer, turning off code cells for the outline pane would prevent a recompute of the active element.
๐ if you turn off code cells for the outline pane, you will not get any recomputing of the breadcrumbs as you click around code cells. it will only be triggered if you click on an md cell.
๐ the notebook setting gotosymbols show all symbols is only ever respected when code cells is turned on in the outline | 150 |
211996 | intellisense doesn't include the completion I want | 2024-05-03 23:00:49+00:00 | 2024-06-17 14:30:38+00:00 |
Steps to Reproduce:
1. type `git checkout -- .` and press `enter`
:bug: intellisense completion was added for the argument instead of running the command
I have a pretty strong muscle memory to run that command, so now I need to remember to press escape before pressing enter

| completed | intellisense doesn't include the completion I want
Steps to Reproduce:
1. type `git checkout -- .` and press `enter`
:bug: intellisense completion was added for the argument instead of running the command
I have a pretty strong muscle memory to run that command, so now I need to remember to press escape before pressing enter

| 127 |
211988 | Command vscode.editorChat.start is missing | 2024-05-03 22:02:43+00:00 | 2024-05-06 07:10:19+00:00 | This commit
https://github.com/microsoft/vscode/pull/211902/files#diff-a0ddbc8d458e220a4e838b0039bd79f8607a616964991400062c21bbea96f2cf
removed the ApiCommand `vscode.editorChat.start`, but this is invoked in many places inside vscode and in the copilot chat extension | completed | Command vscode.editorChat.start is missing This commit
https://github.com/microsoft/vscode/pull/211902/files#diff-a0ddbc8d458e220a4e838b0039bd79f8607a616964991400062c21bbea96f2cf
removed the ApiCommand `vscode.editorChat.start`, but this is invoked in many places inside vscode and in the copilot chat extension | 110 |
211979 | Home and End Key don't Work as Expected in the Filter Textbox on the Debug Console View | 2024-05-03 20:07:18+00:00 | 2024-06-24 14:58:24+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 creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Steps to Reproduce:
1. Navigate to the Debug Console view
2. Enter some text in the input box
3. Press Home
- Actual: nothing happened
- Expected: cursor moves to the beginning of the text
4. Press End
- Actual: focus moved to "Clear console"
- Expected: cursor moves to the end of the text
| completed | Home and End Key don't Work as Expected in the Filter Textbox on the Debug Console View <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Steps to Reproduce:
1. Navigate to the Debug Console view
2. Enter some text in the input box
3. Press Home
- Actual: nothing happened
- Expected: cursor moves to the beginning of the text
4. Press End
- Actual: focus moved to "Clear console"
- Expected: cursor moves to the end of the text
| 400 |
211976 | screen reader issue since 1.89.0 with open file CTRL+p | 2024-05-03 19:08:49+00:00 | 2024-05-30 13:07:08+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0
- OS Version: Windows 10
Steps to Reproduce:
I'm using NVDA as screen reader, before 1.89.0 this worked:
1. Opening the "search file by name or symbol" with `CTRL+p`
2. If I type path where only 1 file exists, the file name isn't "announced", cannot do up/down arrow as there's only one result.
3. In fact, the first file isn't announce for result with more than one results.
To be clear, image we have the following file/directory tree
|- dir1/
|--- abc.go
|- main.go
Doing CTRL+p and than typing `dir1/` it displayed the `abc.go` file but screen reader says nothing.
For result with multiple file, the first file of the list isn't "sent" to screen reader, doing down arrow and the second file in list is "said" by scree reader.
If I may this is a huge problem.
Thanks
| completed | screen reader issue since 1.89.0 with open file CTRL+p <!-- โ ๏ธโ ๏ธ 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 creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0
- OS Version: Windows 10
Steps to Reproduce:
I'm using NVDA as screen reader, before 1.89.0 this worked:
1. Opening the "search file by name or symbol" with `CTRL+p`
2. If I type path where only 1 file exists, the file name isn't "announced", cannot do up/down arrow as there's only one result.
3. In fact, the first file isn't announce for result with more than one results.
To be clear, image we have the following file/directory tree
|- dir1/
|--- abc.go
|- main.go
Doing CTRL+p and than typing `dir1/` it displayed the `abc.go` file but screen reader says nothing.
For result with multiple file, the first file of the list isn't "sent" to screen reader, doing down arrow and the second file in list is "said" by scree reader.
If I may this is a huge problem.
Thanks
| 547 |
211965 | Workspace extension has an activation time even when not installed | 2024-05-03 16:41:38+00:00 | 2024-05-29 12:13:51+00:00 | This extension wants me to install it, also has a reload, and has a restart button. The restart button doesn't do anything.
This is just in the VS Code repo
<img width="476" alt="image" src="https://github.com/microsoft/vscode/assets/4544166/f0a512f1-3061-46f2-82b2-45bc1ecf53b5">
| completed | Workspace extension has an activation time even when not installed This extension wants me to install it, also has a reload, and has a restart button. The restart button doesn't do anything.
This is just in the VS Code repo
<img width="476" alt="image" src="https://github.com/microsoft/vscode/assets/4544166/f0a512f1-3061-46f2-82b2-45bc1ecf53b5">
| 112 |
211949 | Typing g in terminal produces g~e when "terminal.integrated.suggest.enabled": true | 2024-05-03 14:12:42+00:00 | 2024-05-03 16:30:37+00:00 | 1. VS Code insiders, macOS, zsh shell
2. Have `"terminal.integrated.suggest.enabled": true` in your settings
3. Type `g`, I get `g~e`
I can not reproduce when I turn off suggest setting.

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

| 137 |
211945 | PromptInputModel: Adjust start of prompt input based on input and prompt terminator | 2024-05-03 13:58:34+00:00 | 2024-05-03 17:45:48+00:00 | Related: https://github.com/microsoft/vscode/issues/211222
Repro:
1. Set "terminal.integrated.developer.devMode": true
2. windows 11/pwsh
3. Create a new terminal and quickly type `g` (or anything)
๐ the status bar says `|`, not `g|` (or something like `g|[it push]` based on history):

Type `i`
๐ the status bar starts with `i|`, not `gi|`:

| completed | PromptInputModel: Adjust start of prompt input based on input and prompt terminator Related: https://github.com/microsoft/vscode/issues/211222
Repro:
1. Set "terminal.integrated.developer.devMode": true
2. windows 11/pwsh
3. Create a new terminal and quickly type `g` (or anything)
๐ the status bar says `|`, not `g|` (or something like `g|[it push]` based on history):

Type `i`
๐ the status bar starts with `i|`, not `gi|`:

| 232 |
211926 | Missing API proposal enlisting for chat | 2024-05-03 11:39:35+00:00 | 2024-05-03 12:08:29+00:00 | ```
ERR Extension 'github.copilot-chat' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): extensionsAny, newSymbolNamesProvider, interactive, chatProvider, codeActionAI, documentFiltersExclusive, findTextInFiles, findFiles2, textSearchProvider, terminalDataWriteEvent, terminalExecuteCommandEvent, terminalSelection, terminalQuickFixProvider, mappedEditsProvider, aiRelatedInformation, chatParticipant, chatParticipantAdditions, defaultChatParticipant, chatVariableResolver, contribSourceControlInputBoxMenu, authLearnMore, testObserver, aiTextSearchProvider
product.json (WINS): interactive, terminalDataWriteEvent, terminalExecuteCommandEvent, terminalSelection, terminalQuickFixProvider, chatProvider, chatParticipant, chatParticipantAdditions, defaultChatParticipant, chatVariableResolver, mappedEditsProvider, aiRelatedInformation, codeActionAI, findTextInFiles, textSearchProvider, contribSourceControlInputBoxMenu, newSymbolNamesProvider, findFiles2, extensionsAny, authLearnMore, testObserver, aiTextSearchProvider
``` | completed | Missing API proposal enlisting for chat ```
ERR Extension 'github.copilot-chat' appears in product.json but enables LESS API proposals than the extension wants.
package.json (LOSES): extensionsAny, newSymbolNamesProvider, interactive, chatProvider, codeActionAI, documentFiltersExclusive, findTextInFiles, findFiles2, textSearchProvider, terminalDataWriteEvent, terminalExecuteCommandEvent, terminalSelection, terminalQuickFixProvider, mappedEditsProvider, aiRelatedInformation, chatParticipant, chatParticipantAdditions, defaultChatParticipant, chatVariableResolver, contribSourceControlInputBoxMenu, authLearnMore, testObserver, aiTextSearchProvider
product.json (WINS): interactive, terminalDataWriteEvent, terminalExecuteCommandEvent, terminalSelection, terminalQuickFixProvider, chatProvider, chatParticipant, chatParticipantAdditions, defaultChatParticipant, chatVariableResolver, mappedEditsProvider, aiRelatedInformation, codeActionAI, findTextInFiles, textSearchProvider, contribSourceControlInputBoxMenu, newSymbolNamesProvider, findFiles2, extensionsAny, authLearnMore, testObserver, aiTextSearchProvider
``` | 331 |
211915 | Git: Stage Block from command menu is not staging a block | 2024-05-03 09:17:35+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0
- OS Version: Windows 11 23H2
Steps to Reproduce:
1. Create a file with about 20 lines and commit it.
2. Change 3-5 lines together in two different places in that file.
3. Preview changes.
4. Click Next Change (Alt+F5) to select a block of changes, cursor is visible at the beginning of the first row.
5. Open the Command menu (F1) and type Git: Stage Block and hit enter.
6. Nothing happens, block is not staged.
7. Do the same operation but by clicking the + symbol next to a block, it is added.
As a user, I expect that the command and the + symbol have the same functionality.
<img width="1013" alt="2024-05-03_11h08_42" src="https://github.com/microsoft/vscode/assets/5740564/09f306e8-3a81-4e96-be9e-bd24918ae779">
| Git: Stage Block from command menu is not staging a block <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0
- OS Version: Windows 11 23H2
Steps to Reproduce:
1. Create a file with about 20 lines and commit it.
2. Change 3-5 lines together in two different places in that file.
3. Preview changes.
4. Click Next Change (Alt+F5) to select a block of changes, cursor is visible at the beginning of the first row.
5. Open the Command menu (F1) and type Git: Stage Block and hit enter.
6. Nothing happens, block is not staged.
7. Do the same operation but by clicking the + symbol next to a block, it is added.
As a user, I expect that the command and the + symbol have the same functionality.
<img width="1013" alt="2024-05-03_11h08_42" src="https://github.com/microsoft/vscode/assets/5740564/09f306e8-3a81-4e96-be9e-bd24918ae779">
| 533 | ||
211914 | Spurious ${LOCALAPPDATA} folder created when hovering a dependency name in package.json | 2024-05-03 08:51:52+00:00 | 2024-05-24 14:50:26+00:00 | Type: <b>Bug</b>
1. Open any folder with a `package.json` file.
2. Hover any dependency name in `package.json` to display the package's details.
3. An extra folder named `${LOCALAPPDATA}` appears in the same directory where the `package.json` file resides.

It appears from the logs in that folder that `vscode` launches `npm view` to get the package details:

So I tried the same command from the shell:
```bash
npm view --json -- eslint description dist-tags.latest homepage version time
```
The extra folder was not created.
VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:09:22.859Z)
OS version: Windows_NT x64 10.0.22631
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|12th Gen Intel(R) Core(TM) i7-12700K (20 x 3610)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|undefined|
|Memory (System)|31.75GB (17.10GB free)|
|Process Argv|--disable-extensions . --crash-reporter-id 365a2674-a228-4abd-82c2-408321056497|
|Screen Reader|no|
|VM|0%|
</details>Extensions disabled
<!-- generated by issue reporter --> | completed | Spurious ${LOCALAPPDATA} folder created when hovering a dependency name in package.json Type: <b>Bug</b>
1. Open any folder with a `package.json` file.
2. Hover any dependency name in `package.json` to display the package's details.
3. An extra folder named `${LOCALAPPDATA}` appears in the same directory where the `package.json` file resides.

It appears from the logs in that folder that `vscode` launches `npm view` to get the package details:

So I tried the same command from the shell:
```bash
npm view --json -- eslint description dist-tags.latest homepage version time
```
The extra folder was not created.
VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2bd, 2024-05-01T02:09:22.859Z)
OS version: Windows_NT x64 10.0.22631
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|12th Gen Intel(R) Core(TM) i7-12700K (20 x 3610)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|undefined|
|Memory (System)|31.75GB (17.10GB free)|
|Process Argv|--disable-extensions . --crash-reporter-id 365a2674-a228-4abd-82c2-408321056497|
|Screen Reader|no|
|VM|0%|
</details>Extensions disabled
<!-- generated by issue reporter --> | 669 |
211894 | Support full range of function breakpoint fields in plugin `addBreakpoints` | 2024-05-03 01:41:04+00:00 | 2024-05-08 17:50:48+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. -->
At the moment, it is possible to pass a `FunctionBreakpoint` instance with the full range of fields configured, but when the breakpoint [is eventually inserted](https://github.com/microsoft/vscode/blob/1451e4fbbbf074a4355cc537c35b547b80ce1c52/src/vs/workbench/api/browser/mainThreadDebugService.ts#L226-L228), only the name and mode are included.
It would increase the power of the API to pass the full set of fields. | completed | Support full range of function breakpoint fields in plugin `addBreakpoints` <!-- โ ๏ธโ ๏ธ 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. -->
At the moment, it is possible to pass a `FunctionBreakpoint` instance with the full range of fields configured, but when the breakpoint [is eventually inserted](https://github.com/microsoft/vscode/blob/1451e4fbbbf074a4355cc537c35b547b80ce1c52/src/vs/workbench/api/browser/mainThreadDebugService.ts#L226-L228), only the name and mode are included.
It would increase the power of the API to pass the full set of fields. | 239 |
211884 | Bug: ANSI Escape Sequence present in WSL Bash Terminal (1.90.0-insider) | 2024-05-02 22:29:09+00:00 | 2024-05-03 16:35:18+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.90.0-insider (user setup)
Commit: 03dd3c3b93322b41fe108a3448308595ee7077a4
Date: 2024-05-02T05:50:23.338Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.26100
Steps to Reproduce:
1. On WSL: Ubuntu, open default Bash terminal.
2. Observe as ANSI escape code sequences are present before the prompt (screenshot attached below).
```sh
\x1b[01\x3b32mrdhar@pad\x1b[00m:\x1b[01\x3b34m~\x1b[00m$ rdhar@pad:~$
```

Expected Behaviour:
1. On WSL: Ubuntu, the terminal should not be preceded by ANSI escape code sequences.
2. The erroneous behavior is only present in WSL: Ubuntu, and absent from the regular VS Code or the [Terminal](https://github.com/microsoft/terminal) app itself. | completed | Bug: ANSI Escape Sequence present in WSL Bash Terminal (1.90.0-insider) <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.90.0-insider (user setup)
Commit: 03dd3c3b93322b41fe108a3448308595ee7077a4
Date: 2024-05-02T05:50:23.338Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.26100
Steps to Reproduce:
1. On WSL: Ubuntu, open default Bash terminal.
2. Observe as ANSI escape code sequences are present before the prompt (screenshot attached below).
```sh
\x1b[01\x3b32mrdhar@pad\x1b[00m:\x1b[01\x3b34m~\x1b[00m$ rdhar@pad:~$
```

Expected Behaviour:
1. On WSL: Ubuntu, the terminal should not be preceded by ANSI escape code sequences.
2. The erroneous behavior is only present in WSL: Ubuntu, and absent from the regular VS Code or the [Terminal](https://github.com/microsoft/terminal) app itself. | 640 |
211857 | Sometimes quick fixes don't work in the terminal on macOS | 2024-05-02 17:47:27+00:00 | I see this happen quite often where I push but don't get the quick fix:
<img width="778" alt="Screenshot 2024-05-02 at 10 46 29โฏAM" src="https://github.com/microsoft/vscode/assets/2193314/1606d4e3-4e1e-4e20-bc6e-d4532402f39b">
| Sometimes quick fixes don't work in the terminal on macOS I see this happen quite often where I push but don't get the quick fix:
<img width="778" alt="Screenshot 2024-05-02 at 10 46 29โฏAM" src="https://github.com/microsoft/vscode/assets/2193314/1606d4e3-4e1e-4e20-bc6e-d4532402f39b">
| 104 | ||
211856 | "default:replacePreviousChar" causes text jitter during IME composition | 2024-05-02 17:44:35+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
---
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.89.0-insider
Commit: b58957e67ee1e712cebf466b995adf4c5307b2bd
Date: 2024-05-01T02:05:10.904Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.89.0-insider Chrome/120.0.6099.291 Electron/28.2.8 Safari/537.36
---
Forwarding the arguments of replacePreviousChar to default:replacePreviousChar causes text jitter during ime composition.
Code to reproduce the issue:
```js
vscode.commands.registerCommand("type", (type) => {
vscode.commands.executeCommand("default:type", type);
});
vscode.commands.registerCommand("replacePreviousChar", (args) => {
vscode.commands.executeCommand("default:replacePreviousChar", args);
});
```
GIF:
- OK

- NG

| "default:replacePreviousChar" causes text jitter during IME composition <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
---
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.89.0-insider
Commit: b58957e67ee1e712cebf466b995adf4c5307b2bd
Date: 2024-05-01T02:05:10.904Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.89.0-insider Chrome/120.0.6099.291 Electron/28.2.8 Safari/537.36
---
Forwarding the arguments of replacePreviousChar to default:replacePreviousChar causes text jitter during ime composition.
Code to reproduce the issue:
```js
vscode.commands.registerCommand("type", (type) => {
vscode.commands.executeCommand("default:type", type);
});
vscode.commands.registerCommand("replacePreviousChar", (args) => {
vscode.commands.executeCommand("default:replacePreviousChar", args);
});
```
GIF:
- OK

- NG

| 659 | ||
211846 | Restricted mode is stuck to a specific path | 2024-05-02 13:10:59+00:00 | I noticed that regardless of which of my GitHub repositories I open, I always see the "Restricted Mode" indicator in the bottom left. When I click it, it always displays the same path (/myusername/myrepositoryname) when it asks me if I want to trust the folder - even if I am in a different repository. Here is a screenshot:

Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0
Embedder: vscode.dev
<!-- generated by web issue reporter --> | Restricted mode is stuck to a specific path I noticed that regardless of which of my GitHub repositories I open, I always see the "Restricted Mode" indicator in the bottom left. When I click it, it always displays the same path (/myusername/myrepositoryname) when it asks me if I want to trust the folder - even if I am in a different repository. Here is a screenshot:

Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0
Embedder: vscode.dev
<!-- generated by web issue reporter --> | 234 | ||
211832 | Local workspace (non web) extensions are recommended in web | 2024-05-02 08:20:46+00:00 | 2024-05-07 03:59:20+00:00 | Local workspace (non web) extensions are recommended in web

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

| 77 |
211809 | Editor Sticky Scroll: Find and replace does not update sticky scroll element | 2024-05-01 20:50:49+00:00 | 2024-06-04 09:06:23+00:00 | Type: <b>Bug</b>
Scenario to reproduce:
1. You are editing a file with sticky scroll enabled in the editor
2. You find and replace all instances of some given text
3. The text that is replaced is in your current sticky scroll element
4. Your sticky scroll element displays the "old" text until you scroll to the element in the code.
VS Code version: Code - Insiders 1.89.0-insider (Universal) (2fb3fa8dd2f85d7f452066f8a64e8bf259d21412, 2024-04-26T01:09:21.609Z)
OS version: Darwin arm64 23.4.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M1 (8 x 24)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|6, 5, 5|
|Memory (System)|16.00GB (0.08GB free)|
|Process Argv|--crash-reporter-id 15babb2f-13a8-4a08-8f41-a26a6c157fb1|
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (1)</summary>
Extension|Author (truncated)|Version
---|---|---
ayu|tea|1.0.5
</details><details>
<summary>A/B Experiments</summary>
```
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
vsaa593:30376534
py29gd2263:31024238
c4g48928:30535728
a9j8j154:30646983
962ge761:30841072
pythongtdpath:30726887
welcomedialog:30812478
pythonidxpt:30768918
pythonnoceb:30776497
asynctok:30898717
dsvsc013:30777762
dsvsc014:30777825
dsvsc015:30821418
pythontestfixt:30866404
pythonregdiag2:30926734
pyreplss1:30879911
pythonmypyd1:30859725
pythoncet0:30859736
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30870582
dsvsc016:30879898
dsvsc017:30880771
dsvsc018:30880772
cppperfnew:30980852
fegfb526:30952798
bg6jg535:30979844
ccp2r3:30958153
pythonait:30973460
gee8j676:31009450
showvideot:31016890
chatpanelt:31014475
da93g388:31013173
pythoncenvpt:31022790
a69g1124:31018687
88717513:31021561
pythonprc:31030355
```
</details>
<!-- generated by issue reporter --> | completed | Editor Sticky Scroll: Find and replace does not update sticky scroll element Type: <b>Bug</b>
Scenario to reproduce:
1. You are editing a file with sticky scroll enabled in the editor
2. You find and replace all instances of some given text
3. The text that is replaced is in your current sticky scroll element
4. Your sticky scroll element displays the "old" text until you scroll to the element in the code.
VS Code version: Code - Insiders 1.89.0-insider (Universal) (2fb3fa8dd2f85d7f452066f8a64e8bf259d21412, 2024-04-26T01:09:21.609Z)
OS version: Darwin arm64 23.4.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M1 (8 x 24)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|6, 5, 5|
|Memory (System)|16.00GB (0.08GB free)|
|Process Argv|--crash-reporter-id 15babb2f-13a8-4a08-8f41-a26a6c157fb1|
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (1)</summary>
Extension|Author (truncated)|Version
---|---|---
ayu|tea|1.0.5
</details><details>
<summary>A/B Experiments</summary>
```
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
vsaa593:30376534
py29gd2263:31024238
c4g48928:30535728
a9j8j154:30646983
962ge761:30841072
pythongtdpath:30726887
welcomedialog:30812478
pythonidxpt:30768918
pythonnoceb:30776497
asynctok:30898717
dsvsc013:30777762
dsvsc014:30777825
dsvsc015:30821418
pythontestfixt:30866404
pythonregdiag2:30926734
pyreplss1:30879911
pythonmypyd1:30859725
pythoncet0:30859736
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30870582
dsvsc016:30879898
dsvsc017:30880771
dsvsc018:30880772
cppperfnew:30980852
fegfb526:30952798
bg6jg535:30979844
ccp2r3:30958153
pythonait:30973460
gee8j676:31009450
showvideot:31016890
chatpanelt:31014475
da93g388:31013173
pythoncenvpt:31022790
a69g1124:31018687
88717513:31021561
pythonprc:31030355
```
</details>
<!-- generated by issue reporter --> | 912 |
211807 | Terminal renders Odia characters incorrectly | 2024-05-01 20:16:37+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.74.0 (Universal)
- OS Version: Sonoma 14.4.1
Steps to Reproduce:
1. try to print an Odia word like เฌจเฌฎเฌธเญเฌเฌพเฌฐ in the terminal
2. watch the conjunct เฌธเญเฌเฌพ rendered broken like the screenshot , the experience is similar for all the conjuncts in the language Odia OR-IN
<img width="74" alt="image" src="https://github.com/microsoft/vscode/assets/68788762/67a3a1a8-a0e0-4d8d-befe-f5634f423780">
Possible approach to fix :
1. Create a custom renderer for the Odia OR-IN
| Terminal renders Odia characters incorrectly <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.74.0 (Universal)
- OS Version: Sonoma 14.4.1
Steps to Reproduce:
1. try to print an Odia word like เฌจเฌฎเฌธเญเฌเฌพเฌฐ in the terminal
2. watch the conjunct เฌธเญเฌเฌพ rendered broken like the screenshot , the experience is similar for all the conjuncts in the language Odia OR-IN
<img width="74" alt="image" src="https://github.com/microsoft/vscode/assets/68788762/67a3a1a8-a0e0-4d8d-befe-f5634f423780">
Possible approach to fix :
1. Create a custom renderer for the Odia OR-IN
| 462 | ||
211806 | Right-click menu in file explorer operates on open file instead of file that was right-clicked | 2024-05-01 19:51:01+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Mac OS Sonoma 14.0 (23A344)
Steps to Reproduce:
1. Open any file in VSCode
2. Right-click on a **different** file in the file explorer.
3. Click "delete"
4. Notice that the file being deleted is the one that is currently open, not the one that was right-clicked on.
| Right-click menu in file explorer operates on open file instead of file that was right-clicked <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Mac OS Sonoma 14.0 (23A344)
Steps to Reproduce:
1. Open any file in VSCode
2. Right-click on a **different** file in the file explorer.
3. Click "delete"
4. Notice that the file being deleted is the one that is currently open, not the one that was right-clicked on.
| 403 | ||
211785 | Terminal suggest: Track trailing whitespace | 2024-05-01 14:49:05+00:00 | 2024-05-02 17:21:37+00:00 | Repro:
1. Set `"terminal.integrated.developer.devMode": true`
2. Open pwsh
3. Type `ls` and 4 spaces

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

Expected:

| completed | Terminal suggest: Track trailing whitespace Repro:
1. Set `"terminal.integrated.developer.devMode": true`
2. Open pwsh
3. Type `ls` and 4 spaces

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

Expected:

| 212 |
211774 | Pasting inside a floating window throws a clipboard access error in vscode.dev, even though paste works | 2024-05-01 10:53:09+00:00 | 2024-05-01 15:44:47+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:36:48.184Z (2 wks ago)
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
- OS Version:
Steps to Reproduce:
1. Open vscode.dev and confirm you have authorized clipboard access

2. Open a file and move it into a floating window.
3. Right-click inside the editor

Expected result:
It pastes without any warnings.
Actual result:
It pastes, but it throws the following error:
Unable to read from the browser's clipboard.

| completed | Pasting inside a floating window throws a clipboard access error in vscode.dev, even though paste works Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.88.1
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:36:48.184Z (2 wks ago)
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
- OS Version:
Steps to Reproduce:
1. Open vscode.dev and confirm you have authorized clipboard access

2. Open a file and move it into a floating window.
3. Right-click inside the editor

Expected result:
It pastes without any warnings.
Actual result:
It pastes, but it throws the following error:
Unable to read from the browser's clipboard.

| 397 |
211769 | Quick open: transient editors not added to history when becoming non-transient | 2024-05-01 09:40:32+00:00 | 2024-05-01 14:03:51+00:00 | Steps to Reproduce:
1. clear recently opened ("Clear Editor History")
2. open quick open and search for a file (such as a TS file)
3. type `@` to see symbols (notice how the file opens in the background)
4. navigate to a symbol
=> ๐ when you open quick open again, the file is not part of the recently opened section
//cc @andreamah this is a regression from the transient work we did
| completed | Quick open: transient editors not added to history when becoming non-transient Steps to Reproduce:
1. clear recently opened ("Clear Editor History")
2. open quick open and search for a file (such as a TS file)
3. type `@` to see symbols (notice how the file opens in the background)
4. navigate to a symbol
=> ๐ when you open quick open again, the file is not part of the recently opened section
//cc @andreamah this is a regression from the transient work we did
| 119 |
211738 | Regression: Notebook Outline missing code cells + Setting change doesn't recompute outline | 2024-04-30 18:52:37+00:00 | 2024-05-01 01:08:22+00:00 | Open notebook with a header, code cell, and symbols in the code cell:
- ๐ # 1: symbols appear as a child of the header md cell, and the code cell is not present in the outline.
- ๐ # 2: changing the filter settings to remove code cells or symbols does not recompute the outline.
Fixes:
- For # 1: an outline provider was being created with the incorrect target (sticky scroll was created with a QuickPick target), and this was being retrieved for the outline pane incorrectly.
- For # 2: one of the locations an outline change event is fired was shifted and subsequently removed, meaning that the outline did not recompute to reflect the filtered-out cells. | completed | Regression: Notebook Outline missing code cells + Setting change doesn't recompute outline Open notebook with a header, code cell, and symbols in the code cell:
- ๐ # 1: symbols appear as a child of the header md cell, and the code cell is not present in the outline.
- ๐ # 2: changing the filter settings to remove code cells or symbols does not recompute the outline.
Fixes:
- For # 1: an outline provider was being created with the incorrect target (sticky scroll was created with a QuickPick target), and this was being retrieved for the outline pane incorrectly.
- For # 2: one of the locations an outline change event is fired was shifted and subsequently removed, meaning that the outline did not recompute to reflect the filtered-out cells. | 191 |
211714 | Default font in parameter hint widget | 2024-04-30 14:56:54+00:00 | 2024-07-15 18:39:35+00:00 | I got the default font rendered in the parameter hint widget. It looks alien compared to the rest of the hover widget UI.
Steps:
1. Clone https://github.com/microsoft/vscode-extension-samples
2. Open chat sample extension.ts
3. On line 21 type the following:
4. `vscode.lm.getLanguageModelInformation(`
5. You will see the parameter hints with a weird font (default system?)

fyi @hediet | completed | Default font in parameter hint widget I got the default font rendered in the parameter hint widget. It looks alien compared to the rest of the hover widget UI.
Steps:
1. Clone https://github.com/microsoft/vscode-extension-samples
2. Open chat sample extension.ts
3. On line 21 type the following:
4. `vscode.lm.getLanguageModelInformation(`
5. You will see the parameter hints with a weird font (default system?)

fyi @hediet | 162 |
211672 | Symbol search no longer seems to find classes/interfaces in VS Code | 2024-04-29 22:31:26+00:00 | 2024-04-30 22:17:39+00:00 | Using the workspace TS version, 5.5.0-dev.20240408:



| completed | Symbol search no longer seems to find classes/interfaces in VS Code Using the workspace TS version, 5.5.0-dev.20240408:



| 178 |
211662 | "VS Code Release Notes" link doesn't work for builtin TypeScript extension | 2024-04-29 17:56:26+00:00 | 2024-05-03 12:09:59+00:00 | Type: <b>Bug</b>
1. Enter "@builtin typescript" into extensions
2. Choose TypeScript and JavaScript Language Features
3. Click on changelog
The "VS Code Release Notes" link doesn't work.

VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:43:08.196Z)
OS version: Darwin arm64 23.4.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M1 Pro (10 x 24)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|4, 4, 4|
|Memory (System)|16.00GB (0.10GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (41)</summary>
Extension|Author (truncated)|Version
---|---|---
aws-toolkit-vscode|ama|2.20.0
vscode-fish|bma|1.0.38
vscode-eslint|dba|2.4.4
binary-plist|dni|0.11.3
gitlens|eam|14.9.1
auto-rename-tag|for|0.1.10
kotlin|fwc|0.2.34
copilot|Git|1.184.0
copilot-chat|Git|0.14.1
go|gol|0.41.4
beautify|Hoo|1.5.0
file-duplicate|inc|1.0.5
vscode-position|jtr|1.1.2
autoconf|mae|0.2.0
syntax-project-pbxproj|mar|0.1.3
ts-error-translator|mat|0.10.1
vscode-antlr4|mik|2.4.6
vscode-duplicate|mrm|1.2.1
debugpy|ms-|2024.4.0
isort|ms-|2023.10.1
python|ms-|2024.4.1
vscode-pylance|ms-|2024.4.1
jupyter|ms-|2024.3.1
vscode-jupyter-cell-tags|ms-|0.1.9
vscode-jupyter-slideshow|ms-|0.1.6
remote-ssh|ms-|0.110.1
remote-ssh-edit|ms-|0.86.0
vscode-typescript-next|ms-|5.5.20240424
tmlanguage|ped|1.0.0
typescript-hero|rbb|3.0.0
vscode-yaml|red|1.14.0
vs-code-prettier-eslint|rve|6.0.0
scala|sca|0.5.7
trailing-spaces|sha|0.4.1
fish-vscode|sky|0.2.1
indent-one-space|use|1.0.0
console-ninja|Wal|1.0.316
quokka-vscode|Wal|1.0.637
wallaby-extension-pack|Wal|1.0.1
wallaby-vscode|Wal|1.0.376
pretty-ts-errors|Yoa|0.5.4
</details>
<!-- generated by issue reporter --> | completed | "VS Code Release Notes" link doesn't work for builtin TypeScript extension Type: <b>Bug</b>
1. Enter "@builtin typescript" into extensions
2. Choose TypeScript and JavaScript Language Features
3. Click on changelog
The "VS Code Release Notes" link doesn't work.

VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:43:08.196Z)
OS version: Darwin arm64 23.4.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M1 Pro (10 x 24)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|4, 4, 4|
|Memory (System)|16.00GB (0.10GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
</details><details><summary>Extensions (41)</summary>
Extension|Author (truncated)|Version
---|---|---
aws-toolkit-vscode|ama|2.20.0
vscode-fish|bma|1.0.38
vscode-eslint|dba|2.4.4
binary-plist|dni|0.11.3
gitlens|eam|14.9.1
auto-rename-tag|for|0.1.10
kotlin|fwc|0.2.34
copilot|Git|1.184.0
copilot-chat|Git|0.14.1
go|gol|0.41.4
beautify|Hoo|1.5.0
file-duplicate|inc|1.0.5
vscode-position|jtr|1.1.2
autoconf|mae|0.2.0
syntax-project-pbxproj|mar|0.1.3
ts-error-translator|mat|0.10.1
vscode-antlr4|mik|2.4.6
vscode-duplicate|mrm|1.2.1
debugpy|ms-|2024.4.0
isort|ms-|2023.10.1
python|ms-|2024.4.1
vscode-pylance|ms-|2024.4.1
jupyter|ms-|2024.3.1
vscode-jupyter-cell-tags|ms-|0.1.9
vscode-jupyter-slideshow|ms-|0.1.6
remote-ssh|ms-|0.110.1
remote-ssh-edit|ms-|0.86.0
vscode-typescript-next|ms-|5.5.20240424
tmlanguage|ped|1.0.0
typescript-hero|rbb|3.0.0
vscode-yaml|red|1.14.0
vs-code-prettier-eslint|rve|6.0.0
scala|sca|0.5.7
trailing-spaces|sha|0.4.1
fish-vscode|sky|0.2.1
indent-one-space|use|1.0.0
console-ninja|Wal|1.0.316
quokka-vscode|Wal|1.0.637
wallaby-extension-pack|Wal|1.0.1
wallaby-vscode|Wal|1.0.376
pretty-ts-errors|Yoa|0.5.4
</details>
<!-- generated by issue reporter --> | 970 |
211657 | links aren't discoverable to screen reader users in markdown documents | 2024-04-29 17:22:17+00:00 | 2024-04-29 17:52:55+00:00 | They're only discoverable via visual distinction and the action that can be taken (IE opening them) is only indicated in the tooltip AFAICT.
https://github.com/microsoft/vscode/assets/29464607/09d28b81-c2cc-4477-b1fc-7b1de1baae74
| completed | links aren't discoverable to screen reader users in markdown documents They're only discoverable via visual distinction and the action that can be taken (IE opening them) is only indicated in the tooltip AFAICT.
https://github.com/microsoft/vscode/assets/29464607/09d28b81-c2cc-4477-b1fc-7b1de1baae74
| 93 |
211640 | Bug: `editor.action.showDefinitionPreviewHover` behaves wrongly | 2024-04-29 14:23:56+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.89.0-insider
Commit: b55887a7d96669ea2e70baff32bb2288c640d015
Date: 2024-04-26T13:03:41.908Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.89.0-insider Chrome/120.0.6099.291 Electron/28.2.8 Safari/537.36
Steps to Reproduce:
1. Use the Command Palette to trigger "Show Hover"
2. Use the Command Palette to trigger "Show Definition Preview Hover"
3. Notice they give the same results, as opposed to Ctrl + Mouse Hover

Related: #111953
| Bug: `editor.action.showDefinitionPreviewHover` behaves wrongly <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.89.0-insider
Commit: b55887a7d96669ea2e70baff32bb2288c640d015
Date: 2024-04-26T13:03:41.908Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.89.0-insider Chrome/120.0.6099.291 Electron/28.2.8 Safari/537.36
Steps to Reproduce:
1. Use the Command Palette to trigger "Show Hover"
2. Use the Command Palette to trigger "Show Definition Preview Hover"
3. Notice they give the same results, as opposed to Ctrl + Mouse Hover

Related: #111953
| 540 | ||
211636 | Assertion Failure When Extension Throws Error | 2024-04-29 13:09:21+00:00 | Implementation:
```ts
public async resolveCustomTextEditor(
document: TextDocument,
webviewPanel: WebviewPanel,
token: CancellationToken
): Promise<void> {
throw new Error("invalid document extension!");
}
```
Error message when I open such a custom text editor:


I think the extension error message should be shown instead and not the internal assertion failure message.
| Assertion Failure When Extension Throws Error Implementation:
```ts
public async resolveCustomTextEditor(
document: TextDocument,
webviewPanel: WebviewPanel,
token: CancellationToken
): Promise<void> {
throw new Error("invalid document extension!");
}
```
Error message when I open such a custom text editor:


I think the extension error message should be shown instead and not the internal assertion failure message.
| 235 | ||
211626 | Activity bar: bad drag feedback when `contrastActiveBorder` is set | 2024-04-29 09:32:36+00:00 | 2024-04-29 11:09:10+00:00 | The activity bar ideally looks and feels like the other panel switchers, but there is differences, probably because its the oldest component for views. I am trying to fix parts of it in https://github.com/microsoft/vscode/pull/211624
If you configure `"contrastActiveBorder": "#ff0000"` in settings, the drop feedback breaks:

This does not reproduce in other composite switchers or when the location is at top or bottom. I think the issue is that the drop indicator is on the action item and not the label. | completed | Activity bar: bad drag feedback when `contrastActiveBorder` is set The activity bar ideally looks and feels like the other panel switchers, but there is differences, probably because its the oldest component for views. I am trying to fix parts of it in https://github.com/microsoft/vscode/pull/211624
If you configure `"contrastActiveBorder": "#ff0000"` in settings, the drop feedback breaks:

This does not reproduce in other composite switchers or when the location is at top or bottom. I think the issue is that the drop indicator is on the action item and not the label. | 204 |
211621 | SCM - switching branch from the terminal causes focus loss | 2024-04-29 08:18:48+00:00 | 2024-05-07 07:54:39+00:00 | Copied from https://github.com/microsoft/vscode/issues/35307#issuecomment-2071044810
> works pretty well so far for me. I notice that if I switch branches from the terminal, it loses focus after the editor state is restored. It would be nice if the focus stayed in the terminal. Otherwise, I like it! | completed | SCM - switching branch from the terminal causes focus loss Copied from https://github.com/microsoft/vscode/issues/35307#issuecomment-2071044810
> works pretty well so far for me. I notice that if I switch branches from the terminal, it loses focus after the editor state is restored. It would be nice if the focus stayed in the terminal. Otherwise, I like it! | 97 |
211597 | Cannot go back parent folder after clicking the "turn back" button | 2024-04-29 02:53:39+00:00 | 2024-04-29 16:22:32+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.0
- OS Version: Windows WSL / Mac
Steps to Reproduce:
1. Click "Open Folder"


2. Click ".." first. It's ok.

3. Click ".." again. It's no response.
https://github.com/microsoft/vscode/assets/37475968/3778a479-d20a-4ed9-b269-a92d99548c19
| completed | Cannot go back parent folder after clicking the "turn back" button <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.0
- OS Version: Windows WSL / Mac
Steps to Reproduce:
1. Click "Open Folder"


2. Click ".." first. It's ok.

3. Click ".." again. It's no response.
https://github.com/microsoft/vscode/assets/37475968/3778a479-d20a-4ed9-b269-a92d99548c19
| 556 |
211595 | Confusing icon for expanding collapsed notebook cells | 2024-04-29 02:47:17+00:00 | 2024-04-29 17:59:30+00:00 | When a few cells have been collapsed via markdown cells,
a placeholder is displayed `> 5 cells hidden...`
The `>` in the placeholder seems to behave like an icon, hence I keep making the assumption that I can click this.
However clicking this does nothing, but double clicking will edit the header cell.
What I want is the icon to expand the collapsed cells,

As you can see here, when the mouse is over the `>` icon, it looks like it can be clicked.

| completed | Confusing icon for expanding collapsed notebook cells When a few cells have been collapsed via markdown cells,
a placeholder is displayed `> 5 cells hidden...`
The `>` in the placeholder seems to behave like an icon, hence I keep making the assumption that I can click this.
However clicking this does nothing, but double clicking will edit the header cell.
What I want is the icon to expand the collapsed cells,

As you can see here, when the mouse is over the `>` icon, it looks like it can be clicked.

| 249 |
211582 | `editor.action.showHover` does not focus the hover when called programatically | 2024-04-28 18:30:16+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:34:12.840Z)
- OS version: Linux x64 6.6.28
Steps to Reproduce:
1. Call `vscode.commands.executeCommand('editor.action.showHover')` twice from a plugin.
When called from a regular binding, this will focus the hover. When called from a plugin, this will just close and re-open the hover again.
For a real-world example, this is a problem for the Vim plugin: https://github.com/VSCodeVim/Vim/issues/3740#issuecomment-1902688140
The relevant code:
[`src/actions/commands/actions.ts`](https://github.com/VSCodeVim/Vim/blob/0bab43f015e277da31224e267753b619d3af7621/src/actions/commands/actions.ts#L2488-L2499)
```typescript
@RegisterAction
class ActionTriggerHover extends BaseCommand {
modes = [Mode.Normal];
keys = ['g', 'h'];
override runsOnceForEveryCursor() {
return false;
}
public override async exec(position: Position, vimState: VimState): Promise<void> {
await vscode.commands.executeCommand('editor.action.showHover');
}
}
```
| `editor.action.showHover` does not focus the hover when called programatically <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:34:12.840Z)
- OS version: Linux x64 6.6.28
Steps to Reproduce:
1. Call `vscode.commands.executeCommand('editor.action.showHover')` twice from a plugin.
When called from a regular binding, this will focus the hover. When called from a plugin, this will just close and re-open the hover again.
For a real-world example, this is a problem for the Vim plugin: https://github.com/VSCodeVim/Vim/issues/3740#issuecomment-1902688140
The relevant code:
[`src/actions/commands/actions.ts`](https://github.com/VSCodeVim/Vim/blob/0bab43f015e277da31224e267753b619d3af7621/src/actions/commands/actions.ts#L2488-L2499)
```typescript
@RegisterAction
class ActionTriggerHover extends BaseCommand {
modes = [Mode.Normal];
keys = ['g', 'h'];
override runsOnceForEveryCursor() {
return false;
}
public override async exec(position: Position, vimState: VimState): Promise<void> {
await vscode.commands.executeCommand('editor.action.showHover');
}
}
```
| 695 | ||
211578 | Terminal suggest: Typing `[` breaks the terminal | 2024-04-28 16:02:56+00:00 | 2024-04-28 17:37:21+00:00 | Setup:
- Windows 11
- pwsh terminal
- `"terminal.integrated.suggest.enabled": true`

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

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

Notice how the title bar color changes, the active tab indicator appears late. It feels sluggish and like a UI bug.
At one point I think we made "Modern Dark" our default, we I think we did not make a pass over our colors to align them with the colors defined in the theme.
We need to ensure that the colors in code match the colors in our default themes, I would argue even for light and HC theme. | completed | Themes: default colors only apply after startup (title bar, tabs) The colors we define in code should match our default theme, otherwise there is potential for ugly flickering as seen below:

Notice how the title bar color changes, the active tab indicator appears late. It feels sluggish and like a UI bug.
At one point I think we made "Modern Dark" our default, we I think we did not make a pass over our colors to align them with the colors defined in the theme.
We need to ensure that the colors in code match the colors in our default themes, I would argue even for light and HC theme. | 198 |
211530 | Seamless relaunch shows completions sequence | 2024-04-27 14:08:50+00:00 | 2024-04-27 18:47:50+00:00 | Repro:
1. Enable `terminal.integrated.shellIntegration.suggestEnabled`
2. Open pwsh
3. Verify that suggest is working (type `get-`)
4. Close pwsh
5. Open pwsh
6. Reload window
๐

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

| 119 |
211522 | Custom Editor Labels: Wrong directory for ${dirname} | 2024-04-27 10:19:18+00:00 | 2024-04-29 09:42:44+00:00 | Example file: `root/static/folder/file.txt`
- Expected: `${dirname} -> folder`
- Bug: `${dirname} -> static`


_Originally posted by @riungemaina in https://github.com/microsoft/vscode/issues/41909#issuecomment-2079709549_
| completed | Custom Editor Labels: Wrong directory for ${dirname} Example file: `root/static/folder/file.txt`
- Expected: `${dirname} -> folder`
- Bug: `${dirname} -> static`


_Originally posted by @riungemaina in https://github.com/microsoft/vscode/issues/41909#issuecomment-2079709549_
| 219 |
211497 | Tunnels don't work on Windows on Insiders | 2024-04-26 23:08:34+00:00 | 2024-04-30 17:36:43+00:00 | 1. Be on Windows
2. Run `code tunnel` and connect from a browser
3. Depending on the context in which you started code tunnel, you may see an "access denied" error from the CLI trying to spawn the server | completed | Tunnels don't work on Windows on Insiders 1. Be on Windows
2. Run `code tunnel` and connect from a browser
3. Depending on the context in which you started code tunnel, you may see an "access denied" error from the CLI trying to spawn the server | 62 |
211488 | Context menu grouping is broken | 2024-04-26 20:58:41+00:00 | 2024-04-29 13:15:13+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: No, issue is with extension contributed context menus.
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0-insider 2fb3fa8dd2f85d7f452066f8a64e8bf259d21412
- OS Version: Mac OS X 10_15_7 (ARM)
Steps to Reproduce:
1. Open a context menu in Stable and compare it to the same menu in Insiders. I verified the issue reproduces for multiple extensions including GitLens.
Stable:
<img width="424" alt="image" src="https://github.com/microsoft/vscode/assets/12476526/acaf97a2-fb7c-480c-8de3-dfe01899fba1">
Insiders:
<img width="420" alt="image" src="https://github.com/microsoft/vscode/assets/12476526/1acf28b7-290e-47b9-95bf-349a3a77bd61">
| completed | Context menu grouping is broken <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: No, issue is with extension contributed context menus.
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0-insider 2fb3fa8dd2f85d7f452066f8a64e8bf259d21412
- OS Version: Mac OS X 10_15_7 (ARM)
Steps to Reproduce:
1. Open a context menu in Stable and compare it to the same menu in Insiders. I verified the issue reproduces for multiple extensions including GitLens.
Stable:
<img width="424" alt="image" src="https://github.com/microsoft/vscode/assets/12476526/acaf97a2-fb7c-480c-8de3-dfe01899fba1">
Insiders:
<img width="420" alt="image" src="https://github.com/microsoft/vscode/assets/12476526/1acf28b7-290e-47b9-95bf-349a3a77bd61">
| 534 |
211474 | Remove Search 'Expand Recursively' for FileMatch items in search view | 2024-04-26 16:46:13+00:00 | 2024-04-26 23:52:10+00:00 | In https://github.com/microsoft/vscode/issues/206032, we added support for `Expand Recursively`, but this shouldn't be on `FileMatch` nodes because they don't have nested children.

| completed | Remove Search 'Expand Recursively' for FileMatch items in search view In https://github.com/microsoft/vscode/issues/206032, we added support for `Expand Recursively`, but this shouldn't be on `FileMatch` nodes because they don't have nested children.

| 125 |
211468 | Problem matcher not clearing problems | 2024-04-26 16:16:02+00:00 | I'm working on hello world extension example that uses esbuild.
I'm struggling to get the problem matchers working.
- clone https://github.com/aeschli/ext-ts-esbuild.git
- install the recommended extensions, in particular 'esbuild Problem Matchers'
- add a extra `)` at the end of line 19 of `src/extension.ts`. Close the editor after making the change.
- run `Terminal> Run Task.. / npm watch
- The error is reported in the terminal, and a problem marker is also created

- now revert the change again
- the problem is not removed. Killing the terminal also doesn't help. I need to restart the window
The problem matcher is here and looks, IMO, fine: https://github.com/connor4312/esbuild-problem-matchers/blob/main/package.json#L28
Is there a way to debug a problem matcher? | Problem matcher not clearing problems I'm working on hello world extension example that uses esbuild.
I'm struggling to get the problem matchers working.
- clone https://github.com/aeschli/ext-ts-esbuild.git
- install the recommended extensions, in particular 'esbuild Problem Matchers'
- add a extra `)` at the end of line 19 of `src/extension.ts`. Close the editor after making the change.
- run `Terminal> Run Task.. / npm watch
- The error is reported in the terminal, and a problem marker is also created

- now revert the change again
- the problem is not removed. Killing the terminal also doesn't help. I need to restart the window
The problem matcher is here and looks, IMO, fine: https://github.com/connor4312/esbuild-problem-matchers/blob/main/package.json#L28
Is there a way to debug a problem matcher? | 272 | ||
211458 | "ls" doesn't show up in terminal suggest if triggered at `l` | 2024-04-26 14:27:07+00:00 | 2024-04-27 18:47:49+00:00 | Repro:
1. Type `l`
2. ctrl+space
3. Type `s`, ๐ `ls` should be the top entry

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

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

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

| 143 | ||
211424 | Right click on a file on the file explorer shifts into an already opened image instead of the one that is being clicked | 2024-04-26 07:38:20+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Windows 11 Home 22H2
Steps to Reproduce:
1. Open any file and an image side by side with image on the right

2. Select the file on the left, Now right clicking on any file in the file system selects the image instead.
| Right click on a file on the file explorer shifts into an already opened image instead of the one that is being 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-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Windows 11 Home 22H2
Steps to Reproduce:
1. Open any file and an image side by side with image on the right

2. Select the file on the left, Now right clicking on any file in the file system selects the image instead.
| 432 | ||
211406 | `authentication.getSession` can return 'stuck' authentication requests | 2024-04-26 03:18:45+00:00 | 2024-04-26 23:06: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 creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
Technically no, but that's because you need an extension to call the VS Code API.
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Windows_NT x64 10.0.22631
Steps to Reproduce:
1. Invoke code which calls `authentication.getSession()` with `createIfNone: true` and `silent: false`
2. Accept the confirmation dialog and allow a browser tab to appear
3. Close the browser tab _without_ completing the interactive authentication
4. Invoke code which calls `authentication.getSession()` with the same scopes and options as before
The last step will hang indefinitely, with no exception thrown. It can be observed in the [Azure Resources](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups) extension, but is not limited to that extension.
I believe this is similar to [this issue/feature request](https://github.com/microsoft/vscode/issues/113270).
What seems to be happening (thanks to @TylerLeonhardt for helping confirm this) is that VS Code has no way of detecting if the user has closed the browser tab, and so it cannot throw an error when this happens. There _might_ be a timeout, but if there is, it is very long and users will be left wondering what has happened.
It is possible for extensions to implement cancellation themselves, which would just abandon the `getSession` call and allow users to invoke it again. But this doesn't work, because `getSession` caches its requests and returns an _existing_ promise, which in this case is blocked indefinitely. Thus, users cannot log in until they reload the window or restart VS Code.
| completed | `authentication.getSession` can return 'stuck' authentication requests <!-- โ ๏ธโ ๏ธ 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 creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
Technically no, but that's because you need an extension to call the VS Code API.
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Windows_NT x64 10.0.22631
Steps to Reproduce:
1. Invoke code which calls `authentication.getSession()` with `createIfNone: true` and `silent: false`
2. Accept the confirmation dialog and allow a browser tab to appear
3. Close the browser tab _without_ completing the interactive authentication
4. Invoke code which calls `authentication.getSession()` with the same scopes and options as before
The last step will hang indefinitely, with no exception thrown. It can be observed in the [Azure Resources](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups) extension, but is not limited to that extension.
I believe this is similar to [this issue/feature request](https://github.com/microsoft/vscode/issues/113270).
What seems to be happening (thanks to @TylerLeonhardt for helping confirm this) is that VS Code has no way of detecting if the user has closed the browser tab, and so it cannot throw an error when this happens. There _might_ be a timeout, but if there is, it is very long and users will be left wondering what has happened.
It is possible for extensions to implement cancellation themselves, which would just abandon the `getSession` call and allow users to invoke it again. But this doesn't work, because `getSession` caches its requests and returns an _existing_ promise, which in this case is blocked indefinitely. Thus, users cannot log in until they reload the window or restart VS Code.
| 742 |
211394 | DECSCUSR 0 should reset to the user-defined cursorStyle | 2024-04-25 22:14:48+00:00 | VS Code Version: 1.88.1
OS: Linux
Steps to Reproduce:
1. Add `"terminal.integrated.cursorStyle": "line"` to your settings.json
2. Run these commands in the integrated terminal:
```sh
printf "\033[4 q" # set cursor style to an underscore
printf "\033[0 q" # this should restore the cursor to the user-defined preference
printf "\033[ q" # (this has the same effect as "0")
# ...but instead we end up with a "block" cursor
```
Relevant code: https://github.com/xtermjs/xterm.js/blob/2edc65baaa50f8b99c67f3df6f8d5d93c70a69e6/src/common/InputHandler.ts#L2732-L2738
Many popular terminals implement this behavior (e.g kitty, alacritty, Windows Terminal, ...)
More info on the topic: https://github.com/microsoft/terminal/pull/7379
xterm issue: https://github.com/xtermjs/xterm.js/issues/3293 | DECSCUSR 0 should reset to the user-defined cursorStyle VS Code Version: 1.88.1
OS: Linux
Steps to Reproduce:
1. Add `"terminal.integrated.cursorStyle": "line"` to your settings.json
2. Run these commands in the integrated terminal:
```sh
printf "\033[4 q" # set cursor style to an underscore
printf "\033[0 q" # this should restore the cursor to the user-defined preference
printf "\033[ q" # (this has the same effect as "0")
# ...but instead we end up with a "block" cursor
```
Relevant code: https://github.com/xtermjs/xterm.js/blob/2edc65baaa50f8b99c67f3df6f8d5d93c70a69e6/src/common/InputHandler.ts#L2732-L2738
Many popular terminals implement this behavior (e.g kitty, alacritty, Windows Terminal, ...)
More info on the topic: https://github.com/microsoft/terminal/pull/7379
xterm issue: https://github.com/xtermjs/xterm.js/issues/3293 | 301 | ||
211389 | Renaming headers broken in md | 2024-04-25 20:09:36+00:00 | 2024-04-25 20:48:46+00:00 |
Type: <b>Bug</b>
For the md:
```md
# Readme
## Example
...
## Example
...
- [a](#example)
- [a](#example-1)
```
Trigger rename on `#example` and enter a new name
**Bug**
The header is updated but the link is not
VS Code version: Code - Insiders 1.89.0-insider (Universal) (cc3429872df5e655abd12c233a9defbd15b0987d, 2024-04-25T05:51:32.105Z)
OS version: Darwin arm64 23.4.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M2 Max (12 x 24)|
|GPU Status|2d_canvas: unavailable_software<br>canvas_oop_rasterization: disabled_off<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: disabled_software<br>multiple_raster_threads: enabled_on<br>opengl: disabled_off<br>rasterization: disabled_software<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: disabled_software<br>video_encode: disabled_software<br>webgl: unavailable_software<br>webgl2: unavailable_software<br>webgpu: unavailable_software|
|Load (avg)|5, 4, 3|
|Memory (System)|64.00GB (0.14GB free)|
|Process Argv|--crash-reporter-id 0fffb5da-9cd7-46fd-9e7f-a1564e8c5fda|
|Screen Reader|no|
|VM|0%|
</details>
<!-- generated by issue reporter --> | completed | Renaming headers broken in md
Type: <b>Bug</b>
For the md:
```md
# Readme
## Example
...
## Example
...
- [a](#example)
- [a](#example-1)
```
Trigger rename on `#example` and enter a new name
**Bug**
The header is updated but the link is not
VS Code version: Code - Insiders 1.89.0-insider (Universal) (cc3429872df5e655abd12c233a9defbd15b0987d, 2024-04-25T05:51:32.105Z)
OS version: Darwin arm64 23.4.0
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Apple M2 Max (12 x 24)|
|GPU Status|2d_canvas: unavailable_software<br>canvas_oop_rasterization: disabled_off<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: disabled_software<br>multiple_raster_threads: enabled_on<br>opengl: disabled_off<br>rasterization: disabled_software<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: disabled_software<br>video_encode: disabled_software<br>webgl: unavailable_software<br>webgl2: unavailable_software<br>webgpu: unavailable_software|
|Load (avg)|5, 4, 3|
|Memory (System)|64.00GB (0.14GB free)|
|Process Argv|--crash-reporter-id 0fffb5da-9cd7-46fd-9e7f-a1564e8c5fda|
|Screen Reader|no|
|VM|0%|
</details>
<!-- generated by issue reporter --> | 498 |
211378 | code tunnel "--name" no longer sets the machine name when a tunnel exists | 2024-04-25 17:28:25+00:00 | 2024-05-29 22:02:39+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes (N/A)
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: macOS
Steps to Reproduce:
1. In the shell, run `code tunnel --name {ANYTHING}`, UPDATE: the system need to have a existing tunnel already running
2. Notice that the machine name is always inferred from Hostname instead of the machine name set through `--name`
~~This only happens recently when I upgrade to 1.88, the --name option works on previous releases before the upgrade, but I'm not sure which the last working version is.~~
<img width="931" alt="image" src="https://github.com/microsoft/vscode/assets/10568668/84bbcb3a-826c-48f9-adc0-10a4294593a1">
| completed | code tunnel "--name" no longer sets the machine name when a tunnel exists <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes (N/A)
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: macOS
Steps to Reproduce:
1. In the shell, run `code tunnel --name {ANYTHING}`, UPDATE: the system need to have a existing tunnel already running
2. Notice that the machine name is always inferred from Hostname instead of the machine name set through `--name`
~~This only happens recently when I upgrade to 1.88, the --name option works on previous releases before the upgrade, but I'm not sure which the last working version is.~~
<img width="931" alt="image" src="https://github.com/microsoft/vscode/assets/10568668/84bbcb3a-826c-48f9-adc0-10a4294593a1">
| 497 |
211374 | Dataloss when renaming file two times | 2024-04-25 16:49:23+00:00 | 2024-04-26 14:46:07+00:00 | Hello everyone.
Microsoft has a lot of text editor on their different products and I have come to a way of working (which might not be the best of all in some cases) and it seems like using Visual Studio Code in a manner allows the customer, like myself, to be loosing its file progress when renaming a file.
This happened after I wanted to rename a java class, for example, โmyclass.javaโ to โMyClass.javaโ.
Since the change lookup is case insensitive, they both are of equal names which will result in no name change, so you will have to rename the file to a temporary name in order to make your change.
Now the following process will come in to the bug to be fixed.
- Create a new file name โmyclass.javaโ.
- Enter the following code into that file (replace the content if necessary):
```
public class myclass
{
public myclass()
{
}
}
```
- Now save the file.
- Now add this method to the class:
```
...
public void myMethod()
{
// My work in progress...
}
```
- Now without saving this time. Rename the file using the right-click in the object-browser pane of the VSCode to โtemporaryname.javaโ. You will see the file has the same content but with the new name.
- Now rename the file again like before to โMyClass.javaโ. Now, it will be taking the last saved file named โmyclass.javaโ and take its content instead of taking the current file content. Therefore loosing all work in progress. In this case, the class myclass will no longer have the method myMethod(), and there will be an error from the intellisense since the class myclass does not equal MyClass.
Now I know that saving will fix all of this. BUT, Microsoft, as a reliable source for text editing, at least I would have liked a minimum of a prompt of โAre you sure you want to rename the file to "newNameFile"? The work in progress might be loss.โ
This is very common for I to do this in other Microsoft text editing products and this seems to be a bug to be fixed. Allowing the customer to loose its progress without warning is a bug to me.
All thanks. | completed | Dataloss when renaming file two times Hello everyone.
Microsoft has a lot of text editor on their different products and I have come to a way of working (which might not be the best of all in some cases) and it seems like using Visual Studio Code in a manner allows the customer, like myself, to be loosing its file progress when renaming a file.
This happened after I wanted to rename a java class, for example, โmyclass.javaโ to โMyClass.javaโ.
Since the change lookup is case insensitive, they both are of equal names which will result in no name change, so you will have to rename the file to a temporary name in order to make your change.
Now the following process will come in to the bug to be fixed.
- Create a new file name โmyclass.javaโ.
- Enter the following code into that file (replace the content if necessary):
```
public class myclass
{
public myclass()
{
}
}
```
- Now save the file.
- Now add this method to the class:
```
...
public void myMethod()
{
// My work in progress...
}
```
- Now without saving this time. Rename the file using the right-click in the object-browser pane of the VSCode to โtemporaryname.javaโ. You will see the file has the same content but with the new name.
- Now rename the file again like before to โMyClass.javaโ. Now, it will be taking the last saved file named โmyclass.javaโ and take its content instead of taking the current file content. Therefore loosing all work in progress. In this case, the class myclass will no longer have the method myMethod(), and there will be an error from the intellisense since the class myclass does not equal MyClass.
Now I know that saving will fix all of this. BUT, Microsoft, as a reliable source for text editing, at least I would have liked a minimum of a prompt of โAre you sure you want to rename the file to "newNameFile"? The work in progress might be loss.โ
This is very common for I to do this in other Microsoft text editing products and this seems to be a bug to be fixed. Allowing the customer to loose its progress without warning is a bug to me.
All thanks. | 508 |
211369 | Syntax highlighting sometimes gets out of sync | 2024-04-25 15:09:01+00:00 | I had this issue raised at https://github.com/Dart-Code/Dart-Code/issues/5082 and although I'd only seen it a few times in the past, I just saw it again today. I was typing in a file, and a bunch of colours got out of sync in my editor.
While my first thought was that it was an issue with the semantic token or textmate info, the "Inspect Tokens and Scopes" command shows in the tooltip that the same scopes are applied to the whole of words that are coloured differently.
Unfortunately I don't have reliable steps to reproduce, it just happens sometimes (it _might_ have started when I saved a file and briefly saw "VS Code is waiting for Code Actions").
Here you can see that VS Code says the foreground color is the same for two positions in this word, yet one part is pink and one part is blue:

https://github.com/microsoft/vscode/assets/1078012/d85d8f60-ebd1-4d56-bbf1-51c67af61390
| Syntax highlighting sometimes gets out of sync I had this issue raised at https://github.com/Dart-Code/Dart-Code/issues/5082 and although I'd only seen it a few times in the past, I just saw it again today. I was typing in a file, and a bunch of colours got out of sync in my editor.
While my first thought was that it was an issue with the semantic token or textmate info, the "Inspect Tokens and Scopes" command shows in the tooltip that the same scopes are applied to the whole of words that are coloured differently.
Unfortunately I don't have reliable steps to reproduce, it just happens sometimes (it _might_ have started when I saved a file and briefly saw "VS Code is waiting for Code Actions").
Here you can see that VS Code says the foreground color is the same for two positions in this word, yet one part is pink and one part is blue:

https://github.com/microsoft/vscode/assets/1078012/d85d8f60-ebd1-4d56-bbf1-51c67af61390
| 305 | ||
211364 | Suggest widget shows different suggestions when narrowing vs otherwise | 2024-04-25 13:53:15+00:00 | 2024-06-17 19:00:21+00:00 | Testing #210394
1. Type `Get-Da` and notice the following suggestions (suggest widget automatically comes up due to the `-`):
<img width="538" alt="image" src="https://github.com/microsoft/vscode/assets/22350/6a11cf3b-8897-4898-a37f-e3c92ba7d57c">
2. Press <kbd>Escape</kbd> to close the widget.
3. Press <kbd>Ctrl Space</kbd> to open it again.
๐ Only one suggestions is shown:
<img width="563" alt="image" src="https://github.com/microsoft/vscode/assets/22350/640b44ab-7f26-4f6e-b2a3-e5d207773277">
| completed | Suggest widget shows different suggestions when narrowing vs otherwise Testing #210394
1. Type `Get-Da` and notice the following suggestions (suggest widget automatically comes up due to the `-`):
<img width="538" alt="image" src="https://github.com/microsoft/vscode/assets/22350/6a11cf3b-8897-4898-a37f-e3c92ba7d57c">
2. Press <kbd>Escape</kbd> to close the widget.
3. Press <kbd>Ctrl Space</kbd> to open it again.
๐ Only one suggestions is shown:
<img width="563" alt="image" src="https://github.com/microsoft/vscode/assets/22350/640b44ab-7f26-4f6e-b2a3-e5d207773277">
| 207 |
211353 | Few Small issues regarding the `Menu Bar` after recent updates to enable `Top` positioning option | 2024-04-25 13:23:46+00:00 | 2024-05-25 15:58:10+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: Version: 1.88.1
- OS Version: Windows 10 Enterprise 22H2
Steps to Reproduce:
1. Set `Activity Bar` to `Top`
2. Set `Menu Bar` to `hidden`
3. Set `Side Bar` to location to `right`
4. Click `Alt` which should switch to the `Menu Bar` (Hamburger menu) in the `Activity Bar` don't do so now, possibly due to the switching of the position of `Activity Bar` to `Top`
5. Click the `Menu Bar` item and you'll see that the context menu opened is misaligned with the current position of the `Menu Bar`, this doesn't seem to be an issue when the `Side Bar` location is to the `left` only on the `right`.
Image:

| completed | Few Small issues regarding the `Menu Bar` after recent updates to enable `Top` positioning option <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: Version: 1.88.1
- OS Version: Windows 10 Enterprise 22H2
Steps to Reproduce:
1. Set `Activity Bar` to `Top`
2. Set `Menu Bar` to `hidden`
3. Set `Side Bar` to location to `right`
4. Click `Alt` which should switch to the `Menu Bar` (Hamburger menu) in the `Activity Bar` don't do so now, possibly due to the switching of the position of `Activity Bar` to `Top`
5. Click the `Menu Bar` item and you'll see that the context menu opened is misaligned with the current position of the `Menu Bar`, this doesn't seem to be an issue when the `Side Bar` location is to the `left` only on the `right`.
Image:

| 547 |
211338 | Cannot run tests from explorer context menu | 2024-04-25 10:54:48+00:00 | 2024-04-29 22:34:14+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.89.0-insider (Universal)
Commit: 5ae5a741bdb676abb667fd4896dc2a40e313db3a
Date: 2024-04-22T05:51:32.950Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
Steps to Reproduce:
1. Run the test provider sample project
2. Right click the md file and select `Run Tests`
3. A notification shows: `No tests found in the selected file or folder`
https://github.com/microsoft/vscode/assets/6193897/93f876b3-eb43-47c4-9873-713f9ed5771f
| completed | Cannot run tests from explorer context menu <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.89.0-insider (Universal)
Commit: 5ae5a741bdb676abb667fd4896dc2a40e313db3a
Date: 2024-04-22T05:51:32.950Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
Steps to Reproduce:
1. Run the test provider sample project
2. Right click the md file and select `Run Tests`
3. A notification shows: `No tests found in the selected file or folder`
https://github.com/microsoft/vscode/assets/6193897/93f876b3-eb43-47c4-9873-713f9ed5771f
| 497 |
211334 | Breakpoint with stackframe should use `debugStackframeDot` | 2024-04-25 10:48:40+00:00 | 2024-04-25 11:07:03+00:00 | Followup from https://github.com/microsoft/vscode/issues/208343
The icons for a breakpoint with stackframe is `debug-stackframe-dot`.
Currently, the code uses `circleSmallFilled`. On codicons that's the same icon, on other product icon theme that could be a separate icon. | completed | Breakpoint with stackframe should use `debugStackframeDot` Followup from https://github.com/microsoft/vscode/issues/208343
The icons for a breakpoint with stackframe is `debug-stackframe-dot`.
Currently, the code uses `circleSmallFilled`. On codicons that's the same icon, on other product icon theme that could be a separate icon. | 99 |
211322 | "Git: Commit Empty" command unexpectedly includes unstaged changes in the commit | 2024-04-25 09:08:08+00:00 | 2024-06-07 12:10:23+00:00 |
Type: <b>Bug</b>
Step 1: Open a workspace that is under Git source control
Step 2: Make some changes to a file, but don't stage them
Step 3: Run the "Git: Commit Empty" command from the VS Code command palette
Actual behavour: VS Code adds a Git commit that includes the changes you made to the file.
Expected behavior: VS Code adds an empty Git commit. The changes you made to the file are still unstaged.
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z)
OS version: Windows_NT x64 10.0.19045
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (8 x 2112)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|undefined|
|Memory (System)|31.84GB (21.90GB free)|
|Process Argv|--crash-reporter-id 2b6dfd8a-bec1-40a4-bf6c-03dc33a2d0a7|
|Screen Reader|no|
|VM|0%|
</details>Extensions: none<details>
<summary>A/B Experiments</summary>
```
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaat:30438848
c4g48928:30535728
azure-dev_surveyonecf:30548226
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementsc:30995553
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
8082a590:30971561
fegfb526:30981948
bg6jg535:30979843
ccp2r3:30993541
dsvsc020:30976470
pythonait:31006305
gee8j676:31009558
showvideot:31016892
chatpanelc:31018788
dsvsc021:30996838
724cj586:31013169
pythoncenvpt:31022790
```
</details>
<!-- generated by issue reporter --> | completed | "Git: Commit Empty" command unexpectedly includes unstaged changes in the commit
Type: <b>Bug</b>
Step 1: Open a workspace that is under Git source control
Step 2: Make some changes to a file, but don't stage them
Step 3: Run the "Git: Commit Empty" command from the VS Code command palette
Actual behavour: VS Code adds a Git commit that includes the changes you made to the file.
Expected behavior: VS Code adds an empty Git commit. The changes you made to the file are still unstaged.
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z)
OS version: Windows_NT x64 10.0.19045
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (8 x 2112)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|undefined|
|Memory (System)|31.84GB (21.90GB free)|
|Process Argv|--crash-reporter-id 2b6dfd8a-bec1-40a4-bf6c-03dc33a2d0a7|
|Screen Reader|no|
|VM|0%|
</details>Extensions: none<details>
<summary>A/B Experiments</summary>
```
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstes627:30244334
vscorecescf:30445987
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaat:30438848
c4g48928:30535728
azure-dev_surveyonecf:30548226
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementsc:30995553
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
8082a590:30971561
fegfb526:30981948
bg6jg535:30979843
ccp2r3:30993541
dsvsc020:30976470
pythonait:31006305
gee8j676:31009558
showvideot:31016892
chatpanelc:31018788
dsvsc021:30996838
724cj586:31013169
pythoncenvpt:31022790
```
</details>
<!-- generated by issue reporter --> | 930 |
211311 | Panel chat UI glitches on scroll | 2024-04-25 04:41:41+00:00 | 2024-04-25 17:20:47+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
I have seen UI issues after window reload in last few days, and this is on the latest Insiders so I wonder if it's a real regression.
https://github.com/microsoft/vscode/assets/876920/91756c82-7e05-4f92-abb6-2d932c8d878d
| completed | Panel chat UI glitches on scroll <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
I have seen UI issues after window reload in last few days, and this is on the latest Insiders so I wonder if it's a real regression.
https://github.com/microsoft/vscode/assets/876920/91756c82-7e05-4f92-abb6-2d932c8d878d
| 382 |
211306 | Terminal suggest widget shows under the output view | 2024-04-25 01:29:42+00:00 | 2024-06-20 18:04:32+00:00 | Testing #210394
<img width="893" alt="Screenshot 2024-04-24 at 6 27 59โฏPM" src="https://github.com/microsoft/vscode/assets/2193314/e4458e8f-8223-4840-a032-a7098cf6422e">
| completed | Terminal suggest widget shows under the output view Testing #210394
<img width="893" alt="Screenshot 2024-04-24 at 6 27 59โฏPM" src="https://github.com/microsoft/vscode/assets/2193314/e4458e8f-8223-4840-a032-a7098cf6422e">
| 86 |
211297 | Bind directional `hjkl` for the Problems panel | 2024-04-24 21:29:07+00:00 | 2024-04-25 09:55:42+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I'm trying to bind a vim-style `hjkl` mapping in the Problems panel as a substitute for directional arrow keys, but it doesn't seem to be possible right now.
Exposing the directional commands for the Problems panel just like `list.focus{Up,Down}`, `list.{expand,collapse}`, etc. would be a really great feature. | completed | Bind directional `hjkl` for the Problems panel <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
I'm trying to bind a vim-style `hjkl` mapping in the Problems panel as a substitute for directional arrow keys, but it doesn't seem to be possible right now.
Exposing the directional commands for the Problems panel just like `list.focus{Up,Down}`, `list.{expand,collapse}`, etc. would be a really great feature. | 195 |
211730 | Saving notebook files should happen on extension host by default | 2024-04-24 18:41:24+00:00 | Right now, the setting `"notebook.experimental.remoteSave": true` can be used to save the file on the EH instead of needing a trip to the renderer. We should try to enable this behavior by default.
Need to handle this issue https://github.com/microsoft/vscode/issues/209291. It's hard to repro, but seems to come from this new code path. | Saving notebook files should happen on extension host by default Right now, the setting `"notebook.experimental.remoteSave": true` can be used to save the file on the EH instead of needing a trip to the renderer. We should try to enable this behavior by default.
Need to handle this issue https://github.com/microsoft/vscode/issues/209291. It's hard to repro, but seems to come from this new code path. | 106 | ||
211274 | Notebook editor can take a long time to open | 2024-04-24 16:46:34+00:00 | Does not repro consistently
1. close all tabs, reload vscode
2. open notebooks and let the editor load one at a time for a few editors
:bug: one of them will sometimes take up to 10 seconds to load the editor
It seems to be the custom markdown workflow that takes the longest:
```
[NotebookEditor] open notebook perf file:///c%3A/src/test/7/1.ipynb - extensionActivation: 2578, inputLoad: 2725, webviewComm: 2725, customMarkdown: 9303, editorLoad: 9384
[NotebookEditor] open notebook perf file:///c%3A/src/test/7/2exported.ipynb - extensionActivation: 13, inputLoad: 31, webviewComm: 31, customMarkdown: 4057, editorLoad: 4089
[NotebookEditor] open notebook perf file:///c%3A/src/test/7/2.ipynb - extensionActivation: 18, inputLoad: 352, webviewComm: 352, customMarkdown: 9242, editorLoad: 9292
```
| Notebook editor can take a long time to open Does not repro consistently
1. close all tabs, reload vscode
2. open notebooks and let the editor load one at a time for a few editors
:bug: one of them will sometimes take up to 10 seconds to load the editor
It seems to be the custom markdown workflow that takes the longest:
```
[NotebookEditor] open notebook perf file:///c%3A/src/test/7/1.ipynb - extensionActivation: 2578, inputLoad: 2725, webviewComm: 2725, customMarkdown: 9303, editorLoad: 9384
[NotebookEditor] open notebook perf file:///c%3A/src/test/7/2exported.ipynb - extensionActivation: 13, inputLoad: 31, webviewComm: 31, customMarkdown: 4057, editorLoad: 4089
[NotebookEditor] open notebook perf file:///c%3A/src/test/7/2.ipynb - extensionActivation: 18, inputLoad: 352, webviewComm: 352, customMarkdown: 9242, editorLoad: 9292
```
| 265 | ||
211267 | Misaligned editor cursor in Insiders | 2024-04-24 15:30:16+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0-insider (Universal)
- OS Version: macOS Sonoma 14.3.1
When a line contains any of the "special*" characters "รฅ", "รค" or "รถ" (alternatively (capitalised) "ร
", "ร", "ร") the cursor is misaligned on 20 selected characters in/Col 21. It also happens later on 42 selected in and likely later.

(* I say "special" because they are a part of our alphabet so they aren't very special to us)
It doesn't matter where on the line the character is, it can be after and still have the same result.
This only happens in Insiders.
Steps to Reproduce:
1. Put one of the characters mentioned above on a line somewhere or paste the below content into a new file
```
ร
```
2. Put a cursor on each line (for visibility) on Col 21 (farthest to the right if you use above content)
| Misaligned editor cursor in Insiders <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.89.0-insider (Universal)
- OS Version: macOS Sonoma 14.3.1
When a line contains any of the "special*" characters "รฅ", "รค" or "รถ" (alternatively (capitalised) "ร
", "ร", "ร") the cursor is misaligned on 20 selected characters in/Col 21. It also happens later on 42 selected in and likely later.

(* I say "special" because they are a part of our alphabet so they aren't very special to us)
It doesn't matter where on the line the character is, it can be after and still have the same result.
This only happens in Insiders.
Steps to Reproduce:
1. Put one of the characters mentioned above on a line somewhere or paste the below content into a new file
```
ร
```
2. Put a cursor on each line (for visibility) on Col 21 (farthest to the right if you use above content)
| 570 | ||
211257 | Show git gutter indicators in both panes when using `Split Editor In Group` | 2024-04-24 13:58:30+00:00 | 2024-04-25 13:53:19+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
In an editor with a file with edits, when using the action `View: Toggle Split Editor In Group`, the git modification indicators in the gutter is _not_ displayed in both splits:

(also not sure why sometimes it's visible in the left pane but not the right pane, and sometimes it's visible in the right pane but not the left pane..) | completed | Show git gutter indicators in both panes when using `Split Editor In Group` <!-- โ ๏ธโ ๏ธ Do Not Delete This! feature_request_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
In an editor with a file with edits, when using the action `View: Toggle Split Editor In Group`, the git modification indicators in the gutter is _not_ displayed in both splits:

(also not sure why sometimes it's visible in the left pane but not the right pane, and sometimes it's visible in the right pane but not the left pane..) | 235 |
211251 | Expanded SCM tree view is not scrolled into view | 2024-04-24 13:07:18+00:00 | - Expand several tree views except for the last tree view in the SCM pane so that a vertical scrollbar appears
- Expand the last tree view
- It expands but is not scrolled into view ๐
https://github.com/microsoft/vscode/assets/61460952/6a7e996c-354b-459c-bda5-22ace636f33d
| Expanded SCM tree view is not scrolled into view - Expand several tree views except for the last tree view in the SCM pane so that a vertical scrollbar appears
- Expand the last tree view
- It expands but is not scrolled into view ๐
https://github.com/microsoft/vscode/assets/61460952/6a7e996c-354b-459c-bda5-22ace636f33d
| 100 | ||
211228 | Custom labels: `${dirname(-1)}` in a multi-root workspace could include root folder name | 2024-04-24 09:09:55+00:00 | 2024-04-24 09:49:51+00:00 | Currently this is not supported, but in a multi-root workspace, the root folder name could be supported when using `${dirname(-1)}` | completed | Custom labels: `${dirname(-1)}` in a multi-root workspace could include root folder name Currently this is not supported, but in a multi-root workspace, the root folder name could be supported when using `${dirname(-1)}` | 63 |
211227 | Custom labels: `${dirname(-1)}` on a root file puts the file name | 2024-04-24 09:07:16+00:00 | 2024-04-25 15:27:19+00:00 | Configure:
```
"workbench.editor.customLabels.patterns": {
"**/package.json": "${dirname(-1)}/${filename}"
}
```
And open a root level `package.json`. Notice the result is:

Including the file name. | completed | Custom labels: `${dirname(-1)}` on a root file puts the file name Configure:
```
"workbench.editor.customLabels.patterns": {
"**/package.json": "${dirname(-1)}/${filename}"
}
```
And open a root level `package.json`. Notice the result is:

Including the file name. | 143 |
211226 | Custom labels:`${dirname-1}` does not work with absolute pattern | 2024-04-24 09:05:36+00:00 | 2024-04-24 13:15:34+00:00 | On macOS (or probably Linux as well), when using an absolute glob pattern for a custom label (`/Users/bpasero/Development/Microsoft/stand-next/package.json`) and a label of `${dirname(-1)}/${filename}`, I see this:

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

Even though it should be `/` as dirname.
On Windows I would except the drive letter. | 156 |
211225 | Custom labels: setting should indicate `dirname` behaviour | 2024-04-24 09:04:13+00:00 | 2024-04-24 15:07:55+00:00 | It seems that `dirname` works workspace-relative unless an absolute glob pattern is used. I would clarify that from the settings description. | completed | Custom labels: setting should indicate `dirname` behaviour It seems that `dirname` works workspace-relative unless an absolute glob pattern is used. I would clarify that from the settings description. | 46 |
211221 | Don't include icons with color in terminal change icon popup | 2024-04-24 08:13:11+00:00 | 2024-04-24 09:42:07+00:00 | 
| completed | Don't include icons with color in terminal change icon popup 
| 59 |
211220 | Don't include blank in terminal change icon popup | 2024-04-24 08:12:15+00:00 | 2024-04-24 10:24:41+00:00 | Testing https://github.com/microsoft/vscode/issues/199964

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

| 75 |
211216 | `--update-extensions --profile` does not update extensions | 2024-04-24 07:24:54+00:00 | 2024-04-25 10:33:21+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: n/a (this is about extensions)
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Windows 10, 23H2
Steps to Reproduce:
1. Have a profile `PROFILE` with outdated extensions
2. Run `code --update-extensions --profile PROFILE`
VS Code reports that extensions are updated, but that is not effective: repeating the command (seemingly) updates extensions again, and starting the GUI definitely updates extensions.
```
C:\Users\bers>code --update-extensions
No extension to update
C:\Users\bers>code --update-extensions --profile PROFILE
Updating extensions: charliermarsh.ruff
Extension 'charliermarsh.ruff' v2024.20.0 was successfully updated.
C:\Users\bers>code --update-extensions --profile PROFILE
Updating extensions: charliermarsh.ruff
Extension 'charliermarsh.ruff' v2024.20.0 was successfully updated.
C:\Users\bers>code --profile PROFILE
# (Updates via the GUI)
C:\Users\bers>code --update-extensions --profile PROFILE
No extension to update
``` | completed | `--update-extensions --profile` does not update extensions <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: n/a (this is about extensions)
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version: 1.88.1
- OS Version: Windows 10, 23H2
Steps to Reproduce:
1. Have a profile `PROFILE` with outdated extensions
2. Run `code --update-extensions --profile PROFILE`
VS Code reports that extensions are updated, but that is not effective: repeating the command (seemingly) updates extensions again, and starting the GUI definitely updates extensions.
```
C:\Users\bers>code --update-extensions
No extension to update
C:\Users\bers>code --update-extensions --profile PROFILE
Updating extensions: charliermarsh.ruff
Extension 'charliermarsh.ruff' v2024.20.0 was successfully updated.
C:\Users\bers>code --update-extensions --profile PROFILE
Updating extensions: charliermarsh.ruff
Extension 'charliermarsh.ruff' v2024.20.0 was successfully updated.
C:\Users\bers>code --profile PROFILE
# (Updates via the GUI)
C:\Users\bers>code --update-extensions --profile PROFILE
No extension to update
``` | 595 |
211212 | Process Explorer and `code --status` show all remote server Memory as 0 | 2024-04-24 05:46:15+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.88.1 (system setup)
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:41:02.734Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19043
WSL:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Steps to Reproduce:
1. open a Workspace in wsl
2. Press ctrl+p, open Process Explorer
3. Check CPU and memory usage of process under wsl section

| Process Explorer and `code --status` show all remote server Memory as 0 <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Version: 1.88.1 (system setup)
Commit: e170252f762678dec6ca2cc69aba1570769a5d39
Date: 2024-04-10T17:41:02.734Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Windows_NT x64 10.0.19043
WSL:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Steps to Reproduce:
1. open a Workspace in wsl
2. Press ctrl+p, open Process Explorer
3. Check CPU and memory usage of process under wsl section

| 522 | ||
211199 | Ctrl+c in terminal does not scroll to the very bottom | 2024-04-24 00:52:08+00:00 | 2024-07-11 23:30:01+00:00 | Repro:
1. Fill viewport
2. Scroll up
3. Press ctrl+c, ๐ the terminal is not scrolled to the very bottom

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

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


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


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

ctrl+space shows it:

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

ctrl+space shows it:

| 141 | ||
211196 | Terminal suggest: Hard to use some long completions | 2024-04-24 00:44:39+00:00 | 2024-06-20 17:15:01+00:00 | Testing #210394


It's not clear why these are showing full paths, using ListItemText instead of CompletionText would fix the problem though:
```
> (TabExpansion2 -inputScript "p" -cursorColumn 1).CompletionMatches
CompletionText ListItemText ResultType ToolTip
-------------- ------------ ---------- -------
...
python.exe python.exe Command C:\Python312\python.exe
python3.12.exe python3.12.exe Command C:\ProgramData\chocolatey\bin\python3.12.exe
python3.9.exe python3.9.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python3.9.exe
python3.exe python3.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python3.exe
pythonw.exe pythonw.exe Command C:\Python312\pythonw.exe
pythonw3.9.exe pythonw3.9.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw3.9.exe
pythonw3.exe pythonw3.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw3.exe
pyw.exe pyw.exe Command C:\WINDOWS\pyw.exe
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip.exe pip.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip.exe pip.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip.exe
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip3.exe pip3.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip3.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip3.exe pip3.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip3.exe
PSReadLine\PSConsoleHostReadLine PSConsoleHostReadLine Command ...
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\python.exe python.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\python.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python.exe python.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python.exe
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\pythonw.exe pythonw.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\pythonw.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw.exe pythonw.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw.exe
``` | completed | Terminal suggest: Hard to use some long completions Testing #210394


It's not clear why these are showing full paths, using ListItemText instead of CompletionText would fix the problem though:
```
> (TabExpansion2 -inputScript "p" -cursorColumn 1).CompletionMatches
CompletionText ListItemText ResultType ToolTip
-------------- ------------ ---------- -------
...
python.exe python.exe Command C:\Python312\python.exe
python3.12.exe python3.12.exe Command C:\ProgramData\chocolatey\bin\python3.12.exe
python3.9.exe python3.9.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python3.9.exe
python3.exe python3.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python3.exe
pythonw.exe pythonw.exe Command C:\Python312\pythonw.exe
pythonw3.9.exe pythonw3.9.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw3.9.exe
pythonw3.exe pythonw3.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw3.exe
pyw.exe pyw.exe Command C:\WINDOWS\pyw.exe
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip.exe pip.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip.exe pip.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip.exe
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip3.exe pip3.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\Scripts\pip3.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip3.exe pip3.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pip3.exe
PSReadLine\PSConsoleHostReadLine PSConsoleHostReadLine Command ...
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\python.exe python.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\python.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python.exe python.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\python.exe
C:\Users\Daniel\AppData\Local\Programs\Python\Python310\pythonw.exe pythonw.exe Command C:\Users\Daniel\AppData\Local\Programs\Python\Python310\pythonw.exe
C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw.exe pythonw.exe Command C:\Users\Daniel\AppData\Local\Microsoft\WindowsApps\pythonw.exe
``` | 952 |
211195 | Terminal suggest: Completing on a line starting with `[` does not work properly | 2024-04-24 00:38:50+00:00 | 2024-04-28 17:37:22+00:00 | Testing #210394


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


Notice how the `[` seems to offset the result, so `A` is not completed. | 141 |
211194 | Terminal suggest: consider making / and \ trigger characters (maybe also any character after a space?) | 2024-04-24 00:37:08+00:00 | 2024-04-27 18:47:48+00:00 | Testing #210394
These will often complete to paths:


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


| 132 |
211192 | Terminal suggest should replace characters before the suggest trigger/ | 2024-04-24 00:30:15+00:00 | 2024-04-24 18:30:56+00:00 | Testing #210394

Selecting it:

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

Selecting it:

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

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

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


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


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

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

This happened when updating the file on disk outside of vscode, I'll try to find a consistent repro | 84 |
211174 | Source Control side panel input treated as `editor` instead of `workbench` | 2024-04-23 19:50:27+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version:
- OS Version:
Steps to Reproduce:
1. Change the following settings in your `settings.json` file:
```
"workbench.colorCustomizations": {
"selection.background": "#ff0000"
}
```
2. Navigate to the side panel and open the "Extensions" panel.
3. In the search input, write anything and select the whole text (use the mouse or `Ctrl+A`)
4. Note how the selection background is colored red.
5. Navigate to the side panel and open the "Source Control" panel
6. In the message input, write anything and select the whole text (use the mouse or `Ctrl+A`)
7. Note how the selection background is not red.
8. To actually change the background of the selected text in the "Source Control" panel, change the following settings in your `settings.json` file:
```
"workbench.colorCustomizations": {
"editor.selectionBackground": "#ff0000"
}
```
9. Repeat steps 5-7 and note how now the selection background is red now.
The issue seems to be that the message input in the "Source Control" panel is treated as "editor" instead of as part of the workbench. This also happens in the input box for "Github Copilot" (`Chat: Open Chat in Editor`). Lastly, the background color of the inputs when text is selected and loses focus changes. | Source Control side panel input treated as `editor` instead of `workbench` <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid creating duplicates. -->
<!-- ๐งช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- ๐ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- ๐ง Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- ๐ช If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- ๐ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version:
- OS Version:
Steps to Reproduce:
1. Change the following settings in your `settings.json` file:
```
"workbench.colorCustomizations": {
"selection.background": "#ff0000"
}
```
2. Navigate to the side panel and open the "Extensions" panel.
3. In the search input, write anything and select the whole text (use the mouse or `Ctrl+A`)
4. Note how the selection background is colored red.
5. Navigate to the side panel and open the "Source Control" panel
6. In the message input, write anything and select the whole text (use the mouse or `Ctrl+A`)
7. Note how the selection background is not red.
8. To actually change the background of the selected text in the "Source Control" panel, change the following settings in your `settings.json` file:
```
"workbench.colorCustomizations": {
"editor.selectionBackground": "#ff0000"
}
```
9. Repeat steps 5-7 and note how now the selection background is red now.
The issue seems to be that the message input in the "Source Control" panel is treated as "editor" instead of as part of the workbench. This also happens in the input box for "Github Copilot" (`Chat: Open Chat in Editor`). Lastly, the background color of the inputs when text is selected and loses focus changes. | 643 | ||
211165 | Chat progress messages are reported multiple times to screenreader | 2024-04-23 18:47:49+00:00 | 2024-04-26 19:59:16+00:00 | Testing #210661
- Send a request to `@workspace`
- This participant shows 3 progress messages
- The screen reader reads them but they get read multiple times in random order
I'm not scrolling or anything, this is just what happens as the response renders normally. I'm assuming this is due to progress messages being re-rendered, and the screenreader hooking into the rendering flow | completed | Chat progress messages are reported multiple times to screenreader Testing #210661
- Send a request to `@workspace`
- This participant shows 3 progress messages
- The screen reader reads them but they get read multiple times in random order
I'm not scrolling or anything, this is just what happens as the response renders normally. I'm assuming this is due to progress messages being re-rendered, and the screenreader hooking into the rendering flow | 103 |
211162 | I misunderstood yieldTo | 2024-04-23 18:44:55+00:00 | Testing #210985
### Steps
I returned an array of two pasteEdits [A, B]
I let A yield to text.plain, but I did not set yieldTo for B.
I thought the completion order would be [B, text.plain, A] because "A yielded but B didn't", but instead it was [text.plain, A, B], which implies that the order of the elements in the returned array matters.
### Suggestions
Could the behaviour above be clarified in the docstring for provideDocumentPasteEdits (such as by saying a list is returned instead of a set) or in the yieldTo field? | I misunderstood yieldTo Testing #210985
### Steps
I returned an array of two pasteEdits [A, B]
I let A yield to text.plain, but I did not set yieldTo for B.
I thought the completion order would be [B, text.plain, A] because "A yielded but B didn't", but instead it was [text.plain, A, B], which implies that the order of the elements in the returned array matters.
### Suggestions
Could the behaviour above be clarified in the docstring for provideDocumentPasteEdits (such as by saying a list is returned instead of a set) or in the yieldTo field? | 164 | ||
211161 | Git: Show untracked changes command visibility in the command palette | 2024-04-23 18:44:19+00:00 | 2024-04-23 19:09:27+00:00 | * Launch VS Code Insiders
* Set `git.untrackedChanges` to `hidden` or `mixed`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette
* Set `git.untrackedChanges` to `separate`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette | completed | Git: Show untracked changes command visibility in the command palette * Launch VS Code Insiders
* Set `git.untrackedChanges` to `hidden` or `mixed`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette
* Set `git.untrackedChanges` to `separate`
* Confirm that the "Git: Show Untracked Changes" command is not in the command palette | 110 |
211159 | Github Querry limit exceeded when tying the issue title | 2024-04-23 18:37:58+00:00 | Testing #210874

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

| 72 | ||
211148 | ITextResourceConfigurationService does not take default.override into account | 2024-04-23 18:00:32+00:00 | 2024-04-25 09:01:13+00:00 | When `default.override` has a value (e.g. `"[yaml]": { "diffEditor.ignoreTrimWhitespace": false },` as default settings), but the `configurationTarget` is `USER_LOCAL` and the user does not have an override for the language, `_updateValue` does not write the value with an override to the user settings.
Because default settings with an override take precedence over user settings without an override, the `updateValue` has no effect for the given resource (and language id), which is why nothing happens when the user clicks the toggle button.
https://github.com/microsoft/vscode/blob/81cf6c4c164a7faef036c2980f625fa2e6ecc725/src/vs/editor/common/services/textResourceConfigurationService.ts#L40-L58
This is an issue in #210543 (which tries to fix #210460)
| completed | ITextResourceConfigurationService does not take default.override into account When `default.override` has a value (e.g. `"[yaml]": { "diffEditor.ignoreTrimWhitespace": false },` as default settings), but the `configurationTarget` is `USER_LOCAL` and the user does not have an override for the language, `_updateValue` does not write the value with an override to the user settings.
Because default settings with an override take precedence over user settings without an override, the `updateValue` has no effect for the given resource (and language id), which is why nothing happens when the user clicks the toggle button.
https://github.com/microsoft/vscode/blob/81cf6c4c164a7faef036c2980f625fa2e6ecc725/src/vs/editor/common/services/textResourceConfigurationService.ts#L40-L58
This is an issue in #210543 (which tries to fix #210460)
| 263 |
211142 | Slow notebook execution with eslint enabled | 2024-04-23 17:36:03+00:00 | Testing #210963
Spends a lot of time in the eslint extension... Did something change with the `didChangeNotebookDocument` event?
[vscode-profile-2024-04-23-10-33-17.cpuprofile.zip](https://github.com/microsoft/vscode/files/15080647/vscode-profile-2024-04-23-10-33-17.cpuprofile.zip)
| Slow notebook execution with eslint enabled Testing #210963
Spends a lot of time in the eslint extension... Did something change with the `didChangeNotebookDocument` event?
[vscode-profile-2024-04-23-10-33-17.cpuprofile.zip](https://github.com/microsoft/vscode/files/15080647/vscode-profile-2024-04-23-10-33-17.cpuprofile.zip)
| 107 | ||
211137 | resolveDocumentPasteEdit failing results in selector not showing up in file | 2024-04-23 17:26:29+00:00 | 2024-04-29 18:21:32+00:00 | Testing #210985
In the document-paste sample extension, I added a resolveDocumentPasteEdit function that creates a new file and returns the original pasteEdit. I noticed that when the file creation fails, that I don't get a selector anymore in the plain text file after pasting the text. | completed | resolveDocumentPasteEdit failing results in selector not showing up in file Testing #210985
In the document-paste sample extension, I added a resolveDocumentPasteEdit function that creates a new file and returns the original pasteEdit. I noticed that when the file creation fails, that I don't get a selector anymore in the plain text file after pasting the text. | 85 |
211132 | Terminal Intellisense Does not work for Windows PowerShell | 2024-04-23 17:11:01+00:00 | 2024-04-23 17:35:22+00:00 | Testing #210394
https://github.com/microsoft/vscode/assets/2644648/0095adac-be75-445c-9ba3-59aae4b3c838
Steps:
* Use Windows PowerShell (not PowerShell Core)
* Turn on the terminal intellisense
* Type `Get-`
* ๐ stuff is ๐คฎ to the terminal | completed | Terminal Intellisense Does not work for Windows PowerShell Testing #210394
https://github.com/microsoft/vscode/assets/2644648/0095adac-be75-445c-9ba3-59aae4b3c838
Steps:
* Use Windows PowerShell (not PowerShell Core)
* Turn on the terminal intellisense
* Type `Get-`
* ๐ stuff is ๐คฎ to the terminal | 100 |
211124 | Even after disabling the extension an error of unable to write showing up | 2024-04-23 16:20:05+00:00 | 2024-05-01 11:23:55+00:00 | Type: <b>Bug</b>
As the extension was causing an issue in creating a file inside a folder, I disabled the extension and yet the error of unable to write operation not permitted something like this is showing up continously.
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z)
OS version: Windows_NT x64 10.0.22631
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|AMD Ryzen 3 5300U with Radeon Graphics (8 x 2595)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|undefined|
|Memory (System)|7.33GB (1.40GB free)|
|Process Argv|--crash-reporter-id 652e31d2-4f8d-4638-832f-3b2dd6ce6987|
|Screen Reader|no|
|VM|0%|
</details>Extensions: none<details>
<summary>A/B Experiments</summary>
```
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscoreces:30445986
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
d34g3935:30971562
fegfb526:30981948
bg6jg535:30979843
ccp2r3:30993541
dsvsc020:30976470
pythonait:31006305
gee8j676:31009558
chatpanelc:31018788
dsvsc021:30996838
724cj586:31013169
pythoncenvpt:31022790
```
</details>
<!-- generated by issue reporter --> | not_planned | Even after disabling the extension an error of unable to write showing up Type: <b>Bug</b>
As the extension was causing an issue in creating a file inside a folder, I disabled the extension and yet the error of unable to write operation not permitted something like this is showing up continously.
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z)
OS version: Windows_NT x64 10.0.22631
Modes:
<details>
<summary>System Info</summary>
|Item|Value|
|---|---|
|CPUs|AMD Ryzen 3 5300U with Radeon Graphics (8 x 2595)|
|GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled|
|Load (avg)|undefined|
|Memory (System)|7.33GB (1.40GB free)|
|Process Argv|--crash-reporter-id 652e31d2-4f8d-4638-832f-3b2dd6ce6987|
|Screen Reader|no|
|VM|0%|
</details>Extensions: none<details>
<summary>A/B Experiments</summary>
```
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscoreces:30445986
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonidxpt:30866567
pythonnoceb:30805159
asynctok:30898717
pythontestfixt:30902429
pythonregdiag2:30936856
pyreplss1:30897532
pythonmypyd1:30879173
pythoncet0:30885854
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
d34g3935:30971562
fegfb526:30981948
bg6jg535:30979843
ccp2r3:30993541
dsvsc020:30976470
pythonait:31006305
gee8j676:31009558
chatpanelc:31018788
dsvsc021:30996838
724cj586:31013169
pythoncenvpt:31022790
```
</details>
<!-- generated by issue reporter --> | 836 |
211123 | SystemColorTheme set to matchColorTheme doesn't work | 2024-04-23 16:19:53+00:00 | 2024-04-26 12:06:18+00:00 | Testing #210929
I have `SystemColorTheme`set to `matchColorTheme` while my workbench color theme is set to a light theme. My native dialogs are no in dark mode.
Other values are working as expected. | completed | SystemColorTheme set to matchColorTheme doesn't work Testing #210929
I have `SystemColorTheme`set to `matchColorTheme` while my workbench color theme is set to a light theme. My native dialogs are no in dark mode.
Other values are working as expected. | 73 |
211122 | Notebook sticky scroll does not show correct element based viewport | 2024-04-23 16:14:03+00:00 | Testing #210961
Open the attached file. Rename to `.ipynb`
Navigate to the middle of the file (for example where Header 10 is mentioned).
Notice how the sticky scroll outline shows the wrong element. It is not based on keyboard focus, or what is at the screen. It seems like it is a couple of cells off in the computation.

Header 10 is off screen. It is one page above.

[test.json](https://github.com/microsoft/vscode/files/15079770/test.json)
| Notebook sticky scroll does not show correct element based viewport Testing #210961
Open the attached file. Rename to `.ipynb`
Navigate to the middle of the file (for example where Header 10 is mentioned).
Notice how the sticky scroll outline shows the wrong element. It is not based on keyboard focus, or what is at the screen. It seems like it is a couple of cells off in the computation.

Header 10 is off screen. It is one page above.

[test.json](https://github.com/microsoft/vscode/files/15079770/test.json)
| 235 | ||
211121 | Many system color theme settings references use "system color" terminology | 2024-04-23 16:11:46+00:00 | 2024-04-24 15:27:43+00:00 | Testing #210929
The high contrast preferred color theme settings talk about "Light mode" and "dark mode".
The non-high contrast preferred theme settings talk about "system color is light/dark"
The auto-detect color scheme setting talks about "OS System color"
1. They are not consistent
2. It seems pretty common to use the "Light Mode/Dark Mode" terminology in most apps
3. Saying OS and System is redundant.
I suggest converging on either "System Color Mode" terminology or if you prefer more general terminology "System Appearance or Theme Configuration" | completed | Many system color theme settings references use "system color" terminology Testing #210929
The high contrast preferred color theme settings talk about "Light mode" and "dark mode".
The non-high contrast preferred theme settings talk about "system color is light/dark"
The auto-detect color scheme setting talks about "OS System color"
1. They are not consistent
2. It seems pretty common to use the "Light Mode/Dark Mode" terminology in most apps
3. Saying OS and System is redundant.
I suggest converging on either "System Color Mode" terminology or if you prefer more general terminology "System Appearance or Theme Configuration" | 151 |
211114 | Sticky scroll flashing non stop | 2024-04-23 15:58:35+00:00 | Testing #210961
* open [slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079576/slow.ipynb.txt)
* scroll "# Header 1111111111111111111111989898" into view
* scroll so that it gets very close the sticky scroll headers
* :bug: things start flashing
https://github.com/microsoft/vscode/assets/1794099/a8b80af6-4665-4779-883c-8f69affd601a
| Sticky scroll flashing non stop Testing #210961
* open [slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079576/slow.ipynb.txt)
* scroll "# Header 1111111111111111111111989898" into view
* scroll so that it gets very close the sticky scroll headers
* :bug: things start flashing
https://github.com/microsoft/vscode/assets/1794099/a8b80af6-4665-4779-883c-8f69affd601a
| 132 | ||
211112 | Large notebook trigger very many leak warnings | 2024-04-23 15:49:59+00:00 | Testing #210961
[slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079389/slow.ipynb.txt)
* open dev tools console
* open the notebook from above
* ๐ฑ notice leak warnings from various places
This is critical: `REFUSES to accept new listeners because it exceeded its threshold by far` because it means a listener will never be used, meaning a feature is likely not working.
This seems to be a widespread misconception and it seems each cell listens by itself. So, more cells, more listener, leak warning and refusal to accept more listeners. Generally, listener should be used sparingly, e.g instead of each cell being a listener there should be one per notebook which dispatches onto cell. | reopened | Large notebook trigger very many leak warnings Testing #210961
[slow.ipynb.txt](https://github.com/microsoft/vscode/files/15079389/slow.ipynb.txt)
* open dev tools console
* open the notebook from above
* ๐ฑ notice leak warnings from various places
This is critical: `REFUSES to accept new listeners because it exceeded its threshold by far` because it means a listener will never be used, meaning a feature is likely not working.
This seems to be a widespread misconception and it seems each cell listens by itself. So, more cells, more listener, leak warning and refusal to accept more listeners. Generally, listener should be used sparingly, e.g instead of each cell being a listener there should be one per notebook which dispatches onto cell. | 202 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.