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
209725
Inline chat sessions show up in chat history
2024-04-06 19:42:46+00:00
2024-04-09 23:55:05+00:00
- Use inline chat - Reload window - Click the History button in the chat panel - Those inline chat sessions show up in the history list
completed
Inline chat sessions show up in chat history - Use inline chat - Reload window - Click the History button in the chat panel - Those inline chat sessions show up in the history list
42
209713
Monokai Dimmed theme: json syntax highlighting colors very different in v1.88.0
2024-04-06 13:44:30+00:00
2024-04-22 12:23:42+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 (Universal) - OS Version: Darwin arm64 23.2.0 Version: 1.88.0 (Universal) Steps to Reproduce: now json file color is this: <img width="906" alt="image" src="https://github.com/microsoft/vscode/assets/55341525/e4600c57-dc3e-4b5f-b243-796427900d23"> it is different with before because i updated, i can't find the before color
completed
Monokai Dimmed theme: json syntax highlighting colors very different in v1.88.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. --> - VS Code Version: 1.88.0 (Universal) - OS Version: Darwin arm64 23.2.0 Version: 1.88.0 (Universal) Steps to Reproduce: now json file color is this: <img width="906" alt="image" src="https://github.com/microsoft/vscode/assets/55341525/e4600c57-dc3e-4b5f-b243-796427900d23"> it is different with before because i updated, i can't find the before color
442
209696
Extra action buttons not disabled on AI Search
2024-04-06 00:09:06+00:00
2024-04-10 15:12:22+00:00
1. Add setting for `search.aiResults: true`. 2. Reload the window and activate the copilot chat extension 4. Search for something, and toggle the sparkle icon. 5. Notice that the other buttons don't apply to the search, but are still interactable :bug: Perhaps we should make them disappear on sparkle enable? I think that we can't actually toggle them, but they're selectable for some reason and they don't look disabled. [![Image from Gyazo](https://i.gyazo.com/9b535ca9d73cba2b02168d63a87ceaab.gif)](https://gyazo.com/9b535ca9d73cba2b02168d63a87ceaab)
completed
Extra action buttons not disabled on AI Search 1. Add setting for `search.aiResults: true`. 2. Reload the window and activate the copilot chat extension 4. Search for something, and toggle the sparkle icon. 5. Notice that the other buttons don't apply to the search, but are still interactable :bug: Perhaps we should make them disappear on sparkle enable? I think that we can't actually toggle them, but they're selectable for some reason and they don't look disabled. [![Image from Gyazo](https://i.gyazo.com/9b535ca9d73cba2b02168d63a87ceaab.gif)](https://gyazo.com/9b535ca9d73cba2b02168d63a87ceaab)
188
209693
nvm can prevent JS debugging when `console: integratedTerminal`
2024-04-05 23:28:33+00:00
2024-04-08 22:07:44+00:00
See https://github.com/microsoft/vscode/issues/198550#issuecomment-2040760753 The change that caused this was a standalone fix for a relatively minor bug, so I will back it out for now.
completed
nvm can prevent JS debugging when `console: integratedTerminal` See https://github.com/microsoft/vscode/issues/198550#issuecomment-2040760753 The change that caused this was a standalone fix for a relatively minor bug, so I will back it out for now.
76
209655
JSON: Sort Document bugs out
2024-04-05 15:18:42+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: ```yaml Version: 1.88.0 (user setup) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:26:18.741Z 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.22631 ``` - OS Version: ```yaml Windows11 - 23H2 (OS Build 22631.3374) ``` Steps to Reproduce: 1. Create this JSON (or any other JSON that has 2 keys with the same key but one has 1st char in upper & other one in lower): ```json { "Paid": "Pagat", "paid": "pagat" } ``` 2. Sort it: <video controls src="https://github.com/microsoft/vscode/assets/60661635/df1b650a-38d9-4ec7-a34a-a85156db2e44">
JSON: Sort Document bugs out <!-- โš ๏ธโš ๏ธ 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: ```yaml Version: 1.88.0 (user setup) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:26:18.741Z 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.22631 ``` - OS Version: ```yaml Windows11 - 23H2 (OS Build 22631.3374) ``` Steps to Reproduce: 1. Create this JSON (or any other JSON that has 2 keys with the same key but one has 1st char in upper & other one in lower): ```json { "Paid": "Pagat", "paid": "pagat" } ``` 2. Sort it: <video controls src="https://github.com/microsoft/vscode/assets/60661635/df1b650a-38d9-4ec7-a34a-a85156db2e44">
570
209651
Custom menu is clipped in multi diff editor
2024-04-05 15:00:44+00:00
Type: <b>Bug</b> 1. Open multidiff view with a small diff 2. Right click in editor :bug: => menu is clipped VS Code version: Code - Insiders 1.89.0-insider (d6eba9b861e3ab7d1935cff61c3943e319f5c830, 2024-04-05T05:52:23.778Z) OS version: Windows_NT x64 10.0.22631 ![Image](https://github.com/microsoft/vscode/assets/6561887/f4b0fc7c-514d-455d-a279-0333972a01e8)
Custom menu is clipped in multi diff editor Type: <b>Bug</b> 1. Open multidiff view with a small diff 2. Right click in editor :bug: => menu is clipped VS Code version: Code - Insiders 1.89.0-insider (d6eba9b861e3ab7d1935cff61c3943e319f5c830, 2024-04-05T05:52:23.778Z) OS version: Windows_NT x64 10.0.22631 ![Image](https://github.com/microsoft/vscode/assets/6561887/f4b0fc7c-514d-455d-a279-0333972a01e8)
160
209622
Test Coverage Reading
2024-04-05 11:43:06+00:00
Type: <b>Feature Request</b> Good morning! I would like to suggest an improvement regarding reading test coverage with screen readers. Since December, test coverage has been implemented in some extensions, such as the Japa Pak extension. However, when running the tests, I cannot know with the screen reader (I did the test with nvda), which lines are not covered, what percentage of what is covered and what would need to be covered. To play: Open a java project that contains unit tests, run test coverage and try to verify the results using a screen reader. VS Code version: Code - Insiders 1.89.0-insider (d6eba9b861e3ab7d1935cff61c3943e319f5c830, 2024-04-05T05:52:23.778Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2 <!-- generated by issue reporter -->
Test Coverage Reading Type: <b>Feature Request</b> Good morning! I would like to suggest an improvement regarding reading test coverage with screen readers. Since December, test coverage has been implemented in some extensions, such as the Japa Pak extension. However, when running the tests, I cannot know with the screen reader (I did the test with nvda), which lines are not covered, what percentage of what is covered and what would need to be covered. To play: Open a java project that contains unit tests, run test coverage and try to verify the results using a screen reader. VS Code version: Code - Insiders 1.89.0-insider (d6eba9b861e3ab7d1935cff61c3943e319f5c830, 2024-04-05T05:52:23.778Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2 <!-- generated by issue reporter -->
235
211831
Adding a comment with the same file in two panes causes fighting
2024-04-05 10:59:49+00:00
2024-05-07 08:49:53+00:00
- Extension version: v0.86.0 - VSCode Version: 1.88.0 - OS: Ubuntu 22.04 - Repository Clone Configuration (single repository/fork of an upstream repository): single repository - Github Product (Github.com/Github Enterprise version x.x.x): Github.com Steps to Reproduce: 1. Have the same file open in two panes side-by-side 2. Click the plus icon in the gutter to write a new comment - This causes both panes to focus on a new comment box - I don't think this behaviour should be intended since the reason somebody would have the same file open in multiple panes is to compare different parts of the file 3. Click in the comment box on the right hand side 4. Now the left and right comment boxes will fight for focus! Switching back and forth multiple times per second. It can be stopped by collapsing the new comment box.
completed
Adding a comment with the same file in two panes causes fighting - Extension version: v0.86.0 - VSCode Version: 1.88.0 - OS: Ubuntu 22.04 - Repository Clone Configuration (single repository/fork of an upstream repository): single repository - Github Product (Github.com/Github Enterprise version x.x.x): Github.com Steps to Reproduce: 1. Have the same file open in two panes side-by-side 2. Click the plus icon in the gutter to write a new comment - This causes both panes to focus on a new comment box - I don't think this behaviour should be intended since the reason somebody would have the same file open in multiple panes is to compare different parts of the file 3. Click in the comment box on the right hand side 4. Now the left and right comment boxes will fight for focus! Switching back and forth multiple times per second. It can be stopped by collapsing the new comment box.
228
209618
Workspace file - Can not delete in empty document
2024-04-05 10:18:33+00:00
2024-04-16 15:29: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?: 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: tested with debian 10 and win 10 Steps to Reproduce: 1. `git clone -b workspace-file-without-settings git@github.com:vaclavHala/vscode-workspace-race.git` 2. `cd vscode-workspace-race/workspace-file-without-settings` 3. `npm i` 4. `npm run test` **Expected result:** The test passes **Actual result:** ``` Error: Can not delete in empty document at T (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:20:2099) at p.r (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:13913) at p.o (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:13269) at p.n (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:12979) at async Object.factory (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:12729) [main 2024-04-05T10:04:59.841Z] Extension host with pid 12803 exited with code: 0, signal: unknown. Exit code: 1 ``` This seems to be caused by following code ```js await vscode.workspace.getConfiguration("demo").update("key", undefined, false) ``` when in multifolder workspace defined by a workspace file that does not contain the `settings` section. Adding `"settings":{}` into `test.code-workspace` fixes the error. According to schema for that file I found here https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file-schema it seems the `settings` section is optional.
completed
Workspace file - Can not delete in empty document <!-- โš ๏ธโš ๏ธ 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: tested with debian 10 and win 10 Steps to Reproduce: 1. `git clone -b workspace-file-without-settings git@github.com:vaclavHala/vscode-workspace-race.git` 2. `cd vscode-workspace-race/workspace-file-without-settings` 3. `npm i` 4. `npm run test` **Expected result:** The test passes **Actual result:** ``` Error: Can not delete in empty document at T (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:20:2099) at p.r (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:13913) at p.o (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:13269) at p.n (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:12979) at async Object.factory (vscode-file://.../.vscode-test/vscode-linux-x64-1.88.0/resources/app/out/vs/workbench/workbench.desktop.main.js:2237:12729) [main 2024-04-05T10:04:59.841Z] Extension host with pid 12803 exited with code: 0, signal: unknown. Exit code: 1 ``` This seems to be caused by following code ```js await vscode.workspace.getConfiguration("demo").update("key", undefined, false) ``` when in multifolder workspace defined by a workspace file that does not contain the `settings` section. Adding `"settings":{}` into `test.code-workspace` fixes the error. According to schema for that file I found here https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file-schema it seems the `settings` section is optional.
924
209606
Unexpected auto-scroll behavior when unfolding
2024-04-05 07:54:25+00:00
Type: <b>Bug</b> The editor window is automatically scrolled down when I unfold code located near the top. https://github.com/microsoft/vscode/assets/15889080/9dd42fea-0aea-46e9-8e44-6b3592d53584 I do not understand how this auto-scroll behavior is supposed to be helpful, so I assume this is a bug. If this behavior is expected, how can it be configured/disabled? VS Code version: Code 1.88.0 (5c3e652f63e798a5ac2f31ffd0d863669328dc4c, 2024-04-03T13:26:18.741Z) OS version: Windows_NT x64 10.0.19045 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz (8 x 2095)| |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: unavailable_off<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled| |Load (avg)|undefined| |Memory (System)|7.87GB (1.73GB free)| |Process Argv|--crash-reporter-id d4301f96-6ebc-470f-8272-93bac97e98eb| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (1)</summary> Extension|Author (truncated)|Version ---|---|--- postcss|css|1.0.9 </details><details> <summary>A/B Experiments</summary> ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 2e7ec940:31000449 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r6:30993542 dsvsc020:30976470 pythonait:31006305 gee8j676:31009558 dsvsc021:30996838 g1icg217:30999571 ``` </details> <!-- generated by issue reporter -->
Unexpected auto-scroll behavior when unfolding Type: <b>Bug</b> The editor window is automatically scrolled down when I unfold code located near the top. https://github.com/microsoft/vscode/assets/15889080/9dd42fea-0aea-46e9-8e44-6b3592d53584 I do not understand how this auto-scroll behavior is supposed to be helpful, so I assume this is a bug. If this behavior is expected, how can it be configured/disabled? VS Code version: Code 1.88.0 (5c3e652f63e798a5ac2f31ffd0d863669328dc4c, 2024-04-03T13:26:18.741Z) OS version: Windows_NT x64 10.0.19045 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz (8 x 2095)| |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: unavailable_off<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled| |Load (avg)|undefined| |Memory (System)|7.87GB (1.73GB free)| |Process Argv|--crash-reporter-id d4301f96-6ebc-470f-8272-93bac97e98eb| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (1)</summary> Extension|Author (truncated)|Version ---|---|--- postcss|css|1.0.9 </details><details> <summary>A/B Experiments</summary> ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805:30301674 binariesv615:30325510 vsaa593:30376534 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 2e7ec940:31000449 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r6:30993542 dsvsc020:30976470 pythonait:31006305 gee8j676:31009558 dsvsc021:30996838 g1icg217:30999571 ``` </details> <!-- generated by issue reporter -->
932
209597
Opening Settings is slow
2024-04-05 05:57:19+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.88 - OS Version: Steps to Reproduce: 1. 2.
Opening Settings is slow <!-- โš ๏ธโš ๏ธ 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.88 - OS Version: Steps to Reproduce: 1. 2.
324
209552
Git error: beyond a symbolic link
2024-04-04 15:57:36+00:00
I see this error in dev console with this [repo](https://github.com/tree-sitter/tree-sitter-typescript) checked out: ``` [Extension Host] rejected promise not handled within 1 second: Git error { "exitCode": 128, "stdout": ".gitignore\u00009\u0000package-lock.json\u0000/Users/ulugbekna/code/tree-sitter-typescript/package-lock.json\u0000.gitignore\u00008\u0000Cargo.lock\u0000/Users/ulugbekna/code/tree-sitter-typescript/Cargo.lock\u0000", "stderr": "fatal: pathspec '/Users/ulugbekna/code/tree-sitter-typescript/typescript/corpus/common/types.txt' is beyond a symbolic link\n" } (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:142:60451)) ``` <img width="1395" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/4e3287a2-9ce1-4ca2-b713-21fb91c9c803"> git version 2.44.0 Version: 1.88.0-insider Commit: 57028e3d274ebde851c7cc02123def372ca619a6 Date: 2024-04-03T04:44:44.440Z 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
Git error: beyond a symbolic link I see this error in dev console with this [repo](https://github.com/tree-sitter/tree-sitter-typescript) checked out: ``` [Extension Host] rejected promise not handled within 1 second: Git error { "exitCode": 128, "stdout": ".gitignore\u00009\u0000package-lock.json\u0000/Users/ulugbekna/code/tree-sitter-typescript/package-lock.json\u0000.gitignore\u00008\u0000Cargo.lock\u0000/Users/ulugbekna/code/tree-sitter-typescript/Cargo.lock\u0000", "stderr": "fatal: pathspec '/Users/ulugbekna/code/tree-sitter-typescript/typescript/corpus/common/types.txt' is beyond a symbolic link\n" } (at console.<anonymous> (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:142:60451)) ``` <img width="1395" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/4e3287a2-9ce1-4ca2-b713-21fb91c9c803"> git version 2.44.0 Version: 1.88.0-insider Commit: 57028e3d274ebde851c7cc02123def372ca619a6 Date: 2024-04-03T04:44:44.440Z 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
461
209537
[Bug]: Incorrect outdentation when several closing braces are found on the same line
2024-04-04 12:54:17+00:00
Consider the following code: ``` function f() { ....if (1) { ....}} .... ``` Where the dots represent whitespaces. If you run `Reindent Lines` this will not change the indentation of the code, because the current language configuration file does not allow indentation and outdentation by more than 1 unit.
[Bug]: Incorrect outdentation when several closing braces are found on the same line Consider the following code: ``` function f() { ....if (1) { ....}} .... ``` Where the dots represent whitespaces. If you run `Reindent Lines` this will not change the indentation of the code, because the current language configuration file does not allow indentation and outdentation by more than 1 unit.
101
209536
Problem with git command to open the merge editor when the file is renamed
2024-04-04 12:50:26+00:00
2024-04-08 21:34:49+00:00
1. Create a branch `testBranch` off of `main` 2. In `testBranch` rename a file 3. in `main` modify the same file 4. Fetch `main` if you haven't already 5. Checkout `testBranch` 6. `git merge main` 7. You'll get a merge conflict. From the SCM view, open the merge editor. The "Current" is correct, but the "Incoming" is empty.
completed
Problem with git command to open the merge editor when the file is renamed 1. Create a branch `testBranch` off of `main` 2. In `testBranch` rename a file 3. in `main` modify the same file 4. Fetch `main` if you haven't already 5. Checkout `testBranch` 6. `git merge main` 7. You'll get a merge conflict. From the SCM view, open the merge editor. The "Current" is correct, but the "Incoming" is empty.
121
209535
Empty space behind activity bar
2024-04-04 12:42:10+00:00
2024-04-29 08:40:07+00:00
Hey guys ! Steps to reproduce: 1. If showed, hide activity bar 2. If showed, hide Primary side bar 3. Enter zen mode 4. Hit focus activity bar in command Palette 5. Hit hide activity bar in command palette Layout then do not go back into place leaving an empty space behind activity bar. Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045
completed
Empty space behind activity bar Hey guys ! Steps to reproduce: 1. If showed, hide activity bar 2. If showed, hide Primary side bar 3. Enter zen mode 4. Hit focus activity bar in command Palette 5. Hit hide activity bar in command palette Layout then do not go back into place leaving an empty space behind activity bar. Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045
181
209521
[Bug]: Incorrect indentation when object nested inline on the same line as parent object
2024-04-04 07:53:33+00:00
Consider the following example: const a = { b : {}, The current regex pattern for increase the indent does not match the line, so after pressing Enter at the end of the line, there is no indentation. This is a bug.
[Bug]: Incorrect indentation when object nested inline on the same line as parent object Consider the following example: const a = { b : {}, The current regex pattern for increase the indent does not match the line, so after pressing Enter at the end of the line, there is no indentation. This is a bug.
80
209517
[Bug]: Incorrect indentation when object contains string keys
2024-04-04 07:22:07+00:00
This is in relation to the nature of the increase indentation rules. If we write: const a = {a:1 And press Enter, after this the next line will be indented. If we write: const a = {"a":1 And press Enter, the next line will not be indented. https://github.com/microsoft/vscode/assets/61460952/6fc6676c-9393-4194-a8c2-993108196ef6
[Bug]: Incorrect indentation when object contains string keys This is in relation to the nature of the increase indentation rules. If we write: const a = {a:1 And press Enter, after this the next line will be indented. If we write: const a = {"a":1 And press Enter, the next line will not be indented. https://github.com/microsoft/vscode/assets/61460952/6fc6676c-9393-4194-a8c2-993108196ef6
124
209478
`decodeAuthority` function mangles well-formed URL's
2024-04-03 19:33:12+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.87.2 - OS Version: Windows 11 Steps to Reproduce: 1. Host VSCode web on a URL whose hostname includes `*-abcd*` (for example `<anything>-<uuid>`) 2. Open the getting started page about themes. 3. Find that the PNG's for the theme images fail to load. When the request to load the images is made, it will pass through the [`load-resource` handler](https://github.com/microsoft/vscode/blob/23860e98f0ef8f0632a3e9727c0b6653787c5df9/src/vs/workbench/contrib/webview/browser/webviewElement.ts#L270), which uses [`decodeAuthority`](https://github.com/microsoft/vscode/blob/23860e98f0ef8f0632a3e9727c0b6653787c5df9/src/vs/workbench/contrib/webview/common/webview.ts#L76-L78). That function treats any sequence of hyphen + 4 hex-compatible characters as an encoding generated by the corresponding [`encodeAuthority`](https://github.com/microsoft/vscode/blob/23860e98f0ef8f0632a3e9727c0b6653787c5df9/src/vs/workbench/contrib/webview/common/webview.ts#L72), but of course it's perfectly possible for such a sequence to occur in a well-formed URL, and if it was part of the original URL, then `decodeAuthority` mangles the original URL and the load request will fail.
`decodeAuthority` function mangles well-formed URL's <!-- โš ๏ธโš ๏ธ 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.87.2 - OS Version: Windows 11 Steps to Reproduce: 1. Host VSCode web on a URL whose hostname includes `*-abcd*` (for example `<anything>-<uuid>`) 2. Open the getting started page about themes. 3. Find that the PNG's for the theme images fail to load. When the request to load the images is made, it will pass through the [`load-resource` handler](https://github.com/microsoft/vscode/blob/23860e98f0ef8f0632a3e9727c0b6653787c5df9/src/vs/workbench/contrib/webview/browser/webviewElement.ts#L270), which uses [`decodeAuthority`](https://github.com/microsoft/vscode/blob/23860e98f0ef8f0632a3e9727c0b6653787c5df9/src/vs/workbench/contrib/webview/common/webview.ts#L76-L78). That function treats any sequence of hyphen + 4 hex-compatible characters as an encoding generated by the corresponding [`encodeAuthority`](https://github.com/microsoft/vscode/blob/23860e98f0ef8f0632a3e9727c0b6653787c5df9/src/vs/workbench/contrib/webview/common/webview.ts#L72), but of course it's perfectly possible for such a sequence to occur in a well-formed URL, and if it was part of the original URL, then `decodeAuthority` mangles the original URL and the load request will fail.
740
209441
Debugging Code Lens Provider Causes Long Debounce
2024-04-03 14:18:44+00:00
2024-04-04 10:22:07+00:00
* Register a code lens provider: ```ts languages.registerCodeLensProvider("javascript", { provideCodeLenses(document, token) { return []; }); }); ``` * Put a breakpoint at `return [];` * Debug the extension and open a javascript document * Wait for the breakpoint to be hit. * Then, wait for 30 seconds (e.g. because stepping through the implementation takes a while) * Then modify the javascript document to trigger another call to `provideCodeLenses` * Notice it takes about 30 seconds until `provideCodeLenses` is called again. This is quite surprising. I think this happens because of the dynamic debouncing of language features. I suggest that dynamic debouncing of language features is set to a maximum of 2 seconds when an extension is debugged (i.e. when the process arg `extensionDevelopmentPath` is present), so it should not have any production impact. What do you think?
completed
Debugging Code Lens Provider Causes Long Debounce * Register a code lens provider: ```ts languages.registerCodeLensProvider("javascript", { provideCodeLenses(document, token) { return []; }); }); ``` * Put a breakpoint at `return [];` * Debug the extension and open a javascript document * Wait for the breakpoint to be hit. * Then, wait for 30 seconds (e.g. because stepping through the implementation takes a while) * Then modify the javascript document to trigger another call to `provideCodeLenses` * Notice it takes about 30 seconds until `provideCodeLenses` is called again. This is quite surprising. I think this happens because of the dynamic debouncing of language features. I suggest that dynamic debouncing of language features is set to a maximum of 2 seconds when an extension is debugged (i.e. when the process arg `extensionDevelopmentPath` is present), so it should not have any production impact. What do you think?
237
209418
Auto indent on paste is incorrect in strings
2024-04-03 08:46:30+00:00
2024-05-27 13:40:51+00:00
* Use the following TS code: ```ts test('should run folder', async ({ runUITest }) => { const { page } = await runUITest({ 'a/folder-b/folder-c/inC.test.ts': ` import { test, expect } from '@playwright/test'; test('passes', () => {}); `, 'a/folder-b/in-b.test.ts': ` import { test, expect } from '@playwright/test'; test('passes', () => {}); `, 'a/in-a.test.ts': ` import { test, expect } from '@playwright/test'; test('passes', () => {}); `, }); await page.getByText('folder-b').hover(); await page.getByRole('listitem').filter({ hasText: 'folder-b' }).getByTitle('Run').click(); await expect.poll(dumpTestTree(page)).toContain(` โ–ผ โœ… folder-b <= โ–บ โœ… folder-c โ–บ โœ… in-b.test.ts โ–ผ โ—ฏ in-a.test.ts โ—ฏ passes `); }); ``` * select `โ–ผ` * copy it * paste on top of itself * observe that the line unindents * I suggest we try to skip auto-indenting inside multiline strings https://github.com/microsoft/vscode/assets/5047891/cde07310-7879-4f1a-9c76-1e65f917300e ``` Version: 1.84.0 (Universal) Commit: d037ac076cee195194f93ce6fe2bdfe2969cc82d Date: 2023-11-01T11:30:19.406Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin arm64 23.4.0 ```
completed
Auto indent on paste is incorrect in strings * Use the following TS code: ```ts test('should run folder', async ({ runUITest }) => { const { page } = await runUITest({ 'a/folder-b/folder-c/inC.test.ts': ` import { test, expect } from '@playwright/test'; test('passes', () => {}); `, 'a/folder-b/in-b.test.ts': ` import { test, expect } from '@playwright/test'; test('passes', () => {}); `, 'a/in-a.test.ts': ` import { test, expect } from '@playwright/test'; test('passes', () => {}); `, }); await page.getByText('folder-b').hover(); await page.getByRole('listitem').filter({ hasText: 'folder-b' }).getByTitle('Run').click(); await expect.poll(dumpTestTree(page)).toContain(` โ–ผ โœ… folder-b <= โ–บ โœ… folder-c โ–บ โœ… in-b.test.ts โ–ผ โ—ฏ in-a.test.ts โ—ฏ passes `); }); ``` * select `โ–ผ` * copy it * paste on top of itself * observe that the line unindents * I suggest we try to skip auto-indenting inside multiline strings https://github.com/microsoft/vscode/assets/5047891/cde07310-7879-4f1a-9c76-1e65f917300e ``` Version: 1.84.0 (Universal) Commit: d037ac076cee195194f93ce6fe2bdfe2969cc82d Date: 2023-11-01T11:30:19.406Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin arm64 23.4.0 ```
513
209415
Syntax/type error hover tooltip copy error message.
2024-04-03 07:34:43+00:00
Not sure if anyone else has this problem, but I have so many times that I copy an error message and the copy doesn't work proper. Maybe its a good idea to make the text auto copy on click? If anyone else has this frustrating problem please reply.
Syntax/type error hover tooltip copy error message. Not sure if anyone else has this problem, but I have so many times that I copy an error message and the copy doesn't work proper. Maybe its a good idea to make the text auto copy on click? If anyone else has this frustrating problem please reply.
70
209455
Copying/Cutting/Splitting a cell with an image attachment loses the image
2024-04-03 04:05:22+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? If I paste an image into a markdown cell in a notebook, it will be inserted as an image attachment. If I cut/copy/split a cell with such an attachment, the file is lost and it shows up as a broken image after pasting (I'm hitting the shortcuts for copy and paste in the videos below). https://github.com/microsoft/vscode-jupyter/assets/4560057/02adf32c-c35d-430c-a366-358ccb58e970 Things work as expected in jupyterlab: https://github.com/microsoft/vscode-jupyter/assets/4560057/fbff4afa-6c9a-4d9a-8c09-3fd9d533f2ec ### VS Code Version Version: 1.88.0-insider ### Jupyter Extension Version 2024.2.0 ### Jupyter logs _No response_ ### Coding Language and Runtime Version _No response_ ### Language Extension Version (if applicable) _No response_ ### Anaconda Version (if applicable) _No response_ ### Running Jupyter locally or remotely? Local
Copying/Cutting/Splitting a cell with an image attachment loses the image ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? If I paste an image into a markdown cell in a notebook, it will be inserted as an image attachment. If I cut/copy/split a cell with such an attachment, the file is lost and it shows up as a broken image after pasting (I'm hitting the shortcuts for copy and paste in the videos below). https://github.com/microsoft/vscode-jupyter/assets/4560057/02adf32c-c35d-430c-a366-358ccb58e970 Things work as expected in jupyterlab: https://github.com/microsoft/vscode-jupyter/assets/4560057/fbff4afa-6c9a-4d9a-8c09-3fd9d533f2ec ### VS Code Version Version: 1.88.0-insider ### Jupyter Extension Version 2024.2.0 ### Jupyter logs _No response_ ### Coding Language and Runtime Version _No response_ ### Language Extension Version (if applicable) _No response_ ### Anaconda Version (if applicable) _No response_ ### Running Jupyter locally or remotely? Local
338
209386
Adding function breakpoint through plugin API does not result in DAP call to add breakpoint
2024-04-02 21:44:33+00:00
2024-05-08 17:50:49+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 - relates to behavior of plugin 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.87.2 - OS Version: RHEL8 Steps to Reproduce: 1. I have a plugin with code like this: ```typescript commands.registerCommand("add-a-function-breakpoint", () => { debug.addBreakpoints([ new FunctionBreakpoint("get_char", true) ]); }); ``` that I am running together with the [CDT-GDB VSCode plugin](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode). When this code is run, a breakpoint does appear in the breakpoints widget, but the breakpoint is not sent to the debug adapter, and so it is not set with GDB and cannot be hit. When the builtin ['Add Function Breakpoint' command](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/browser/breakpointsView.ts#L1401-L1429) is invoked, it isn't until the user enters the name of the function that [a chain of calls](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/browser/breakpointsView.ts#L946) is set off that leads to [a transmission to the adapter](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/browser/rawDebugSession.ts#L427). When a breakpoint is added via the extension API, no further input is required, so after [the event for a new breakpoint](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/common/debugModel.ts#L1902) is fired, there is no path leading to actually setting the breakpoint with a debug adapter.
completed
Adding function breakpoint through plugin API does not result in DAP call to add breakpoint <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing 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 - relates to behavior of plugin 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.87.2 - OS Version: RHEL8 Steps to Reproduce: 1. I have a plugin with code like this: ```typescript commands.registerCommand("add-a-function-breakpoint", () => { debug.addBreakpoints([ new FunctionBreakpoint("get_char", true) ]); }); ``` that I am running together with the [CDT-GDB VSCode plugin](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode). When this code is run, a breakpoint does appear in the breakpoints widget, but the breakpoint is not sent to the debug adapter, and so it is not set with GDB and cannot be hit. When the builtin ['Add Function Breakpoint' command](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/browser/breakpointsView.ts#L1401-L1429) is invoked, it isn't until the user enters the name of the function that [a chain of calls](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/browser/breakpointsView.ts#L946) is set off that leads to [a transmission to the adapter](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/browser/rawDebugSession.ts#L427). When a breakpoint is added via the extension API, no further input is required, so after [the event for a new breakpoint](https://github.com/microsoft/vscode/blob/e02d14210805688fc558069c5b8ffeb2d9fbb9f1/src/vs/workbench/contrib/debug/common/debugModel.ts#L1902) is fired, there is no path leading to actually setting the breakpoint with a debug adapter.
885
209374
OSC hyperlinks are not restored properly on reconnect
2024-04-02 19:01:40+00:00
Repro: Run ``` printf '\e]8;;http://github.com\e\\http scheme\e]8;;\e\n' printf '\e]8;;https://github.com\e\\https scheme\e]8;;\e\n' printf '\e]8;;file///Users/tyriar/dev/microsoft/vscode\e\\file scheme\e]8;;\e\n' printf '\e]8;;vscode://file/Users/tyriar/dev/microsoft/vscode/package.json:10\e\\vscode scheme (with line number)\e]8;;\e\n' printf '\e]8;;vscode-insiders://file/Users/tyriar/dev/microsoft/vscode/package.json:10\e\\vscode-insiders scheme (with line number)\e]8;;\e\n' printf '\e]8;;mailto:foo@bar.com\e\\mailto scheme\e]8;;\e\n' ``` Reload the window ๐Ÿ› the links show up but don't work.
OSC hyperlinks are not restored properly on reconnect Repro: Run ``` printf '\e]8;;http://github.com\e\\http scheme\e]8;;\e\n' printf '\e]8;;https://github.com\e\\https scheme\e]8;;\e\n' printf '\e]8;;file///Users/tyriar/dev/microsoft/vscode\e\\file scheme\e]8;;\e\n' printf '\e]8;;vscode://file/Users/tyriar/dev/microsoft/vscode/package.json:10\e\\vscode scheme (with line number)\e]8;;\e\n' printf '\e]8;;vscode-insiders://file/Users/tyriar/dev/microsoft/vscode/package.json:10\e\\vscode-insiders scheme (with line number)\e]8;;\e\n' printf '\e]8;;mailto:foo@bar.com\e\\mailto scheme\e]8;;\e\n' ``` Reload the window ๐Ÿ› the links show up but don't work.
297
209361
Explore search Input width issues
2024-04-02 16:41:34+00:00
2024-04-02 23:44:41+00:00
I noticed that the search input width has gotten smaller. See this: ![image](https://github.com/microsoft/vscode/assets/31675041/f3037058-d35c-4e48-af63-b886fdc340c7) versus this screenshot from 2018 (ignore the red square) ![image](https://github.com/microsoft/vscode/assets/31675041/1ff76886-10b2-4914-951b-7cf02fd871bb)
completed
Explore search Input width issues I noticed that the search input width has gotten smaller. See this: ![image](https://github.com/microsoft/vscode/assets/31675041/f3037058-d35c-4e48-af63-b886fdc340c7) versus this screenshot from 2018 (ignore the red square) ![image](https://github.com/microsoft/vscode/assets/31675041/1ff76886-10b2-4914-951b-7cf02fd871bb)
131
209348
The source file does not have the correct encoding format in the source control comparison tool (Working Tree view)
2024-04-02 13:30:57+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.87.2 - OS Version: Windows_NT x64 10.0.19045.4170 Steps to Reproduce: 1. Create a file with Windows-1252 encoding. In this file, put special characters like in the French word "accentuรฉ" 2. Commit it in git repository 3. Modified the file 4. Go to "Source control" panel, and clic on file change. On left view, special characters are misinterpreted and appear as modifications ! ![image](https://github.com/microsoft/vscode/assets/103589825/06d6540d-0d29-4047-b979-8d38b04ae040)
The source file does not have the correct encoding format in the source control comparison tool (Working Tree view) <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-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.87.2 - OS Version: Windows_NT x64 10.0.19045.4170 Steps to Reproduce: 1. Create a file with Windows-1252 encoding. In this file, put special characters like in the French word "accentuรฉ" 2. Commit it in git repository 3. Modified the file 4. Go to "Source control" panel, and clic on file change. On left view, special characters are misinterpreted and appear as modifications ! ![image](https://github.com/microsoft/vscode/assets/103589825/06d6540d-0d29-4047-b979-8d38b04ae040)
471
209341
Issue with path when debugging Python files
2024-04-02 12:34:27+00:00
2024-04-29 22:54:43+00:00
Does this issue occur when all extensions are disabled?: I dont know - VS Code Version: 1.88.0-insider - OS Version: Windows 10 - 10.0.19045 Build 19045 Steps to Reproduce: 1. Start debugging python script. It creates a new "debugging terminal". This should work 2. Then stop debugging 3. Restart debugging. If you look at the debugging terminal, you will see a `Ctrl + C` input (generated by VS Code) then command for debugging the selected file. 4. The path of the python.exe is somehow truncated, hence cannot find the python.exe file. 5. The debugging is however starting: you will be prompted with the message: Timed out waiting for launcher to connect. As seen on the gif below: Path 1st time: **C:/Users....../python.exe** (Correct path) Path 2nd time: **oscope_env/python.exe** (truncated path) ![Animation](https://github.com/microsoft/vscode/assets/93708955/8089d639-0ed2-410b-9c79-ecacc4eaf83e)
completed
Issue with path when debugging Python files Does this issue occur when all extensions are disabled?: I dont know - VS Code Version: 1.88.0-insider - OS Version: Windows 10 - 10.0.19045 Build 19045 Steps to Reproduce: 1. Start debugging python script. It creates a new "debugging terminal". This should work 2. Then stop debugging 3. Restart debugging. If you look at the debugging terminal, you will see a `Ctrl + C` input (generated by VS Code) then command for debugging the selected file. 4. The path of the python.exe is somehow truncated, hence cannot find the python.exe file. 5. The debugging is however starting: you will be prompted with the message: Timed out waiting for launcher to connect. As seen on the gif below: Path 1st time: **C:/Users....../python.exe** (Correct path) Path 2nd time: **oscope_env/python.exe** (truncated path) ![Animation](https://github.com/microsoft/vscode/assets/93708955/8089d639-0ed2-410b-9c79-ecacc4eaf83e)
292
209334
Blank settings editor when offline
2024-04-02 09:04:57+00:00
Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.86 / 1.87 OS Version: W10 22H2 Steps to Reproduce: Install in offline environment - Open Settings - No settings (loading after 1-2 minutes) - Connect via ssh to server - Open Settings - No settings (never loading) I have the exact same problems as in #195722. The settings load after around 1-2 minutes. When connecting via remoteSSH addon from offline PC to offline server, the settings never load. Developer Tools show error in console It takes around 60s for the settings to appear. The exact moment they appear, an error appears in Console of dev tools. It looks like it waits for a timeout to occur. ``` Failed to load ressource: net::ERR_NAME_NOT_RESOLVED (in https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery) Failed to load ressource: net::ERR_NAME_NOT_RESOLVED (in https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery) POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery net::ERR_NAME_NOT_RESOLVED (in workbench.desktop.main.jg:95) POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery net::ERR_NAME_NOT_RESOLVED (in workbench.desktop.main.jg:95) Failed to load ressource: net::ERR_NAME_NOT_RESOLVED (in default.exp-tas.com/vscode/ab:1) ```
Blank settings editor when offline Does this issue occur when all extensions are disabled?: Yes VS Code Version: 1.86 / 1.87 OS Version: W10 22H2 Steps to Reproduce: Install in offline environment - Open Settings - No settings (loading after 1-2 minutes) - Connect via ssh to server - Open Settings - No settings (never loading) I have the exact same problems as in #195722. The settings load after around 1-2 minutes. When connecting via remoteSSH addon from offline PC to offline server, the settings never load. Developer Tools show error in console It takes around 60s for the settings to appear. The exact moment they appear, an error appears in Console of dev tools. It looks like it waits for a timeout to occur. ``` Failed to load ressource: net::ERR_NAME_NOT_RESOLVED (in https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery) Failed to load ressource: net::ERR_NAME_NOT_RESOLVED (in https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery) POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery net::ERR_NAME_NOT_RESOLVED (in workbench.desktop.main.jg:95) POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionsquery net::ERR_NAME_NOT_RESOLVED (in workbench.desktop.main.jg:95) Failed to load ressource: net::ERR_NAME_NOT_RESOLVED (in default.exp-tas.com/vscode/ab:1) ```
411
209328
Diff Editor - moved code block indicator interferes with menu rendering
2024-04-02 08:43:56+00:00
1. Open a file and move some code around 2. Open the file in the diff editor and notice the following <img width="89" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/00fc8701-2f7b-48c2-80c7-cf257091cf73">
Diff Editor - moved code block indicator interferes with menu rendering 1. Open a file and move some code around 2. Open the file in the diff editor and notice the following <img width="89" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/00fc8701-2f7b-48c2-80c7-cf257091cf73">
91
209311
Settings.json with 2 lines causes VS Code to permanently not be able to open a remote folder
2024-04-02 01:04:03+00:00
2024-04-09 09:51:25+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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 extensions are required, but the remote repro requires the remote extension, I used the SSH one) <!-- ๐Ÿช“ 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.0-insider (user setup) Commit: d994aede3529f4d1af9eeaeb234d32fd936243e7 Date: 2024-03-29T22:23:34.041Z 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.22631 and - Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Open a remote folder (I used SSH) that has .vscode/settings.json with these 2 lines: <omitted due to the potential security risk or potential for malicious mis-use?...can you email me? or I can add the details if you don't think it's okay to make public without a fix being available> Bug: VS Code permanently becomes unable to open the remote location, even after the entire folder is deleted and recreated empty. <img width="478" alt="image" src="https://github.com/microsoft/vscode/assets/19859882/0ecbbdc3-aced-41a3-a710-142e496232ad"> The symptom is less severe in the non-remote case -- the files are not browsable and it's fixable via modification to the settings.json file. <img width="322" alt="image" src="https://github.com/microsoft/vscode/assets/19859882/f93da0ab-777d-450e-901c-7fcf145cf0a1">
completed
Settings.json with 2 lines causes VS Code to permanently not be able to open a remote folder <!-- โš ๏ธโš ๏ธ 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 extensions are required, but the remote repro requires the remote extension, I used the SSH one) <!-- ๐Ÿช“ 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.0-insider (user setup) Commit: d994aede3529f4d1af9eeaeb234d32fd936243e7 Date: 2024-03-29T22:23:34.041Z 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.22631 and - Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Open a remote folder (I used SSH) that has .vscode/settings.json with these 2 lines: <omitted due to the potential security risk or potential for malicious mis-use?...can you email me? or I can add the details if you don't think it's okay to make public without a fix being available> Bug: VS Code permanently becomes unable to open the remote location, even after the entire folder is deleted and recreated empty. <img width="478" alt="image" src="https://github.com/microsoft/vscode/assets/19859882/0ecbbdc3-aced-41a3-a710-142e496232ad"> The symptom is less severe in the non-remote case -- the files are not browsable and it's fixable via modification to the settings.json file. <img width="322" alt="image" src="https://github.com/microsoft/vscode/assets/19859882/f93da0ab-777d-450e-901c-7fcf145cf0a1">
830
209355
Cannot type text in a custom AnyWidget widget
2024-04-01 21:57:25+00:00
2024-04-02 19:40:43+00:00
Type: <b>Bug</b> I'm using a custom widget built using AnyWidget. It has a text input area. In the latest Code Insiders, I can no longer type text in the input area. The text field is selected, but no input appears. Extension version: 2024.2.0 VS Code version: Code - Insiders 1.88.0-insider (Universal) (d994aede3529f4d1af9eeaeb234d32fd936243e7, 2024-03-29T22:24:49.191Z) 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: 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)|7, 8, 7| |Memory (System)|32.00GB (0.07GB free)| |Process Argv|--crash-reporter-id 7b87a5b2-68e7-4d42-ad22-32e3bce2e5e7| |Screen Reader|no| |VM|0%| </details><details> <summary>A/B Experiments</summary> ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vscod805:30301674 vsaa593cf:30376535 py29gd2263:30784851 c4g48928:30535728 vscrpc:30624061 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 2e7ec940:31000449 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 bf62j303:30968145 cppperfnew:30980852 8082a590:30961435 fegfb526:30952798 bg6jg535:30979844 ccp2r3:30958153 pythonait:30973460 gee8j676:30988845 gd77d436:30999572 ``` </details> <!-- generated by issue reporter -->
completed
Cannot type text in a custom AnyWidget widget Type: <b>Bug</b> I'm using a custom widget built using AnyWidget. It has a text input area. In the latest Code Insiders, I can no longer type text in the input area. The text field is selected, but no input appears. Extension version: 2024.2.0 VS Code version: Code - Insiders 1.88.0-insider (Universal) (d994aede3529f4d1af9eeaeb234d32fd936243e7, 2024-03-29T22:24:49.191Z) 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: 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)|7, 8, 7| |Memory (System)|32.00GB (0.07GB free)| |Process Argv|--crash-reporter-id 7b87a5b2-68e7-4d42-ad22-32e3bce2e5e7| |Screen Reader|no| |VM|0%| </details><details> <summary>A/B Experiments</summary> ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vscod805:30301674 vsaa593cf:30376535 py29gd2263:30784851 c4g48928:30535728 vscrpc:30624061 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 2e7ec940:31000449 pythontbext0:30879054 accentitlementst:30870582 dsvsc016:30879898 dsvsc017:30880771 dsvsc018:30880772 bf62j303:30968145 cppperfnew:30980852 8082a590:30961435 fegfb526:30952798 bg6jg535:30979844 ccp2r3:30958153 pythonait:30973460 gee8j676:30988845 gd77d436:30999572 ``` </details> <!-- generated by issue reporter -->
839
209289
Wasted space in Search Input
2024-04-01 19:00:26+00:00
2024-04-01 20:49:36+00:00
There is more wasted space between the buttons and text in the search panel's find input than on today's stable. I might need to make this a candidate. ![image](https://github.com/microsoft/vscode/assets/31675041/01334580-08c7-4d04-80ab-9b625f811c9b) Related https://github.com/microsoft/vscode/issues/209264#issuecomment-2030332466
completed
Wasted space in Search Input There is more wasted space between the buttons and text in the search panel's find input than on today's stable. I might need to make this a candidate. ![image](https://github.com/microsoft/vscode/assets/31675041/01334580-08c7-4d04-80ab-9b625f811c9b) Related https://github.com/microsoft/vscode/issues/209264#issuecomment-2030332466
119
209274
Unicode character displayed as a question mark ?
2024-04-01 17:13:41+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.87.2 - OS Version: Fedora 39 Steps to Reproduce: 1. Copy full width quotation mark character from [["๏ผ‚" U+FF02: Fullwidth Quotation Mark (Unicode Character)](https://unicodeplus.com/U+FF02)](https://unicodeplus.com/U+FF02) to vscode 2. It is rendered as a question mark! 3. While when opened in Browser such as Firefox the sybol is correctly displayed
Unicode character displayed as a question mark ? <!-- โš ๏ธโš ๏ธ 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.87.2 - OS Version: Fedora 39 Steps to Reproduce: 1. Copy full width quotation mark character from [["๏ผ‚" U+FF02: Fullwidth Quotation Mark (Unicode Character)](https://unicodeplus.com/U+FF02)](https://unicodeplus.com/U+FF02) to vscode 2. It is rendered as a question mark! 3. While when opened in Browser such as Firefox the sybol is correctly displayed
417
209254
why ts configFilePattern have the global flags set ?
2024-04-01 09:23:53+00:00
2024-04-01 17:00:17+00:00
https://github.com/microsoft/vscode/blob/dcfb696a4b19372cf2001b4db3a56ad992594b37/extensions/typescript-language-features/src/configuration/languageDescription.ts#L35 ![image](https://github.com/microsoft/vscode/assets/18282224/e3050350-f563-40c9-8f2b-b94accacc5af) According to the code shown above, if the resource is `tsconfig.json`, `language.handlesUri(resource)` will execute code like `this.description.configFilePattern.test(base)`, which configFilePattern is `/^tsconfig(\..*)?\.json$/gi`. [When a regex has the global flag set, test() will advance the lastIndex of the regex.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test#using_test_on_a_regex_with_the_global_flag) the question is: if i execute this method twice, it may cause open the tsconfig.json file, is this correct?
completed
why ts configFilePattern have the global flags set ? https://github.com/microsoft/vscode/blob/dcfb696a4b19372cf2001b4db3a56ad992594b37/extensions/typescript-language-features/src/configuration/languageDescription.ts#L35 ![image](https://github.com/microsoft/vscode/assets/18282224/e3050350-f563-40c9-8f2b-b94accacc5af) According to the code shown above, if the resource is `tsconfig.json`, `language.handlesUri(resource)` will execute code like `this.description.configFilePattern.test(base)`, which configFilePattern is `/^tsconfig(\..*)?\.json$/gi`. [When a regex has the global flag set, test() will advance the lastIndex of the regex.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test#using_test_on_a_regex_with_the_global_flag) the question is: if i execute this method twice, it may cause open the tsconfig.json file, is this correct?
326
209239
Drop file into markdown doesn't create link
2024-04-01 05:14:48+00:00
2024-04-02 02:34:47+00:00
Type: <b>Bug</b> 1. Drop an image file from the VS Code explorer into a md file **Bug** No markdown image inserted, just the file name VS Code version: Code - Insiders 1.88.0-insider (Universal) (d994aede3529f4d1af9eeaeb234d32fd936243e7, 2024-03-29T22:24:49.191Z) 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)|3, 3, 3| |Memory (System)|64.00GB (0.53GB free)| |Process Argv|--crash-reporter-id 0fffb5da-9cd7-46fd-9e7f-a1564e8c5fda| |Screen Reader|no| |VM|0%| </details> <!-- generated by issue reporter -->
completed
Drop file into markdown doesn't create link Type: <b>Bug</b> 1. Drop an image file from the VS Code explorer into a md file **Bug** No markdown image inserted, just the file name VS Code version: Code - Insiders 1.88.0-insider (Universal) (d994aede3529f4d1af9eeaeb234d32fd936243e7, 2024-03-29T22:24:49.191Z) 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)|3, 3, 3| |Memory (System)|64.00GB (0.53GB free)| |Process Argv|--crash-reporter-id 0fffb5da-9cd7-46fd-9e7f-a1564e8c5fda| |Screen Reader|no| |VM|0%| </details> <!-- generated by issue reporter -->
463
209218
`${userHome}` in a task command creates bad paths
2024-03-31 16:32:34+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.87.2 - OS Version: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Create a tasks.json with a task command that looks like this: ```json "command": "${userHome}/myfolder/my.exe", "type": "process" ``` 2. The variable works if you set it to be type shell and the default shell is pwsh and not git bash. But if set to type process it results in a path like: ``` /c:/Users/myuser/myfolder/my.exe ``` With an error like: "The terminal process could not be started: The path to the executable shell file "\c:\Users\myuser\myfolder\my.exe" does not exist. NOTE: The task does work if I use `${env:USERPROFILE}` instead of `${userHome}`, as env:USERPROFILE results in a path like `C:\Users\myuser/myfolder/my.exe` to be executed.
`${userHome}` in a task command creates bad paths <!-- โš ๏ธโš ๏ธ 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.87.2 - OS Version: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Create a tasks.json with a task command that looks like this: ```json "command": "${userHome}/myfolder/my.exe", "type": "process" ``` 2. The variable works if you set it to be type shell and the default shell is pwsh and not git bash. But if set to type process it results in a path like: ``` /c:/Users/myuser/myfolder/my.exe ``` With an error like: "The terminal process could not be started: The path to the executable shell file "\c:\Users\myuser\myfolder\my.exe" does not exist. NOTE: The task does work if I use `${env:USERPROFILE}` instead of `${userHome}`, as env:USERPROFILE results in a path like `C:\Users\myuser/myfolder/my.exe` to be executed.
569
209191
Cannot copy/paste in integrated terminal running tmux
2024-03-30 13:41:31+00:00
2024-06-03 14:55:09+00:00
In my terminal, Alacritty, I simply select the text I want to copy and the selection goes automatically to my clipboard. It doesn't work in VSCode's Integrated Terminal running tmux. I've tried the following options without success: `"terminal.integrated.macOptionClickForcesSelection": true` `"terminal.integrated.rightClickBehavior": "nothing"` <!-- โš ๏ธโš ๏ธ 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.87.2 arm64 - OS Version: MacOS Sonoma 14.4.1 Steps to Reproduce: 1. open VSCode 2. open Integrated Terminal 3. run `tmux` 4. try to copy-paste text with mouse My `tmux.conf`: ```bash set -g default-terminal "screen-256color" set -g status-keys vi set -g mode-keys vi unbind C-b set -g prefix C-a set -g mouse on setw -g aggressive-resize on setw -g clock-mode-style 24 set -s escape-time 500 set -g history-limit 2000 ```
completed
Cannot copy/paste in integrated terminal running tmux In my terminal, Alacritty, I simply select the text I want to copy and the selection goes automatically to my clipboard. It doesn't work in VSCode's Integrated Terminal running tmux. I've tried the following options without success: `"terminal.integrated.macOptionClickForcesSelection": true` `"terminal.integrated.rightClickBehavior": "nothing"` <!-- โš ๏ธโš ๏ธ 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.87.2 arm64 - OS Version: MacOS Sonoma 14.4.1 Steps to Reproduce: 1. open VSCode 2. open Integrated Terminal 3. run `tmux` 4. try to copy-paste text with mouse My `tmux.conf`: ```bash set -g default-terminal "screen-256color" set -g status-keys vi set -g mode-keys vi unbind C-b set -g prefix C-a set -g mouse on setw -g aggressive-resize on setw -g clock-mode-style 24 set -s escape-time 500 set -g history-limit 2000 ```
549
209134
quick chat doesn't close when `insert at cursor` is invoked
2024-03-29 19:27:59+00:00
Discovered while meeting with @jooyoungseo, who primarily uses the quick chat 1. open quick chat 2. run a command that produces a code block 3. in the code block, use `ctrl+enter` 4. โœ… it's inserted in the editor 5. ๐Ÿ› the quick chat is not hidden
quick chat doesn't close when `insert at cursor` is invoked Discovered while meeting with @jooyoungseo, who primarily uses the quick chat 1. open quick chat 2. run a command that produces a code block 3. in the code block, use `ctrl+enter` 4. โœ… it's inserted in the editor 5. ๐Ÿ› the quick chat is not hidden
88
209132
QuickPick gets in a bad state if `canSelectMany` is set after it is visible and has items
2024-03-29 18:41:01+00:00
If we show a quickpick and set its items and then set `canSelectMany` to `true` the quickpick gets into a semi-corrupted state. Checkboxes aren't rendered correctly util items are scrolled out of view and the checked state seems to get wonky too. https://github.com/microsoft/vscode/assets/641685/d0ae35b4-eaa7-4dec-bfde-d8926c6797f6 Here is a repo that reproduce the problem: https://github.com/eamodio/vscode-simple/tree/bug/quickpick-selection Refs: https://github.com/gitkraken/vscode-gitlens/issues/3179 /cc @TylerLeonhardt
QuickPick gets in a bad state if `canSelectMany` is set after it is visible and has items If we show a quickpick and set its items and then set `canSelectMany` to `true` the quickpick gets into a semi-corrupted state. Checkboxes aren't rendered correctly util items are scrolled out of view and the checked state seems to get wonky too. https://github.com/microsoft/vscode/assets/641685/d0ae35b4-eaa7-4dec-bfde-d8926c6797f6 Here is a repo that reproduce the problem: https://github.com/eamodio/vscode-simple/tree/bug/quickpick-selection Refs: https://github.com/gitkraken/vscode-gitlens/issues/3179 /cc @TylerLeonhardt
212
209123
VSCode Web - Safari - File drag and drop in explorer panel
2024-03-29 17:09: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. --> - VS Code Version: Version: 1.88.0-insider Commit: 46b756b8434730593b3c911fd1ca43366b29eb03 Date: 2024-03-28T10:07:27.849Z Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 - OS Version: MacOS Sanoma - 14.2.1 NOTE: This happens both in 1.87.2 and latest insiders build Steps to Reproduce: 1. Run `code serve-web` 2. Open VSCode Web in Safari 3. Attempt to drag a file from explorer and drop in a folder 4. In Chrome - there is a drag handle that shows the file name., In Safari - the drag handle is blank, but the target gets hi-lites, this indicated that the file is being moved, but the visual hints are missing. Please see the chrome vs. safari screen cast: [Screencast: chrome]( https://github.com/microsoft/vscode/assets/31135452/f77071ab-5273-46d6-a293-5d69bcddc90b) [Screencast: safari](https://github.com/microsoft/vscode/assets/31135452/07ee22fd-bca3-4831-b3a8-a32861c8f785)
VSCode Web - Safari - File drag and drop in explorer panel <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž 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.0-insider Commit: 46b756b8434730593b3c911fd1ca43366b29eb03 Date: 2024-03-28T10:07:27.849Z Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 - OS Version: MacOS Sanoma - 14.2.1 NOTE: This happens both in 1.87.2 and latest insiders build Steps to Reproduce: 1. Run `code serve-web` 2. Open VSCode Web in Safari 3. Attempt to drag a file from explorer and drop in a folder 4. In Chrome - there is a drag handle that shows the file name., In Safari - the drag handle is blank, but the target gets hi-lites, this indicated that the file is being moved, but the visual hints are missing. Please see the chrome vs. safari screen cast: [Screencast: chrome]( https://github.com/microsoft/vscode/assets/31135452/f77071ab-5273-46d6-a293-5d69bcddc90b) [Screencast: safari](https://github.com/microsoft/vscode/assets/31135452/07ee22fd-bca3-4831-b3a8-a32861c8f785)
636
209091
Export user profile button disabled after github (gist) error
2024-03-29 05:09:14+00:00
2024-04-03 16:00: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. --> - VS Code Version: 1.88.0-insider (Universal) - OS Version: MacOS 13.1 Steps to Reproduce (see video for details): 1. Open Command Palette 2. Type _export profile_ and then press enter 3. Click Export button on the slide menu 4. Enter a name 5. Choose Github (gist) option from the dropdown 6. Click on cancel button 7. Observe the Export button in the side menu is still disabled https://github.com/microsoft/vscode/assets/38635403/9c670bad-32d2-4ad2-a271-1284fb5e567c The Export button should not disabled when its a github error `User did not consent to login.`, because if the user wants to export profile locally, they can only click on Close button first and then redo the entire step.
completed
Export user profile button disabled after github (gist) error <!-- โš ๏ธโš ๏ธ 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-insider (Universal) - OS Version: MacOS 13.1 Steps to Reproduce (see video for details): 1. Open Command Palette 2. Type _export profile_ and then press enter 3. Click Export button on the slide menu 4. Enter a name 5. Choose Github (gist) option from the dropdown 6. Click on cancel button 7. Observe the Export button in the side menu is still disabled https://github.com/microsoft/vscode/assets/38635403/9c670bad-32d2-4ad2-a271-1284fb5e567c The Export button should not disabled when its a github error `User did not consent to login.`, because if the user wants to export profile locally, they can only click on Close button first and then redo the entire step.
492
209076
Text shows through code display slightly
2024-03-28 21:49:19+00:00
- VS Code Version: 1.87.2 - OS Version: Windows 22631.3374 Steps to Reproduce: 1. Create a line of code that will go all the way to the right side of your screen 2. View how the code slightly shows between the scrollbar and the code display area ![image](https://github.com/microsoft/vscode/assets/138824486/d404adfe-8f59-4a26-bf40-65f22e562a80)
Text shows through code display slightly - VS Code Version: 1.87.2 - OS Version: Windows 22631.3374 Steps to Reproduce: 1. Create a line of code that will go all the way to the right side of your screen 2. View how the code slightly shows between the scrollbar and the code display area ![image](https://github.com/microsoft/vscode/assets/138824486/d404adfe-8f59-4a26-bf40-65f22e562a80)
112
209074
QuickPick no longer sets `activeItems` to an empty array when no items are visible
2024-03-28 21:35:21+00:00
2024-03-29 21:04: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. --> - VS Code Version: 1.88.0-insider - OS Version: MacOs Steps to Reproduce: In the python and python debugger extension we use the QuickPick, we add an option to accept the value in the input. It was working in stable, but in insiders it doesn't work. Steps: 1. Open a picker 2. Write some text in the input box, make sure that it match with one option at first. 3. Click enter, to select the text in the input box. 4. The last value that appeared in the list is the one that is selected. https://github.com/microsoft/vscode/assets/17892325/1e227ee4-87a0-4869-9f62-e08f8bd00f3b You can check the implementation [here](https://github.com/microsoft/vscode-python-debugger/blob/main/src/extension/common/multiStepInput.ts#L211). I was debugging the code a little bit, and found that in stable when you press enter, the function `onDidAccept` is called. But in insider when you press enter instead of call that function, the function `onDidChangeSelection` is called.
completed
QuickPick no longer sets `activeItems` to an empty array when no items are visible <!-- โš ๏ธโš ๏ธ 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-insider - OS Version: MacOs Steps to Reproduce: In the python and python debugger extension we use the QuickPick, we add an option to accept the value in the input. It was working in stable, but in insiders it doesn't work. Steps: 1. Open a picker 2. Write some text in the input box, make sure that it match with one option at first. 3. Click enter, to select the text in the input box. 4. The last value that appeared in the list is the one that is selected. https://github.com/microsoft/vscode/assets/17892325/1e227ee4-87a0-4869-9f62-e08f8bd00f3b You can check the implementation [here](https://github.com/microsoft/vscode-python-debugger/blob/main/src/extension/common/multiStepInput.ts#L211). I was debugging the code a little bit, and found that in stable when you press enter, the function `onDidAccept` is called. But in insider when you press enter instead of call that function, the function `onDidChangeSelection` is called.
603
209073
Aux window - registration flawed when devtools is opened
2024-03-28 21:33:09+00:00
2024-04-08 08:57:03+00:00
1. Set a breakpoint or log here https://github.com/microsoft/vscode/blob/e49b522e12d1a55dfe2950af355767c9d5b824aa/src/vs/workbench/contrib/debug/browser/debugToolBar.ts#L195 2. Move or copy a file into a new floating window 3. Switch between them a few times. The event fires a couple times but then stops firing
completed
Aux window - registration flawed when devtools is opened 1. Set a breakpoint or log here https://github.com/microsoft/vscode/blob/e49b522e12d1a55dfe2950af355767c9d5b824aa/src/vs/workbench/contrib/debug/browser/debugToolBar.ts#L195 2. Move or copy a file into a new floating window 3. Switch between them a few times. The event fires a couple times but then stops firing
127
209055
issue report on copilot does not work
2024-03-28 18:46:50+00:00
2024-04-22 15:11:26+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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. command palette -> `Help: Report issue...` -> select copilot 2. fill in some data 3. note that there are no similar issues 4. if logged out of github: preview issue gives a 404 5. if logged into github: create issue gives a console error
completed
issue report on copilot does not work <!-- โš ๏ธโš ๏ธ 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. command palette -> `Help: Report issue...` -> select copilot 2. fill in some data 3. note that there are no similar issues 4. if logged out of github: preview issue gives a 404 5. if logged into github: create issue gives a console error
382
209053
creating new terminal from aux windowed terminal opens in main window
2024-03-28 18:38:00+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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: not sure if this is something you already are aware of but: 1. move terminal to new window 2. try creating a new terminal via right click -> `new terminal` or from keybinding 3. opens up in main window. 4. expected it to open up in current window instead of main window (ie, if focus is on aux window, open in aux window), since the `plus` button opens up in the current window. https://github.com/microsoft/vscode/assets/54879025/e15486ce-be7f-41a9-bba4-a1676b39ed61
creating new terminal from aux windowed terminal opens in main window <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž 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: not sure if this is something you already are aware of but: 1. move terminal to new window 2. try creating a new terminal via right click -> `new terminal` or from keybinding 3. opens up in main window. 4. expected it to open up in current window instead of main window (ie, if focus is on aux window, open in aux window), since the `plus` button opens up in the current window. https://github.com/microsoft/vscode/assets/54879025/e15486ce-be7f-41a9-bba4-a1676b39ed61
449
209051
Cannot run profile extension host from 'show running extensions' page
2024-03-28 18:29:49+00:00
on two different machines, both stable and insiders Steps to Reproduce: 1. open show running extensions and click the 'start extension host profile' button :bug: doesn't start ``` ERR failed to connect: Error: failed to connect at connectWithRetry (c:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\node_modules.asar\v8-inspect-profiler\index.js:47:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.startProfiling (c:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\node_modules.asar\v8-inspect-profiler\index.js:61:20) at async N.startProfiling (c:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:58:47467) ```
Cannot run profile extension host from 'show running extensions' page on two different machines, both stable and insiders Steps to Reproduce: 1. open show running extensions and click the 'start extension host profile' button :bug: doesn't start ``` ERR failed to connect: Error: failed to connect at connectWithRetry (c:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\node_modules.asar\v8-inspect-profiler\index.js:47:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.startProfiling (c:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\node_modules.asar\v8-inspect-profiler\index.js:61:20) at async N.startProfiling (c:\Users\aamunger\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:58:47467) ```
292
209027
Markdown preview stops updating restarting extension host
2024-03-28 14:46:55+00:00
Type: <b>Bug</b> 1. Open 2 markdown files 2. Open markdown preview 3. Switch focus between markdown files to see the preview update 4. Restart the extension host (this happens frequently now that we support that when extensions update instead of a full window reload) 5. Try switching focus between markdown files again :bug: => preview stops updating VS Code version: Code - Insiders 1.88.0-insider (9e0b3f311a68dce476b6209519d5b1506077bbcb, 2024-03-27T21:47:00.626Z) OS version: Windows_NT x64 10.0.22631 Modes: <details><summary>Extensions (31)</summary> Extension|Author (truncated)|Version ---|---|--- codesnap|adp|1.3.4 markdown-checkbox|bie|0.4.0 markdown-emoji|bie|0.3.0 simple-icons|com|0.1.6 vsc-material-theme-icons|equ|3.5.0 prettier-vscode|esb|10.4.0 codespaces|Git|1.16.17 copilot|Git|1.176.792 copilot-chat|Git|0.14.2024032701 remotehub|Git|0.63.2024031101 vscode-drawio|hed|1.6.6 fluent-icons|mig|0.0.18 vscode-language-pack-es|MS-|1.88.2024032709 vscode-language-pack-fr|MS-|1.88.2024032709 vscode-language-pack-pt-BR|MS-|1.88.2024032709 remote-containers|ms-|0.353.0 remote-ssh|ms-|0.111.2024032715 remote-ssh-edit|ms-|0.86.0 remote-wsl|ms-|0.88.0 azure-repos|ms-|0.39.2024031101 hexeditor|ms-|1.9.14 remote-explorer|ms-|0.5.2024031109 remote-repositories|ms-|0.41.2024022202 remote-server|ms-|1.6.2024032709 vscode-github-issue-notebooks|ms-|0.0.130 color-highlight|nau|2.8.0 material-icon-theme|PKi|4.34.0 excalidraw-editor|pom|3.7.3 vscode-yaml|red|1.14.0 vscode-sort-json|ric|1.20.0 luna-paint|Tyr|0.16.0 (3 theme extensions excluded) </details> <!-- generated by issue reporter -->
Markdown preview stops updating restarting extension host Type: <b>Bug</b> 1. Open 2 markdown files 2. Open markdown preview 3. Switch focus between markdown files to see the preview update 4. Restart the extension host (this happens frequently now that we support that when extensions update instead of a full window reload) 5. Try switching focus between markdown files again :bug: => preview stops updating VS Code version: Code - Insiders 1.88.0-insider (9e0b3f311a68dce476b6209519d5b1506077bbcb, 2024-03-27T21:47:00.626Z) OS version: Windows_NT x64 10.0.22631 Modes: <details><summary>Extensions (31)</summary> Extension|Author (truncated)|Version ---|---|--- codesnap|adp|1.3.4 markdown-checkbox|bie|0.4.0 markdown-emoji|bie|0.3.0 simple-icons|com|0.1.6 vsc-material-theme-icons|equ|3.5.0 prettier-vscode|esb|10.4.0 codespaces|Git|1.16.17 copilot|Git|1.176.792 copilot-chat|Git|0.14.2024032701 remotehub|Git|0.63.2024031101 vscode-drawio|hed|1.6.6 fluent-icons|mig|0.0.18 vscode-language-pack-es|MS-|1.88.2024032709 vscode-language-pack-fr|MS-|1.88.2024032709 vscode-language-pack-pt-BR|MS-|1.88.2024032709 remote-containers|ms-|0.353.0 remote-ssh|ms-|0.111.2024032715 remote-ssh-edit|ms-|0.86.0 remote-wsl|ms-|0.88.0 azure-repos|ms-|0.39.2024031101 hexeditor|ms-|1.9.14 remote-explorer|ms-|0.5.2024031109 remote-repositories|ms-|0.41.2024022202 remote-server|ms-|1.6.2024032709 vscode-github-issue-notebooks|ms-|0.0.130 color-highlight|nau|2.8.0 material-icon-theme|PKi|4.34.0 excalidraw-editor|pom|3.7.3 vscode-yaml|red|1.14.0 vscode-sort-json|ric|1.20.0 luna-paint|Tyr|0.16.0 (3 theme extensions excluded) </details> <!-- generated by issue reporter -->
626
209020
Synchronize Scrolling event flooding
2024-03-28 14:09:31+00:00
2024-04-02 12:02:01+00:00
Synchronize scrolling can lead the editors to crash or be stuck in some cases. This is caused by the order in which the events are triggered.
completed
Synchronize Scrolling event flooding Synchronize scrolling can lead the editors to crash or be stuck in some cases. This is caused by the order in which the events are triggered.
43
209006
Edit language configuration files for C++ in order to indent after if/for/while statement with no brace
2024-03-28 10:49:06+00:00
This issue is in relation to https://github.com/microsoft/vscode/issues/43244#issuecomment-2024859814 We would like to indent after if/for/while statements with no brace for C++ and potentially other languages too
Edit language configuration files for C++ in order to indent after if/for/while statement with no brace This issue is in relation to https://github.com/microsoft/vscode/issues/43244#issuecomment-2024859814 We would like to indent after if/for/while statements with no brace for C++ and potentially other languages too
84
209000
Inline Chat Widget: Content is scrollable even though widget is small
2024-03-28 10:32:47+00:00
* use zoom level 2 `"window.zoomLevel": 2` * make a change with inline chat * ๐Ÿง€ unwanted scroll bar The content of the inline chat widget is always scrollable even when there is only one very short response (made changes). ![Code_-_Insiders_SX295Maap9](https://github.com/microsoft/vscode/assets/44439583/182e5adf-e261-4cca-913f-1ca7dd33523a)
Inline Chat Widget: Content is scrollable even though widget is small * use zoom level 2 `"window.zoomLevel": 2` * make a change with inline chat * ๐Ÿง€ unwanted scroll bar The content of the inline chat widget is always scrollable even when there is only one very short response (made changes). ![Code_-_Insiders_SX295Maap9](https://github.com/microsoft/vscode/assets/44439583/182e5adf-e261-4cca-913f-1ca7dd33523a)
136
208999
Up/down vote not keyboard accessible in inline chat
2024-03-28 10:26:15+00:00
1. Open inline chat 2. Ask something, for example "write a sorting function in javascript" 3. Make sure mouse is not over the widget. 4. Move focus to the central part of the widget. The up/down votes are not visible ๐Ÿ› Actually in 4 if I press the `down` key they get visible. So ideally the up/down vote icons would get visible just by me tabbing through the widget. I would not have to do the extra "down" press. ![Image](https://github.com/microsoft/vscode/assets/1926584/36fab1ab-f8fe-4331-87ca-f8b258b39ccd) fyi @joaomoreno
Up/down vote not keyboard accessible in inline chat 1. Open inline chat 2. Ask something, for example "write a sorting function in javascript" 3. Make sure mouse is not over the widget. 4. Move focus to the central part of the widget. The up/down votes are not visible ๐Ÿ› Actually in 4 if I press the `down` key they get visible. So ideally the up/down vote icons would get visible just by me tabbing through the widget. I would not have to do the extra "down" press. ![Image](https://github.com/microsoft/vscode/assets/1926584/36fab1ab-f8fe-4331-87ca-f8b258b39ccd) fyi @joaomoreno
173
208996
Adopt command metadata description for relevant terminal commands
2024-03-28 09:59:05+00:00
2024-03-28 17:05:27+00:00
This can aid in searching via the command palette. Eg. https://github.com/microsoft/vscode/pull/208970
completed
Adopt command metadata description for relevant terminal commands This can aid in searching via the command palette. Eg. https://github.com/microsoft/vscode/pull/208970
44
208993
Revert showing inline chat content below selection
2024-03-28 09:47:45+00:00
2024-03-28 10:06:27+00:00
We have experimented with showing the inline chat content widget below the selection and decided the overall flow/UI is ready for that. So, let's go back to where we were yesterday
completed
Revert showing inline chat content below selection We have experimented with showing the inline chat content widget below the selection and decided the overall flow/UI is ready for that. So, let's go back to where we were yesterday
51
208986
Normal text in chat input doesn't work well in HC themes
2024-03-28 08:27:05+00:00
https://github.com/microsoft/vscode/issues/208708 * any chat UI (inline, panel, quick, terminal) * use HC theme (dark or light) * type a query * select the text * poor/no contrast between background and foreground
Normal text in chat input doesn't work well in HC themes https://github.com/microsoft/vscode/issues/208708 * any chat UI (inline, panel, quick, terminal) * use HC theme (dark or light) * type a query * select the text * poor/no contrast between background and foreground
77
208979
incorrect console error for extension quick access
2024-03-28 07:12:09+00:00
2024-03-28 21: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/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. `ctrl + p` 2. type `issue dart` and enter 3. note that issue reporter is opened with correct extension selected. ![Screenshot 2024-03-28 at 12 10 39โ€ฏAM](https://github.com/microsoft/vscode/assets/54879025/5d18b28d-5c56-4b08-8104-dbfe73175954)
completed
incorrect console error for extension quick access <!-- โš ๏ธโš ๏ธ 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. `ctrl + p` 2. type `issue dart` and enter 3. note that issue reporter is opened with correct extension selected. ![Screenshot 2024-03-28 at 12 10 39โ€ฏAM](https://github.com/microsoft/vscode/assets/54879025/5d18b28d-5c56-4b08-8104-dbfe73175954)
405
208951
Ctrl+A flakyiness in HTML Notebook outputs
2024-03-27 20:28:47+00:00
Originally reported here https://github.com/microsoft/vscode/issues/204950#issuecomment-2022920553 `ctrl+A` doesn't seem to work quite right. I only see that everything in an output cell is shown after focusing out of the output: ![Recording 2024-03-27 at 15 31 01](https://github.com/microsoft/vscode/assets/38270282/90aa3df8-691d-4969-9a70-5bfbafdc4b09)
Ctrl+A flakyiness in HTML Notebook outputs Originally reported here https://github.com/microsoft/vscode/issues/204950#issuecomment-2022920553 `ctrl+A` doesn't seem to work quite right. I only see that everything in an output cell is shown after focusing out of the output: ![Recording 2024-03-27 at 15 31 01](https://github.com/microsoft/vscode/assets/38270282/90aa3df8-691d-4969-9a70-5bfbafdc4b09)
135
208942
File explorer only supports drag and drop of a single item
2024-03-27 18:41:53+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. In the Explorer sidebar, select multiple files using Ctrl+Click or Shift+Click. 2. Drag and drop the files into a folder in File Explorer or onto the desktop. Expected behavior: The files are copied into the folder they were dropped into. Actual behavior: Only one of the selected files is copied. Typically the first file selected, but can also be the one at the top of the selection.
File explorer only supports drag and drop of a single item <!-- โš ๏ธโš ๏ธ 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.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. In the Explorer sidebar, select multiple files using Ctrl+Click or Shift+Click. 2. Drag and drop the files into a folder in File Explorer or onto the desktop. Expected behavior: The files are copied into the folder they were dropped into. Actual behavior: Only one of the selected files is copied. Typically the first file selected, but can also be the one at the top of the selection.
514
208937
Can't open a folder with the simple file dialog
2024-03-27 17:43:02+00:00
2024-04-02 09:26:04+00:00
Steps to Reproduce: 1. set `"files.simpleDialog.enable": true` 2. press ctrl+k ctrl+o (workbench.action.files.openFolder) to open a folder 3. find a directory and press enter, press the ok :bug: folder is not opened ![Recording 2024-03-27 at 10 42 36](https://github.com/microsoft/vscode/assets/2019016/62cae818-7a6b-4482-aae6-635cbfd7d659)
completed
Can't open a folder with the simple file dialog Steps to Reproduce: 1. set `"files.simpleDialog.enable": true` 2. press ctrl+k ctrl+o (workbench.action.files.openFolder) to open a folder 3. find a directory and press enter, press the ok :bug: folder is not opened ![Recording 2024-03-27 at 10 42 36](https://github.com/microsoft/vscode/assets/2019016/62cae818-7a6b-4482-aae6-635cbfd7d659)
142
208935
Slash is underlined and can be clicked
2024-03-27 17:34:35+00:00
Verifying https://github.com/microsoft/vscode/issues/208681 I saw this: <img width="814" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/5490d587-cd69-43ce-b4ca-0338c2eca758"> Notice the `1/x` has the `/` underlined ... and clicking it gets this: <img width="817" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/0ca82f69-76e6-425b-a8be-6391de3b7013"> macOS if it's useful.
Slash is underlined and can be clicked Verifying https://github.com/microsoft/vscode/issues/208681 I saw this: <img width="814" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/5490d587-cd69-43ce-b4ca-0338c2eca758"> Notice the `1/x` has the `/` underlined ... and clicking it gets this: <img width="817" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/0ca82f69-76e6-425b-a8be-6391de3b7013"> macOS if it's useful.
178
208933
Suggest highlight color is broken
2024-03-27 17:30:29+00:00
2024-03-27 17:49:05+00:00
* default light theme * trigger intellisense and type some matching characters * ๐Ÿ› bad colors <img width="1142" alt="Screenshot 2024-03-27 at 18 29 42" src="https://github.com/microsoft/vscode/assets/1794099/c5c2a73a-90b3-42e4-9a7f-fa0397e87d4a">
completed
Suggest highlight color is broken * default light theme * trigger intellisense and type some matching characters * ๐Ÿ› bad colors <img width="1142" alt="Screenshot 2024-03-27 at 18 29 42" src="https://github.com/microsoft/vscode/assets/1794099/c5c2a73a-90b3-42e4-9a7f-fa0397e87d4a">
102
208927
`ctrlCmd+up` in terminal chat input focuses chat response list
2024-03-27 16:53:22+00:00
2024-03-28 18:34:31+00:00
reported by @Tyriar 1. open terminal chat, run something 2. `ctrlCmd+up` in the input 3. ๐Ÿ› chat response list focused
completed
`ctrlCmd+up` in terminal chat input focuses chat response list reported by @Tyriar 1. open terminal chat, run something 2. `ctrlCmd+up` in the input 3. ๐Ÿ› chat response list focused
51
208922
Delete refactor preview incorrectly shows the refactoring in the multi diff editor
2024-03-27 16:24:17+00:00
2024-03-27 17:09:01+00:00
1. Create an extension with the following code: ``` const edit = new vscode.WorkspaceEdit() const fn2 = vscode.Uri.joinPath(vscode.workspace.workspaceFolders![0].uri, 'ts', 'test26.ts') edit.deleteFile(fn2, { ignoreIfNotExists: false}, {label: "hello world", needsConfirmation: true}) ``` 2. Click on the refactoring in the bulk edit pane 3. This opens the following multi diff editor: <img width="1093" alt="Screenshot 2024-03-27 at 17 23 56" src="https://github.com/microsoft/vscode/assets/61460952/0e25992f-5012-43c7-8aaf-8ed53e4120cb"> 4. The above is not correct because it looks like the file is added. In fact it is deleted. ๐Ÿ›
completed
Delete refactor preview incorrectly shows the refactoring in the multi diff editor 1. Create an extension with the following code: ``` const edit = new vscode.WorkspaceEdit() const fn2 = vscode.Uri.joinPath(vscode.workspace.workspaceFolders![0].uri, 'ts', 'test26.ts') edit.deleteFile(fn2, { ignoreIfNotExists: false}, {label: "hello world", needsConfirmation: true}) ``` 2. Click on the refactoring in the bulk edit pane 3. This opens the following multi diff editor: <img width="1093" alt="Screenshot 2024-03-27 at 17 23 56" src="https://github.com/microsoft/vscode/assets/61460952/0e25992f-5012-43c7-8aaf-8ed53e4120cb"> 4. The above is not correct because it looks like the file is added. In fact it is deleted. ๐Ÿ›
243
208905
Bad highlighting in Quick Pick
2024-03-27 13:45:50+00:00
2024-03-27 17:49:06+00:00
Version: 1.88.0-insider (user setup) Commit: 246d700c4604eb5ebdbb561a1a86562bf9217a62 Date: 2024-03-27T05:50:10.528Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22635 Theme: ![Image](https://github.com/microsoft/vscode/assets/1931590/5fbd3c1d-9132-4e64-ac56-f049f093bbdc) Steps to Reproduce: 1. Ctrl+Shift+P 2. Type VSIX ![Image](https://github.com/microsoft/vscode/assets/1931590/1ddde185-c65a-42ce-a6cc-f4d3b4079300)
completed
Bad highlighting in Quick Pick Version: 1.88.0-insider (user setup) Commit: 246d700c4604eb5ebdbb561a1a86562bf9217a62 Date: 2024-03-27T05:50:10.528Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22635 Theme: ![Image](https://github.com/microsoft/vscode/assets/1931590/5fbd3c1d-9132-4e64-ac56-f049f093bbdc) Steps to Reproduce: 1. Ctrl+Shift+P 2. Type VSIX ![Image](https://github.com/microsoft/vscode/assets/1931590/1ddde185-c65a-42ce-a6cc-f4d3b4079300)
232
208897
Command palette should return the "File: Compare New Untitled Text Files" command when I search for "diff"
2024-03-27 11:16:46+00:00
2024-03-28 07:55:37+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. --> Title says it all ### Current behavior: - I open command palette and type "diff" - Here are the results that I get with a bunch of extensions installed: ![image](https://github.com/microsoft/vscode/assets/11033790/c36cfd79-796b-490d-826c-a8f6ffbe056e) ### Expected behavior: - the search results should also include the "File: Compare New Untitled Text Files" command ### Probable solution: - add extra metadata for the command? (I hope the search engine does include that?) - alternatively - extend the title (though this adds extra bloat visually) #### Extra scope to consider - maybe all the other "File: Compare" commands should also be included?
completed
Command palette should return the "File: Compare New Untitled Text Files" command when I search for "diff" <!-- โš ๏ธโš ๏ธ 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. --> Title says it all ### Current behavior: - I open command palette and type "diff" - Here are the results that I get with a bunch of extensions installed: ![image](https://github.com/microsoft/vscode/assets/11033790/c36cfd79-796b-490d-826c-a8f6ffbe056e) ### Expected behavior: - the search results should also include the "File: Compare New Untitled Text Files" command ### Probable solution: - add extra metadata for the command? (I hope the search engine does include that?) - alternatively - extend the title (though this adds extra bloat visually) #### Extra scope to consider - maybe all the other "File: Compare" commands should also be included?
299
208895
Resizing Window makes debug toolbar disappear
2024-03-27 11:14:13+00:00
2024-03-29 02:48:46+00:00
Using Windows OS with a large screen 1. Maximize vscode/insiders window 2. Start debugging session 3. Press the maximize/restore WCO button in the top right 4. => Floating debug toolbar disappears Does not only happen for the maximize/restore WCO button https://github.com/microsoft/vscode/assets/44439583/5bb4c38b-abce-49e6-9c07-cc9ea7c21c42 Possibly the same issue as #207346
completed
Resizing Window makes debug toolbar disappear Using Windows OS with a large screen 1. Maximize vscode/insiders window 2. Start debugging session 3. Press the maximize/restore WCO button in the top right 4. => Floating debug toolbar disappears Does not only happen for the maximize/restore WCO button https://github.com/microsoft/vscode/assets/44439583/5bb4c38b-abce-49e6-9c07-cc9ea7c21c42 Possibly the same issue as #207346
127
208892
Trying to add a disposable to a DisposableStore that has already been disposed of.
2024-03-27 10:50:48+00:00
2024-03-28 17:08:13+00:00
* running out of source and found the following warnings * I believe this was caused when switching between profiles ``` lifecycle.js:329 Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked! at DisposableStore.add (lifecycle.js:329:34) at snapshot (event.js:165:25) at Object.filter (event.js:121:20) at mainThreadTerminalShellIntegration.js:25:56 at addItem (event.js:1174:61) at UniqueContainer.value (event.js:1182:17) at Emitter._deliver (event.js:889:26) at Emitter._deliverQueue (event.js:900:22) at Emitter.fire (event.js:923:22) at UniqueContainer.value (terminalService.js:121:43) at Emitter._deliver (event.js:889:26) at Emitter.fire (event.js:918:22) at TerminalInstanceService.createInstance (terminalInstanceService.js:39:39) at TerminalService.createTerminal (terminalService.js:835:64) at async mainThreadTerminalService.js:135:34 at async async.js:1282:21 ```
completed
Trying to add a disposable to a DisposableStore that has already been disposed of. * running out of source and found the following warnings * I believe this was caused when switching between profiles ``` lifecycle.js:329 Error: Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked! at DisposableStore.add (lifecycle.js:329:34) at snapshot (event.js:165:25) at Object.filter (event.js:121:20) at mainThreadTerminalShellIntegration.js:25:56 at addItem (event.js:1174:61) at UniqueContainer.value (event.js:1182:17) at Emitter._deliver (event.js:889:26) at Emitter._deliverQueue (event.js:900:22) at Emitter.fire (event.js:923:22) at UniqueContainer.value (terminalService.js:121:43) at Emitter._deliver (event.js:889:26) at Emitter.fire (event.js:918:22) at TerminalInstanceService.createInstance (terminalInstanceService.js:39:39) at TerminalService.createTerminal (terminalService.js:835:64) at async mainThreadTerminalService.js:135:34 at async async.js:1282:21 ```
342
208882
Inline chat's input box width is larger than inline chat widget itself
2024-03-27 09:51:58+00:00
2024-03-27 10:54:44+00:00
Repro: 1. Open vscode on (wide) external monitor 2. Open inline chat - ๐Ÿ› https://github.com/microsoft/vscode/assets/16353531/47e793cf-d432-4cf7-8749-0358814d4638 Additional info: - Resizing vscode to half of screen fixes the problem https://github.com/microsoft/vscode/assets/16353531/31fb11c9-0090-4fc5-8b9a-f6af2a22bab8 Version: 1.88.0-insider Commit: 246d700c4604eb5ebdbb561a1a86562bf9217a62 Date: 2024-03-27T05:51:26.826Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0
completed
Inline chat's input box width is larger than inline chat widget itself Repro: 1. Open vscode on (wide) external monitor 2. Open inline chat - ๐Ÿ› https://github.com/microsoft/vscode/assets/16353531/47e793cf-d432-4cf7-8749-0358814d4638 Additional info: - Resizing vscode to half of screen fixes the problem https://github.com/microsoft/vscode/assets/16353531/31fb11c9-0090-4fc5-8b9a-f6af2a22bab8 Version: 1.88.0-insider Commit: 246d700c4604eb5ebdbb561a1a86562bf9217a62 Date: 2024-03-27T05:51:26.826Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0
238
208879
Inline chat dynamic width
2024-03-27 09:22:32+00:00
2024-03-27 10:54:45+00:00
Sometimes the default width for inline chat seems very wide: <img width="854" alt="image" src="https://github.com/microsoft/vscode/assets/900690/4de62157-9a7e-42ed-afbb-cdca4c2dd117"> Maybe it could grow while typing and or allow to be resized.
completed
Inline chat dynamic width Sometimes the default width for inline chat seems very wide: <img width="854" alt="image" src="https://github.com/microsoft/vscode/assets/900690/4de62157-9a7e-42ed-afbb-cdca4c2dd117"> Maybe it could grow while typing and or allow to be resized.
90
208871
SCM: SVN extension decorations are misaligned, AGAIN.
2024-03-27 06:31:31+00:00
2024-04-09 08:07:25+00:00
After #82257 has been fixed by add `margin-right: 8px`. Now it's offset to the left by 8px. ๐Ÿคฃ ![svn](https://github.com/microsoft/vscode/assets/1224335/b7fffef5-ab15-4b75-902e-2011b7f0de47) <!-- โš ๏ธโš ๏ธ 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.86.2 - OS Version: Win10 20H2 Steps to Reproduce: 1. Install SVN and the SVN extension 2. Run svn co https://svn.apache.org/repos/asf/subversion/site/staging/docs/release-notes/ to checkout that repository 3. Open the release-notes folder in VS Code 4. Make some changes
completed
SCM: SVN extension decorations are misaligned, AGAIN. After #82257 has been fixed by add `margin-right: 8px`. Now it's offset to the left by 8px. ๐Ÿคฃ ![svn](https://github.com/microsoft/vscode/assets/1224335/b7fffef5-ab15-4b75-902e-2011b7f0de47) <!-- โš ๏ธโš ๏ธ 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.86.2 - OS Version: Win10 20H2 Steps to Reproduce: 1. Install SVN and the SVN extension 2. Run svn co https://svn.apache.org/repos/asf/subversion/site/staging/docs/release-notes/ to checkout that repository 3. Open the release-notes folder in VS Code 4. Make some changes
483
208859
Scrolling stutters over notebook outputs
2024-03-27 02:24:08+00:00
2024-03-27 16:33:29+00:00
1. Open `my-endgame.github-issues` in VS Code stable and VS Code insiders 2. Run all cells in each 3. Scroll quickly up and down through the notebook 4. :bug: in VS Code insiders scrolling over notebook outputs is not smooth anymore; scrolling appears to stutter and halt over notebook outputs I took performance profiles in stable and insiders but devtools won't let me save them unfortunately. Nothing stood out though in terms of memory usage or a particular function call increasing in percentage across profiles. LMK if I can provide more info
completed
Scrolling stutters over notebook outputs 1. Open `my-endgame.github-issues` in VS Code stable and VS Code insiders 2. Run all cells in each 3. Scroll quickly up and down through the notebook 4. :bug: in VS Code insiders scrolling over notebook outputs is not smooth anymore; scrolling appears to stutter and halt over notebook outputs I took performance profiles in stable and insiders but devtools won't let me save them unfortunately. Nothing stood out though in terms of memory usage or a particular function call increasing in percentage across profiles. LMK if I can provide more info
135
208858
Attempting to register step with id GitHub.copilot#copilotWelcome#copilot.chat twice
2024-03-27 02:04:47+00:00
2024-04-04 06:53:27+00:00
``` ERR Attempting to register step with id GitHub.copilot#copilotWelcome#copilot.chat twice. Second is dropped.: Error: Attempting to register step with id GitHub.copilot#copilotWelcome#copilot.chat twice. Second is dropped. at vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:25881 at Array.forEach (<anonymous>) at z._registerWalkthrough (vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:25843) at vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:23849 at async Promise.all (index 0) at async z.W (vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:21905) ```
completed
Attempting to register step with id GitHub.copilot#copilotWelcome#copilot.chat twice ``` ERR Attempting to register step with id GitHub.copilot#copilotWelcome#copilot.chat twice. Second is dropped.: Error: Attempting to register step with id GitHub.copilot#copilotWelcome#copilot.chat twice. Second is dropped. at vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:25881 at Array.forEach (<anonymous>) at z._registerWalkthrough (vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:25843) at vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:23849 at async Promise.all (index 0) at async z.W (vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbench.desktop.main.js:2349:21905) ```
412
208852
Test Explorer: usability issues and regressions when transitioning from test explorer extension
2024-03-26 23:49:42+00:00
2024-03-29 07:53:18+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> **Background:** I just switched from the [Test Explorer UI extension](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) to the native test explorer and have run into a couple usability issues which I cannot work around. **Regressions:** I need to select individual tests across multiple test suites. Previously, I was able to select a few tests from one test suite (eg. ctrl + click) and then was able to navigate the other test suites by clicking on the chevrons without losing my selection. Now, it is impossible to expand/collapse another test Suite without deselecting the tests. I must first expand every test suite before selecting the individual tests I want. **Expected behavior:** At the very least, clicking the chevron should not select that node - it should only expand or collapse that node. If you want to match the behavior of the old test explorer extension, then clicking the node text should only select that node and should not expand/collapse it. This effectively means that the node chevron is only expand/collapse (no select), and the node text is select/deselect (no expand).
completed
Test Explorer: usability issues and regressions when transitioning from test explorer extension <!-- โš ๏ธโš ๏ธ 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. --> **Background:** I just switched from the [Test Explorer UI extension](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) to the native test explorer and have run into a couple usability issues which I cannot work around. **Regressions:** I need to select individual tests across multiple test suites. Previously, I was able to select a few tests from one test suite (eg. ctrl + click) and then was able to navigate the other test suites by clicking on the chevrons without losing my selection. Now, it is impossible to expand/collapse another test Suite without deselecting the tests. I must first expand every test suite before selecting the individual tests I want. **Expected behavior:** At the very least, clicking the chevron should not select that node - it should only expand or collapse that node. If you want to match the behavior of the old test explorer extension, then clicking the node text should only select that node and should not expand/collapse it. This effectively means that the node chevron is only expand/collapse (no select), and the node text is select/deselect (no expand).
384
208849
Treeview with multiselect mishandles right-click outside the selection
2024-03-26 23:27:14+00:00
I've been adding multi-select support to GitLens treeview and noticed a few issues with tree views with canSelectMany enabled ![image](https://github.com/microsoft/vscode/assets/641685/90fe8162-90fd-44bd-9516-f79c09c606ea) So in that image, I have a group of commits selected, and then right-clicked a commit outside that group. And in that case, VS Code leaves the original selection in place (unlike if you left-click), but doesn't change the `listMultiSelection` context key (which besides `listDoubleSelection` is the only content key that really can be used to shape a content menu for multi-select) and also when a command is executed doesn't provide the selected items, only the item you right-clicked on. Ideally VS Code would either: - Clear the previous selection (as if you left-clicked on the item) and only have the right-clicked item selected OR - Change `listMultiSelection` to be `false` so that the content will match how the commands will get executed. /cc @alexr00
reopened
Treeview with multiselect mishandles right-click outside the selection I've been adding multi-select support to GitLens treeview and noticed a few issues with tree views with canSelectMany enabled ![image](https://github.com/microsoft/vscode/assets/641685/90fe8162-90fd-44bd-9516-f79c09c606ea) So in that image, I have a group of commits selected, and then right-clicked a commit outside that group. And in that case, VS Code leaves the original selection in place (unlike if you left-click), but doesn't change the `listMultiSelection` context key (which besides `listDoubleSelection` is the only content key that really can be used to shape a content menu for multi-select) and also when a command is executed doesn't provide the selected items, only the item you right-clicked on. Ideally VS Code would either: - Clear the previous selection (as if you left-clicked on the item) and only have the right-clicked item selected OR - Change `listMultiSelection` to be `false` so that the content will match how the commands will get executed. /cc @alexr00
293
208844
Invalid context menu entries in PR comments box
2024-03-26 22:41:57+00:00
2024-04-11 13:24:50+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: Any - OS Version: N/A Steps to Reproduce: 1. Create a PR 2. Add comments into a file 3. Right click inside the editor of the comments The context menu contains a lot of unrelated entries, e.g. go to def doesn't apply here. ![Screenshot 2024-03-27 at 09 40 18](https://github.com/microsoft/vscode/assets/1948812/d35f255b-ca76-43e3-ac56-1e6aaa901867)
completed
Invalid context menu entries in PR comments box <!-- โš ๏ธโš ๏ธ 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: Any - OS Version: N/A Steps to Reproduce: 1. Create a PR 2. Add comments into a file 3. Right click inside the editor of the comments The context menu contains a lot of unrelated entries, e.g. go to def doesn't apply here. ![Screenshot 2024-03-27 at 09 40 18](https://github.com/microsoft/vscode/assets/1948812/d35f255b-ca76-43e3-ac56-1e6aaa901867)
430
208836
Emmet inconsistent behavior in html for php files
2024-03-26 21:00:48+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. --> Version: 1.87.2 (system setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045 Steps to Reproduce: 1. In a php file type `table` and tab, does not complete 2. In a php file type `table>tr` and tab, does not complete 3. In a php file type `table>tr>` completes 4. In a php file type `table>tr>td*6` completes In an html file it seems consistent. There's probably code hinting for PHP getting in the way. By the time you hit `table>` the php suggestions are gone, but emmet hasn't recognized it. This is different behavior from previously observed. It's not clear whether the editor used to see that it was within PHP scope and doesn't now, or if the php code hinter is overzealously cancelling emmet.
Emmet inconsistent behavior in html for php files <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž 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. --> Version: 1.87.2 (system setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045 Steps to Reproduce: 1. In a php file type `table` and tab, does not complete 2. In a php file type `table>tr` and tab, does not complete 3. In a php file type `table>tr>` completes 4. In a php file type `table>tr>td*6` completes In an html file it seems consistent. There's probably code hinting for PHP getting in the way. By the time you hit `table>` the php suggestions are gone, but emmet hasn't recognized it. This is different behavior from previously observed. It's not clear whether the editor used to see that it was within PHP scope and doesn't now, or if the php code hinter is overzealously cancelling emmet.
594
208819
Diff editor can break if switched while loading
2024-03-26 18:00:59+00:00
2024-03-26 18:57:11+00:00
1. Have several files changed in a git repo. 2. Without having done so previously, rapidly click several of them in the SCM view 3. You quickly get an error like so: ![image](https://github.com/microsoft/vscode/assets/2230985/3c88d054-81c7-4fb9-8090-a3b78c645c74) 4. Regardless of whether you "try again" or not, after this point diffs will not work in that editor pane until the window is reloaded I also saw this when comparing text files outside of SCM, but these steps are the easiest repro
completed
Diff editor can break if switched while loading 1. Have several files changed in a git repo. 2. Without having done so previously, rapidly click several of them in the SCM view 3. You quickly get an error like so: ![image](https://github.com/microsoft/vscode/assets/2230985/3c88d054-81c7-4fb9-8090-a3b78c645c74) 4. Regardless of whether you "try again" or not, after this point diffs will not work in that editor pane until the window is reloaded I also saw this when comparing text files outside of SCM, but these steps are the easiest repro
150
209572
The window is not responding
2024-03-26 17:01:11+00:00
2024-04-12 11:23:58+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? I was using a jupyter notebook on VS when VS started unresponding. Now, whenever I run a code, after a few seconds a window opens with 'The window is not responding, you can reopen or close the window or keep waiting'. I have restarted VS, my computer, tried to disable some extensions but nothing works. ### VS Code Version Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22621 ### Jupyter Extension Version v.2024.2.0 ### Jupyter logs ```shell no output can be seen ``` ### Coding Language and Runtime Version Python 3.9.5 ### Language Extension Version (if applicable) v.2024.2.1 ### Anaconda Version (if applicable) _No response_ ### Running Jupyter locally or remotely? Local
not_planned
The window is not responding ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? I was using a jupyter notebook on VS when VS started unresponding. Now, whenever I run a code, after a few seconds a window opens with 'The window is not responding, you can reopen or close the window or keep waiting'. I have restarted VS, my computer, tried to disable some extensions but nothing works. ### VS Code Version Version: 1.87.2 (user setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.22621 ### Jupyter Extension Version v.2024.2.0 ### Jupyter logs ```shell no output can be seen ``` ### Coding Language and Runtime Version Python 3.9.5 ### Language Extension Version (if applicable) v.2024.2.1 ### Anaconda Version (if applicable) _No response_ ### Running Jupyter locally or remotely? Local
328
208818
Delete key no longer works in editors after using inline chat
2024-03-26 16:59:23+00:00
2024-03-26 17:04:59+00:00
Type: <b>Bug</b> 1. Open a text editor 2. Ctrl+I to start inline chat 3. Press Escape to dismiss 4. Try to use delete key to delete text to the right of cursor :bug: => `workbench.action.chat.remove` takes over VS Code version: Code - Insiders 1.88.0-insider (5d8491d7130d25aae121eeaa1633603ef8faa39e, 2024-03-26T05:49:49.370Z) OS version: Windows_NT x64 10.0.22631 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|AMD Ryzen 9 3900X 12-Core Processor (24 x 3800)| |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.92GB (12.39GB free)| |Process Argv|--folder-uri file:///d%3A/Source/github/microsoft/vscode --crash-reporter-id 6da3720d-fb86-47a1-91f3-ebd9f5fa64fd| |Screen Reader|no| |VM|0%| </details> <!-- generated by issue reporter -->
completed
Delete key no longer works in editors after using inline chat Type: <b>Bug</b> 1. Open a text editor 2. Ctrl+I to start inline chat 3. Press Escape to dismiss 4. Try to use delete key to delete text to the right of cursor :bug: => `workbench.action.chat.remove` takes over VS Code version: Code - Insiders 1.88.0-insider (5d8491d7130d25aae121eeaa1633603ef8faa39e, 2024-03-26T05:49:49.370Z) OS version: Windows_NT x64 10.0.22631 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|AMD Ryzen 9 3900X 12-Core Processor (24 x 3800)| |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.92GB (12.39GB free)| |Process Argv|--folder-uri file:///d%3A/Source/github/microsoft/vscode --crash-reporter-id 6da3720d-fb86-47a1-91f3-ebd9f5fa64fd| |Screen Reader|no| |VM|0%| </details> <!-- generated by issue reporter -->
493
208817
Call Stack Dropdown menu hidden
2024-03-26 16:49:59+00:00
2024-03-28 17:49:07+00:00
1. Start debugging vscode 2. Open Call Stack View 3. press on the dropdown action 4. context menu is hidden ![Code_-_Insiders_42k31PAywQ](https://github.com/microsoft/vscode/assets/44439583/2419d00b-0b51-42a7-8aae-3875bbbcddb5)
completed
Call Stack Dropdown menu hidden 1. Start debugging vscode 2. Open Call Stack View 3. press on the dropdown action 4. context menu is hidden ![Code_-_Insiders_42k31PAywQ](https://github.com/microsoft/vscode/assets/44439583/2419d00b-0b51-42a7-8aae-3875bbbcddb5)
92
208812
Rename preview doesn't work
2024-03-26 16:38:19+00:00
2024-03-27 16:22:31+00:00
Testing https://github.com/microsoft/vscode/issues/204370 On the latest Insiders on Windows: 1. F2 to rename a variable 2. Rename the variable, but instead of pressing Enter to apply the rename, press Ctrl+Enter 3. :bug: Nothing happens
not_planned
Rename preview doesn't work Testing https://github.com/microsoft/vscode/issues/204370 On the latest Insiders on Windows: 1. F2 to rename a variable 2. Rename the variable, but instead of pressing Enter to apply the rename, press Ctrl+Enter 3. :bug: Nothing happens
74
208806
Terminal quick fix dropdown can be obscured by status bar
2024-03-26 16:19:27+00:00
From @lszomoru in microsoft/vscode-copilot#4711 ![image](https://github.com/microsoft/vscode/assets/2193314/dbd1c8ea-e588-4c13-9480-dfda7d0bc6e3)
Terminal quick fix dropdown can be obscured by status bar From @lszomoru in microsoft/vscode-copilot#4711 ![image](https://github.com/microsoft/vscode/assets/2193314/dbd1c8ea-e588-4c13-9480-dfda7d0bc6e3)
81
208802
Treeview multiselect is flakey
2024-03-26 16:00:23+00:00
I've been adding multi-select support to GitLens treeview and noticed a few issues with tree views with `canSelectMany` enabled Using `shift-click`, `ctrl-click` don't usually work correctly the "first" time, but seem to (usually) fix themselves on repeated attempts. https://github.com/microsoft/vscode/assets/641685/3b90fb79-37db-49ed-9a88-1db52e0d3217 In the above, I've made a quick modification to the TreeView Sample to enabled `canSelectMany` and just added a few more nodes to make it easier to see. And then clicked the first node, and then `shift-click`ed the last, and you can see that it didn't fully select all the nodes in between. But when I repeated the `shift-click` it fixed it. I am not sure what causes it to work/not work sometimes and not others -- but it always seems to not work the first time, but there are other cases when it is just flakey. /cc @alexr00
Treeview multiselect is flakey I've been adding multi-select support to GitLens treeview and noticed a few issues with tree views with `canSelectMany` enabled Using `shift-click`, `ctrl-click` don't usually work correctly the "first" time, but seem to (usually) fix themselves on repeated attempts. https://github.com/microsoft/vscode/assets/641685/3b90fb79-37db-49ed-9a88-1db52e0d3217 In the above, I've made a quick modification to the TreeView Sample to enabled `canSelectMany` and just added a few more nodes to make it easier to see. And then clicked the first node, and then `shift-click`ed the last, and you can see that it didn't fully select all the nodes in between. But when I repeated the `shift-click` it fixed it. I am not sure what causes it to work/not work sometimes and not others -- but it always seems to not work the first time, but there are other cases when it is just flakey. /cc @alexr00
272
208791
Voice: terminal controller is not behaving like view/inline
2024-03-26 15:15:39+00:00
2024-03-26 16:04:15+00:00
To support voice in terminal, there is an adapter: https://github.com/microsoft/vscode/blob/1591ace90eeb344fc23f95a9c4f762abb086bd38/src/vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions.ts#L260-L270 I think it works great for the most part, but I noticed `onDidAcceptInput` does not immediately fire, only when the response has been generated. The visible impact is that the `mic` animation only stops when the response has landed, as opposed to finishing right away: ![Recording 2024-03-26 at 16 15 11](https://github.com/microsoft/vscode/assets/900690/b84b89ef-eb14-4c4c-8c31-533bb8eeec9e)
completed
Voice: terminal controller is not behaving like view/inline To support voice in terminal, there is an adapter: https://github.com/microsoft/vscode/blob/1591ace90eeb344fc23f95a9c4f762abb086bd38/src/vs/workbench/contrib/chat/electron-sandbox/actions/voiceChatActions.ts#L260-L270 I think it works great for the most part, but I noticed `onDidAcceptInput` does not immediately fire, only when the response has been generated. The visible impact is that the `mic` animation only stops when the response has landed, as opposed to finishing right away: ![Recording 2024-03-26 at 16 15 11](https://github.com/microsoft/vscode/assets/900690/b84b89ef-eb14-4c4c-8c31-533bb8eeec9e)
224
208786
Extra send actions should be hidden in inline chat
2024-03-26 14:38:09+00:00
2024-03-26 14:39:33+00:00
<img width="310" alt="image" src="https://github.com/microsoft/vscode/assets/323878/3282e406-280b-45e9-9c84-4d7909960751">
completed
Extra send actions should be hidden in inline chat <img width="310" alt="image" src="https://github.com/microsoft/vscode/assets/323878/3282e406-280b-45e9-9c84-4d7909960751">
66
208763
Request json/sort failed with message: Range#create
2024-03-26 10:08:48+00:00
* have a JSON file as below * have code on save and JSON sort * have a JSON file and notice errors on save ```JSON "editor.codeActionsOnSave": { "source.sort.json": "explicit", } ``` ``` notificationsAlerts.js:32 Request json/sort failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined] ```
Request json/sort failed with message: Range#create * have a JSON file as below * have code on save and JSON sort * have a JSON file and notice errors on save ```JSON "editor.codeActionsOnSave": { "source.sort.json": "explicit", } ``` ``` notificationsAlerts.js:32 Request json/sort failed with message: Range#create called with invalid arguments[[object Object], [object Object], undefined, undefined] ```
127
208746
Shell integration proposal doc improvements
2024-03-25 23:18:24+00:00
2024-03-26 17:33:42+00:00
Testing #208462 Left the feedback here: https://github.com/microsoft/vscode/pull/208257#pullrequestreview-1958964583
completed
Shell integration proposal doc improvements Testing #208462 Left the feedback here: https://github.com/microsoft/vscode/pull/208257#pullrequestreview-1958964583
46
208739
UI glitch with inline chat
2024-03-25 22:16:41+00:00
2024-07-12 07:45:56+00:00
Testing #208411 See the video for detailed repro steps, but there are glitches, especially while typing multi-line for inline chat, the focus goes back and forth between what I am typing and the beginning of the inline chat prompt. https://github.com/microsoft/vscode/assets/62267334/c3ef18e3-6f9c-49eb-9c5d-fbde39af4e14
completed
UI glitch with inline chat Testing #208411 See the video for detailed repro steps, but there are glitches, especially while typing multi-line for inline chat, the focus goes back and forth between what I am typing and the beginning of the inline chat prompt. https://github.com/microsoft/vscode/assets/62267334/c3ef18e3-6f9c-49eb-9c5d-fbde39af4e14
112
208731
cannot focus message response via keyboard
2024-03-25 21:07:40+00:00
2024-03-27 16:49:45+00:00
Note that both of these scenarios used to work. In the terminal inine chat, run a command like `slkfjsdkjf` which yields just a chat message response. Try to tab to it. ๐Ÿ› one cannot Run a command like `ls` which yields a code block response. Try to use `cmd+up/down arrow` to go from the input box to a code block response and vice versa. ๐Ÿ› one cannot
completed
cannot focus message response via keyboard Note that both of these scenarios used to work. In the terminal inine chat, run a command like `slkfjsdkjf` which yields just a chat message response. Try to tab to it. ๐Ÿ› one cannot Run a command like `ls` which yields a code block response. Try to use `cmd+up/down arrow` to go from the input box to a code block response and vice versa. ๐Ÿ› one cannot
106
208726
Potential issues with folding and expanding cell sections
2024-03-25 20:15:01+00:00
2024-04-10 17:17:38+00:00
Testing #208545 There are 2 things I noticed, but I'm not sure if they're related. - Sometimes folding and expanding doesn't seem to work as expected. In this example, I'm trying to expand the "Display simple word cloud" section, but nothing seems to happen. Then if I click on the cell to expand it manually, you can see that "Fold" shows as expected in the outline view, but clicking on it doesn't seem to do anything. But then I realized that the commands on the "Display simple word cloud" section were actually impacting the section on the cell below (The "Try with Python logo as a Mask " one) ![jupytercollapseandrunbug](https://github.com/microsoft/vscode/assets/45497113/0885db9d-1fe9-43eb-a258-be9f8a639d0e) - Some folded sections are showing "Expand" instead of "Fold" in the Outline view: ![image](https://github.com/microsoft/vscode/assets/45497113/b8e538ed-8bb5-419d-9942-894c8b224278) The ones above shows "Expand" as expected: ![image](https://github.com/microsoft/vscode/assets/45497113/51ec5d24-972a-48f5-92cd-ae7ec0f8d9ce)
not_planned
Potential issues with folding and expanding cell sections Testing #208545 There are 2 things I noticed, but I'm not sure if they're related. - Sometimes folding and expanding doesn't seem to work as expected. In this example, I'm trying to expand the "Display simple word cloud" section, but nothing seems to happen. Then if I click on the cell to expand it manually, you can see that "Fold" shows as expected in the outline view, but clicking on it doesn't seem to do anything. But then I realized that the commands on the "Display simple word cloud" section were actually impacting the section on the cell below (The "Try with Python logo as a Mask " one) ![jupytercollapseandrunbug](https://github.com/microsoft/vscode/assets/45497113/0885db9d-1fe9-43eb-a258-be9f8a639d0e) - Some folded sections are showing "Expand" instead of "Fold" in the Outline view: ![image](https://github.com/microsoft/vscode/assets/45497113/b8e538ed-8bb5-419d-9942-894c8b224278) The ones above shows "Expand" as expected: ![image](https://github.com/microsoft/vscode/assets/45497113/51ec5d24-972a-48f5-92cd-ae7ec0f8d9ce)
353
208725
Learn More markdown link in inline chat not being rendered
2024-03-25 19:53:12+00:00
2024-03-26 17:03:17+00:00
![Image](https://github.com/microsoft/vscode/assets/30305945/287ccff8-3ea4-4b66-9663-60482998abd2)
completed
Learn More markdown link in inline chat not being rendered ![Image](https://github.com/microsoft/vscode/assets/30305945/287ccff8-3ea4-4b66-9663-60482998abd2)
60
208721
was executed "false" times
2024-03-25 19:00:31+00:00
2024-03-26 17:55:50+00:00
Testing #208463 The API allows for false instead of 0: ![Image](https://github.com/microsoft/vscode/assets/9205389/1b6f5cbf-7aed-42a2-8a5a-8ea8342ef78f)
completed
was executed "false" times Testing #208463 The API allows for false instead of 0: ![Image](https://github.com/microsoft/vscode/assets/9205389/1b6f5cbf-7aed-42a2-8a5a-8ea8342ef78f)
73
208714
[Bug Transfer from vscode-dotnettools] Contextual UI for test results doesn't render correctly
2024-03-25 18:21:26+00:00
2024-03-28 19:49:51+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.87.0-insider (user setup) - OS Version: Windows_NT x64 10.0.22631 Original issue: https://github.com/microsoft/vscode-dotnettools/issues/956 Describe the Issue See below rendering of right click on the red X icon near LOC 226 ![image](https://github.com/microsoft/vscode/assets/510598/d4af25b9-bf0f-435c-9b46-28f2a8df33c7) Steps To Reproduce - Spin up a codespaces for this repo https://github.com/Azure/bicep - Run the test: TryAddProperty_adds_object_properties Expected Behavior You can see the test results in the UI Environment Information OS: Host: Windows, Codespace: Linux
completed
[Bug Transfer from vscode-dotnettools] Contextual UI for test results doesn't render correctly <!-- โš ๏ธโš ๏ธ 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.87.0-insider (user setup) - OS Version: Windows_NT x64 10.0.22631 Original issue: https://github.com/microsoft/vscode-dotnettools/issues/956 Describe the Issue See below rendering of right click on the red X icon near LOC 226 ![image](https://github.com/microsoft/vscode/assets/510598/d4af25b9-bf0f-435c-9b46-28f2a8df33c7) Steps To Reproduce - Spin up a codespaces for this repo https://github.com/Azure/bicep - Run the test: TryAddProperty_adds_object_properties Expected Behavior You can see the test results in the UI Environment Information OS: Host: Windows, Codespace: Linux
522
208710
Profile Sync keeps deleting my profiles
2024-03-25 18:09:45+00:00
2024-04-02 13:03:23+00:00
Steps to Reproduce: - Machine A - Create a profile named **Empty** and sync - Machine B - Turn on Sync and wait until **Empty** profile is synced on to this machine. - Machine B - Quit VS Code - to make sure it is not syncing actively. - Machine A - Delete **Empty** Profile and wait a minute. Create **Empty** named profile again and sync - Machine B - Open VS Code and wait for sync to run. ๐Ÿ› Machine B - Deletes **Empty** profile and syncs which causes **Empty** profile to be deleted on Machine A. This scenario keeps happening to me and appears to happen when I revisit a different machine environment. It just reproduced this morning. On my primary machine, I set up a new profile called "Notes". I did all sorts of customization things were working fine until I opened my mac (secondary machine) for the first time in a few weeks. Looking at the sync longs, it the mac sync overrode my profiles on the remote which then was synced down and removed my profile on my primary machine.
completed
Profile Sync keeps deleting my profiles Steps to Reproduce: - Machine A - Create a profile named **Empty** and sync - Machine B - Turn on Sync and wait until **Empty** profile is synced on to this machine. - Machine B - Quit VS Code - to make sure it is not syncing actively. - Machine A - Delete **Empty** Profile and wait a minute. Create **Empty** named profile again and sync - Machine B - Open VS Code and wait for sync to run. ๐Ÿ› Machine B - Deletes **Empty** profile and syncs which causes **Empty** profile to be deleted on Machine A. This scenario keeps happening to me and appears to happen when I revisit a different machine environment. It just reproduced this morning. On my primary machine, I set up a new profile called "Notes". I did all sorts of customization things were working fine until I opened my mac (secondary machine) for the first time in a few weeks. Looking at the sync longs, it the mac sync overrode my profiles on the remote which then was synced down and removed my profile on my primary machine.
262
208709
a11y help refers to wrong command name
2024-03-25 18:05:03+00:00
2024-03-26 15:46:50+00:00
Testing #207637 In the screenshot below, "Chat: Insert at Cursor" should be "Chat: Insert into New File" ![Image](https://github.com/microsoft/vscode/assets/30305945/9f73b60b-8e70-4f94-bb73-754b5297c0d3)
completed
a11y help refers to wrong command name Testing #207637 In the screenshot below, "Chat: Insert at Cursor" should be "Chat: Insert into New File" ![Image](https://github.com/microsoft/vscode/assets/30305945/9f73b60b-8e70-4f94-bb73-754b5297c0d3)
90
208708
inline chat HC themes input contrast is very low
2024-03-25 18:03:11+00:00
2024-03-28 08:04:17+00:00
Testing #208414 ![Image](https://github.com/microsoft/vscode/assets/29464607/822a95cd-5371-43da-9504-e5cbb008e5ea) ![Image](https://github.com/microsoft/vscode/assets/29464607/02a99e5a-4ace-4b03-9f4a-615c78e5d11a)
completed
inline chat HC themes input contrast is very low Testing #208414 ![Image](https://github.com/microsoft/vscode/assets/29464607/822a95cd-5371-43da-9504-e5cbb008e5ea) ![Image](https://github.com/microsoft/vscode/assets/29464607/02a99e5a-4ace-4b03-9f4a-615c78e5d11a)
114
208707
Ctrl+Alt+Enter to run code block in terminal doesn't do anything if terminal wasn't already open
2024-03-25 18:02:38+00:00
2024-04-12 15:03:27+00:00
Testing #207637 1. Close all terminals 2. Ask Copilot for a shell command 3. Ctrl+Alt+Enter to run it in the terminal 4. :bug: a terminal opens but the command isn't appended to the prompt, I have to move focus back into the block I wanted to run in Chat and hit Ctrl+Alt+Enter again
completed
Ctrl+Alt+Enter to run code block in terminal doesn't do anything if terminal wasn't already open Testing #207637 1. Close all terminals 2. Ask Copilot for a shell command 3. Ctrl+Alt+Enter to run it in the terminal 4. :bug: a terminal opens but the command isn't appended to the prompt, I have to move focus back into the block I wanted to run in Chat and hit Ctrl+Alt+Enter again
100
208696
cmd+down quick tree shortcut doesn't always show the focused item
2024-03-25 17:32:18+00:00
2024-03-27 21:08:24+00:00
Testing #208477 <img width="963" alt="image" src="https://github.com/microsoft/vscode/assets/323878/4874fa31-ec8c-43c7-a2fb-ea8b2159362e"> Here, I pressed cmd+down and it selected the first item under `tsx.tx`, but only reveled the title element before it. I think it should also show the item that is selected, it helps me keep my place.
completed
cmd+down quick tree shortcut doesn't always show the focused item Testing #208477 <img width="963" alt="image" src="https://github.com/microsoft/vscode/assets/323878/4874fa31-ec8c-43c7-a2fb-ea8b2159362e"> Here, I pressed cmd+down and it selected the first item under `tsx.tx`, but only reveled the title element before it. I think it should also show the item that is selected, it helps me keep my place.
138
208694
Unclear cell movement behaviors
2024-03-25 17:23:16+00:00
2024-05-30 20:37:29+00:00
Testing #208267 Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.25987 When moving notebook cells, I was surprised that I can only move them to the very top or bottom of the notebook. I expected to be able to move them in between other cells in the middle of the notebook too. I also struggle to figure out how I need to focus and position my cursor to be able to move cells at all - example gif below where I'm not sure what I'm doing wrong: ![Image](https://github.com/microsoft/vscode/assets/25310137/4c80d1a9-0f29-4ad9-ab31-d8f9e791ba05)
completed
Unclear cell movement behaviors Testing #208267 Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.25987 When moving notebook cells, I was surprised that I can only move them to the very top or bottom of the notebook. I expected to be able to move them in between other cells in the middle of the notebook too. I also struggle to figure out how I need to focus and position my cursor to be able to move cells at all - example gif below where I'm not sure what I'm doing wrong: ![Image](https://github.com/microsoft/vscode/assets/25310137/4c80d1a9-0f29-4ad9-ab31-d8f9e791ba05)
264
208692
Problem view shows `.` next to problems in untitled notebooks
2024-03-25 17:19:01+00:00
2024-04-24 13:39:33+00:00
Type: <b>Bug</b> 1. Open workspace 1. Create a new notebook 1. Create a syntax or other error in a cell 1. Open problems view **bug** There's an extra `.` to the right of the notebook file title ![Image](https://github.com/microsoft/vscode/assets/12821956/33c5d8d2-bed2-4491-a67d-c9f069b94717) VS Code version: Code - Insiders 1.88.0-insider (Universal) (b0d975fc6370f15570c380f41015b1ca2cdcb791, 2024-03-25T05:50:56.142Z) 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, 4| |Memory (System)|64.00GB (0.02GB free)| |Process Argv|--crash-reporter-id 0fffb5da-9cd7-46fd-9e7f-a1564e8c5fda| |Screen Reader|no| |VM|0%| </details> <!-- generated by issue reporter -->
completed
Problem view shows `.` next to problems in untitled notebooks Type: <b>Bug</b> 1. Open workspace 1. Create a new notebook 1. Create a syntax or other error in a cell 1. Open problems view **bug** There's an extra `.` to the right of the notebook file title ![Image](https://github.com/microsoft/vscode/assets/12821956/33c5d8d2-bed2-4491-a67d-c9f069b94717) VS Code version: Code - Insiders 1.88.0-insider (Universal) (b0d975fc6370f15570c380f41015b1ca2cdcb791, 2024-03-25T05:50:56.142Z) 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, 4| |Memory (System)|64.00GB (0.02GB free)| |Process Argv|--crash-reporter-id 0fffb5da-9cd7-46fd-9e7f-a1564e8c5fda| |Screen Reader|no| |VM|0%| </details> <!-- generated by issue reporter -->
525