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
218219
Disable Install another version option for deprecated extensions
2024-06-25 21:34:33+00:00
2024-06-27 14:48:36+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Testing #215447 1. Open an extension window for the rebornix.Ruby extension. 2. Press the gear icon to reveal a context menu. 3. :bug: The Install another version menu item is still enabled. Clicking on it doesn't do anything. ![Install another version context menu item shown as enabled](https://github.com/user-attachments/assets/5e36970c-947e-479b-baee-b6bae6688afc)
completed
Disable Install another version option for deprecated extensions <!-- โš ๏ธโš ๏ธ 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. --> Testing #215447 1. Open an extension window for the rebornix.Ruby extension. 2. Press the gear icon to reveal a context menu. 3. :bug: The Install another version menu item is still enabled. Clicking on it doesn't do anything. ![Install another version context menu item shown as enabled](https://github.com/user-attachments/assets/5e36970c-947e-479b-baee-b6bae6688afc)
208
218217
Accessible help doesn't restore focus to individual hover part
2024-06-25 21:22:14+00:00
2024-06-26 10:14:43+00:00
Testing #217237 on Linux - Open a hover with multiple parts - Tab to focus one of the hover parts - Open accessible view/help - Esc to close it - Now the whole hover is focused, instead of the individual part I'd focused
completed
Accessible help doesn't restore focus to individual hover part Testing #217237 on Linux - Open a hover with multiple parts - Tab to focus one of the hover parts - Open accessible view/help - Esc to close it - Now the whole hover is focused, instead of the individual part I'd focused
71
218215
Commit Amend doesn't auto stage
2024-06-25 21:17:30+00:00
2024-06-26 13:04:42+00:00
Testing #217398 * be in this state where you have 1 local commit already and a changed file <img width="328" alt="image" src="https://github.com/user-attachments/assets/bce6f225-df0e-4933-bf89-70451af4e94d"> * run Commit (Amend) <img width="530" alt="image" src="https://github.com/user-attachments/assets/2445784f-09ea-4955-adf4-815aa1a7e2ae"> * ๐Ÿ› Notice that the changed file is not staged in the commit file that opens ```ini move command to file # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Tue Jun 25 14:13:45 2024 -0700 # # On branch main # Your branch is ahead of 'origin/main' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # new file: src/web/commands.ts # modified: src/web/extension.ts # # Changes not staged for commit: # modified: package.json # ``` Since I have `"git.enableSmartCommit": true,` I expect this to auto stage as it does for the `Commit` action
completed
Commit Amend doesn't auto stage Testing #217398 * be in this state where you have 1 local commit already and a changed file <img width="328" alt="image" src="https://github.com/user-attachments/assets/bce6f225-df0e-4933-bf89-70451af4e94d"> * run Commit (Amend) <img width="530" alt="image" src="https://github.com/user-attachments/assets/2445784f-09ea-4955-adf4-815aa1a7e2ae"> * ๐Ÿ› Notice that the changed file is not staged in the commit file that opens ```ini move command to file # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Tue Jun 25 14:13:45 2024 -0700 # # On branch main # Your branch is ahead of 'origin/main' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # new file: src/web/commands.ts # modified: src/web/extension.ts # # Changes not staged for commit: # modified: package.json # ``` Since I have `"git.enableSmartCommit": true,` I expect this to auto stage as it does for the `Commit` action
360
218187
Configure KeyBinding Doesn't Work
2024-06-25 19:07:08+00:00
2024-06-26 13:01:23+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.90.2 - OS Version: Windows 23H2 Steps to Reproduce: 1. Make sure you have multiple repos 2. Right click on the commit id/branch of one repro, then select "Configure Keybinding" 3. Couldn't find the command ![image](https://github.com/microsoft/vscode/assets/211268/c1bdf81b-9c3d-4a6d-af4b-0eac202ff036)
completed
Configure KeyBinding Doesn't 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: 1.90.2 - OS Version: Windows 23H2 Steps to Reproduce: 1. Make sure you have multiple repos 2. Right click on the commit id/branch of one repro, then select "Configure Keybinding" 3. Couldn't find the command ![image](https://github.com/microsoft/vscode/assets/211268/c1bdf81b-9c3d-4a6d-af4b-0eac202ff036)
418
218151
Incorrect editor scroll position when moving between stack frames after hitting exception
2024-06-25 17:42:13+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: not applicable <!-- ๐Ÿช“ 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.90.2 - OS Version: macOS 14.2.1 Steps to Reproduce: 1. The bug happens only when the editor height is small. Adjust the editor height to be small either by opening the bottom panel and enlarging it, or by making the whole VSCode window small. 2. Start debugging a Python app, and hit a runtime exception. Execution is paused. Exception details are overlayed in the editor. 3. In the Call Stack panel, click the second stack frame. A code editor opens, but here is the bug: the correct line is not revealed. 4. Click again the second stack frame. Now the correct line is revealed. Notes: 1. I think this happens for all languages, not just Python. But I didn't test it. 2. It seems to be a wrong calculation of the editor scroll position, maybe affected by the exception details overlay. It does not happen when transitioning between e.g. the 2nd and 3rd stack frames. Only when transitioning from the 1st stack frame to another stack frame. 3. It happened to me during a remote debug session, but it is probably reproducible on a local session too. See attached video: https://github.com/microsoft/vscode/assets/5028956/4201df85-391b-4a3b-b2ce-ec4fca9fa65f
Incorrect editor scroll position when moving between stack frames after hitting exception <!-- โš ๏ธโš ๏ธ 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?: not applicable <!-- ๐Ÿช“ 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.90.2 - OS Version: macOS 14.2.1 Steps to Reproduce: 1. The bug happens only when the editor height is small. Adjust the editor height to be small either by opening the bottom panel and enlarging it, or by making the whole VSCode window small. 2. Start debugging a Python app, and hit a runtime exception. Execution is paused. Exception details are overlayed in the editor. 3. In the Call Stack panel, click the second stack frame. A code editor opens, but here is the bug: the correct line is not revealed. 4. Click again the second stack frame. Now the correct line is revealed. Notes: 1. I think this happens for all languages, not just Python. But I didn't test it. 2. It seems to be a wrong calculation of the editor scroll position, maybe affected by the exception details overlay. It does not happen when transitioning between e.g. the 2nd and 3rd stack frames. Only when transitioning from the 1st stack frame to another stack frame. 3. It happened to me during a remote debug session, but it is probably reproducible on a local session too. See attached video: https://github.com/microsoft/vscode/assets/5028956/4201df85-391b-4a3b-b2ce-ec4fca9fa65f
617
218133
Accessibility: keyboard access to an Actions icon is non-intuitive
2024-06-25 17:21:03+00:00
2024-06-28 20:47:43+00:00
Testing #217139 1. Create a new profile based off of the Python template. 2. Use the keyboard to navigate to a listed extension. 3. Try to navigate to the Actions icon on the right using the right arrow or tab keys. 4. :bug: Focus goes to a checkbox in another row.
completed
Accessibility: keyboard access to an Actions icon is non-intuitive Testing #217139 1. Create a new profile based off of the Python template. 2. Use the keyboard to navigate to a listed extension. 3. Try to navigate to the Actions icon on the right using the right arrow or tab keys. 4. :bug: Focus goes to a checkbox in another row.
86
218126
Profiles Editor: bolt icon is colored
2024-06-25 17:15:21+00:00
2024-06-27 09:21:45+00:00
Testing #217139 Not sure if this was intentional. I only see this behavior on this icon: ![CleanShot 2024-06-25 at 10 14 40@2x](https://github.com/microsoft/vscode/assets/25163139/d8cf7881-285c-4957-847f-3d07b144bcca)
completed
Profiles Editor: bolt icon is colored Testing #217139 Not sure if this was intentional. I only see this behavior on this icon: ![CleanShot 2024-06-25 at 10 14 40@2x](https://github.com/microsoft/vscode/assets/25163139/d8cf7881-285c-4957-847f-3d07b144bcca)
91
218088
Cannot focus list view to scroll through responses with keyboard
2024-06-25 16:16:50+00:00
Testing #217202 Repro: 1. Use /explain in inline chat to get a long response. 2. Try using `Cmd+Up` to focus the last response (does not work) 3. Use `Shift+Tab` to focus the last response 4. Try using `Cmd+Up` to scroll up in list view of chat messages. (does not work)
Cannot focus list view to scroll through responses with keyboard Testing #217202 Repro: 1. Use /explain in inline chat to get a long response. 2. Try using `Cmd+Up` to focus the last response (does not work) 3. Use `Shift+Tab` to focus the last response 4. Try using `Cmd+Up` to scroll up in list view of chat messages. (does not work)
95
218083
References view overlaps scrollbar
2024-06-25 16:02:26+00:00
2024-06-26 11:18:50+00:00
Testing #217202 <img width="678" alt="image" src="https://github.com/user-attachments/assets/75f7749c-128e-45b2-beef-f161444f4f4e"> Note the response text area seems appropriately margined/padded.
completed
References view overlaps scrollbar Testing #217202 <img width="678" alt="image" src="https://github.com/user-attachments/assets/75f7749c-128e-45b2-beef-f161444f4f4e"> Note the response text area seems appropriately margined/padded.
81
218072
Hover actions can be cut off
2024-06-25 14:50:28+00:00
2024-06-25 15:00:40+00:00
Found in https://github.com/microsoft/vscode/issues/218118 ![image](https://github.com/user-attachments/assets/ddd0a301-70e3-42d9-92ae-9fd43dc92f2c) Seems to be an easy repro: <img width="527" alt="Screenshot 2024-06-25 at 7 49 59โ€ฏAM" src="https://github.com/user-attachments/assets/ca4a51b8-b9a7-4a03-b7bb-89e25014c4cb">
completed
Hover actions can be cut off Found in https://github.com/microsoft/vscode/issues/218118 ![image](https://github.com/user-attachments/assets/ddd0a301-70e3-42d9-92ae-9fd43dc92f2c) Seems to be an easy repro: <img width="527" alt="Screenshot 2024-06-25 at 7 49 59โ€ฏAM" src="https://github.com/user-attachments/assets/ca4a51b8-b9a7-4a03-b7bb-89e25014c4cb">
154
218118
Terminal Hover Feedback
2024-06-25 14:04:11+00:00
2024-06-26 14:57:30+00:00
Testing microsoft/vscode-python#23674 ![image](https://github.com/user-attachments/assets/43c3f879-c1af-4863-8abd-ddd83e5a5fd0) I would use capital casing. Also the links seem cut off on the right @Tyriar
completed
Terminal Hover Feedback Testing microsoft/vscode-python#23674 ![image](https://github.com/user-attachments/assets/43c3f879-c1af-4863-8abd-ddd83e5a5fd0) I would use capital casing. Also the links seem cut off on the right @Tyriar
86
218059
Very brief flicker when opening inline chat again
2024-06-25 13:54:15+00:00
2024-06-26 11:18:48+00:00
* use `"inlineChat.experimental.textButtons": true` * open inline chat * type a query so that the blue button shows * select ESC to close and then trigger inline chat again * :bug: short blue button flicker https://github.com/user-attachments/assets/b11ce8a4-a780-4f28-bcc3-1e749bd3d7ea
completed
Very brief flicker when opening inline chat again * use `"inlineChat.experimental.textButtons": true` * open inline chat * type a query so that the blue button shows * select ESC to close and then trigger inline chat again * :bug: short blue button flicker https://github.com/user-attachments/assets/b11ce8a4-a780-4f28-bcc3-1e749bd3d7ea
106
218058
Wrong API proposal error/warning
2024-06-25 13:50:39+00:00
2024-06-27 08:27:18+00:00
* latest insiders * latest chat prerelease * reload window * :bug: the following warning appears on the console โฌ‡๏ธ ``` ERR Extension 'github.copilot-chat' wants API proposal 'lmTools@2' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned. ```
completed
Wrong API proposal error/warning * latest insiders * latest chat prerelease * reload window * :bug: the following warning appears on the console โฌ‡๏ธ ``` ERR Extension 'github.copilot-chat' wants API proposal 'lmTools@2' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned. ```
97
218050
ServiceWorker: `workbench.web.main.nls.js` is blocked
2024-06-25 13:25:51+00:00
2024-06-28 13:37:25+00:00
Testing #216888 * FF * open devtools * open https://insiders.vscode.dev/?vscode-version=43f70eca0c428e6f1a5bfad59a9b2a66f99b748d * :bug: the NLS file cannot be loaded because of CORS issues ``` The resource at โ€œhttps://main.vscode-cdn.net/insider/43f70eca0c428e6f1a5bfad59a9b2a66f99b748d/out/vs/workbench/workbench.web.main.nls.jsโ€ was blocked due to its Cross-Origin-Resource-Policy header (or lack thereof). See https://developer.mozilla.org/docs/Web/HTTP/Cross-Origin_Resource_Policy_(CORP)# ```
completed
ServiceWorker: `workbench.web.main.nls.js` is blocked Testing #216888 * FF * open devtools * open https://insiders.vscode.dev/?vscode-version=43f70eca0c428e6f1a5bfad59a9b2a66f99b748d * :bug: the NLS file cannot be loaded because of CORS issues ``` The resource at โ€œhttps://main.vscode-cdn.net/insider/43f70eca0c428e6f1a5bfad59a9b2a66f99b748d/out/vs/workbench/workbench.web.main.nls.jsโ€ was blocked due to its Cross-Origin-Resource-Policy header (or lack thereof). See https://developer.mozilla.org/docs/Web/HTTP/Cross-Origin_Resource_Policy_(CORP)# ```
235
218034
Clear all workspace chats should also clear current chat
2024-06-25 13:02:19+00:00
2024-06-28 22:39:20+00:00
1. F1 > clear all workspace chats 2. Chat history is cleared, but my current chat is still visible ๐Ÿ› Instead we should open a brand new chat, and make sure the current one (that is now in history) is also cleared.
completed
Clear all workspace chats should also clear current chat 1. F1 > clear all workspace chats 2. Chat history is cleared, but my current chat is still visible ๐Ÿ› Instead we should open a brand new chat, and make sure the current one (that is now in history) is also cleared.
66
218031
Chat outline in response title is cut-off
2024-06-25 12:42:39+00:00
2024-06-28 20:48:15+00:00
1. Chat view, "What are the issues from this repo assigned to me" 2. You get a response, click on the `GitHub Copilot used ...` line 3. Outline is cut ๐Ÿ› The outline should contain the actions on the right ![Image](https://github.com/user-attachments/assets/c42b051e-fda6-4f0a-b871-c0655ed76aed)
completed
Chat outline in response title is cut-off 1. Chat view, "What are the issues from this repo assigned to me" 2. You get a response, click on the `GitHub Copilot used ...` line 3. Outline is cut ๐Ÿ› The outline should contain the actions on the right ![Image](https://github.com/user-attachments/assets/c42b051e-fda6-4f0a-b871-c0655ed76aed)
111
218021
Inline chat in terminal lacks bottom padding
2024-06-25 12:30:09+00:00
2024-06-26 11:18:50+00:00
* open terminal * open inline chat * ๐Ÿง€ <img width="1015" alt="image" src="https://github.com/user-attachments/assets/057da523-797e-4512-ade6-b46541abc447">
completed
Inline chat in terminal lacks bottom padding * open terminal * open inline chat * ๐Ÿง€ <img width="1015" alt="image" src="https://github.com/user-attachments/assets/057da523-797e-4512-ade6-b46541abc447">
75
218000
Trying to add a disposable to a DisposableStore that has already been disposed of
2024-06-25 12:05:41+00:00
2024-06-25 23:09:57+00:00
This happens when reloading the window with a longish codeblock in the history ``` 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 ChatTextEditContentPart._register (lifecycle.js:393:32) at chatTextEditContentPart.js:104:30 at async CodeCompareBlockPart.updateEditor (codeBlockPart.js:571:30) at async CodeCompareBlockPart.render (codeBlockPart.js:526:13) ```
completed
Trying to add a disposable to a DisposableStore that has already been disposed of This happens when reloading the window with a longish codeblock in the history ``` 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 ChatTextEditContentPart._register (lifecycle.js:393:32) at chatTextEditContentPart.js:104:30 at async CodeCompareBlockPart.updateEditor (codeBlockPart.js:571:30) at async CodeCompareBlockPart.render (codeBlockPart.js:526:13) ```
175
217974
Hover accessible view shows icons as space
2024-06-25 11:43:35+00:00
Testing #217237 <img width="621" alt="image" src="https://github.com/user-attachments/assets/a0eb712f-a15b-4268-a996-0c23f5be299b"> I don't know what the norm is for screen readers, but it might be nice to have something other than "space" read when keying to an icon.
Hover accessible view shows icons as space Testing #217237 <img width="621" alt="image" src="https://github.com/user-attachments/assets/a0eb712f-a15b-4268-a996-0c23f5be299b"> I don't know what the norm is for screen readers, but it might be nice to have something other than "space" read when keying to an icon.
106
217946
Bold text is streamed with asterisks and changed to bold font later + thinking icon flickers as it is turning
2024-06-25 10:55:55+00:00
2024-06-26 18:25:08+00:00
Testing #217639 I created a new notebook with the `/newNotebook` command. As the response is streaming in, you see bold text streamed in with asterisks in front, when the closing asterisks are found, the corresponding text is changed to bold text. I am wondering if this can somehow be changed so that we directly stream in bold text on encountering asterisks? After the text is streamed in, there is a turning circular icon that appear that has the associated text `thinking`. The icon flickers as it is turning. The icon movement is not smooth. https://github.com/microsoft/vscode/assets/61460952/832d4bf5-ed42-462f-9cce-16f62f9f9f52 The log in the Window output is appended here. [testing4.docx](https://github.com/user-attachments/files/15969923/testing4.docx)
completed
Bold text is streamed with asterisks and changed to bold font later + thinking icon flickers as it is turning Testing #217639 I created a new notebook with the `/newNotebook` command. As the response is streaming in, you see bold text streamed in with asterisks in front, when the closing asterisks are found, the corresponding text is changed to bold text. I am wondering if this can somehow be changed so that we directly stream in bold text on encountering asterisks? After the text is streamed in, there is a turning circular icon that appear that has the associated text `thinking`. The icon flickers as it is turning. The icon movement is not smooth. https://github.com/microsoft/vscode/assets/61460952/832d4bf5-ed42-462f-9cce-16f62f9f9f52 The log in the Window output is appended here. [testing4.docx](https://github.com/user-attachments/files/15969923/testing4.docx)
249
217915
Streaming code block flickers, and some other text is visible during the flicker
2024-06-25 10:16:23+00:00
2024-06-26 01:23:35+00:00
Testing #217639 I asked copilot to generate the fibonacci sequence. At some point towards the end of the streaming process, the code block flickered. When it disappeared, some text was visible behind the code block. https://github.com/microsoft/vscode/assets/61460952/713288e8-9145-4ee8-a98c-796e919c74ef The output in the `Window`: [testing2.docx](https://github.com/user-attachments/files/15969198/testing2.docx)
completed
Streaming code block flickers, and some other text is visible during the flicker Testing #217639 I asked copilot to generate the fibonacci sequence. At some point towards the end of the streaming process, the code block flickered. When it disappeared, some text was visible behind the code block. https://github.com/microsoft/vscode/assets/61460952/713288e8-9145-4ee8-a98c-796e919c74ef The output in the `Window`: [testing2.docx](https://github.com/user-attachments/files/15969198/testing2.docx)
152
217907
Paragraph streamed at once in a non-smooth manner + references view is open and then closes as response is streamed in
2024-06-25 10:06:23+00:00
2024-07-11 22:43:13+00:00
Testing #217639 In the following example where I ran the command `@workspace /explain`, I noticed two things which I found a bit unexpected. - After the 1st and the 2nd point were streamed in, there was a pause and the 3rd point was streamed in directly in a block. This looked a bit sudden. I am wondering if this is something we control and if we can make streaming more smooth? The same happened for the 4th point. - Initially the references view was open and then it closed before streaming in the response. I guess this is maybe intentional so that the references view does not take up too much space in the panel, it just looked at bit sudden too. https://github.com/microsoft/vscode/assets/61460952/84098707-baa3-4ead-b0f7-92fec709f6d7 The output in the Window is appended here in a word file. [testing.docx](https://github.com/user-attachments/files/15969043/testing.docx)
completed
Paragraph streamed at once in a non-smooth manner + references view is open and then closes as response is streamed in Testing #217639 In the following example where I ran the command `@workspace /explain`, I noticed two things which I found a bit unexpected. - After the 1st and the 2nd point were streamed in, there was a pause and the 3rd point was streamed in directly in a block. This looked a bit sudden. I am wondering if this is something we control and if we can make streaming more smooth? The same happened for the 4th point. - Initially the references view was open and then it closed before streaming in the response. I guess this is maybe intentional so that the references view does not take up too much space in the panel, it just looked at bit sudden too. https://github.com/microsoft/vscode/assets/61460952/84098707-baa3-4ead-b0f7-92fec709f6d7 The output in the Window is appended here in a word file. [testing.docx](https://github.com/user-attachments/files/15969043/testing.docx)
272
217902
Rename is not reflected immediately
2024-06-25 09:54:46+00:00
2024-06-27 10:46:30+00:00
Testing #217139 ![Code_-_Insiders_W5Aa5SgA9x](https://github.com/user-attachments/assets/928f1065-a0be-4657-ab13-822cd988b898) The stale name is also used when exporting the profile.
completed
Rename is not reflected immediately Testing #217139 ![Code_-_Insiders_W5Aa5SgA9x](https://github.com/user-attachments/assets/928f1065-a0be-4657-ab13-822cd988b898) The stale name is also used when exporting the profile.
82
217901
enabling interactiveWindow.executeWithShiftEnter does not update hint
2024-06-25 09:51:53+00:00
2024-06-27 21:20:36+00:00
Testing #216852 * From gear icon, enable the setting `interactiveWindow.executeWithShiftEnter` * Switch back to the interactive window and see no hint in the input box * Reloading the workspace does not help as well ``` Name: Jupyter Id: ms-toolsai.jupyter Version: 2024.6.2024062401 Publisher: Microsoft Name: Python Id: ms-python.python Version: 2024.9.11762330 Publisher: Microsoft Version: 1.91.0-insider Commit: 3e9cab05385c88a3174175e47085952bd3caf8a3 Date: 2024-06-25T06:01:04.514Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.6.0 ``` <img width="1031" alt="Screenshot 2024-06-25 at 18 49 24" src="https://github.com/microsoft/vscode/assets/964386/ed0dfd16-58e8-451f-aa68-73b6628463ee">
completed
enabling interactiveWindow.executeWithShiftEnter does not update hint Testing #216852 * From gear icon, enable the setting `interactiveWindow.executeWithShiftEnter` * Switch back to the interactive window and see no hint in the input box * Reloading the workspace does not help as well ``` Name: Jupyter Id: ms-toolsai.jupyter Version: 2024.6.2024062401 Publisher: Microsoft Name: Python Id: ms-python.python Version: 2024.9.11762330 Publisher: Microsoft Version: 1.91.0-insider Commit: 3e9cab05385c88a3174175e47085952bd3caf8a3 Date: 2024-06-25T06:01:04.514Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin arm64 23.6.0 ``` <img width="1031" alt="Screenshot 2024-06-25 at 18 49 24" src="https://github.com/microsoft/vscode/assets/964386/ed0dfd16-58e8-451f-aa68-73b6628463ee">
301
217853
Mysterious focus on second tab
2024-06-25 09:10:13+00:00
2024-06-26 13:11:28+00:00
Testing #217202 1. Enable text buttons and reload 2. `ctrl+i` 3. Start typing, then hit tab once. 4. โœ… Tab goes to microphone 5. Hit tab again 6. I can't tell where the focus is. It's not on the "enter to send" button, because I can see that focus moves there on a subsequent, third, tab. ![Recording 2024-06-25 at 11 09 47](https://github.com/user-attachments/assets/9a66d8e8-6b00-4287-ad1b-dd28fad6cb41)
completed
Mysterious focus on second tab Testing #217202 1. Enable text buttons and reload 2. `ctrl+i` 3. Start typing, then hit tab once. 4. โœ… Tab goes to microphone 5. Hit tab again 6. I can't tell where the focus is. It's not on the "enter to send" button, because I can see that focus moves there on a subsequent, third, tab. ![Recording 2024-06-25 at 11 09 47](https://github.com/user-attachments/assets/9a66d8e8-6b00-4287-ad1b-dd28fad6cb41)
148
217836
Curious highlighting of cells on using `ctrl + click`.
2024-06-25 08:50:31+00:00
Testing #217640 The python script for the following example is as follows: <details> ``` # %% [markdown] # ## h2 - 0 # %% print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') # %% [markdown] # # %% [markdown] # ### h3 - 0.1 # %% print('dog') # %% [markdown] # #### h4 - 0.1.1 # %% print('dog') # %% [markdown] # ## h2 - 1 # %% print('dog') # %% [markdown] # ### h3 - 1.1 # %% print('dog') # %% [markdown] # ### h3 - 1.2 # %% print('dog') # %% [markdown] # #### h4 - 1.2.1 # %% print('dog') # %% [markdown] # #### h4 - 1.2.2 # %% print('dog') # %% [markdown] # ##### h5 - 1.2.2.1 # %% print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') # %% print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') # %% [markdown] # ##### h5 - 1.2.2.2 # %% print('dog') # %% print('dog') # %% print('dog') # %% print('dog') # %% [markdown] # ## h2 - 3 # %% [markdown] # ### h3 - 3.1 # %% print('dog') # %% [markdown] # ## h2 - 4 # %% [markdown] # ### h3 - 4.1 # %% print('dog') ``` </details> I clicked on `h2-1` with shift-click, then on `h3-1.1` with shift-click. This selected the cells around the headers but not the headers themselves. I then clicked on the `find in selection` icon in the find widget, which added a yelow background behind the `h3-1.1` header. I am wondering if this is intended? https://github.com/microsoft/vscode/assets/61460952/3dcf2304-d806-4d52-a4bd-86a3ac0b21b8
Curious highlighting of cells on using `ctrl + click`. Testing #217640 The python script for the following example is as follows: <details> ``` # %% [markdown] # ## h2 - 0 # %% print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') print('cat') # %% [markdown] # # %% [markdown] # ### h3 - 0.1 # %% print('dog') # %% [markdown] # #### h4 - 0.1.1 # %% print('dog') # %% [markdown] # ## h2 - 1 # %% print('dog') # %% [markdown] # ### h3 - 1.1 # %% print('dog') # %% [markdown] # ### h3 - 1.2 # %% print('dog') # %% [markdown] # #### h4 - 1.2.1 # %% print('dog') # %% [markdown] # #### h4 - 1.2.2 # %% print('dog') # %% [markdown] # ##### h5 - 1.2.2.1 # %% print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') # %% print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') print('dog') # %% [markdown] # ##### h5 - 1.2.2.2 # %% print('dog') # %% print('dog') # %% print('dog') # %% print('dog') # %% [markdown] # ## h2 - 3 # %% [markdown] # ### h3 - 3.1 # %% print('dog') # %% [markdown] # ## h2 - 4 # %% [markdown] # ### h3 - 4.1 # %% print('dog') ``` </details> I clicked on `h2-1` with shift-click, then on `h3-1.1` with shift-click. This selected the cells around the headers but not the headers themselves. I then clicked on the `find in selection` icon in the find widget, which added a yelow background behind the `h3-1.1` header. I am wondering if this is intended? https://github.com/microsoft/vscode/assets/61460952/3dcf2304-d806-4d52-a4bd-86a3ac0b21b8
685
217835
Go to definition in Chat view does not work for typescript
2024-06-25 08:46:58+00:00
2024-07-24 00:49:45+00:00
Based on your message I got the impression that we are adding language smarts to the code blocks in the chat view. However it is not working for me. macOS, insiders, latest copilot chat pre-release 1. binary search in typescript 2. I get this output ```typescript function binarySearch(arr: number[], target: number): number { let left: number = 0; let right: number = arr.length - 1; while (left <= right) { let mid: number = Math.floor((left + right) / 2); // Check if target is present at mid if (arr[mid] === target) { return mid; } // If target greater, ignore left half if (arr[mid] < target) { left = mid + 1; } // If target is smaller, ignore right half else { right = mid - 1; } } // Target was not found return -1; } // Example usage const arr: number[] = [2, 3, 4, 10, 40]; const target: number = 10; const result: number = binarySearch(arr, target); if (result !== -1) { console.log(`Element found at index ${result}`); } else { console.log("Element not present"); } ``` I click on the `binarySearch` function call at the end, and go to definition. This is a no-op ๐Ÿ› I would expect that the start of the code block is revealed and that cursor moves to the method declaration of `binarySearch`. Similarly for other language features and languages none of the smart features work in code blocks in chat for me. Am I missing something?
completed
Go to definition in Chat view does not work for typescript Based on your message I got the impression that we are adding language smarts to the code blocks in the chat view. However it is not working for me. macOS, insiders, latest copilot chat pre-release 1. binary search in typescript 2. I get this output ```typescript function binarySearch(arr: number[], target: number): number { let left: number = 0; let right: number = arr.length - 1; while (left <= right) { let mid: number = Math.floor((left + right) / 2); // Check if target is present at mid if (arr[mid] === target) { return mid; } // If target greater, ignore left half if (arr[mid] < target) { left = mid + 1; } // If target is smaller, ignore right half else { right = mid - 1; } } // Target was not found return -1; } // Example usage const arr: number[] = [2, 3, 4, 10, 40]; const target: number = 10; const result: number = binarySearch(arr, target); if (result !== -1) { console.log(`Element found at index ${result}`); } else { console.log("Element not present"); } ``` I click on the `binarySearch` function call at the end, and go to definition. This is a no-op ๐Ÿ› I would expect that the start of the code block is revealed and that cursor moves to the method declaration of `binarySearch`. Similarly for other language features and languages none of the smart features work in code blocks in chat for me. Am I missing something?
401
217832
Background selection expands as adding more text, but find results do not update
2024-06-25 08:36:43+00:00
Testing #217640 - Select several lines in the cell, open the find widget and toggle the option `find in selection` - The results will be displayed in the selection. Suppose there are `n` results. - Add some text in the selection which would match the find pattern - The selection background expands when the new text is added - The bottom-most match is not colored. Only the top `n` results are shown despite there being `n+1` results in the greyed out selection ๐Ÿ› Perhaps what could be done is to remove the find in selection condition as soon as one starts typing in the initial selection https://github.com/microsoft/vscode/assets/61460952/5db76db7-53e7-4f2d-a33d-5efcb3c1b2ef
Background selection expands as adding more text, but find results do not update Testing #217640 - Select several lines in the cell, open the find widget and toggle the option `find in selection` - The results will be displayed in the selection. Suppose there are `n` results. - Add some text in the selection which would match the find pattern - The selection background expands when the new text is added - The bottom-most match is not colored. Only the top `n` results are shown despite there being `n+1` results in the greyed out selection ๐Ÿ› Perhaps what could be done is to remove the find in selection condition as soon as one starts typing in the initial selection https://github.com/microsoft/vscode/assets/61460952/5db76db7-53e7-4f2d-a33d-5efcb3c1b2ef
199
217645
IChatTask can't be serialized
2024-06-25 01:35:32+00:00
IChatTask: https://github.com/microsoft/vscode/blob/93a7382ecd63439a5bc507ef60e57610845ec05d/src/vs/workbench/api/browser/mainThreadChatAgents2.ts#L42 is a class with methods that don't get serialized, so the interface is inaccurate after reloading the window, and that caused some issues while trying to refactor things. We should figure out how to set this up so that the types are correct after it's deserialized. Maybe we can push a full object with methods to the model, but when reading the chat response value, you get a different simpler interface. Or maybe we need some custom deserialization logic for some types.
IChatTask can't be serialized IChatTask: https://github.com/microsoft/vscode/blob/93a7382ecd63439a5bc507ef60e57610845ec05d/src/vs/workbench/api/browser/mainThreadChatAgents2.ts#L42 is a class with methods that don't get serialized, so the interface is inaccurate after reloading the window, and that caused some issues while trying to refactor things. We should figure out how to set this up so that the types are correct after it's deserialized. Maybe we can push a full object with methods to the model, but when reading the chat response value, you get a different simpler interface. Or maybe we need some custom deserialization logic for some types.
187
217326
Debug duplicates inline values if shadowed
2024-06-24 17:39:01+00:00
2024-06-24 18:05:38+00:00
Turn on `debug.inlineValues` and debug ``` let foo = 1; if (true) { let foo = 2; debugger; } ``` Notice a duplicate value on line 1 ๐Ÿ›
completed
Debug duplicates inline values if shadowed Turn on `debug.inlineValues` and debug ``` let foo = 1; if (true) { let foo = 2; debugger; } ``` Notice a duplicate value on line 1 ๐Ÿ›
65
217220
VSC keeps crashing
2024-06-24 15:20:07+00:00
Type: <b>Bug</b> The IDE keeps closing randomly in the middle of development. VS Code version: Code 1.90.2 (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:34:26.404Z) OS version: Windows_NT x64 10.0.22631 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|13th Gen Intel(R) Core(TM) i7-13700KF (24 x 3418)| |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)|15.84GB (7.58GB free)| |Process Argv|--crash-reporter-id 99103022-9a73-45f3-a52b-f0726de9b663| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (10)</summary> Extension|Author (truncated)|Version ---|---|--- bracket-pair-color-dlw|Bra|0.0.6 composer-php-vscode|DEV|1.48.15635 phptools-vscode|DEV|1.48.15635 profiler-php-vscode|DEV|1.48.15635 es7-react-js-snippets|dsz|4.4.3 gitlens|eam|15.1.0 prettier-vscode|esb|10.4.0 php-namespace-resolver|Meh|1.1.9 laravel-blade|one|1.36.1 vscode-thunder-client|ran|2.24.11 </details><details> <summary>A/B Experiments</summary> ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonnoceb:30805159 asynctok:30898717 pythonregdiag2:30936856 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 chatpanelc:31048052 dsvsc021:30996838 724cj586:31013169 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 dwnewjupyter:31046869 legacy_priority:31077528 ``` </details> <!-- generated by issue reporter -->
VSC keeps crashing Type: <b>Bug</b> The IDE keeps closing randomly in the middle of development. VS Code version: Code 1.90.2 (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:34:26.404Z) OS version: Windows_NT x64 10.0.22631 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|13th Gen Intel(R) Core(TM) i7-13700KF (24 x 3418)| |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)|15.84GB (7.58GB free)| |Process Argv|--crash-reporter-id 99103022-9a73-45f3-a52b-f0726de9b663| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (10)</summary> Extension|Author (truncated)|Version ---|---|--- bracket-pair-color-dlw|Bra|0.0.6 composer-php-vscode|DEV|1.48.15635 phptools-vscode|DEV|1.48.15635 profiler-php-vscode|DEV|1.48.15635 es7-react-js-snippets|dsz|4.4.3 gitlens|eam|15.1.0 prettier-vscode|esb|10.4.0 php-namespace-resolver|Meh|1.1.9 laravel-blade|one|1.36.1 vscode-thunder-client|ran|2.24.11 </details><details> <summary>A/B Experiments</summary> ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonnoceb:30805159 asynctok:30898717 pythonregdiag2:30936856 pythonmypyd1:30879173 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 chatpanelc:31048052 dsvsc021:30996838 724cj586:31013169 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 dwnewjupyter:31046869 legacy_priority:31077528 ``` </details> <!-- generated by issue reporter -->
943
217188
Deregistering default setting override removes default even if an override is provided by another extension
2024-06-24 13:31:31+00:00
2024-07-07 10:42:05+00:00
Testing https://github.com/microsoft/vscode/issues/217238 Currently when the default overrides from an extension are deregistered, the override value is removed instead of checking if another extension provides a default value for the specific setting.
completed
Deregistering default setting override removes default even if an override is provided by another extension Testing https://github.com/microsoft/vscode/issues/217238 Currently when the default overrides from an extension are deregistered, the override value is removed instead of checking if another extension provides a default value for the specific setting.
81
216953
Fallback on "legacy" diff algorithm if "advanced" is too slow
2024-06-24 09:20:29+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. --> When diffing docker build logs, I noticed the new default "advanced" diff algorithm is very slow and sometimes can completely fail to produce a diff (even after 30 secs, for 15k lines file). If there's no time limit, VS code will simply hang and never produce the diff. If there's a time limit and the diff takes longer, in the end you have the 2 files side by side but with no diff. And if you set the "legacy" diff algorithm, well you can't benefit from the "advanced" one for when it works. So, if the "advanced" algorithm fails, is to possible to fallback to the "legacy" one instead of only showing 2 files side by side? Maybe optionally, and with still a fallback to 2 files side by side if the "legacy" fails too. This was observed on: ``` Version: 1.90.2 (user setup) Commit: 5437499feb04f7a586f677b155b039bc2b3669eb Date: 2024-06-18T22:34:26.404Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.19045 ```
Fallback on "legacy" diff algorithm if "advanced" is too slow <!-- โš ๏ธโš ๏ธ 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. --> When diffing docker build logs, I noticed the new default "advanced" diff algorithm is very slow and sometimes can completely fail to produce a diff (even after 30 secs, for 15k lines file). If there's no time limit, VS code will simply hang and never produce the diff. If there's a time limit and the diff takes longer, in the end you have the 2 files side by side but with no diff. And if you set the "legacy" diff algorithm, well you can't benefit from the "advanced" one for when it works. So, if the "advanced" algorithm fails, is to possible to fallback to the "legacy" one instead of only showing 2 files side by side? Maybe optionally, and with still a fallback to 2 files side by side if the "legacy" fails too. This was observed on: ``` Version: 1.90.2 (user setup) Commit: 5437499feb04f7a586f677b155b039bc2b3669eb Date: 2024-06-18T22:34:26.404Z Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.19045 ```
405
216952
Multi cursor editing with option+right & option+left (cursorWordEndRight vs cursorWordEndLeft) can get the cursor out of sync even when operating on the data of the same shape
2024-06-24 09:19:52+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.89.1 Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:32.757Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0 Steps to Reproduce: 1. Have this file content ``` xxx 100 xxx -100 ``` 2. Place cursors here ``` xxx| 100 xxx| -100 ``` 4. Press option + right ``` xxx 100| xxx -100| ``` 5. Press option + left ``` xxx |100 xxx -|100 ``` 6. Press option + left ``` |xxx 100 xxx |-100 ``` 7. Cursors are out of sync https://github.com/microsoft/vscode/assets/6587821/49c48c22-9034-4303-afb9-20afb4f5d2bd --- While the cursor travelling is technically correct (if finds word start/end each time) I wonder if this is the best behavior since when using with multiple cursors the general assumption is that when operating on the data of the same shape the left/right jump words should keep the cursors in sync. Few solutions come to my mind: - update the `cursorWordEndRight`/`cursorWordEndLeft` to also include special characters, so that going left from `-100|` would produce `|-100` instead of `-|100` - maybe there is some other cursor travelling command that behaves better when doing multi cursor editing, and the default keybinding could change to use that command? (or maybe just change them when doing multi cursor editing?)
Multi cursor editing with option+right & option+left (cursorWordEndRight vs cursorWordEndLeft) can get the cursor out of sync even when operating on the data of the same shape <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.89.1 Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:32.757Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0 Steps to Reproduce: 1. Have this file content ``` xxx 100 xxx -100 ``` 2. Place cursors here ``` xxx| 100 xxx| -100 ``` 4. Press option + right ``` xxx 100| xxx -100| ``` 5. Press option + left ``` xxx |100 xxx -|100 ``` 6. Press option + left ``` |xxx 100 xxx |-100 ``` 7. Cursors are out of sync https://github.com/microsoft/vscode/assets/6587821/49c48c22-9034-4303-afb9-20afb4f5d2bd --- While the cursor travelling is technically correct (if finds word start/end each time) I wonder if this is the best behavior since when using with multiple cursors the general assumption is that when operating on the data of the same shape the left/right jump words should keep the cursors in sync. Few solutions come to my mind: - update the `cursorWordEndRight`/`cursorWordEndLeft` to also include special characters, so that going left from `-100|` would produce `|-100` instead of `-|100` - maybe there is some other cursor travelling command that behaves better when doing multi cursor editing, and the default keybinding could change to use that command? (or maybe just change them when doing multi cursor editing?)
750
216843
Focused row is invisible if editor's height is smaller then 5 rows.
2024-06-21 18:35: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: - OS Version: Steps to Reproduce: 1. Open https://vscode.dev/ 2. set editor's height < 5 rows 3. Type a few lines. If lines quantity grows more than editor's height, cursor is always invisible (for example, my editor's height is 4 rows. If you try to type something on row 10, you will see rows 5-8).
Focused row is invisible if editor's height is smaller then 5 rows. <!-- โš ๏ธโš ๏ธ 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. Open https://vscode.dev/ 2. set editor's height < 5 rows 3. Type a few lines. If lines quantity grows more than editor's height, cursor is always invisible (for example, my editor's height is 4 rows. If you try to type something on row 10, you will see rows 5-8).
414
216818
Suggest commands are not serialized
2024-06-21 15:15:48+00:00
2024-07-22 13:12:35+00:00
Related: https://github.com/microsoft/vscode/issues/210753 Currently on shell start up all aliases/commands are sent over from pwsh. This is not being serialized land restored so suggest doesn't work properly after. Before reload: ![image](https://github.com/user-attachments/assets/c6ca7b53-a245-405c-8f89-2d42ca6f337a) After reload: ![image](https://github.com/user-attachments/assets/9121cce5-53eb-4d85-8d60-100bffdb14c3)
completed
Suggest commands are not serialized Related: https://github.com/microsoft/vscode/issues/210753 Currently on shell start up all aliases/commands are sent over from pwsh. This is not being serialized land restored so suggest doesn't work properly after. Before reload: ![image](https://github.com/user-attachments/assets/c6ca7b53-a245-405c-8f89-2d42ca6f337a) After reload: ![image](https://github.com/user-attachments/assets/9121cce5-53eb-4d85-8d60-100bffdb14c3)
161
216810
Terminal is often off set
2024-06-21 14:05:31+00:00
2024-06-21 17:01:58+00:00
Sorry, I don't know how to reproduce this and if there is logging that can be enabled but I often see the terminal like this ๐Ÿ‘‡ <img width="468" alt="Screenshot 2024-06-21 at 16 01 11" src="https://github.com/user-attachments/assets/c0e30bf7-1109-4c75-8d9e-c81a7f933fa2"> This is all scrolled back and sometimes the start/first command isn't at the top but off by a few pixels. Resizing (upwards) fixes this but I also see how resizing is janky/stutters. Maybe in some cases it misses a resize all together (janky resize) https://github.com/user-attachments/assets/d35ebd68-8876-4e95-85a9-d14922821892
completed
Terminal is often off set Sorry, I don't know how to reproduce this and if there is logging that can be enabled but I often see the terminal like this ๐Ÿ‘‡ <img width="468" alt="Screenshot 2024-06-21 at 16 01 11" src="https://github.com/user-attachments/assets/c0e30bf7-1109-4c75-8d9e-c81a7f933fa2"> This is all scrolled back and sometimes the start/first command isn't at the top but off by a few pixels. Resizing (upwards) fixes this but I also see how resizing is janky/stutters. Maybe in some cases it misses a resize all together (janky resize) https://github.com/user-attachments/assets/d35ebd68-8876-4e95-85a9-d14922821892
213
216808
Sort order in Extension Category filter is incorrect
2024-06-21 13:19:57+00:00
2024-06-21 14:51:20+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.90.2 - OS Version: Windows 11 Steps to Reproduce: 1. Open **Extensions** view > **Filter** > **Category** 2. The **Chat** and **AI** categories are listed at the end of the list instead of following the alphabetical order ![Image](https://github.com/user-attachments/assets/c27f66c8-70a3-4378-92bd-4ac6c73d4444)
completed
Sort order in Extension Category filter is incorrect <!-- โš ๏ธโš ๏ธ 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.90.2 - OS Version: Windows 11 Steps to Reproduce: 1. Open **Extensions** view > **Filter** > **Category** 2. The **Chat** and **AI** categories are listed at the end of the list instead of following the alphabetical order ![Image](https://github.com/user-attachments/assets/c27f66c8-70a3-4378-92bd-4ac6c73d4444)
412
216791
Inline chat scrolls to bottom
2024-06-21 08:07:13+00:00
2024-06-21 09:25:43+00:00
* start inline on a line in the middle of the view port * :bug: when the zone shows, the "focus line" is scrolls towards the bottom
completed
Inline chat scrolls to bottom * start inline on a line in the middle of the view port * :bug: when the zone shows, the "focus line" is scrolls towards the bottom
44
216788
Diff editor show "no changes" while still loading
2024-06-21 07:17:47+00:00
* open a multifile diff * reload window * while the diff editor stores and loads it says that there are no changes yet <img width="1178" alt="Screenshot 2024-06-21 at 09 16 43" src="https://github.com/user-attachments/assets/13e821d8-977b-4518-ad30-fab707e9b5ba">
Diff editor show "no changes" while still loading * open a multifile diff * reload window * while the diff editor stores and loads it says that there are no changes yet <img width="1178" alt="Screenshot 2024-06-21 at 09 16 43" src="https://github.com/user-attachments/assets/13e821d8-977b-4518-ad30-fab707e9b5ba">
107
216764
VSCode "Open Editors" causing Logic Apps extension menu context issue
2024-06-20 22:31:35+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: N/A <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.90.2 and before - OS Version: Does not matter "Open Editors" causing menu context to be lost in the Azure Logic Apps Standard extension. It appears that the context key is lost for resourceFilename. Steps to Reproduce: 1. Install the Azure Logic Apps (Standard) Extension. 2. Create a new logic app workspace, follow the prompts and create "Logic app" and "Stateful" workflow, and open in new window. Ensure that the "Open Editors" is expanded and visible. 3. Right click on the "workflow.json" and the following options should be seen ![image](https://github.com/microsoft/vscode/assets/124318508/0651e369-ebf7-4832-a9e3-bfc6fa5a3c9d) 4. Select "Open Designer" and wait for the designer to load. Do not click anything until the designer is finished loading. 5. Right click on "workflow.json" and the same menu options are not available. ![image](https://github.com/microsoft/vscode/assets/124318508/e14f7b63-f72f-44ef-a40e-7bfe5e07258a) 6. Double click on "workflow.json" and right click should now show that the correct menu. 7. Minimize "Open Editors" and repeat steps 3-5. The repeated step 5 shows the right menu context.
VSCode "Open Editors" causing Logic Apps extension menu context issue <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: N/A <!-- ๐Ÿช“ 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.90.2 and before - OS Version: Does not matter "Open Editors" causing menu context to be lost in the Azure Logic Apps Standard extension. It appears that the context key is lost for resourceFilename. Steps to Reproduce: 1. Install the Azure Logic Apps (Standard) Extension. 2. Create a new logic app workspace, follow the prompts and create "Logic app" and "Stateful" workflow, and open in new window. Ensure that the "Open Editors" is expanded and visible. 3. Right click on the "workflow.json" and the following options should be seen ![image](https://github.com/microsoft/vscode/assets/124318508/0651e369-ebf7-4832-a9e3-bfc6fa5a3c9d) 4. Select "Open Designer" and wait for the designer to load. Do not click anything until the designer is finished loading. 5. Right click on "workflow.json" and the same menu options are not available. ![image](https://github.com/microsoft/vscode/assets/124318508/e14f7b63-f72f-44ef-a40e-7bfe5e07258a) 6. Double click on "workflow.json" and right click should now show that the correct menu. 7. Minimize "Open Editors" and repeat steps 3-5. The repeated step 5 shows the right menu context.
640
216757
Typing `c#` triggers variable suggestions in chat
2024-06-20 20:47:37+00:00
Type: <b>Bug</b> 1. Open chat input 2. Type `c#` **bug** Completions show up VS Code version: Code - Insiders 1.91.0-insider (Universal) (6afc1c279374106ca4c60382c0d92ed661f4c7e4, 2024-06-20T05:50:16.512Z) OS version: Darwin arm64 23.5.0 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Apple M2 Max (12 x 2400)| |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)|4, 5, 5| |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 -->
Typing `c#` triggers variable suggestions in chat Type: <b>Bug</b> 1. Open chat input 2. Type `c#` **bug** Completions show up VS Code version: Code - Insiders 1.91.0-insider (Universal) (6afc1c279374106ca4c60382c0d92ed661f4c7e4, 2024-06-20T05:50:16.512Z) OS version: Darwin arm64 23.5.0 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Apple M2 Max (12 x 2400)| |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)|4, 5, 5| |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 -->
448
216741
"ExtHostSourceControl#statusBarCommands are equal" logs
2024-06-20 17:44:21+00:00
2024-06-21 06:58:22+00:00
Seeing this logged about 100 times at startup. Let's avoid stuff like this in the `info` log level ``` 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.214 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.214 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.214 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands are equal ```
completed
"ExtHostSourceControl#statusBarCommands are equal" logs Seeing this logged about 100 times at startup. Let's avoid stuff like this in the `info` log level ``` 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.213 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.214 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.214 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.214 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.243 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.244 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands are equal 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands git.checkout, git.sync 2024-06-20 10:41:55.260 [info] ExtHostSourceControl#statusBarCommands are equal ```
621
216729
Terminal sticky scroll has bad contrast in HC themes
2024-06-20 15:58:55+00:00
2024-06-20 17:15:44+00:00
Top 2 lines, notice no shadow/line on the bottom: <img width="690" alt="Screenshot 2024-06-20 at 8 57 32โ€ฏAM" src="https://github.com/user-attachments/assets/5297a4fb-5932-46bb-aa60-f5222890af9f"> When hovered: <img width="578" alt="Screenshot 2024-06-20 at 8 58 08โ€ฏAM" src="https://github.com/user-attachments/assets/ad698ede-496a-452a-b125-5b63070042f0"> For HC dark it looks like a regular row and there is no hover feedback
completed
Terminal sticky scroll has bad contrast in HC themes Top 2 lines, notice no shadow/line on the bottom: <img width="690" alt="Screenshot 2024-06-20 at 8 57 32โ€ฏAM" src="https://github.com/user-attachments/assets/5297a4fb-5932-46bb-aa60-f5222890af9f"> When hovered: <img width="578" alt="Screenshot 2024-06-20 at 8 58 08โ€ฏAM" src="https://github.com/user-attachments/assets/ad698ede-496a-452a-b125-5b63070042f0"> For HC dark it looks like a regular row and there is no hover feedback
177
216728
Search terminal links should be aware of more line/column formats
2024-06-20 15:55:43+00:00
2024-06-20 16:43:17+00:00
Repro: 1. Open vscode repo in terminal 2. Run echo "vs/loader.js:15.0-10" 3. Click the link Expected: <img width="258" alt="Screenshot 2024-06-20 at 8 54 32โ€ฏAM" src="https://github.com/user-attachments/assets/a9527039-e548-4729-91af-a3444fccf2c6"> or <img width="613" alt="Screenshot 2024-06-20 at 8 55 25โ€ฏAM" src="https://github.com/user-attachments/assets/bcce7701-3a88-4100-9bd7-a56cf0f069b5"> Actual: <img width="171" alt="Screenshot 2024-06-20 at 8 54 41โ€ฏAM" src="https://github.com/user-attachments/assets/82324c84-b935-49e0-8460-f38abddd8f6c">
completed
Search terminal links should be aware of more line/column formats Repro: 1. Open vscode repo in terminal 2. Run echo "vs/loader.js:15.0-10" 3. Click the link Expected: <img width="258" alt="Screenshot 2024-06-20 at 8 54 32โ€ฏAM" src="https://github.com/user-attachments/assets/a9527039-e548-4729-91af-a3444fccf2c6"> or <img width="613" alt="Screenshot 2024-06-20 at 8 55 25โ€ฏAM" src="https://github.com/user-attachments/assets/bcce7701-3a88-4100-9bd7-a56cf0f069b5"> Actual: <img width="171" alt="Screenshot 2024-06-20 at 8 54 41โ€ฏAM" src="https://github.com/user-attachments/assets/82324c84-b935-49e0-8460-f38abddd8f6c">
251
216720
Stream of `LanguageModelChatResponse` doesn't really work
2024-06-20 14:57:46+00:00
2024-06-21 07:08:50+00:00
We wait for the send-request before opening the response stream [see this](https://github.com/microsoft/vscode/blob/7cc8d36ec4f4b1f9a9c1e8a69a8fa6d5749e77c0/src/vs/workbench/api/common/extHostLanguageModels.ts#L367) We do this because we want to wait for the request to be submitted, started but not finished. How it is done currently doesn't allow for to tell them apart
completed
Stream of `LanguageModelChatResponse` doesn't really work We wait for the send-request before opening the response stream [see this](https://github.com/microsoft/vscode/blob/7cc8d36ec4f4b1f9a9c1e8a69a8fa6d5749e77c0/src/vs/workbench/api/common/extHostLanguageModels.ts#L367) We do this because we want to wait for the request to be submitted, started but not finished. How it is done currently doesn't allow for to tell them apart
148
216693
Inline Chat - Cannot read properties of undefined (reading 'length')
2024-06-20 08:57:13+00:00
2024-06-21 08:26:49+00:00
1. New untitled file 2. Open inline chat -> "/fix missing header" 3. Get an error "Cannot read properties of undefined (reading 'length')" ๐Ÿ› ![Image](https://github.com/user-attachments/assets/09468f9b-4ca8-4fd5-b255-9cab5c04bc71)
completed
Inline Chat - Cannot read properties of undefined (reading 'length') 1. New untitled file 2. Open inline chat -> "/fix missing header" 3. Get an error "Cannot read properties of undefined (reading 'length')" ๐Ÿ› ![Image](https://github.com/user-attachments/assets/09468f9b-4ca8-4fd5-b255-9cab5c04bc71)
107
216651
Unity Intellisense not working
2024-06-20 00:55:58+00:00
2024-06-22 00:00:01+00:00
Type: <b>Feature Request</b> Whenever I access my C# files that I use with Unity, I can no longer see the outlines nor utilise the autocorrect feature that was once available. VS Code version: Code 1.90.2 (Universal) (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:37:41.291Z) OS version: Darwin arm64 23.5.0 Modes: <!-- generated by issue reporter -->
not_planned
Unity Intellisense not working Type: <b>Feature Request</b> Whenever I access my C# files that I use with Unity, I can no longer see the outlines nor utilise the autocorrect feature that was once available. VS Code version: Code 1.90.2 (Universal) (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:37:41.291Z) OS version: Darwin arm64 23.5.0 Modes: <!-- generated by issue reporter -->
126
216624
on enter in the terminal, terminal chat should hide and not prevent terminal command execution
2024-06-19 14:24:34+00:00
2024-06-27 16:22:43+00:00
Steps to Reproduce: 1. open terminal chat 2. use chat response as guide to type command 3. hit enter to execute command 4. ๐Ÿ› it won't execute and chat remains open https://github.com/user-attachments/assets/94d045d0-259b-4f37-a46f-ded813a9c153
completed
on enter in the terminal, terminal chat should hide and not prevent terminal command execution Steps to Reproduce: 1. open terminal chat 2. use chat response as guide to type command 3. hit enter to execute command 4. ๐Ÿ› it won't execute and chat remains open https://github.com/user-attachments/assets/94d045d0-259b-4f37-a46f-ded813a9c153
100
216573
Cannot read properties of null (reading 'modelInfo')
2024-06-19 05:48:08+00:00
```javascript TypeError: Cannot read properties of null (reading 'modelInfo') at B.E in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:706:31 at B.restore in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:364:8 at W.restoreViewState in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:843:26 at u.value in src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.ts:317:63 at h.y in src/vs/base/common/event.ts:1196:13 at h.z in src/vs/base/common/event.ts:1207:9 at h.fire in src/vs/base/common/event.ts:1231:9 at ee.setValue in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:2018:28 at u.value in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:298:28 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at ne.m in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:2315:19 at u.value in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:2291:9 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at HTMLDivElement.qe in src/vs/base/browser/dom.ts:1343:22 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=611f9bfce64f25108829dd295f54a6894e87339d&bH=2fe17494-88de-7dbe-996f-7d91a59a9be3)
Cannot read properties of null (reading 'modelInfo') ```javascript TypeError: Cannot read properties of null (reading 'modelInfo') at B.E in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:706:31 at B.restore in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:364:8 at W.restoreViewState in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:843:26 at u.value in src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.ts:317:63 at h.y in src/vs/base/common/event.ts:1196:13 at h.z in src/vs/base/common/event.ts:1207:9 at h.fire in src/vs/base/common/event.ts:1231:9 at ee.setValue in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:2018:28 at u.value in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:298:28 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at ne.m in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:2315:19 at u.value in src/vs/editor/browser/widget/codeEditor/codeEditorWidget.ts:2291:9 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at HTMLDivElement.qe in src/vs/base/browser/dom.ts:1343:22 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=611f9bfce64f25108829dd295f54a6894e87339d&bH=2fe17494-88de-7dbe-996f-7d91a59a9be3)
564
216571
Cannot read properties of null (reading 'scheme')
2024-06-19 05:47:34+00:00
```javascript TypeError: Cannot read properties of null (reading 'scheme') at l.from in src/vs/base/common/uri.ts:339:15 at <anonymous> in src/vs/workbench/browser/parts/editor/editorCommands.ts:401:80 at fn in src/vs/platform/instantiation/common/instantiationService.ts:109:11 at v.n in src/vs/workbench/services/commands/common/commandService.ts:95:46 at v.executeCommand in src/vs/workbench/services/commands/common/commandService.ts:60:17 at xe.Ac in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:3072:32 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at se.j in src/vs/platform/list/browser/listService.ts:778:19 at se.g in src/vs/platform/list/browser/listService.ts:749:8 at u.value in src/vs/platform/list/browser/listService.ts:705:106 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at u.value in src/vs/base/common/event.ts:127:84 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at u.value in src/vs/base/common/event.ts:127:84 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at ne.u in src/vs/base/browser/ui/list/listWidget.ts:784:19 at ne.u in src/vs/base/browser/ui/tree/abstractTree.ts:2306:10 at u.value in src/vs/base/common/event.ts:178:85 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at u.value in src/vs/base/common/event.ts:127:84 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at HTMLDivElement.E in src/vs/base/browser/event.ts:40:41 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=611f9bfce64f25108829dd295f54a6894e87339d&bH=c47d6268-7d94-a472-79b8-9a726bcc00b0)
Cannot read properties of null (reading 'scheme') ```javascript TypeError: Cannot read properties of null (reading 'scheme') at l.from in src/vs/base/common/uri.ts:339:15 at <anonymous> in src/vs/workbench/browser/parts/editor/editorCommands.ts:401:80 at fn in src/vs/platform/instantiation/common/instantiationService.ts:109:11 at v.n in src/vs/workbench/services/commands/common/commandService.ts:95:46 at v.executeCommand in src/vs/workbench/services/commands/common/commandService.ts:60:17 at xe.Ac in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:3072:32 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at se.j in src/vs/platform/list/browser/listService.ts:778:19 at se.g in src/vs/platform/list/browser/listService.ts:749:8 at u.value in src/vs/platform/list/browser/listService.ts:705:106 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at u.value in src/vs/base/common/event.ts:127:84 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at u.value in src/vs/base/common/event.ts:127:84 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at ne.u in src/vs/base/browser/ui/list/listWidget.ts:784:19 at ne.u in src/vs/base/browser/ui/tree/abstractTree.ts:2306:10 at u.value in src/vs/base/common/event.ts:178:85 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at u.value in src/vs/base/common/event.ts:127:84 at h.y in src/vs/base/common/event.ts:1196:13 at h.fire in src/vs/base/common/event.ts:1227:9 at HTMLDivElement.E in src/vs/base/browser/event.ts:40:41 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=611f9bfce64f25108829dd295f54a6894e87339d&bH=c47d6268-7d94-a472-79b8-9a726bcc00b0)
797
216545
Outdated examples in proposed terminal shell integration API
2024-06-18 20:00:49+00:00
2024-06-18 21:41:37+00:00
Examples seem outdated for: https://github.com/microsoft/vscode/blob/b841162d74ea6739c4c6edbbf2ae8ae4e0077087/src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts For example: ``` * window.onDidActivateTerminalShellIntegration(async ({ terminal, shellIntegration }) => { * if (terminal === myTerm) { * const command = shellIntegration.executeCommand('echo "Hello world"'); * const code = await command.exitCode; * console.log(`Command exited with code ${code}`); * } * })); ``` Where onDidActivateTerminalShellIntegration should be onDidChangeTerminalShellIntegration Also exitCode does not exist on TerminalShellExecution (type of const command) from ```shellIntegration.executeCommand('echo "Hello world"');```
completed
Outdated examples in proposed terminal shell integration API Examples seem outdated for: https://github.com/microsoft/vscode/blob/b841162d74ea6739c4c6edbbf2ae8ae4e0077087/src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts For example: ``` * window.onDidActivateTerminalShellIntegration(async ({ terminal, shellIntegration }) => { * if (terminal === myTerm) { * const command = shellIntegration.executeCommand('echo "Hello world"'); * const code = await command.exitCode; * console.log(`Command exited with code ${code}`); * } * })); ``` Where onDidActivateTerminalShellIntegration should be onDidChangeTerminalShellIntegration Also exitCode does not exist on TerminalShellExecution (type of const command) from ```shellIntegration.executeCommand('echo "Hello world"');```
289
216511
Sync icon rotation is uneven (it is wobbling)
2024-06-18 15:29:43+00:00
Greetings, currently, the sync icon in the bottom bar is not rotating evenly (it is actually wobbling). The effect can be seen here: [Before.webm](https://github.com/microsoft/vscode/assets/7782966/ef9bc95e-24f0-4e1d-aa2d-df415dc73417) This is caused since the used text icon is not centered properly. The effect has been reproduced on both Windows and Linux versions of VSCode. - VS Code Version: 1.90.1 Steps to Reproduce: 1. Open a project with a remote git repository attached 2. Click on the sync icon in the bottom bar 3. Observe the wobbling icon
Sync icon rotation is uneven (it is wobbling) Greetings, currently, the sync icon in the bottom bar is not rotating evenly (it is actually wobbling). The effect can be seen here: [Before.webm](https://github.com/microsoft/vscode/assets/7782966/ef9bc95e-24f0-4e1d-aa2d-df415dc73417) This is caused since the used text icon is not centered properly. The effect has been reproduced on both Windows and Linux versions of VSCode. - VS Code Version: 1.90.1 Steps to Reproduce: 1. Open a project with a remote git repository attached 2. Click on the sync icon in the bottom bar 3. Observe the wobbling icon
180
216477
Model comes back as "undefined"
2024-06-18 11:59:18+00:00
2024-06-18 17:19:11+00:00
```typescript const MODEL_SELECTOR: vscode.LanguageModelChatSelector = { vendor: 'copilot', family: 'gpt-3.5-turbo' }; const [model] = await vscode.lm.selectChatModels(MODEL_SELECTOR); ``` Model is undefined ๐Ÿ› This was working yesterday. Can repro with Chat Sample https://github.com/microsoft/vscode-extension-samples/tree/main/chat-sample
completed
Model comes back as "undefined" ```typescript const MODEL_SELECTOR: vscode.LanguageModelChatSelector = { vendor: 'copilot', family: 'gpt-3.5-turbo' }; const [model] = await vscode.lm.selectChatModels(MODEL_SELECTOR); ``` Model is undefined ๐Ÿ› This was working yesterday. Can repro with Chat Sample https://github.com/microsoft/vscode-extension-samples/tree/main/chat-sample
128
216434
Undo triggers strange ghost text suggestion
2024-06-18 09:51:40+00:00
2024-06-20 10:53:56+00:00
1. Open https://github.com/microsoft/vscode/blob/a8e00a00ddd047fd5346408b434bcc67956754ee/src/vs/base/node/unc.js#L29 2. Select `Set`, replace with `Map` 3. Undo ๐Ÿ› Ghost text suggestion pops up strangely spreading the letters of `Set` within the suggestion. https://github.com/user-attachments/assets/d95f3d93-b2db-40a2-8159-a1bef0b1829d
completed
Undo triggers strange ghost text suggestion 1. Open https://github.com/microsoft/vscode/blob/a8e00a00ddd047fd5346408b434bcc67956754ee/src/vs/base/node/unc.js#L29 2. Select `Set`, replace with `Map` 3. Undo ๐Ÿ› Ghost text suggestion pops up strangely spreading the letters of `Set` within the suggestion. https://github.com/user-attachments/assets/d95f3d93-b2db-40a2-8159-a1bef0b1829d
148
216421
Floating debug toolbar appears over the top of command palette and quick-picks
2024-06-18 09:00:03+00:00
2024-06-19 15:20:30+00:00
I've never noticed this before so I wonder if it's a recent change. When I open the command palette or a quick-pick when I'm debugging, the debug toolbar renders over the top of it list: ![image](https://github.com/microsoft/vscode/assets/1078012/e28af0aa-d121-4bd2-8b90-0a703d569366) ![image](https://github.com/microsoft/vscode/assets/1078012/7859c14a-ff04-4a13-88a5-ab98d5416fcd)
completed
Floating debug toolbar appears over the top of command palette and quick-picks I've never noticed this before so I wonder if it's a recent change. When I open the command palette or a quick-pick when I'm debugging, the debug toolbar renders over the top of it list: ![image](https://github.com/microsoft/vscode/assets/1078012/e28af0aa-d121-4bd2-8b90-0a703d569366) ![image](https://github.com/microsoft/vscode/assets/1078012/7859c14a-ff04-4a13-88a5-ab98d5416fcd)
166
216409
PHP one-line conditional echo statement causes incorrect syntax highlighting
2024-06-18 08:29:19+00:00
2024-06-18 23:39:44+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.90.0 89de5a8d4d6205e5b11647eb6a74844ca23d2573 x64 - OS Version: Ubuntu 24.04 LTS Steps to Reproduce: 1. Open a new text file 2. Set "Language Mode" to PHP 3. Paste this code: ```php <?php for ($p = $pages; $p > 0; $p--): ?> <li<?= ($gb_page == $p) ? ' class="active"' : ''; ?>> <a href="index.php?page=gb&gbpage=<?= $p; ?>"><?= $p; ?></a> </li> <?php endfor; ?> ``` It should end up looking like this (focus on **line 2**): ![Screenshot 2024-06-18 at 10 26 18](https://github.com/microsoft/vscode/assets/34438048/69d4029c-975c-49c5-a7ec-033dd15a7ac7) Adding a space before ```<?=``` solves this as a temporary workaround: ![Screenshot 2024-06-18 at 10 27 06](https://github.com/microsoft/vscode/assets/34438048/43347b71-e947-4b8e-872e-3a01ff756ea2)
completed
PHP one-line conditional echo statement causes incorrect syntax highlighting <!-- โš ๏ธโš ๏ธ 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.90.0 89de5a8d4d6205e5b11647eb6a74844ca23d2573 x64 - OS Version: Ubuntu 24.04 LTS Steps to Reproduce: 1. Open a new text file 2. Set "Language Mode" to PHP 3. Paste this code: ```php <?php for ($p = $pages; $p > 0; $p--): ?> <li<?= ($gb_page == $p) ? ' class="active"' : ''; ?>> <a href="index.php?page=gb&gbpage=<?= $p; ?>"><?= $p; ?></a> </li> <?php endfor; ?> ``` It should end up looking like this (focus on **line 2**): ![Screenshot 2024-06-18 at 10 26 18](https://github.com/microsoft/vscode/assets/34438048/69d4029c-975c-49c5-a7ec-033dd15a7ac7) Adding a space before ```<?=``` solves this as a temporary workaround: ![Screenshot 2024-06-18 at 10 27 06](https://github.com/microsoft/vscode/assets/34438048/43347b71-e947-4b8e-872e-3a01ff756ea2)
641
216172
Down arrow in middle of last line in last notebook cell does not move cursor to end of line
2024-06-17 21:58:42+00:00
1. Have a notebook cell at the end of the notebook with some code 2. Put your cursor in the middle of the line 3. Arrow down 4. :bug: cursor doesn't jump to end of line because we're trying to navigate to the next notebook cell even though there isn't one to navigate to
Down arrow in middle of last line in last notebook cell does not move cursor to end of line 1. Have a notebook cell at the end of the notebook with some code 2. Put your cursor in the middle of the line 3. Arrow down 4. :bug: cursor doesn't jump to end of line because we're trying to navigate to the next notebook cell even though there isn't one to navigate to
91
216156
Starting IW from Active Editor Column will launch two IW editors
2024-06-17 21:35:57+00:00
2024-06-24 23:05:10+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/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. --> https://github.com/user-attachments/assets/386b2206-61e0-495b-99aa-517e809d903f Example code ``` const interactiveWindowObject = (await vscode.commands.executeCommand( 'interactive.open', { preserveFocus: true, viewColumn: vscode.ViewColumn.Active, }, undefined, controller.id, 'Node REPL', )) as { notebookEditor: vscode.NotebookEditor }; ```
completed
Starting IW from Active Editor Column will launch two IW editors <!-- โš ๏ธโš ๏ธ 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. --> https://github.com/user-attachments/assets/386b2206-61e0-495b-99aa-517e809d903f Example code ``` const interactiveWindowObject = (await vscode.commands.executeCommand( 'interactive.open', { preserveFocus: true, viewColumn: vscode.ViewColumn.Active, }, undefined, controller.id, 'Node REPL', )) as { notebookEditor: vscode.NotebookEditor }; ```
447
216137
"Run and Debug" pane remains closed when creating a function breakpoint
2024-06-17 21:07:32+00:00
2024-06-18 06:11: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/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.90.1 - OS Version: macOS 14.5 Steps to Reproduce: 1. With the "Run and Debug" pane closed, select the "Run" menu "New Breakpoint" > "Function Breakpoint..." The pane is expected to open to make the function breakpoint text entry visible. Instead, it remains closed.
completed
"Run and Debug" pane remains closed when creating a function 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?: 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.90.1 - OS Version: macOS 14.5 Steps to Reproduce: 1. With the "Run and Debug" pane closed, select the "Run" menu "New Breakpoint" > "Function Breakpoint..." The pane is expected to open to make the function breakpoint text entry visible. Instead, it remains closed.
389
216002
Terminal suggestion: suggestions hide on multi-line inputs
2024-06-17 19:07:11+00:00
2024-06-18 20:32:08+00:00
Repro: In pwsh type: ``` Get-Content ` - ``` The suggest widget shows: ![image](https://github.com/user-attachments/assets/5d824f47-1532-418f-a17a-3a36d5b82c5b) Press `R`, ๐Ÿ› it hides but should filter.
completed
Terminal suggestion: suggestions hide on multi-line inputs Repro: In pwsh type: ``` Get-Content ` - ``` The suggest widget shows: ![image](https://github.com/user-attachments/assets/5d824f47-1532-418f-a17a-3a36d5b82c5b) Press `R`, ๐Ÿ› it hides but should filter.
96
215925
The Diff Editor "Next Change" action does not loop if there is a difference in the new line at the end of the files
2024-06-17 07:37:40+00:00
Does this issue occur when all extensions are disabled? **Yes** I am able to reproduce this issue on Windows with the latest build as well as on the Insiders Build on the web using https://insiders.vscode.dev/. ## Steps to Reproduce 1. Create 2 files to diff. One file should end with a new line and the other shouldn't. Example: **file1.txt** ``` This is the 1st sentence. This is the second one. This is number 3. ``` **file2.txt** ``` This is the first sentence. This is the second one. This is number 3. ``` 2. Use the "Next Change" action to cycle through the changes. Notice how it does not loop back to the beginning after reaching the last difference between the files, which is the end of file new line. ## More Info The "Previous Change" action works correctly and loops to the last difference when at the first difference. Also, the "Next Change" looping back to the first difference works correctly if the last difference is not a new line. ## Why does it matter? It might seem like a minor issue, but I need to diff large files where often one of the files is missing the new line at the end. If I use "Previous Change" at the beginning of the files, I am taken to the last difference at the end of the files, and I cannot use "Next Change" to go back to the start.
The Diff Editor "Next Change" action does not loop if there is a difference in the new line at the end of the files Does this issue occur when all extensions are disabled? **Yes** I am able to reproduce this issue on Windows with the latest build as well as on the Insiders Build on the web using https://insiders.vscode.dev/. ## Steps to Reproduce 1. Create 2 files to diff. One file should end with a new line and the other shouldn't. Example: **file1.txt** ``` This is the 1st sentence. This is the second one. This is number 3. ``` **file2.txt** ``` This is the first sentence. This is the second one. This is number 3. ``` 2. Use the "Next Change" action to cycle through the changes. Notice how it does not loop back to the beginning after reaching the last difference between the files, which is the end of file new line. ## More Info The "Previous Change" action works correctly and loops to the last difference when at the first difference. Also, the "Next Change" looping back to the first difference works correctly if the last difference is not a new line. ## Why does it matter? It might seem like a minor issue, but I need to diff large files where often one of the files is missing the new line at the end. If I use "Previous Change" at the beginning of the files, I am taken to the last difference at the end of the files, and I cannot use "Next Change" to go back to the start.
340
215924
Code 1.90.1 crashes on startup
2024-06-17 07:11:39+00:00
2024-07-09 05:33: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.90.1 - OS Version: 4.18.0-553.5.1.el8_10.x86_64, running in an virtual environment Steps to Reproduce: 1. Updated VSCode to the current version 1.90.1 2. Start with verbose `code --verbose` 3. VSCode crashes with the following message: ```shell [0617/085433.786964:ERROR:elf_dynamic_array_reader.h(64)] tag not found [0617/085433.789584:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2) [0617/085433.789605:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2) [0617/085433.791755:ERROR:directory_reader_posix.cc(43)] opendir /net/machine/home/user/Development/vscode-1.90.1/userdata/Crashpad/attachments/bf6a73bb-efa8-4200-9654-29274ccf1a6c: No such file or directory (2) ``` Using the version 1.88.1, everything works. Best regards, Frank
completed
Code 1.90.1 crashes on startup <!-- โš ๏ธโš ๏ธ 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.90.1 - OS Version: 4.18.0-553.5.1.el8_10.x86_64, running in an virtual environment Steps to Reproduce: 1. Updated VSCode to the current version 1.90.1 2. Start with verbose `code --verbose` 3. VSCode crashes with the following message: ```shell [0617/085433.786964:ERROR:elf_dynamic_array_reader.h(64)] tag not found [0617/085433.789584:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2) [0617/085433.789605:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2) [0617/085433.791755:ERROR:directory_reader_posix.cc(43)] opendir /net/machine/home/user/Development/vscode-1.90.1/userdata/Crashpad/attachments/bf6a73bb-efa8-4200-9654-29274ccf1a6c: No such file or directory (2) ``` Using the version 1.88.1, everything works. Best regards, Frank
634
215722
editor.action.nextMatchFindAction won't scroll to target when followed by closeFindWidget
2024-06-16 00:04:02+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.90.1, 1.91.0-insider, vscode.dev 1.90.1 - OS Version: Windows 10 22H2, Windows 10 22H2, Windows 10 22H2/Chrome Steps to Reproduce: 1. create a hotkey with the commands: ```["editor.action.nextMatchFindAction", "closeFindWidget"]``` 2. position the text that the hotkey will search for outside view (need to scroll to it) 3. the command won't scroll to the found text ![ezgif-4-0f8ee88c3c](https://github.com/microsoft/vscode/assets/3517668/10d3ae29-8fe6-4599-8643-1184adaa738a)
editor.action.nextMatchFindAction won't scroll to target when followed by closeFindWidget <!-- โš ๏ธโš ๏ธ 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.90.1, 1.91.0-insider, vscode.dev 1.90.1 - OS Version: Windows 10 22H2, Windows 10 22H2, Windows 10 22H2/Chrome Steps to Reproduce: 1. create a hotkey with the commands: ```["editor.action.nextMatchFindAction", "closeFindWidget"]``` 2. position the text that the hotkey will search for outside view (need to scroll to it) 3. the command won't scroll to the found text ![ezgif-4-0f8ee88c3c](https://github.com/microsoft/vscode/assets/3517668/10d3ae29-8fe6-4599-8643-1184adaa738a)
495
215579
current command isn't read on windows when navigating in the terminal accessible view
2024-06-14 19:12:23+00:00
reported by @jooyoungseo
current command isn't read on windows when navigating in the terminal accessible view reported by @jooyoungseo
26
215578
consider keybindings that don't conflict with JAWS
2024-06-14 19:11:01+00:00
2024-06-19 20:49:11+00:00
@jooyoungseo mentioned that the current keybinding for this controls speech rate for jaws users on windows `ctrl+pagedown / ctrl+pageup` should be used for code chat next code block and go to next /previous cell
completed
consider keybindings that don't conflict with JAWS @jooyoungseo mentioned that the current keybinding for this controls speech rate for jaws users on windows `ctrl+pagedown / ctrl+pageup` should be used for code chat next code block and go to next /previous cell
70
215548
Filtering in tree views no longer works
2024-06-14 15:51:20+00:00
2024-06-14 16:06:39+00:00
1. Open stable VS Code 1.89 2. Ctrl+F in the explorer and notice tree filtering works 3. Open Insiders or VS Code 1.90 4. Ctrl+F in the explorer and notice you can no longer filter in tree views
completed
Filtering in tree views no longer works 1. Open stable VS Code 1.89 2. Ctrl+F in the explorer and notice tree filtering works 3. Open Insiders or VS Code 1.90 4. Ctrl+F in the explorer and notice you can no longer filter in tree views
58
215537
Option --connection-token-file not functional in "code serve-web"
2024-06-14 13:11:06+00:00
2024-07-24 17:36: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 <!-- ๐Ÿช“ 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.90.1 - OS Version: Rocky 8 Steps to Reproduce: 1. Run `code serve-web` with the `--connection-token` option with a string containing the desired connection token. 2. The server starts up with the specified connection token. 3. Run `code serve-web` with the `--connection-token-file` option with a path to a file with the desired connection token. 4. The server starts up with a randomly-generated UUID as the connection token. The `code serve-web` exposes a `--connection-token-file` which would reasonably be expected to work, especially since `--connection-token` _does_ work as expected and overrides generation of a random token. In particular, in [serve_web.rs](https://github.com/microsoft/vscode/blob/dc8c2d019c806a06aa47a4e7a6bd147b5d68b27e/cli/src/commands/serve_web.rs#L77) `serve_web()` calls `mint_connection_token()` to handle either generating a fresh token or using a provided one. This only handles `args.connection_token` and as far as I can tell there is no code in the option handling that would replace this value with the token read from the file `args.connection_token_file`. The `--connection-token-file` option only appears to be used in different contexts like running the downloaded servers, and the value in the ServeWebArgs version appears to only ever be overwritten by the previously-mentioned token minting code. When executing the `code serve-web` function, it would be much preferable to provide a specified connection token in a file, for reasons similar to those in https://github.com/microsoft/vscode/issues/207491 to prevent the connection token from being accessible by other users. I do not believe this is a security vulnerability, since you have to explicitly opt in to providing a connection token in a potentially unsafe manner as-is, but being able to provide one in a file would be a substantial security improvement when using specified connection tokens. I believe that this `serve-web` code should read in the file at the path provided by the `--connection-token-file` argument and use the contents as the token when provided. If this isn't intended to be used, I would think it should be removed from the options provided for the CLI `serve-web` command instead of being non-functional.
completed
Option --connection-token-file not functional in "code serve-web" <!-- โš ๏ธโš ๏ธ 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.90.1 - OS Version: Rocky 8 Steps to Reproduce: 1. Run `code serve-web` with the `--connection-token` option with a string containing the desired connection token. 2. The server starts up with the specified connection token. 3. Run `code serve-web` with the `--connection-token-file` option with a path to a file with the desired connection token. 4. The server starts up with a randomly-generated UUID as the connection token. The `code serve-web` exposes a `--connection-token-file` which would reasonably be expected to work, especially since `--connection-token` _does_ work as expected and overrides generation of a random token. In particular, in [serve_web.rs](https://github.com/microsoft/vscode/blob/dc8c2d019c806a06aa47a4e7a6bd147b5d68b27e/cli/src/commands/serve_web.rs#L77) `serve_web()` calls `mint_connection_token()` to handle either generating a fresh token or using a provided one. This only handles `args.connection_token` and as far as I can tell there is no code in the option handling that would replace this value with the token read from the file `args.connection_token_file`. The `--connection-token-file` option only appears to be used in different contexts like running the downloaded servers, and the value in the ServeWebArgs version appears to only ever be overwritten by the previously-mentioned token minting code. When executing the `code serve-web` function, it would be much preferable to provide a specified connection token in a file, for reasons similar to those in https://github.com/microsoft/vscode/issues/207491 to prevent the connection token from being accessible by other users. I do not believe this is a security vulnerability, since you have to explicitly opt in to providing a connection token in a potentially unsafe manner as-is, but being able to provide one in a file would be a substantial security improvement when using specified connection tokens. I believe that this `serve-web` code should read in the file at the path provided by the `--connection-token-file` argument and use the contents as the token when provided. If this isn't intended to be used, I would think it should be removed from the options provided for the CLI `serve-web` command instead of being non-functional.
936
215535
serve-web | error: unexpected argument '--no-sandbox' found | Since VSCode 1.90+
2024-06-14 11:52:42+00:00
2024-06-20 05:02:05+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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.90.1 | 611f9bfce64f25108829dd295f54a6894e87339d | x64 - OS Version: Ubuntu 24.04 (Updates 14 Jun 2024) I get the error `error: unexpected argument '--no-sandbox' found` on a fresh installation of Ubuntu 24.04 and VSCode 1.90.1 **Everything works fine with VSCode version `1.89.1` dc96b837cf6bb4af9cd736aa3af08cf8279f7685.** Steps to Reproduce: 1. Install latest version of Ubuntu 24.04. 2. Run `snap install code --classic` command. 3. Run `code serve-web` command.
completed
serve-web | error: unexpected argument '--no-sandbox' found | Since VSCode 1.90+ <!-- โš ๏ธโš ๏ธ 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.90.1 | 611f9bfce64f25108829dd295f54a6894e87339d | x64 - OS Version: Ubuntu 24.04 (Updates 14 Jun 2024) I get the error `error: unexpected argument '--no-sandbox' found` on a fresh installation of Ubuntu 24.04 and VSCode 1.90.1 **Everything works fine with VSCode version `1.89.1` dc96b837cf6bb4af9cd736aa3af08cf8279f7685.** Steps to Reproduce: 1. Install latest version of Ubuntu 24.04. 2. Run `snap install code --classic` command. 3. Run `code serve-web` command.
488
215532
Terminal chat consumes ENTER
2024-06-14 10:59:57+00:00
2024-06-14 16:44:27+00:00
* have just an editor open, no terminal * reload window * start editor inline chat * make a request * in the same session making another request, make sure to use `Enter` to submit the prompt * :bug: nothing happens, tracing shows Enter is consumed by terminals ``` 2024-06-14 12:58:19.142 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: Enter, keyCode: 3 ('Enter') 2024-06-14 12:58:19.142 [info] [KeybindingService]: | Resolving [Enter] 2024-06-14 12:58:19.142 [info] [KeybindingService]: \ From 35 keybinding entries, matched workbench.action.terminal.chat.makeRequest, when: inlineChatFocused && terminalHasBeenCreated && !inlineChatEmpty && !terminalChatActiveRequest || inlineChatFocused && terminalProcessSupported && !inlineChatEmpty && !terminalChatActiveRequest, source: built-in. 2024-06-14 12:58:19.143 [info] [KeybindingService]: + Invoking command workbench.action.terminal.chat.makeRequest. ```
completed
Terminal chat consumes ENTER * have just an editor open, no terminal * reload window * start editor inline chat * make a request * in the same session making another request, make sure to use `Enter` to submit the prompt * :bug: nothing happens, tracing shows Enter is consumed by terminals ``` 2024-06-14 12:58:19.142 [info] [KeybindingService]: | Converted keydown event - modifiers: [], code: Enter, keyCode: 3 ('Enter') 2024-06-14 12:58:19.142 [info] [KeybindingService]: | Resolving [Enter] 2024-06-14 12:58:19.142 [info] [KeybindingService]: \ From 35 keybinding entries, matched workbench.action.terminal.chat.makeRequest, when: inlineChatFocused && terminalHasBeenCreated && !inlineChatEmpty && !terminalChatActiveRequest || inlineChatFocused && terminalProcessSupported && !inlineChatEmpty && !terminalChatActiveRequest, source: built-in. 2024-06-14 12:58:19.143 [info] [KeybindingService]: + Invoking command workbench.action.terminal.chat.makeRequest. ```
304
215521
Inline chat always shows diff editor
2024-06-14 08:58:58+00:00
2024-06-14 09:18:19+00:00
* todays insiders * do any inline chat query * ๐Ÿ› the edits are done live _and_ shows inside the chat diff editor <img width="946" alt="Screenshot 2024-06-14 at 10 59 47" src="https://github.com/user-attachments/assets/cf15d5d9-0572-4a77-9d7c-6c532765a1d4">
completed
Inline chat always shows diff editor * todays insiders * do any inline chat query * ๐Ÿ› the edits are done live _and_ shows inside the chat diff editor <img width="946" alt="Screenshot 2024-06-14 at 10 59 47" src="https://github.com/user-attachments/assets/cf15d5d9-0572-4a77-9d7c-6c532765a1d4">
108
215519
Ugly flicker when having suggested prompt
2024-06-14 08:27:53+00:00
2024-06-18 15:11:28+00:00
* have a squiggle * open inline chat for it * the UI flickers when coming up https://github.com/user-attachments/assets/7e235ce5-3c3f-4333-bde9-637b05bdccaf
completed
Ugly flicker when having suggested prompt * have a squiggle * open inline chat for it * the UI flickers when coming up https://github.com/user-attachments/assets/7e235ce5-3c3f-4333-bde9-637b05bdccaf
70
215544
VS Code Native REPL and Interactive Window shows unexpected error when interactive tab is moved
2024-06-14 07:29:55+00:00
2024-06-14 20:28:12+00:00
![Screenshot 2024-06-14 at 12 26 52โ€ฏAM](https://github.com/microsoft/vscode-python/assets/62267334/20c53388-45de-473f-b137-28abde3bbfa1) When opening REPL( Or interactive window) tab (opens beside active tab), and then moving that tab into active tab or other section, it suddenly crashes REPL tab that was opened. notebookEditor becomes undefined, and trying to look for notebookEditor using saved referenced of notebookDocument via ```return window.visibleNotebookEditors.find((editor) => editor !== undefined);``` doesnt work because ```window.visibleNotebookEditors``` simply returns no notebook editors. so there is nothing to search for Same happens for interactive window: https://github.com/microsoft/vscode-python/assets/62267334/0e93cf45-3012-4ef2-9dc3-572dfb15163a
completed
VS Code Native REPL and Interactive Window shows unexpected error when interactive tab is moved ![Screenshot 2024-06-14 at 12 26 52โ€ฏAM](https://github.com/microsoft/vscode-python/assets/62267334/20c53388-45de-473f-b137-28abde3bbfa1) When opening REPL( Or interactive window) tab (opens beside active tab), and then moving that tab into active tab or other section, it suddenly crashes REPL tab that was opened. notebookEditor becomes undefined, and trying to look for notebookEditor using saved referenced of notebookDocument via ```return window.visibleNotebookEditors.find((editor) => editor !== undefined);``` doesnt work because ```window.visibleNotebookEditors``` simply returns no notebook editors. so there is nothing to search for Same happens for interactive window: https://github.com/microsoft/vscode-python/assets/62267334/0e93cf45-3012-4ef2-9dc3-572dfb15163a
251
215474
Close All Editors action performs a soft revert skipping over change event for extensions
2024-06-13 19:37:52+00:00
2024-06-21 09:28:09+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, as issue is with extension/LSP 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. --> Version: 1.90.1 (user setup) Commit: 611f9bfce64f25108829dd295f54a6894e87339d Date: 2024-06-11T21:01:24.262Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Have an LSP extension written to handle `textDocument/didChange` and `textDocument/didClose` messages. 2. Put breakpoints in those handlers. 3. Open a file (that is associated with the language service extension), make a modification to it, then close it using the close box, without having saved it. 4. Note that a `textDocument/didChange` is sent an additional time before `textDocument/didClose`, to deliver a 'revert' edit, allowing the extension to effectively revert any internal state to the 'unsaved' state of the file, without having to re-read the file from disk. 5. Open a file, make a modification to it, then close it using the "View: Close All Editors" command. 6. Note that a `textDocument/didChange` with a revert edit is NOT sent. Expected: Consistent LSP behavior related to closing unsaved files - preferably always delivering a revert edit. We could work around the issue in the C/C++ extension by always going directly to disk after a file is closed with unsaved changes. However, we've been relying on this revert edit. It's unclear the usefulness of sometimes providing a revert edit and sometimes not. Seems like it should either always deliver the revert edit on modified/unsaved close, or never do so.
completed
Close All Editors action performs a soft revert skipping over change event for extensions <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: No, as issue is with extension/LSP 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. --> Version: 1.90.1 (user setup) Commit: 611f9bfce64f25108829dd295f54a6894e87339d Date: 2024-06-11T21:01:24.262Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Have an LSP extension written to handle `textDocument/didChange` and `textDocument/didClose` messages. 2. Put breakpoints in those handlers. 3. Open a file (that is associated with the language service extension), make a modification to it, then close it using the close box, without having saved it. 4. Note that a `textDocument/didChange` is sent an additional time before `textDocument/didClose`, to deliver a 'revert' edit, allowing the extension to effectively revert any internal state to the 'unsaved' state of the file, without having to re-read the file from disk. 5. Open a file, make a modification to it, then close it using the "View: Close All Editors" command. 6. Note that a `textDocument/didChange` with a revert edit is NOT sent. Expected: Consistent LSP behavior related to closing unsaved files - preferably always delivering a revert edit. We could work around the issue in the C/C++ extension by always going directly to disk after a file is closed with unsaved changes. However, we've been relying on this revert edit. It's unclear the usefulness of sometimes providing a revert edit and sometimes not. Seems like it should either always deliver the revert edit on modified/unsaved close, or never do so.
744
215456
when at the bottom of the terminal, terminal chat doesn't show
2024-06-13 17:11:10+00:00
2024-06-17 21:18:32+00:00
1. open a terminal and fill it so the prompt is at the bottom 2. try to use `ctrl/cmd+i` to open chat 2. we bound the bottom and the top, so it's not visible
completed
when at the bottom of the terminal, terminal chat doesn't show 1. open a terminal and fill it so the prompt is at the bottom 2. try to use `ctrl/cmd+i` to open chat 2. we bound the bottom and the top, so it's not visible
62
215446
Silence the "Comments are not permitted in JSON." error for the emmet snippets.json to match parsing behavior
2024-06-13 14:32:06+00:00
Type: <b>Bug</b> The emmet snippets.json is tolerant to comments since #33818. This means that a `snippets.json` like this would still be parsed correctly and work as expected: ``` { // Hello! "html": { "snippets": { "hw": "{Hello world}" } } } ``` However any comment in `snippets.json` will still be marked as an error by VSCode. In contrast, any comment in the VSCode `settings.json` is ignored. | emmet `snippets.json` | VSCode `settings.json` | | --- | --- | | ![A comment on an emmet snippets.json is marked as an error](https://github.com/microsoft/vscode/assets/35560568/7e7bc4b6-d082-46c1-a96c-0a540ac9363c) | ![A comment on a VSCode settings.json is not marked as an error](https://github.com/microsoft/vscode/assets/35560568/31d6837e-ec65-4440-ae6e-1a3ace86d63a) | I assume that this behavior can be changed, since the emmet `snippets.json` is already being parsed in a way that's tolerant to comments. Can these errors be silenced to match the underlying parsing behavior? --- Does this issue occur when all extensions are disabled?: Yes Steps to Reproduce: 1. create an emmet snippet.json file with comments 2. notice the mismatch: the file is being parsed correctly, but the comment is marked as an error ("Comments are not permitted in JSON. (521)") VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:43:07.605Z) OS version: Linux x64 6.5.0-35-generic snap Modes: <!-- generated by issue reporter -->
Silence the "Comments are not permitted in JSON." error for the emmet snippets.json to match parsing behavior Type: <b>Bug</b> The emmet snippets.json is tolerant to comments since #33818. This means that a `snippets.json` like this would still be parsed correctly and work as expected: ``` { // Hello! "html": { "snippets": { "hw": "{Hello world}" } } } ``` However any comment in `snippets.json` will still be marked as an error by VSCode. In contrast, any comment in the VSCode `settings.json` is ignored. | emmet `snippets.json` | VSCode `settings.json` | | --- | --- | | ![A comment on an emmet snippets.json is marked as an error](https://github.com/microsoft/vscode/assets/35560568/7e7bc4b6-d082-46c1-a96c-0a540ac9363c) | ![A comment on a VSCode settings.json is not marked as an error](https://github.com/microsoft/vscode/assets/35560568/31d6837e-ec65-4440-ae6e-1a3ace86d63a) | I assume that this behavior can be changed, since the emmet `snippets.json` is already being parsed in a way that's tolerant to comments. Can these errors be silenced to match the underlying parsing behavior? --- Does this issue occur when all extensions are disabled?: Yes Steps to Reproduce: 1. create an emmet snippet.json file with comments 2. notice the mismatch: the file is being parsed correctly, but the comment is marked as an error ("Comments are not permitted in JSON. (521)") VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:43:07.605Z) OS version: Linux x64 6.5.0-35-generic snap Modes: <!-- generated by issue reporter -->
534
215437
Search results don't automatically update on editor changes, if I move the Search view to another location
2024-06-13 13:01:18+00:00
1. Open any file 2. Search for `foo`, see some results 3. Type `foo` in the editor, see that result shows up in the search view 4. Delete `foo`, see that result disappears 5. Move the search view below the File Explorer 6. Repeat steps 3-4 :bug: Search results no longer automatically update
Search results don't automatically update on editor changes, if I move the Search view to another location 1. Open any file 2. Search for `foo`, see some results 3. Type `foo` in the editor, see that result shows up in the search view 4. Delete `foo`, see that result disappears 5. Move the search view below the File Explorer 6. Repeat steps 3-4 :bug: Search results no longer automatically update
93
215430
VSCode Insiders crashes during startup on MacOS 11
2024-06-13 11:24:55+00:00
2024-07-04 17:00:09+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.91.0-insider - OS Version: MacOS 11 Steps to Reproduce: 1. Try running tests on macos 11 e.g. https://github.com/slavek-kucera/vscode-crash/actions/runs/9498680266/job/26177922300 2. Observe ``` [2161:0613/111919.940396:ERROR:node_bindings.cc(162)] Fatal error in V8: v8::Template::Set Invalid value, must be a primitive or a Template Exit code: SIGSEGV ```
completed
VSCode Insiders crashes during startup on MacOS 11 <!-- โš ๏ธโš ๏ธ 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.91.0-insider - OS Version: MacOS 11 Steps to Reproduce: 1. Try running tests on macos 11 e.g. https://github.com/slavek-kucera/vscode-crash/actions/runs/9498680266/job/26177922300 2. Observe ``` [2161:0613/111919.940396:ERROR:node_bindings.cc(162)] Fatal error in V8: v8::Template::Set Invalid value, must be a primitive or a Template Exit code: SIGSEGV ```
452
215417
Switching Profiles is bringing back hidden views
2024-06-13 08:03:59+00:00
Steps to Reproduce: 1. In Default Profile, install GitLens Extension 2. Hide Gitlens specific View Containers in Sidebar 3. Create a Profile A and install GitLens extension 4. From a window with Default Profile, switch to Profile A 5. Switch back to Default Profile ๐Ÿ› Gitlens view containers are shown
Switching Profiles is bringing back hidden views Steps to Reproduce: 1. In Default Profile, install GitLens Extension 2. Hide Gitlens specific View Containers in Sidebar 3. Create a Profile A and install GitLens extension 4. From a window with Default Profile, switch to Profile A 5. Switch back to Default Profile ๐Ÿ› Gitlens view containers are shown
88
215410
vscode 1.90.0 generates an error when installing the plug-in using the code --install-extension ${extension} command line
2024-06-13 06:34:21+00:00
2024-06-21 16:45:35+00:00
When I use the command line code --install-extension ${extension} to update the plugin, I get an error. the Error message is Error while installing the extension ${id} Cannot find the installed extension Vscode - userdata: $HOME /. Vscode/extensions/extensions. The json. This error only appears in version 1.90.0, but does not exist if you go back to version 1.89.0.
completed
vscode 1.90.0 generates an error when installing the plug-in using the code --install-extension ${extension} command line When I use the command line code --install-extension ${extension} to update the plugin, I get an error. the Error message is Error while installing the extension ${id} Cannot find the installed extension Vscode - userdata: $HOME /. Vscode/extensions/extensions. The json. This error only appears in version 1.90.0, but does not exist if you go back to version 1.89.0.
132
214962
Diff chunks are not optimal
2024-06-12 15:48:30+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.90.0 - OS Version: Win 11 Steps to Reproduce: 1. [Monaco Playground](https://microsoft.github.io/monaco-editor/playground.html?source=v0.50.0-dev-20240612#XQAAAAKBAgAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw19nPG_1uhrp2RzO_KSoj3BnqSCFzt4AfU0xJ0CGYU1vRtgnKPmZzQcQ1HJnaCu5f-1dobOlrSyV9lhyCGfRbxkREdNzix3aoXh3_Ov8eQ6X3c-AUSK46G6HjGvX8dCwNQQz4eOuhhob0KfG4lhlqxA23z_QD6p-r1-xW6hV5rR94ezXXE080-ZTw4jFX6SZUejO4KFHz8HdL05d-vavmNT889yL1I2nf1jSdqa34J0Gv6stIo-uvmIx-0S6jW9ef8LgHWR28JgyP_x1voUILzttbFiIChEoNyktz4wHRM4mRiZh2o1BCPmEWG0pGfpIDlhreijcN5TnNqqkfFb7LVdhLx0L_Dm1AAA) An optimal diff chunk would comprise ``` if 3: pass ``` ![image](https://github.com/microsoft/vscode/assets/12128514/c00304dd-0760-4fb6-8d04-1f401490b45e)
Diff chunks are not optimal <!-- โš ๏ธโš ๏ธ 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.90.0 - OS Version: Win 11 Steps to Reproduce: 1. [Monaco Playground](https://microsoft.github.io/monaco-editor/playground.html?source=v0.50.0-dev-20240612#XQAAAAKBAgAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw19nPG_1uhrp2RzO_KSoj3BnqSCFzt4AfU0xJ0CGYU1vRtgnKPmZzQcQ1HJnaCu5f-1dobOlrSyV9lhyCGfRbxkREdNzix3aoXh3_Ov8eQ6X3c-AUSK46G6HjGvX8dCwNQQz4eOuhhob0KfG4lhlqxA23z_QD6p-r1-xW6hV5rR94ezXXE080-ZTw4jFX6SZUejO4KFHz8HdL05d-vavmNT889yL1I2nf1jSdqa34J0Gv6stIo-uvmIx-0S6jW9ef8LgHWR28JgyP_x1voUILzttbFiIChEoNyktz4wHRM4mRiZh2o1BCPmEWG0pGfpIDlhreijcN5TnNqqkfFb7LVdhLx0L_Dm1AAA) An optimal diff chunk would comprise ``` if 3: pass ``` ![image](https://github.com/microsoft/vscode/assets/12128514/c00304dd-0760-4fb6-8d04-1f401490b45e)
777
214945
profile analysis worker is broken
2024-06-12 13:21:49+00:00
2024-06-26 12:55:53+00:00
* have the renderer or a worker go slow * see the profile analysis worker failing to start this was caused by https://github.com/microsoft/vscode/commit/828118d55e5b4da1e06536d4cbf933b74eb51291#diff-a8d63e03d2b4ed8a2080e0e9cc22b7a597c207afb25973dfa53fe543ef8555d5 ``` ReferenceError: window is not defined at eval (profileAnalysisWorker.js:3:1798) at t._safeInvokeFunction (workerMain.js:5:1248) at t._invokeFactory (workerMain.js:5:1428) at t.complete (workerMain.js:5:1685) at L._onModuleComplete (workerMain.js:6:1051) at L._resolve (workerMain.js:6:510) at L.defineModule (workerMain.js:5:5564) at n (workerMain.js:6:1745) at eval (profileAnalysisWorker.js:3:1550) at anonymous (profileAnalysisWorker.js:8:4534) ```
completed
profile analysis worker is broken * have the renderer or a worker go slow * see the profile analysis worker failing to start this was caused by https://github.com/microsoft/vscode/commit/828118d55e5b4da1e06536d4cbf933b74eb51291#diff-a8d63e03d2b4ed8a2080e0e9cc22b7a597c207afb25973dfa53fe543ef8555d5 ``` ReferenceError: window is not defined at eval (profileAnalysisWorker.js:3:1798) at t._safeInvokeFunction (workerMain.js:5:1248) at t._invokeFactory (workerMain.js:5:1428) at t.complete (workerMain.js:5:1685) at L._onModuleComplete (workerMain.js:6:1051) at L._resolve (workerMain.js:6:510) at L.defineModule (workerMain.js:5:5564) at n (workerMain.js:6:1745) at eval (profileAnalysisWorker.js:3:1550) at anonymous (profileAnalysisWorker.js:8:4534) ```
302
214937
Active line number not bold when word wrap is enabled
2024-06-12 10:24: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: Version: 1.90.0 - OS Version: Windows_NT x64 10.0.22631 Steps to Reproduce: This is most obvious in dark themes such as "Dark Modern" 1. Enable word wrap 2. Move cursor to a long line 3. Move cursor to first part of line, level with line number 4. Observe that active line number is bold (first screenshot, line number 7) 5. Move cursor to wrapped part of a line so that cursor is no longer level with line number Expected: active line number remains bold What actually happens: active line number is not bold (second screenshot, line number 7) ![Screenshot 2024-06-12 111804](https://github.com/microsoft/vscode/assets/105314/e1e9946c-086a-41bb-b879-9f0e523dc874) ![Screenshot 2024-06-12 111752](https://github.com/microsoft/vscode/assets/105314/f0ac409c-2f93-4aaf-9853-cc627110c8d1)
Active line number not bold when word wrap is enabled <!-- โš ๏ธโš ๏ธ 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.90.0 - OS Version: Windows_NT x64 10.0.22631 Steps to Reproduce: This is most obvious in dark themes such as "Dark Modern" 1. Enable word wrap 2. Move cursor to a long line 3. Move cursor to first part of line, level with line number 4. Observe that active line number is bold (first screenshot, line number 7) 5. Move cursor to wrapped part of a line so that cursor is no longer level with line number Expected: active line number remains bold What actually happens: active line number is not bold (second screenshot, line number 7) ![Screenshot 2024-06-12 111804](https://github.com/microsoft/vscode/assets/105314/e1e9946c-086a-41bb-b879-9f0e523dc874) ![Screenshot 2024-06-12 111752](https://github.com/microsoft/vscode/assets/105314/f0ac409c-2f93-4aaf-9853-cc627110c8d1)
560
214936
Lecagy Linux server used in WSL under Ubuntu 22.04
2024-06-12 08:39:25+00:00
Version: 1.91.0-insider (user setup) Commit: 51d598183ea632c658c34e0a11da5706192a1b69 Date: 2024-06-12T05:49:43.246Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22635 WSL ``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy ``` When installing the server: ``` Updating VS Code Server to version 51d598183ea632c658c34e0a11da5706192a1b69 Removing previous installation... Installing VS Code Server for Linux legacy-x64 (51d598183ea632c658c34e0a11da5706192a1b69) ```
Lecagy Linux server used in WSL under Ubuntu 22.04 Version: 1.91.0-insider (user setup) Commit: 51d598183ea632c658c34e0a11da5706192a1b69 Date: 2024-06-12T05:49:43.246Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22635 WSL ``` lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy ``` When installing the server: ``` Updating VS Code Server to version 51d598183ea632c658c34e0a11da5706192a1b69 Removing previous installation... Installing VS Code Server for Linux legacy-x64 (51d598183ea632c658c34e0a11da5706192a1b69) ```
254
214919
'esc' to dismiss suggest widget in SCM clears text
2024-06-11 22:34:12+00:00
2024-06-12 19:25:04+00:00
- Type my long commit message - Type `#` and suggest widget for issues pops up aggressively - Press esc to get rid of it - All the commit text is gone I think this is new?
completed
'esc' to dismiss suggest widget in SCM clears text - Type my long commit message - Type `#` and suggest widget for issues pops up aggressively - Press esc to get rid of it - All the commit text is gone I think this is new?
61
214918
`SourceControl.statusBarCommands` - third and subsequent commands are detached from first two
2024-06-11 21:38:00+00:00
2024-06-19 18:33:12+00:00
Type: <b>Bug</b> 1. Have an SCM extension that adds more that 2 status bar commands. 2. Observe that the 3rd and subsequent ones aren't adjacent to the first two. ![image](https://github.com/microsoft/vscode/assets/6726799/4e9ed3e6-8f31-4b63-b543-88817a982101) Clone https://github.com/gjsjohnmurray/vscode-extension-samples/tree/show-vscode-214918 for the example shown in the screenshot above. VS Code version: Code - Insiders 1.91.0-insider (21decd9342dd2e14f2a7cd2883f84e6ff43ea0df, 2024-06-11T06:46:21.055Z) OS version: Windows_NT x64 10.0.22631 Modes: <!-- generated by issue reporter -->
completed
`SourceControl.statusBarCommands` - third and subsequent commands are detached from first two Type: <b>Bug</b> 1. Have an SCM extension that adds more that 2 status bar commands. 2. Observe that the 3rd and subsequent ones aren't adjacent to the first two. ![image](https://github.com/microsoft/vscode/assets/6726799/4e9ed3e6-8f31-4b63-b543-88817a982101) Clone https://github.com/gjsjohnmurray/vscode-extension-samples/tree/show-vscode-214918 for the example shown in the screenshot above. VS Code version: Code - Insiders 1.91.0-insider (21decd9342dd2e14f2a7cd2883f84e6ff43ea0df, 2024-06-11T06:46:21.055Z) OS version: Windows_NT x64 10.0.22631 Modes: <!-- generated by issue reporter -->
239
214899
Prevent duplicate terminal quick fixes from being shown
2024-06-11 18:12:53+00:00
2024-06-11 18:13:48+00:00
From 2 different providers:
completed
Prevent duplicate terminal quick fixes from being shown From 2 different providers:
20
214895
in search file by name (go to file) "@" is symbol not working with specified file
2024-06-11 17:20:26+00:00
2024-06-19 16:32: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/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.90.0 - OS Version: Ubuntu 23.10 x86_64 Steps to Reproduce: 1. open go to file 2. enter [file name]@[symbol name] It was working month ago, but in recent update its broken. It is working when searching by file name or symbol name individually. However, when combining file name and symbol name in the search, its not working. i have tested this in both php and js project.
completed
in search file by name (go to file) "@" is symbol not working with specified file <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-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.90.0 - OS Version: Ubuntu 23.10 x86_64 Steps to Reproduce: 1. open go to file 2. enter [file name]@[symbol name] It was working month ago, but in recent update its broken. It is working when searching by file name or symbol name individually. However, when combining file name and symbol name in the search, its not working. i have tested this in both php and js project.
419
214872
Node hangs when invoked from a JavaScript Debug Terminal
2024-06-11 12:24:26+00:00
2024-06-11 18:42:31+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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 Only the `Dev Containers` extension is active and it is unknown if the issue is caused by it or not. <!-- ๐Ÿช“ 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.90.0 - OS Version: Linux x64 6.9.3-arch1-1 Since updating to 1.90.0, `node` just hangs when it is invoked in a `JavaScript Debug Terminal`. This only seem to happen inside a Dev container and not when run things on the host machine directly. Before updating to 1.90.0 I was able to run `node` applications in the `JavaScript Debug Terminal` and VS Code would pick up the debug session. Steps to Reproduce: Repo with minimal reproducible example: https://github.com/szszoke/vscode-node-hangs
completed
Node hangs when invoked from a JavaScript Debug Terminal <!-- โš ๏ธโš ๏ธ 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 Only the `Dev Containers` extension is active and it is unknown if the issue is caused by it or not. <!-- ๐Ÿช“ 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.90.0 - OS Version: Linux x64 6.9.3-arch1-1 Since updating to 1.90.0, `node` just hangs when it is invoked in a `JavaScript Debug Terminal`. This only seem to happen inside a Dev container and not when run things on the host machine directly. Before updating to 1.90.0 I was able to run `node` applications in the `JavaScript Debug Terminal` and VS Code would pick up the debug session. Steps to Reproduce: Repo with minimal reproducible example: https://github.com/szszoke/vscode-node-hangs
476
214859
Building... never stops
2024-06-11 09:43:01+00:00
2024-06-13 06:47:04+00:00
![image](https://github.com/microsoft/vscode/assets/900690/7fa84c9e-83cb-4696-bfb2-8b30c7b9634a) Since the new insiders, I often end up with Building... and it never clears. I trigger the default build task for vscode.
completed
Building... never stops ![image](https://github.com/microsoft/vscode/assets/900690/7fa84c9e-83cb-4696-bfb2-8b30c7b9634a) Since the new insiders, I often end up with Building... and it never clears. I trigger the default build task for vscode.
84
214858
Copilot Chat Extension โ€œAdd Selection to Chat โ€ not work on remote hosts
2024-06-11 09:41:36+00:00
2024-06-17 18:16:13+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: 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.90.0 (user setup) - OS: Windows 11 x64 26100.712 Steps to Reproduce: 1. The "Add Selection to Chat" feature works well on the local Windows 11 version of VSCode. ![image](https://github.com/community/community/assets/26505726/74806d74-9fab-4c17-8fb6-e0dca99f4404) 2. Connect to a remote host via SSH. 3. Strangely, this feature is not working on the remote host, but other functions of Copilot Chat are operating normally. ![image](https://github.com/community/community/assets/26505726/105617e6-693c-48cc-9474-8b8fed2b7717) 4. I have tried many times, and the result remains the same.
completed
Copilot Chat Extension โ€œAdd Selection to Chat โ€ not work on remote hosts <!-- โš ๏ธโš ๏ธ 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.90.0 (user setup) - OS: Windows 11 x64 26100.712 Steps to Reproduce: 1. The "Add Selection to Chat" feature works well on the local Windows 11 version of VSCode. ![image](https://github.com/community/community/assets/26505726/74806d74-9fab-4c17-8fb6-e0dca99f4404) 2. Connect to a remote host via SSH. 3. Strangely, this feature is not working on the remote host, but other functions of Copilot Chat are operating normally. ![image](https://github.com/community/community/assets/26505726/105617e6-693c-48cc-9474-8b8fed2b7717) 4. I have tried many times, and the result remains the same.
516
214830
Investigate the gpu process request for loading resource from pak files in snap
2024-06-11 01:48:57+00:00
2024-06-20 05:02:06+00:00
This is a continuation of https://github.com/microsoft/vscode/issues/212494 to implement a proper fix in the runtime or application as necessary. **Known data points:** * SIGTRAP when gpu tried to access resource bundle to load a label for assigning display name when computing vsync interval using the internal implementation rather than the gl extension. Also name from resource bundle is only requested for builtin-displays and not virtual https://source.chromium.org/chromium/chromium/src/+/main:ui/base/x/x11_display_util.cc;l=449-456 ``` Crash reason: SIGTRAP Crash address: 0x0 Process uptime: 0 seconds Thread 24 (crashed) 0 code!ui::ResourceBundle::GetSharedInstance() [immediate_crash.h : 176 + 0x1] 1 code!l10n_util::GetStringUTF8(int) [l10n_util.cc : 809 + 0x5] 2 code!ui::BuildDisplaysFromXRandRInfo(ui::DisplayConfig const&, unsigned long*) [x11_display_util.cc : 448 + 0xd] 3 code!ui::GetPrimaryDisplayRefreshIntervalFromXrandr() [x11_display_util.cc : 517 + 0xb] 4 code!ui::(anonymous namespace)::XRandrHelper::GetInterval() [x11_xrandr_interval_only_vsync_provider.cc : 60 + 0x5] 5 code!ui::XrandrIntervalOnlyVSyncProvider::GetVSyncParameters(base::OnceCallback<void (base::TimeTicks, base::TimeDelta)>) [x11_xrandr_interval_only_vsync_provider.cc : 77 + 0x5] ``` * Using gpu codepath from main process `--in-process-gpu` serves as a workaround. * Debian package on the same system didn't trigger the crash codepath, very likely a different gl backend was used. **Next steps:** 1) Compare gl initialization trace between snap 1.89 and 1.90, using the following categories `--enable-tracing="ozone,ui,gpu,toplevel,disabled-by-default-gpu.service,disabled-by-default-gpu.debug"` 2) Compare gl initialization trace between debian 1.90 and snap 1.90 3) Confirm if resource bundle access from gpu process is necessary moving forward.
completed
Investigate the gpu process request for loading resource from pak files in snap This is a continuation of https://github.com/microsoft/vscode/issues/212494 to implement a proper fix in the runtime or application as necessary. **Known data points:** * SIGTRAP when gpu tried to access resource bundle to load a label for assigning display name when computing vsync interval using the internal implementation rather than the gl extension. Also name from resource bundle is only requested for builtin-displays and not virtual https://source.chromium.org/chromium/chromium/src/+/main:ui/base/x/x11_display_util.cc;l=449-456 ``` Crash reason: SIGTRAP Crash address: 0x0 Process uptime: 0 seconds Thread 24 (crashed) 0 code!ui::ResourceBundle::GetSharedInstance() [immediate_crash.h : 176 + 0x1] 1 code!l10n_util::GetStringUTF8(int) [l10n_util.cc : 809 + 0x5] 2 code!ui::BuildDisplaysFromXRandRInfo(ui::DisplayConfig const&, unsigned long*) [x11_display_util.cc : 448 + 0xd] 3 code!ui::GetPrimaryDisplayRefreshIntervalFromXrandr() [x11_display_util.cc : 517 + 0xb] 4 code!ui::(anonymous namespace)::XRandrHelper::GetInterval() [x11_xrandr_interval_only_vsync_provider.cc : 60 + 0x5] 5 code!ui::XrandrIntervalOnlyVSyncProvider::GetVSyncParameters(base::OnceCallback<void (base::TimeTicks, base::TimeDelta)>) [x11_xrandr_interval_only_vsync_provider.cc : 77 + 0x5] ``` * Using gpu codepath from main process `--in-process-gpu` serves as a workaround. * Debian package on the same system didn't trigger the crash codepath, very likely a different gl backend was used. **Next steps:** 1) Compare gl initialization trace between snap 1.89 and 1.90, using the following categories `--enable-tracing="ozone,ui,gpu,toplevel,disabled-by-default-gpu.service,disabled-by-default-gpu.debug"` 2) Compare gl initialization trace between debian 1.90 and snap 1.90 3) Confirm if resource bundle access from gpu process is necessary moving forward.
665
214820
Show expressions evaluated with "Evaluate in Debug Console" in history
2024-06-10 21:46:45+00:00
2024-06-13 23:13:05+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. --> ### Description When you do "Evaluate in Debug Console" for a python expression, it should show up in history. However, if you hit key up/ down, the expression ran using "Evaluate in Debug Console" never show up. Only expressions input manually using keyboard are shown by using key up/ down. This is quite confusing as the user would expect the previously ran expression to show up in history despite the method (Evaluate in Debug Console or Manually using keyboard). This was previously raised as a bug here https://github.com/microsoft/vscode/issues/172718. The bug is closed but seems like, the fix was never provided. ### Please check version details below - Version: 1.90.0 (user setup) - Commit: 89de5a8d4d6205e5b11647eb6a74844ca23d2573 - Date: 2024-06-04T19:33:54.889Z - Electron: 29.4.0 - ElectronBuildId: 9593362 - Chromium: 122.0.6261.156 - Node.js: 20.9.0 - V8: 12.2.281.27-electron.0 - OS: Windows_NT x64 10.0.19045**
completed
Show expressions evaluated with "Evaluate in Debug Console" in history <!-- โš ๏ธโš ๏ธ 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. --> ### Description When you do "Evaluate in Debug Console" for a python expression, it should show up in history. However, if you hit key up/ down, the expression ran using "Evaluate in Debug Console" never show up. Only expressions input manually using keyboard are shown by using key up/ down. This is quite confusing as the user would expect the previously ran expression to show up in history despite the method (Evaluate in Debug Console or Manually using keyboard). This was previously raised as a bug here https://github.com/microsoft/vscode/issues/172718. The bug is closed but seems like, the fix was never provided. ### Please check version details below - Version: 1.90.0 (user setup) - Commit: 89de5a8d4d6205e5b11647eb6a74844ca23d2573 - Date: 2024-06-04T19:33:54.889Z - Electron: 29.4.0 - ElectronBuildId: 9593362 - Chromium: 122.0.6261.156 - Node.js: 20.9.0 - V8: 12.2.281.27-electron.0 - OS: Windows_NT x64 10.0.19045**
379
214798
accessibility signals are broken
2024-06-10 16:12:43+00:00
2024-06-10 16:32:54+00:00
Also, when `debouncePositionChanges` is `false`, there's still a delay per `accessibility.signalOptions.experimental.delays.*` which there should not be. Those should only apply when that is `true`.
completed
accessibility signals are broken Also, when `debouncePositionChanges` is `false`, there's still a delay per `accessibility.signalOptions.experimental.delays.*` which there should not be. Those should only apply when that is `true`.
70
214786
Clicking on "Troublshoot your launch configuration" hover link has no effect
2024-06-10 12:31:58+00:00
1. Have some breakpoints that do not bound 2. Hover over it -> click on "troublshoot" link 3. Nothing happens ๐Ÿ› ![Image](https://github.com/microsoft/vscode/assets/1926584/aa129f17-d3f0-481b-aa5f-0a160e7d2ebb) fyi @bpasero
Clicking on "Troublshoot your launch configuration" hover link has no effect 1. Have some breakpoints that do not bound 2. Hover over it -> click on "troublshoot" link 3. Nothing happens ๐Ÿ› ![Image](https://github.com/microsoft/vscode/assets/1926584/aa129f17-d3f0-481b-aa5f-0a160e7d2ebb) fyi @bpasero
107
214780
[cff] potential listener LEAK detected, having 879 listeners already. MOST frequent listener (368):
2024-06-10 10:51:47+00:00
2024-06-18 07:52:52+00:00
```javascript Error at l.create in src/vs/base/common/event.ts:900:15 at c.q [as onWillSaveHistory] in src/vs/base/common/event.ts:1095:34 at $ in src/vs/workbench/contrib/scm/common/scmService.ts:109:17 at new i in src/vs/workbench/contrib/scm/common/scmService.ts:190:16 at a.registerSCMProvider in src/vs/workbench/contrib/scm/common/scmService.ts:384:22 at p.$registerSourceControl in src/vs/workbench/api/browser/mainThreadSCM.ts:479:38 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=89de5a8d4d6205e5b11647eb6a74844ca23d2573&bH=7f7e2868-96fe-da09-9450-c0485941b5a3)
completed
[cff] potential listener LEAK detected, having 879 listeners already. MOST frequent listener (368): ```javascript Error at l.create in src/vs/base/common/event.ts:900:15 at c.q [as onWillSaveHistory] in src/vs/base/common/event.ts:1095:34 at $ in src/vs/workbench/contrib/scm/common/scmService.ts:109:17 at new i in src/vs/workbench/contrib/scm/common/scmService.ts:190:16 at a.registerSCMProvider in src/vs/workbench/contrib/scm/common/scmService.ts:384:22 at p.$registerSourceControl in src/vs/workbench/api/browser/mainThreadSCM.ts:479:38 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=89de5a8d4d6205e5b11647eb6a74844ca23d2573&bH=7f7e2868-96fe-da09-9450-c0485941b5a3)
293
214778
Extensions installed in all profiles are not getting updated
2024-06-10 10:46:29+00:00
2024-06-11 19:58:21+00:00
Steps to Reproduce: 1. Have multiple profiles set up in VS Code 2. Install an extension in one of the profiles and make it applied to All Profiles ๐Ÿ› It is not getting auto updated when there is an update.
completed
Extensions installed in all profiles are not getting updated Steps to Reproduce: 1. Have multiple profiles set up in VS Code 2. Install an extension in one of the profiles and make it applied to All Profiles ๐Ÿ› It is not getting auto updated when there is an update.
63
214760
forof template has wrong defaults
2024-06-10 07:34:14+00:00
2024-07-04 00:02:22+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.89.1 - OS Version: 10.0 Steps to Reproduce: 1. Type `foro` 2. TAB This results in: ```js for (const iterator of object) { } ``` It's not an _iterator_ of object though. Iterator is a generator (more or less) and would be used like so: ```java while (namesIterator.hasNext()) { var item = namesIterator.next() //... } ``` So it's not an iterator and the `forof` template should expand to: ```js for (const item of object) { } ```
completed
forof template has wrong defaults <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.89.1 - OS Version: 10.0 Steps to Reproduce: 1. Type `foro` 2. TAB This results in: ```js for (const iterator of object) { } ``` It's not an _iterator_ of object though. Iterator is a generator (more or less) and would be used like so: ```java while (namesIterator.hasNext()) { var item = namesIterator.next() //... } ``` So it's not an iterator and the `forof` template should expand to: ```js for (const item of object) { } ```
453
214698
accessibility problem
2024-06-08 16:58:03+00:00
2024-06-11 15:35:29+00:00
Type: <b>Feature Request</b> good day, I have problems with the latest update of Visual Code in accessibility, it does not indicate errors with the sound alert when a line of code has an error, in the previous version and subsequent versions it did do this and the screen reader also indicated the ERROR, I am attentive, thanks, I hope you can solve it, it is very helpful for people with visual disabilities. VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:33:54.889Z) OS version: Windows_NT x64 10.0.19045 Modes: <!-- generated by issue reporter -->
completed
accessibility problem Type: <b>Feature Request</b> good day, I have problems with the latest update of Visual Code in accessibility, it does not indicate errors with the sound alert when a line of code has an error, in the previous version and subsequent versions it did do this and the screen reader also indicated the ERROR, I am attentive, thanks, I hope you can solve it, it is very helpful for people with visual disabilities. VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:33:54.889Z) OS version: Windows_NT x64 10.0.19045 Modes: <!-- generated by issue reporter -->
175
214679
Untitled editor hint is gone
2024-06-08 11:24:47+00:00
2024-06-12 16:07:31+00:00
Type: <b>Bug</b> How to include a prompt to select a language (json, html, etc.) when creating a file at the top? After yesterday's update it disappeared somewhere. Now plaintext is created by default, no choice is offered and I change the language mode manually at the bottom right. Reinstallation didn't help. VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:33:54.889Z) OS version: Windows_NT x64 10.0.22621 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|AMD A9-9425 RADEON R5, 5 COMPUTE CORES 2C+3G (2 x 3094)| |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: disabled_off<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)|6.89GB (2.25GB free)| |Process Argv|--crash-reporter-id 47104e3b-7c77-423b-811f-67a22db3fa15| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (7)</summary> Extension|Author (truncated)|Version ---|---|--- format-json|Cle|1.0.3 vscode-eslint|dba|2.4.4 composer-php-vscode|DEV|1.47.15512 intelli-php-vscode|DEV|0.12.15062 phptools-vscode|DEV|1.47.15512 profiler-php-vscode|DEV|1.47.15512 vscode-language-pack-ru|MS-|1.89.2024050109 </details><details> <summary>A/B Experiments</summary> ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 dsvsc021:30996838 0ee40948:31013168 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 pythonprt:31056678 dwnewjupyter:31046869 26j00206:31048877 ``` </details> <!-- generated by issue reporter -->
completed
Untitled editor hint is gone Type: <b>Bug</b> How to include a prompt to select a language (json, html, etc.) when creating a file at the top? After yesterday's update it disappeared somewhere. Now plaintext is created by default, no choice is offered and I change the language mode manually at the bottom right. Reinstallation didn't help. VS Code version: Code 1.90.0 (89de5a8d4d6205e5b11647eb6a74844ca23d2573, 2024-06-04T19:33:54.889Z) OS version: Windows_NT x64 10.0.22621 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|AMD A9-9425 RADEON R5, 5 COMPUTE CORES 2C+3G (2 x 3094)| |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: disabled_off<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)|6.89GB (2.25GB free)| |Process Argv|--crash-reporter-id 47104e3b-7c77-423b-811f-67a22db3fa15| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (7)</summary> Extension|Author (truncated)|Version ---|---|--- format-json|Cle|1.0.3 vscode-eslint|dba|2.4.4 composer-php-vscode|DEV|1.47.15512 intelli-php-vscode|DEV|0.12.15062 phptools-vscode|DEV|1.47.15512 profiler-php-vscode|DEV|1.47.15512 vscode-language-pack-ru|MS-|1.89.2024050109 </details><details> <summary>A/B Experiments</summary> ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vstes627:30244334 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 dsvsc021:30996838 0ee40948:31013168 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 pythonprt:31056678 dwnewjupyter:31046869 26j00206:31048877 ``` </details> <!-- generated by issue reporter -->
978