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
211107
Waiting for suggestions can lock up the terminal
2024-04-23 15:39:36+00:00
2024-07-22 14:18:57+00:00
Testing #210394 This is another one that only happened once - I typed `Get-AppPackage -`, which I assume triggered the widget for an argument list, but it didn't come up. Typing other characters did not affect the terminal for about 10 seconds Suddenly the characters I had been typing showed up and the suggest widget appeared
completed
Waiting for suggestions can lock up the terminal Testing #210394 This is another one that only happened once - I typed `Get-AppPackage -`, which I assume triggered the widget for an argument list, but it didn't come up. Typing other characters did not affect the terminal for about 10 seconds Suddenly the characters I had been typing showed up and the suggest widget appeared
89
211104
Suggest widget stays open and applies the change when cursor is in a different location
2024-04-23 15:34:16+00:00
2024-04-24 17:40:40+00:00
Testing #210394 ![Recording 2024-04-23 at 08 33 47](https://github.com/microsoft/vscode/assets/2019016/19ccfdaf-6883-4a13-ada7-c814c7aee4b9)
completed
Suggest widget stays open and applies the change when cursor is in a different location Testing #210394 ![Recording 2024-04-23 at 08 33 47](https://github.com/microsoft/vscode/assets/2019016/19ccfdaf-6883-4a13-ada7-c814c7aee4b9)
84
211101
Completions not filtering correctly
2024-04-23 15:21:06+00:00
Testing #210394 I got the suggest widget in a bad state at one point, I don't remember how, and I can't seem to repro anymore. Anything typed past a `-` character did not register in the filter, and pressing `ctrl+space` again would just complete with something not quite right, like git-Alas. ![image](https://github.com/microsoft/vscode/assets/2019016/2439bf94-2aff-464f-91a9-9ecee9fec34d)
reopened
Completions not filtering correctly Testing #210394 I got the suggest widget in a bad state at one point, I don't remember how, and I can't seem to repro anymore. Anything typed past a `-` character did not register in the filter, and pressing `ctrl+space` again would just complete with something not quite right, like git-Alas. ![image](https://github.com/microsoft/vscode/assets/2019016/2439bf94-2aff-464f-91a9-9ecee9fec34d)
131
211098
`Git: View staged changes` is a no-op if there are no staged changes
2024-04-23 14:36:58+00:00
2024-04-23 19:21:03+00:00
Testing #210903 When running `Git: View staged changes` when there are no staged changes doesn't do anything. That's a but confusing. E.g. in the case of multi-folder workspace, I first get prompted for the repo, I select an entry, but then nothing happens It could show a notification, but IMO it would be better to show the empty multi-editor. An empty multi-editor is already shown when you stage all entries in it
completed
`Git: View staged changes` is a no-op if there are no staged changes Testing #210903 When running `Git: View staged changes` when there are no staged changes doesn't do anything. That's a but confusing. E.g. in the case of multi-folder workspace, I first get prompted for the repo, I select an entry, but then nothing happens It could show a notification, but IMO it would be better to show the empty multi-editor. An empty multi-editor is already shown when you stage all entries in it
130
211096
Too many changes warning is too persistent and in the wrong place
2024-04-23 14:02:02+00:00
2024-04-25 10:22:26+00:00
![image](https://github.com/microsoft/vscode/assets/38270282/1937fcd2-405a-42d8-a9c5-8e2cb235e3c0) I checked-out an old commit from 7 years ago (a8c629dd0fd99c1eedfc804266ca18942cfada5c). The SCM view got stuck displaying the "busy" badge and showed many file changes, along with a warning about too many changes. When I changed views, the warning stuck around even on top of other view containers. Eventually, it moved into the top right corner. The SCM view now appears to be permanently busy.
completed
Too many changes warning is too persistent and in the wrong place ![image](https://github.com/microsoft/vscode/assets/38270282/1937fcd2-405a-42d8-a9c5-8e2cb235e3c0) I checked-out an old commit from 7 years ago (a8c629dd0fd99c1eedfc804266ca18942cfada5c). The SCM view got stuck displaying the "busy" badge and showed many file changes, along with a warning about too many changes. When I changed views, the warning stuck around even on top of other view containers. Eventually, it moved into the top right corner. The SCM view now appears to be permanently busy.
176
211088
Terminal suggest widget auto completes if there's only one option
2024-04-23 12:38:35+00:00
2024-04-24 18:03:36+00:00
Testing #210394 1. Type `Get-Da` and press <kbd>Ctrl Space</kbd> ๐Ÿ› The suggest widget automatically completes since `Get-Date` is the only possible suggestion. This is inconsistent with the editor, where the suggest widget would still pop open. IMO the two experiences should _feel_ exactly the same, as the widget on each _looks_ exactly the same.
completed
Terminal suggest widget auto completes if there's only one option Testing #210394 1. Type `Get-Da` and press <kbd>Ctrl Space</kbd> ๐Ÿ› The suggest widget automatically completes since `Get-Date` is the only possible suggestion. This is inconsistent with the editor, where the suggest widget would still pop open. IMO the two experiences should _feel_ exactly the same, as the widget on each _looks_ exactly the same.
109
211083
Terminal Icon picker weird placement
2024-04-23 11:06:52+00:00
The terminal icon picker is positioned at the far top of the window. This looks a bit weird as the top border of the widget is not visible. I would have expected the widget to be placed bellow the command center. <img width="594" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/996bc79b-40ab-4386-b485-72a4961f825a">
Terminal Icon picker weird placement The terminal icon picker is positioned at the far top of the window. This looks a bit weird as the top border of the widget is not visible. I would have expected the widget to be placed bellow the command center. <img width="594" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/996bc79b-40ab-4386-b485-72a4961f825a">
113
211082
Accessible view: pressing the "Menu" key breaks all context menus and accessible view
2024-04-23 11:02:25+00:00
Testing #210598 VS Code: latest 1.89.0-insider OS: Windows_NT x64 10.0.22631 GHPR extension: v0.87.2024042204 (pre-release) 1. Checkout PR with multiple comments 2. Open Comments pane 3. Open accessible view with Alt+F2 4. Press the "Menu" keyboard key -> accessible view closes unexpectedly ![image](https://github.com/microsoft/vscode/assets/1908215/5c8b47c7-1951-48f8-8acd-b6a14510f27a) 5. Press Alt+F2 again -> accessible view doesn't open and an error is shown: **Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.** 6. All right-click actions in VS Code no longer work (e.g. right-click a file in Explorer view no longer shows the context menu) 7. Run Reload Window command to restore all functionality Note: pressing Shift+F10, which can be substitute for the Menu key, doesn't have this effect.
Accessible view: pressing the "Menu" key breaks all context menus and accessible view Testing #210598 VS Code: latest 1.89.0-insider OS: Windows_NT x64 10.0.22631 GHPR extension: v0.87.2024042204 (pre-release) 1. Checkout PR with multiple comments 2. Open Comments pane 3. Open accessible view with Alt+F2 4. Press the "Menu" keyboard key -> accessible view closes unexpectedly ![image](https://github.com/microsoft/vscode/assets/1908215/5c8b47c7-1951-48f8-8acd-b6a14510f27a) 5. Press Alt+F2 again -> accessible view doesn't open and an error is shown: **Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.** 6. All right-click actions in VS Code no longer work (e.g. right-click a file in Explorer view no longer shows the context menu) 7. Run Reload Window command to restore all functionality Note: pressing Shift+F10, which can be substitute for the Menu key, doesn't have this effect.
278
211080
Terminal shows both ghost suggestions as well as suggestion widget
2024-04-23 10:58:20+00:00
2024-06-20 17:18:44+00:00
Testing #210394 I find it confusing to know what happens in this case if I press <kbd>Tab</kbd>: <img width="937" alt="image" src="https://github.com/microsoft/vscode/assets/22350/57466987-702b-4209-97c9-af8ae6c867d3">
completed
Terminal shows both ghost suggestions as well as suggestion widget Testing #210394 I find it confusing to know what happens in this case if I press <kbd>Tab</kbd>: <img width="937" alt="image" src="https://github.com/microsoft/vscode/assets/22350/57466987-702b-4209-97c9-af8ae6c867d3">
99
211078
Suggestions break down on multi-line input
2024-04-23 10:55:24+00:00
2024-06-18 21:17:06+00:00
Testing #210394 Easier to see on video: https://github.com/microsoft/vscode/assets/22350/c39227f6-c38d-4ca0-acf1-a30fe6b68c5d
completed
Suggestions break down on multi-line input Testing #210394 Easier to see on video: https://github.com/microsoft/vscode/assets/22350/c39227f6-c38d-4ca0-acf1-a30fe6b68c5d
68
211077
Widget doesn't show if there are no suggestions
2024-04-23 10:53:05+00:00
Testing #210394 Pressing <kbd>Ctrl Space</kbd> in the editor when there are no suggestions available, the suggest widget still comes up: <img width="345" alt="image" src="https://github.com/microsoft/vscode/assets/22350/07d1346c-c39f-448a-880a-6f429e332bf9"> It simply doesn't come up at all in the terminal and my perception is that something is broken.
Widget doesn't show if there are no suggestions Testing #210394 Pressing <kbd>Ctrl Space</kbd> in the editor when there are no suggestions available, the suggest widget still comes up: <img width="345" alt="image" src="https://github.com/microsoft/vscode/assets/22350/07d1346c-c39f-448a-880a-6f429e332bf9"> It simply doesn't come up at all in the terminal and my perception is that something is broken.
126
211076
No suggestions on empty input
2024-04-23 10:51:27+00:00
2024-04-27 18:47:49+00:00
Testing #210394 Maybe out of your scope, but I get no suggestions when pressing <kdb>Ctrl Space</kbd> when I have typed nothing in PowerShell. I need to type a single character to get suggestions. It would be very cool if it would just work, like in the editor.
completed
No suggestions on empty input Testing #210394 Maybe out of your scope, but I get no suggestions when pressing <kdb>Ctrl Space</kbd> when I have typed nothing in PowerShell. I need to type a single character to get suggestions. It would be very cool if it would just work, like in the editor.
77
211072
Aux window monitor not restored when maximized
2024-04-23 10:41:53+00:00
2024-04-23 17:52:31+00:00
Testing https://github.com/microsoft/vscode/issues/210686 on Linux I have 2 monitors: primary and secondary. ``` ------------ ------------ | primary | | secondary | ------------ ------------ ``` I opened VS Code and maximized it on my secondary monitor. Then I dragged an aux window out and maximized it on my primary monitor. ``` ------------ ------------ | aux | | main | ------------ ------------ ``` After closing and reopening VS Code, the maximized state of both my main window and my aux window were restored, but both were on my secondary monitor. The aux window was on top. ``` ------------ ------------ | | | main & aux | ------------ ------------ ``` I'm using Remote Desktop + Hyper V, so maybe something is going on there: Remote Desktop from Windows to another Windows machine. Hyper V to an Ubuntu VM.
completed
Aux window monitor not restored when maximized Testing https://github.com/microsoft/vscode/issues/210686 on Linux I have 2 monitors: primary and secondary. ``` ------------ ------------ | primary | | secondary | ------------ ------------ ``` I opened VS Code and maximized it on my secondary monitor. Then I dragged an aux window out and maximized it on my primary monitor. ``` ------------ ------------ | aux | | main | ------------ ------------ ``` After closing and reopening VS Code, the maximized state of both my main window and my aux window were restored, but both were on my secondary monitor. The aux window was on top. ``` ------------ ------------ | | | main & aux | ------------ ------------ ``` I'm using Remote Desktop + Hyper V, so maybe something is going on there: Remote Desktop from Windows to another Windows machine. Hyper V to an Ubuntu VM.
221
211064
Window activity API - window becomes inactive during long running git operation
2024-04-23 10:10:02+00:00
2024-06-05 05:08:12+00:00
Testing #210978 * Add a git pre-commit hook that sleeps for 120 seconds * Make a change to a file, and commit the change * Switch to another VS Code window Expected behaviour: * Window should be active while the source control operation running Actual behaviour: * Window becomes inactive even though the source control operation is still running
completed
Window activity API - window becomes inactive during long running git operation Testing #210978 * Add a git pre-commit hook that sleeps for 120 seconds * Make a change to a file, and commit the change * Switch to another VS Code window Expected behaviour: * Window should be active while the source control operation running Actual behaviour: * Window becomes inactive even though the source control operation is still running
92
211062
Grid corner between panel and sidebar no longer works
2024-04-23 09:50:53+00:00
2024-04-23 20:06:32+00:00
![image](https://github.com/microsoft/vscode/assets/22350/a5f10ad5-f47d-48b0-b131-c47596aea6c7)
completed
Grid corner between panel and sidebar no longer works ![image](https://github.com/microsoft/vscode/assets/22350/a5f10ad5-f47d-48b0-b131-c47596aea6c7)
63
211052
Documentation improvements
2024-04-23 08:57:24+00:00
2024-04-23 18:13:08+00:00
Testing #210985 I cloned the vscode-extension-samples repository and tried to return two edits instead of one. Only the first one appears to take effect. I am wondering if this is expected? I guess I was expecting both edits to be applied since it is possible to return an array from the `provideDocumentPasteEdits` method. https://github.com/microsoft/vscode/assets/61460952/a8b18fab-25cc-47d3-a5e6-b3ab660dfb26
completed
Documentation improvements Testing #210985 I cloned the vscode-extension-samples repository and tried to return two edits instead of one. Only the first one appears to take effect. I am wondering if this is expected? I guess I was expecting both edits to be applied since it is possible to return an array from the `provideDocumentPasteEdits` method. https://github.com/microsoft/vscode/assets/61460952/a8b18fab-25cc-47d3-a5e6-b3ab660dfb26
132
211050
Diff editor does not render custom label
2024-04-23 07:49:46+00:00
Currently the diff editor does not show the custom label in tabs / open editors view <img width="775" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/7fc36a81-a987-4275-9df5-3697b5cc919d"> // cc @hediet
Diff editor does not render custom label Currently the diff editor does not show the custom label in tabs / open editors view <img width="775" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/7fc36a81-a987-4275-9df5-3697b5cc919d"> // cc @hediet
91
211049
"Audio cue" no longer can be found in command palette / settings
2024-04-23 07:48:51+00:00
2024-04-26 19:17:20+00:00
We have renamed "Audio Cues" to "Signal Announcements" - which is fine. The challange is that we already have a lot of users that are familiar with the term "audio cue". So imagine a user searching for "audio cue" in the command palette or settings and not finding anything. We should add "audio" and "cue" to keywords to make sure that the commands and settings are picked up when users search for this. In the future we should be careful when re-naming user facing features.
completed
"Audio cue" no longer can be found in command palette / settings We have renamed "Audio Cues" to "Signal Announcements" - which is fine. The challange is that we already have a lot of users that are familiar with the term "audio cue". So imagine a user searching for "audio cue" in the command palette or settings and not finding anything. We should add "audio" and "cue" to keywords to make sure that the commands and settings are picked up when users search for this. In the future we should be careful when re-naming user facing features.
145
210999
Cannot read properties of undefined (reading 'localeCompare')
2024-04-23 04:08:01+00:00
2024-04-25 10:00:57+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'localeCompare') at <anonymous> in src/vs/workbench/services/language/common/languageService.ts:181:60 at Array.sort (<anonymous>) at s.render in src/vs/workbench/services/language/common/languageService.ts:181:40 at U.u in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:449:45 at U.s in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:437:10 at new U in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:379:8 at m.j in src/vs/platform/instantiation/common/instantiationService.ts:119:18 at m.createInstance in src/vs/platform/instantiation/common/instantiationService.ts:85:18 at F.D in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:265:54 at u.value in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:201:10 at n.y in src/vs/base/common/event.ts:1156:13 at n.z in src/vs/base/common/event.ts:1167:9 at n.fire in src/vs/base/common/event.ts:1191:9 at <anonymous> in src/vs/base/common/event.ts:127:84 at u.value in src/vs/base/common/event.ts:1578:15 at n.y in src/vs/base/common/event.ts:1156:13 at n.fire in src/vs/base/common/event.ts:1187:9 at l.h in src/vs/base/browser/ui/list/listWidget.ts:184:18 at l.set in src/vs/base/browser/ui/list/listWidget.ts:171:15 at W.setSelection in src/vs/base/browser/ui/list/listWidget.ts:1690:18 at q.u in src/vs/base/browser/ui/list/listWidget.ts:781:14 at u.value in src/vs/base/common/event.ts:178:85 at n.y in src/vs/base/common/event.ts:1156:13 at n.fire in src/vs/base/common/event.ts:1187:9 at u.value in src/vs/base/common/event.ts:127:84 at n.y in src/vs/base/common/event.ts:1156:13 at n.fire in src/vs/base/common/event.ts:1187:9 at HTMLDivElement.y in src/vs/base/browser/event.ts:40:41 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=e170252f762678dec6ca2cc69aba1570769a5d39&bH=f61125e0-fc05-234c-9a51-347969d188f0)
completed
Cannot read properties of undefined (reading 'localeCompare') ```javascript TypeError: Cannot read properties of undefined (reading 'localeCompare') at <anonymous> in src/vs/workbench/services/language/common/languageService.ts:181:60 at Array.sort (<anonymous>) at s.render in src/vs/workbench/services/language/common/languageService.ts:181:40 at U.u in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:449:45 at U.s in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:437:10 at new U in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:379:8 at m.j in src/vs/platform/instantiation/common/instantiationService.ts:119:18 at m.createInstance in src/vs/platform/instantiation/common/instantiationService.ts:85:18 at F.D in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:265:54 at u.value in src/vs/workbench/contrib/extensions/browser/extensionFeaturesTab.ts:201:10 at n.y in src/vs/base/common/event.ts:1156:13 at n.z in src/vs/base/common/event.ts:1167:9 at n.fire in src/vs/base/common/event.ts:1191:9 at <anonymous> in src/vs/base/common/event.ts:127:84 at u.value in src/vs/base/common/event.ts:1578:15 at n.y in src/vs/base/common/event.ts:1156:13 at n.fire in src/vs/base/common/event.ts:1187:9 at l.h in src/vs/base/browser/ui/list/listWidget.ts:184:18 at l.set in src/vs/base/browser/ui/list/listWidget.ts:171:15 at W.setSelection in src/vs/base/browser/ui/list/listWidget.ts:1690:18 at q.u in src/vs/base/browser/ui/list/listWidget.ts:781:14 at u.value in src/vs/base/common/event.ts:178:85 at n.y in src/vs/base/common/event.ts:1156:13 at n.fire in src/vs/base/common/event.ts:1187:9 at u.value in src/vs/base/common/event.ts:127:84 at n.y in src/vs/base/common/event.ts:1156:13 at n.fire in src/vs/base/common/event.ts:1187:9 at HTMLDivElement.y in src/vs/base/browser/event.ts:40:41 ``` [Go to Errors Site](https://errors.code.visualstudio.com/card?ch=e170252f762678dec6ca2cc69aba1570769a5d39&bH=f61125e0-fc05-234c-9a51-347969d188f0)
846
210965
User settings.json in *serve-web* (security.workspace.trust.enabled)
2024-04-22 21:23:52+00:00
2024-06-17 15:52: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/No Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15 Steps to Reproduce: 1. Create user settings.json to overwrite workspace trust setting in `/Users/ab077u/.config/Code/settings.json`. ```json { "security.workspace.trust.enabled": false } ``` 2. Start the vscode web using the following command - ```bash code serve-web --port 8884 --host 0.0.0.0 --without-connection-token --log trace --user-data-dir ~/.config/Code --telemetry-level off ``` 3. Attempt to open a folder using "File" > "Open Folder ..." 4. Notice that the above setting has no affect. However opening the settings page and `@tag:workspaceTrust` updating the settings in the UI disables the trust. <img width="1580" alt="image" src="https://github.com/microsoft/vscode/assets/31135452/060ff3ae-3897-45b5-adef-efb419b1fc8b"> I have tried various locations to overwrite the user settings in the context of serve-web. They seem to have no effect. Is user settings overwrite (through a settings.json) supported when using _serve-web_ and if could you please provide some direction on the designated file location.
completed
User settings.json in *serve-web* (security.workspace.trust.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/No Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2.1 Safari/605.1.15 Steps to Reproduce: 1. Create user settings.json to overwrite workspace trust setting in `/Users/ab077u/.config/Code/settings.json`. ```json { "security.workspace.trust.enabled": false } ``` 2. Start the vscode web using the following command - ```bash code serve-web --port 8884 --host 0.0.0.0 --without-connection-token --log trace --user-data-dir ~/.config/Code --telemetry-level off ``` 3. Attempt to open a folder using "File" > "Open Folder ..." 4. Notice that the above setting has no affect. However opening the settings page and `@tag:workspaceTrust` updating the settings in the UI disables the trust. <img width="1580" alt="image" src="https://github.com/microsoft/vscode/assets/31135452/060ff3ae-3897-45b5-adef-efb419b1fc8b"> I have tried various locations to overwrite the user settings in the context of serve-web. They seem to have no effect. Is user settings overwrite (through a settings.json) supported when using _serve-web_ and if could you please provide some direction on the designated file location.
692
210902
`window.systemColorTheme` conflicts with `window.autoDetectColorScheme`
2024-04-22 10:48:49+00:00
2024-04-22 14:47:44+00:00
Setting 'window.systemColorTheme' to anything else than `default`, will cause `window.autoDetectColorScheme` to no longer work. Internally it sets `nativeTheme.themeSource` which hard code`nativeTheme.shouldUseDarkColors` and `prefers-color-scheme` and disable the update event which we use to detect the current OS scheme event. Solutions: a. we disable `window.systemColorTheme` if `window.autoDetectColorScheme` is enabled. Disadvantage: This will no longer allow to redefine the color of context menus / menus and frames when `window.autoDetectColorScheme` is on b. we no longer use the Electron API to detect light/dark color schemes but use CSS (`(prefers-color-scheme: light)``. The problem here is that this will cause some rewrite. We can only get the value when we have a window, while before we could access that value in main and already initialize some window colors
completed
`window.systemColorTheme` conflicts with `window.autoDetectColorScheme` Setting 'window.systemColorTheme' to anything else than `default`, will cause `window.autoDetectColorScheme` to no longer work. Internally it sets `nativeTheme.themeSource` which hard code`nativeTheme.shouldUseDarkColors` and `prefers-color-scheme` and disable the update event which we use to detect the current OS scheme event. Solutions: a. we disable `window.systemColorTheme` if `window.autoDetectColorScheme` is enabled. Disadvantage: This will no longer allow to redefine the color of context menus / menus and frames when `window.autoDetectColorScheme` is on b. we no longer use the Electron API to detect light/dark color schemes but use CSS (`(prefers-color-scheme: light)``. The problem here is that this will cause some rewrite. We can only get the value when we have a window, while before we could access that value in main and already initialize some window colors
277
210890
SCM - unhandled error due to race condition
2024-04-22 09:41:08+00:00
2024-05-01 18:44:18+00:00
* Open a workspace with multiple git repositories * In the "Source Control Repositories" view select the third repository * Reload the window multiple times and notice the following error in the dev tools console ``` Uncaught Error: TreeError [SCM Tree Repo] Data tree node not found: [object Object] at WorkbenchCompressibleAsyncDataTree.getDataNode (asyncDataTree.ts:797:10) at WorkbenchCompressibleAsyncDataTree.updateElementHeight (asyncDataTree.ts:593:21) at InputRenderer.updateHeight (scmViewPane.ts:2982:153) at onDidChangeContentHeight (scmViewPane.ts:440:10) at startListeningContentHeightChange (scmViewPane.ts:448:4) at async.ts:527:3 ```
completed
SCM - unhandled error due to race condition * Open a workspace with multiple git repositories * In the "Source Control Repositories" view select the third repository * Reload the window multiple times and notice the following error in the dev tools console ``` Uncaught Error: TreeError [SCM Tree Repo] Data tree node not found: [object Object] at WorkbenchCompressibleAsyncDataTree.getDataNode (asyncDataTree.ts:797:10) at WorkbenchCompressibleAsyncDataTree.updateElementHeight (asyncDataTree.ts:593:21) at InputRenderer.updateHeight (scmViewPane.ts:2982:153) at onDidChangeContentHeight (scmViewPane.ts:440:10) at startListeningContentHeightChange (scmViewPane.ts:448:4) at async.ts:527:3 ```
229
210878
Tests explorer view for VS Code repo is not working
2024-04-22 06:37:40+00:00
2024-04-24 17:14:26+00:00
- Clone VS Code and install the local workspace extension from recommendations - `ms-vscode.vscode-selfhost-test-provider`. - Build and compile VS Code sources - Open `configurationModels.test.ts` and open Tests explorer view and filter tests to open editor - Run tests from the explorer ๐Ÿ› I do not see success or failures instead I see following ![Image](https://github.com/microsoft/vscode/assets/10746682/39d49871-40d8-4055-8c56-f6334c2f8a1d) I also see same icon in the editor gutter.
completed
Tests explorer view for VS Code repo is not working - Clone VS Code and install the local workspace extension from recommendations - `ms-vscode.vscode-selfhost-test-provider`. - Build and compile VS Code sources - Open `configurationModels.test.ts` and open Tests explorer view and filter tests to open editor - Run tests from the explorer ๐Ÿ› I do not see success or failures instead I see following ![Image](https://github.com/microsoft/vscode/assets/10746682/39d49871-40d8-4055-8c56-f6334c2f8a1d) I also see same icon in the editor gutter.
161
210850
`Searn only in Opened Editors` and `files to include` doesn't support filename with special characters
2024-04-21 06:28:00+00:00
reproduce: 1. create a file named `[a].js`, write something and keep open t. 2. open search panel, and enable `Searn only in Opened Editors` 3. you will find you can't search the content in `[a].js` 4. If you disable `Searn only in Opened Editors` and write file `[a].js` to `files to include` input, also can't find content in `[a].js` expect: can search the content in `[a].js` <img width="1512" alt="image" src="https://github.com/microsoft/vscode/assets/41773861/72241387-6ae7-487a-9720-22301220eb9d">
`Searn only in Opened Editors` and `files to include` doesn't support filename with special characters reproduce: 1. create a file named `[a].js`, write something and keep open t. 2. open search panel, and enable `Searn only in Opened Editors` 3. you will find you can't search the content in `[a].js` 4. If you disable `Searn only in Opened Editors` and write file `[a].js` to `files to include` input, also can't find content in `[a].js` expect: can search the content in `[a].js` <img width="1512" alt="image" src="https://github.com/microsoft/vscode/assets/41773861/72241387-6ae7-487a-9720-22301220eb9d">
207
210840
Re-enable command guide for large commands
2024-04-20 18:16:19+00:00
2024-04-22 21:09:58+00:00
Disabled in https://github.com/microsoft/vscode/pull/201155 Can be re-enabled after https://github.com/xtermjs/xterm.js/pull/5038 is merged.
completed
Re-enable command guide for large commands Disabled in https://github.com/microsoft/vscode/pull/201155 Can be re-enabled after https://github.com/xtermjs/xterm.js/pull/5038 is merged.
64
210833
_smoothScroll in terminal seems to occur more than once per frame
2024-04-20 15:13:09+00:00
2024-04-22 21:09:57+00:00
Repro: 1. Enable smooth scroll 2. Add content to terminal 3. Start perf profile 4. Scroll 5. There should only be one animation frame callback each animation frame for `_smoothScroll` Most/all of these animation frames are _smoothScroll firing due to https://github.com/Tyriar/xterm.js/blob/8458bb4c4f4b8b3cf1d4a7207e0d47b13d17260c/src/browser/Viewport.ts#L214 ![image](https://github.com/xtermjs/xterm.js/assets/2193314/690470e0-ea8d-46d8-9e9f-fa46a48d02e4)
completed
_smoothScroll in terminal seems to occur more than once per frame Repro: 1. Enable smooth scroll 2. Add content to terminal 3. Start perf profile 4. Scroll 5. There should only be one animation frame callback each animation frame for `_smoothScroll` Most/all of these animation frames are _smoothScroll firing due to https://github.com/Tyriar/xterm.js/blob/8458bb4c4f4b8b3cf1d4a7207e0d47b13d17260c/src/browser/Viewport.ts#L214 ![image](https://github.com/xtermjs/xterm.js/assets/2193314/690470e0-ea8d-46d8-9e9f-fa46a48d02e4)
196
210819
Passing registered chat variable in query param of "workbench.action.chat.open" does not get detected as a chat variable
2024-04-20 09:12:13+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. --> Currently when you register a command in vscode extension which executes the "workbench.action.chat.open", you can pass 2 params - 1. query : string containing the prompt of the chat 2. isPartialQuery : boolean stating whether accept chat input will run or will it wait for user to submit chat prompt However if there is a registered chat participant variable lets say #docs then passing it as a string in the query param won't result into the chat detecting it as a variable command rather it will just see it as a simple string. It would be great if there was a functionality which would automatically detect if there was a registered variable of chat participant in the query string.
Passing registered chat variable in query param of "workbench.action.chat.open" does not get detected as a chat variable <!-- โš ๏ธโš ๏ธ 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. --> Currently when you register a command in vscode extension which executes the "workbench.action.chat.open", you can pass 2 params - 1. query : string containing the prompt of the chat 2. isPartialQuery : boolean stating whether accept chat input will run or will it wait for user to submit chat prompt However if there is a registered chat participant variable lets say #docs then passing it as a string in the query param won't result into the chat detecting it as a variable command rather it will just see it as a simple string. It would be great if there was a functionality which would automatically detect if there was a registered variable of chat participant in the query string.
273
210817
Code action doesn't disappear
2024-04-20 06:56:07+00:00
2024-04-23 10:59:33+00:00
Under some circumstances, the Code Action button won't go away and will still run its assign command (incorrectly) Steps to Reproduce: 1. trigger an error with 'Quick Fix' available ![image](https://github.com/microsoft/vscode/assets/33529441/25b62511-6ad3-4f57-a91d-3d2eef06a6f8) 2. put the cursor on the same line and press `ctrl+.` to bring up the quickfix ![image](https://github.com/microsoft/vscode/assets/33529441/c5f808f9-e6cb-4928-a41f-8ace1c0823a5) 3. press `esc` to cancel ![image](https://github.com/microsoft/vscode/assets/33529441/67359224-8bde-48a6-b381-52b9de50ce2a) 4. click the code action button ![image](https://github.com/microsoft/vscode/assets/33529441/18d1ec10-a936-4e9a-8b0d-6064aaeeae58) 5. click the button again ![image](https://github.com/microsoft/vscode/assets/33529441/e721f9e1-5b9a-49f3-90f6-7a7516615832) 6. and again ![image](https://github.com/microsoft/vscode/assets/33529441/5708ebfa-f382-413f-a126-d68fc08aa866) 7. again ![image](https://github.com/microsoft/vscode/assets/33529441/84ece0d3-2ccf-44a9-a9e0-69dc007d7b26) at step 4. the button should disappear, but it does not ```ts const abcdefg = 5 const a = abcdefghij; // comment ``` I found this bug while adding Code Actions to my personal extension - VS Code Version: 1.88.1 - OS Version: Windows 11
completed
Code action doesn't disappear Under some circumstances, the Code Action button won't go away and will still run its assign command (incorrectly) Steps to Reproduce: 1. trigger an error with 'Quick Fix' available ![image](https://github.com/microsoft/vscode/assets/33529441/25b62511-6ad3-4f57-a91d-3d2eef06a6f8) 2. put the cursor on the same line and press `ctrl+.` to bring up the quickfix ![image](https://github.com/microsoft/vscode/assets/33529441/c5f808f9-e6cb-4928-a41f-8ace1c0823a5) 3. press `esc` to cancel ![image](https://github.com/microsoft/vscode/assets/33529441/67359224-8bde-48a6-b381-52b9de50ce2a) 4. click the code action button ![image](https://github.com/microsoft/vscode/assets/33529441/18d1ec10-a936-4e9a-8b0d-6064aaeeae58) 5. click the button again ![image](https://github.com/microsoft/vscode/assets/33529441/e721f9e1-5b9a-49f3-90f6-7a7516615832) 6. and again ![image](https://github.com/microsoft/vscode/assets/33529441/5708ebfa-f382-413f-a126-d68fc08aa866) 7. again ![image](https://github.com/microsoft/vscode/assets/33529441/84ece0d3-2ccf-44a9-a9e0-69dc007d7b26) at step 4. the button should disappear, but it does not ```ts const abcdefg = 5 const a = abcdefghij; // comment ``` I found this bug while adding Code Actions to my personal extension - VS Code Version: 1.88.1 - OS Version: Windows 11
493
210797
Terminal suggest shows after entering a copilot command
2024-04-19 22:11:48+00:00
2024-04-22 20:33:03+00:00
![Recording 2024-04-19 at 15 11 25](https://github.com/microsoft/vscode/assets/2193314/200e10e2-78ca-49a8-a1f3-514c5d251479)
completed
Terminal suggest shows after entering a copilot command ![Recording 2024-04-19 at 15 11 25](https://github.com/microsoft/vscode/assets/2193314/200e10e2-78ca-49a8-a1f3-514c5d251479)
69
210795
Duplicate untitled notebook is opened
2024-04-19 22:04: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?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Linux Steps to Reproduce: 1. Create a new untitled notebook with one cell in it 2. Open command palette (cmd + P) and run `Notebook: Delete Cell` 3. Two `Untitled-1` notebooks show up <img width="833" alt="Screenshot 2024-04-19 at 2 40 15 PM" src="https://github.com/microsoft/vscode/assets/111001237/bcc7ea73-cc41-4b5a-b3db-94f83ef800f5"> Here is the screen recording: https://github.com/microsoft/vscode/assets/111001237/be9c55a0-86e5-4526-bb38-08a7f4ec9b6f Since that was really fast, here is a 0.25x speed screen recording: https://github.com/microsoft/vscode/assets/111001237/729978c0-f98f-4c8e-965d-4b8c28ea4426 I've seen this a few times the past month. So far I am only able to reproduce this in my tests (which use https://github.com/redhat-developer/vscode-extension-tester) and the machine there is Linux. I'm contributing a custom notebook `.c3nb`, and here is the code for opening a notebook with a cell: ```js const vscode = require('vscode'); async function createNotebook(appName) { const data = new vscode.NotebookData([ new vscode.NotebookCellData(vscode.NotebookCellKind.Code, '// begin coding', 'javascript'), ]); const notebook = await vscode.workspace.openNotebookDocument('my-notebook-type', data); await vscode.window.showNotebookDocument(notebook); } ``` Any help would be appreciated!
Duplicate untitled notebook is opened <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Linux Steps to Reproduce: 1. Create a new untitled notebook with one cell in it 2. Open command palette (cmd + P) and run `Notebook: Delete Cell` 3. Two `Untitled-1` notebooks show up <img width="833" alt="Screenshot 2024-04-19 at 2 40 15 PM" src="https://github.com/microsoft/vscode/assets/111001237/bcc7ea73-cc41-4b5a-b3db-94f83ef800f5"> Here is the screen recording: https://github.com/microsoft/vscode/assets/111001237/be9c55a0-86e5-4526-bb38-08a7f4ec9b6f Since that was really fast, here is a 0.25x speed screen recording: https://github.com/microsoft/vscode/assets/111001237/729978c0-f98f-4c8e-965d-4b8c28ea4426 I've seen this a few times the past month. So far I am only able to reproduce this in my tests (which use https://github.com/redhat-developer/vscode-extension-tester) and the machine there is Linux. I'm contributing a custom notebook `.c3nb`, and here is the code for opening a notebook with a cell: ```js const vscode = require('vscode'); async function createNotebook(appName) { const data = new vscode.NotebookData([ new vscode.NotebookCellData(vscode.NotebookCellKind.Code, '// begin coding', 'javascript'), ]); const notebook = await vscode.workspace.openNotebookDocument('my-notebook-type', data); await vscode.window.showNotebookDocument(notebook); } ``` Any help would be appreciated!
771
210783
Terminal tab folder names aren't showing `e` on Windows PowerShell
2024-04-19 18:57:56+00:00
2024-04-22 10:58:07+00:00
Found by @andreamah I recently changed the serialization of messages from shell integration so that's likely the cause - `e isn't supported in pwsh 5 ![image](https://github.com/microsoft/vscode/assets/2193314/7a80c504-0c3c-4bff-9a41-efa45c53bf87)
completed
Terminal tab folder names aren't showing `e` on Windows PowerShell Found by @andreamah I recently changed the serialization of messages from shell integration so that's likely the cause - `e isn't supported in pwsh 5 ![image](https://github.com/microsoft/vscode/assets/2193314/7a80c504-0c3c-4bff-9a41-efa45c53bf87)
102
210780
Shell integration decoration position breaks after pressing enter several times in pwsh
2024-04-19 18:35:49+00:00
2024-04-19 19:19:35+00:00
Repro: 1. Open pwsh terminal 2. Press enter to run nothing several times, ๐Ÿ› at one point ~5-10 enters in the circle will not appear to the left ![image](https://github.com/microsoft/vscode/assets/2193314/1c2fb232-a126-4324-a3af-b0a74f5e1569)
completed
Shell integration decoration position breaks after pressing enter several times in pwsh Repro: 1. Open pwsh terminal 2. Press enter to run nothing several times, ๐Ÿ› at one point ~5-10 enters in the circle will not appear to the left ![image](https://github.com/microsoft/vscode/assets/2193314/1c2fb232-a126-4324-a3af-b0a74f5e1569)
104
210777
PromptInputModel: Should not include ghost text on execute
2024-04-19 18:12:15+00:00
2024-04-19 18:29:53+00:00
Setup: `"terminal.integrated.developer.devMode": true`. The ghost text part of pwsh might be due to a very recent version of pwsh or an optional package. I'm not sure. Repro: 1. Open Windows 11/pwsh 2. Execute `lss` 3. Type `ls`, notice `ls|[s]` in the status bar 4. Press enter, ๐Ÿ› the status bar should flash `ls`, not `lss`
completed
PromptInputModel: Should not include ghost text on execute Setup: `"terminal.integrated.developer.devMode": true`. The ghost text part of pwsh might be due to a very recent version of pwsh or an optional package. I'm not sure. Repro: 1. Open Windows 11/pwsh 2. Execute `lss` 3. Type `ls`, notice `ls|[s]` in the status bar 4. Press enter, ๐Ÿ› the status bar should flash `ls`, not `lss`
129
210773
Pwsh starship prompt on Windows is often set wrong after ctrl+c
2024-04-19 17:49:47+00:00
2024-04-19 18:22:46+00:00
This is a pretty common situation on Windows: ![image](https://github.com/microsoft/vscode/assets/2193314/b9f9a3ac-0167-4733-8158-1ade171cf347) The dev mode input is all mangled due to this: ![image](https://github.com/microsoft/vscode/assets/2193314/2ee1c5a8-5545-4bc4-b305-d6143f21bb97) Perhaps we can leverage PromptInputModel to detect when this happens and tell CommandDetectionCapability to adjust the start marker?
completed
Pwsh starship prompt on Windows is often set wrong after ctrl+c This is a pretty common situation on Windows: ![image](https://github.com/microsoft/vscode/assets/2193314/b9f9a3ac-0167-4733-8158-1ade171cf347) The dev mode input is all mangled due to this: ![image](https://github.com/microsoft/vscode/assets/2193314/2ee1c5a8-5545-4bc4-b305-d6143f21bb97) Perhaps we can leverage PromptInputModel to detect when this happens and tell CommandDetectionCapability to adjust the start marker?
155
210772
Wrong user-data-dir assumed when started from CLI
2024-04-19 17:47:30+00:00
2024-04-23 15:40:19+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39) - OS Version: Debian 12 - DE: GNOME Steps to Reproduce: 0. Ensure neither `~/Code` nor `~/.config/Code` exist. 1. Install VS Code from latest `.deb` file 2. Launch VS Code from UI 3. Observe it creating `~/.config/Code` 4. Close VS Code 5. Launch VS Code from Terminal: `code` 6. Notice that new folder `~/Code` was created, instead of under `~/.config/Code` Note: also works properly when run via Gnome's "Run a command" dialog (ALT + F2). Note: also tested on 1.87.2 The bug appears regardless of command line arguments supplied (e.g. `code path/to/project/dir`) but can be semi-circumvented with explicit `--user-data-dir ~/.config/Code`. I also noticed that when ran from the terminal, it also creates the `ibus` directory in the home dir and also launches the wrong default browser, e.g. when logging in to settings sync. It's almost as if the app somehow thinks that my $HOME is `$HOME/.config` for some reason. This is reinforced by the config dir for the launched browser also appearing in my $HOME folder when launched from VS Code in this scenario (e.g. `~/google-chrome` instead of `~/.config/google-chrome`). This is a pretty fresh install of Debian so I did not yet have time to implement too many oddities on the system, however I did recently install a similar machine but I do not remember this occurring there. I have verified that it is neither my terminal emulator (tried both GNOME Terminal and Warp Terminal) nor my $SHELL (tried both `bash` and `zsh`. Even when copying the launch command from the `/usr/share/applications/code.desktop` file, the same issue occurs. When running with `code --verbose` the 2nd line already points to the wrong directory: ``` [main 2024-04-19T17:42:43.072Z] [File Watcher (node.js)] Request to start watching: /home/fatalmerlin/Code/User (excludes: <none>, includes: <all>, correlationId: <none>),/home/fatalmerlin/Code/User/settings.json (excludes: <none>, includes: <all>, correlationId: <none>) [main 2024-04-19T17:42:43.081Z] Starting VS Code [main 2024-04-19T17:42:43.081Z] from: /usr/share/code/resources/app ```
completed
Wrong user-data-dir assumed when started from CLI <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39) - OS Version: Debian 12 - DE: GNOME Steps to Reproduce: 0. Ensure neither `~/Code` nor `~/.config/Code` exist. 1. Install VS Code from latest `.deb` file 2. Launch VS Code from UI 3. Observe it creating `~/.config/Code` 4. Close VS Code 5. Launch VS Code from Terminal: `code` 6. Notice that new folder `~/Code` was created, instead of under `~/.config/Code` Note: also works properly when run via Gnome's "Run a command" dialog (ALT + F2). Note: also tested on 1.87.2 The bug appears regardless of command line arguments supplied (e.g. `code path/to/project/dir`) but can be semi-circumvented with explicit `--user-data-dir ~/.config/Code`. I also noticed that when ran from the terminal, it also creates the `ibus` directory in the home dir and also launches the wrong default browser, e.g. when logging in to settings sync. It's almost as if the app somehow thinks that my $HOME is `$HOME/.config` for some reason. This is reinforced by the config dir for the launched browser also appearing in my $HOME folder when launched from VS Code in this scenario (e.g. `~/google-chrome` instead of `~/.config/google-chrome`). This is a pretty fresh install of Debian so I did not yet have time to implement too many oddities on the system, however I did recently install a similar machine but I do not remember this occurring there. I have verified that it is neither my terminal emulator (tried both GNOME Terminal and Warp Terminal) nor my $SHELL (tried both `bash` and `zsh`. Even when copying the launch command from the `/usr/share/applications/code.desktop` file, the same issue occurs. When running with `code --verbose` the 2nd line already points to the wrong directory: ``` [main 2024-04-19T17:42:43.072Z] [File Watcher (node.js)] Request to start watching: /home/fatalmerlin/Code/User (excludes: <none>, includes: <all>, correlationId: <none>),/home/fatalmerlin/Code/User/settings.json (excludes: <none>, includes: <all>, correlationId: <none>) [main 2024-04-19T17:42:43.081Z] Starting VS Code [main 2024-04-19T17:42:43.081Z] from: /usr/share/code/resources/app ```
982
210758
PromptInputModel: Prompt can be incorrect after interrupting (after a window reload)
2024-04-19 15:46:29+00:00
2024-04-19 17:48:24+00:00
Related: https://github.com/microsoft/vscode/issues/210757 Setup: `"terminal.integrated.developer.devMode": true` Repro: 1. Open Windows 11/pwsh terminal 2. Type Ge 3. Press ctrl+c 4. Reload window ![image](https://github.com/microsoft/vscode/assets/2193314/46d4766c-ab6b-4221-bef0-aa47007e15e7) Type Ge ![image](https://github.com/microsoft/vscode/assets/2193314/527253f0-0030-4bb8-897e-2ae34dcf8851) Press ctrl+c ![image](https://github.com/microsoft/vscode/assets/2193314/d2cefa08-e25c-456d-89c3-e0e8a7af2d7a) ๐Ÿ› the status bar item should show `|` only
completed
PromptInputModel: Prompt can be incorrect after interrupting (after a window reload) Related: https://github.com/microsoft/vscode/issues/210757 Setup: `"terminal.integrated.developer.devMode": true` Repro: 1. Open Windows 11/pwsh terminal 2. Type Ge 3. Press ctrl+c 4. Reload window ![image](https://github.com/microsoft/vscode/assets/2193314/46d4766c-ab6b-4221-bef0-aa47007e15e7) Type Ge ![image](https://github.com/microsoft/vscode/assets/2193314/527253f0-0030-4bb8-897e-2ae34dcf8851) Press ctrl+c ![image](https://github.com/microsoft/vscode/assets/2193314/d2cefa08-e25c-456d-89c3-e0e8a7af2d7a) ๐Ÿ› the status bar item should show `|` only
252
210757
PromptInputModel: Prompt can be incorrect after interrupting
2024-04-19 15:46:09+00:00
2024-04-19 17:48:23+00:00
Setup: `"terminal.integrated.developer.devMode": true` 1. Open Windows 11/pwsh terminal 2. Type Ge 3. Press ctrl+c, ๐Ÿ› the status bar item should show `|` only ![image](https://github.com/microsoft/vscode/assets/2193314/149aebf0-35d0-4142-94f0-f224cac502e1)
completed
PromptInputModel: Prompt can be incorrect after interrupting Setup: `"terminal.integrated.developer.devMode": true` 1. Open Windows 11/pwsh terminal 2. Type Ge 3. Press ctrl+c, ๐Ÿ› the status bar item should show `|` only ![image](https://github.com/microsoft/vscode/assets/2193314/149aebf0-35d0-4142-94f0-f224cac502e1)
117
210753
PromptInputModel: Not restored properly after reloading the window
2024-04-19 14:30:16+00:00
2024-06-21 15:32:56+00:00
Setup: `"terminal.integrated.developer.devMode": true` Before reload: ![image](https://github.com/microsoft/vscode/assets/2193314/1868c524-0c4e-4888-9e2a-63163a04e3ce) After reload: Notice `G` is not in the status bar item: ![image](https://github.com/microsoft/vscode/assets/2193314/8694615c-8b7e-40cb-b683-018621173ef1)
completed
PromptInputModel: Not restored properly after reloading the window Setup: `"terminal.integrated.developer.devMode": true` Before reload: ![image](https://github.com/microsoft/vscode/assets/2193314/1868c524-0c4e-4888-9e2a-63163a04e3ce) After reload: Notice `G` is not in the status bar item: ![image](https://github.com/microsoft/vscode/assets/2193314/8694615c-8b7e-40cb-b683-018621173ef1)
151
210752
Terminal suggest does not work properly when completion starts before the original input
2024-04-19 14:28:33+00:00
2024-06-17 18:47:33+00:00
Testing #210394 Tested on branch https://github.com/microsoft/vscode/pull/210750 Repro: 1. Enable terminal suggest 2. Start pwsh 3. Type `d` 4. Press ctrl+space 5. Scroll down to bottom and select one of the entries that doesn't start with `d` ![image](https://github.com/microsoft/vscode/assets/2193314/946339c7-adb3-41bd-b899-24938894d4e6) ![image](https://github.com/microsoft/vscode/assets/2193314/7430c7a5-f819-45f9-af16-5efd2907c60f)
completed
Terminal suggest does not work properly when completion starts before the original input Testing #210394 Tested on branch https://github.com/microsoft/vscode/pull/210750 Repro: 1. Enable terminal suggest 2. Start pwsh 3. Type `d` 4. Press ctrl+space 5. Scroll down to bottom and select one of the entries that doesn't start with `d` ![image](https://github.com/microsoft/vscode/assets/2193314/946339c7-adb3-41bd-b899-24938894d4e6) ![image](https://github.com/microsoft/vscode/assets/2193314/7430c7a5-f819-45f9-af16-5efd2907c60f)
179
210740
PromptInputModel: Dev mode status bar entry doesn't update when deleting word in front
2024-04-19 12:49:50+00:00
2024-04-19 14:45:27+00:00
Repro: 1. Enable `"terminal.integrated.developer.devMode": true` 2. Create a new Windows 11/pwsh terminal 3. Type `Get` 4. Press home (to go to start of prompt, arrows are fine too) 5. Press ctrl+delete (to delete the word in front of the cursor), `Get` is deleted from the prompt but ๐Ÿ› the devMode status bar entry does not update and remains `|Get`
completed
PromptInputModel: Dev mode status bar entry doesn't update when deleting word in front Repro: 1. Enable `"terminal.integrated.developer.devMode": true` 2. Create a new Windows 11/pwsh terminal 3. Type `Get` 4. Press home (to go to start of prompt, arrows are fine too) 5. Press ctrl+delete (to delete the word in front of the cursor), `Get` is deleted from the prompt but ๐Ÿ› the devMode status bar entry does not update and remains `|Get`
133
210711
Surprising quick pick when choosing `Explain using Copilot` on an error
2024-04-19 01:06:24+00:00
2024-05-09 01:01:03+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid 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, except the Copilot Extensions are needed for the scenario <!-- ๐Ÿช“ 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: ``` Version: 1.89.0-insider (user setup) Commit: 59d84c5c8cecf22b24e316c5443dc3ec49462589 Date: 2024-04-18T05:48:15.937Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.26100 Copilot Chat Extension version: v0.15.2024041801 (pre-release) ``` Steps to Reproduce: 1. Code is here: https://github.com/chrisdias/issue210429 2. clone repo, run `npm install`, open `src/app.ts` 3. wait for error to appear on line `12` 4. click on the lightbulb + sparkle icon to bring up quick fix list 5. choose `Explain using Copilot` ![image](https://github.com/microsoft/vscode/assets/1487073/91d37865-4b94-44d1-a246-bcce59d7ecdf) Result: I get a quick pick for a selection which aligns with the Outline for the file ![image](https://github.com/microsoft/vscode/assets/1487073/953f4152-7cf0-4634-9633-ceca9d12b0b5) But the proper error is sent to the Chat view ![image](https://github.com/microsoft/vscode/assets/1487073/e4b052b2-ec4f-44f1-b5e7-4fda744d1eb3) I don't understand why I get a selection quick pick here. In general, unless I was really looking at the outline view I don't really understand why the quick pick list entries are what they are, none of them give me the error that I am on.
completed
Surprising quick pick when choosing `Explain using Copilot` on an error <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes, except the Copilot Extensions are needed for the scenario <!-- ๐Ÿช“ 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: ``` Version: 1.89.0-insider (user setup) Commit: 59d84c5c8cecf22b24e316c5443dc3ec49462589 Date: 2024-04-18T05:48:15.937Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.26100 Copilot Chat Extension version: v0.15.2024041801 (pre-release) ``` Steps to Reproduce: 1. Code is here: https://github.com/chrisdias/issue210429 2. clone repo, run `npm install`, open `src/app.ts` 3. wait for error to appear on line `12` 4. click on the lightbulb + sparkle icon to bring up quick fix list 5. choose `Explain using Copilot` ![image](https://github.com/microsoft/vscode/assets/1487073/91d37865-4b94-44d1-a246-bcce59d7ecdf) Result: I get a quick pick for a selection which aligns with the Outline for the file ![image](https://github.com/microsoft/vscode/assets/1487073/953f4152-7cf0-4634-9633-ceca9d12b0b5) But the proper error is sent to the Chat view ![image](https://github.com/microsoft/vscode/assets/1487073/e4b052b2-ec4f-44f1-b5e7-4fda744d1eb3) I don't understand why I get a selection quick pick here. In general, unless I was really looking at the outline view I don't really understand why the quick pick list entries are what they are, none of them give me the error that I am on.
786
210709
Execute multiple git operations at the same time on different repositories
2024-04-19 00:41:10+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. --> Extracted from <https://stackoverflow.com/questions/77327389/how-to-execute-multiple-git-operations-at-the-same-time-on-vscode-for-different> Each time a commit, push, etc. is executed on VSCode (UI), all options are disabled until the operation completes. This is fine for operations on the same repository, but it shouldn't block the other repositories (on a Multi-root Workspace). In the picture below, the repository 1 is pushing, but I'm unable to do a commit in the repository 2. ![image](https://github.com/microsoft/vscode/assets/405347/2a0083fc-6495-42ed-81ab-d6e43a8a21b6) PS: Wasn't sure if this is a Feature request or a bug.
Execute multiple git operations at the same time on different repositories <!-- โš ๏ธโš ๏ธ 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. --> Extracted from <https://stackoverflow.com/questions/77327389/how-to-execute-multiple-git-operations-at-the-same-time-on-vscode-for-different> Each time a commit, push, etc. is executed on VSCode (UI), all options are disabled until the operation completes. This is fine for operations on the same repository, but it shouldn't block the other repositories (on a Multi-root Workspace). In the picture below, the repository 1 is pushing, but I'm unable to do a commit in the repository 2. ![image](https://github.com/microsoft/vscode/assets/405347/2a0083fc-6495-42ed-81ab-d6e43a8a21b6) PS: Wasn't sure if this is a Feature request or a bug.
311
210702
Outline provider changes
2024-04-18 23:09:48+00:00
```[tasklist] ### Tasks - [ ] Move outline provider to notebook worker - [ ] Given that this was slow and hanging the renderer process, we might want to measure the perf of the computation - [ ] https://github.com/microsoft/vscode/issues/210704 ```
Outline provider changes ```[tasklist] ### Tasks - [ ] Move outline provider to notebook worker - [ ] Given that this was slow and hanging the renderer process, we might want to measure the perf of the computation - [ ] https://github.com/microsoft/vscode/issues/210704 ```
80
210674
Task template write fails on an empty tasks.json file
2024-04-18 16:21:31+00:00
2024-04-18 19:45:25+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 (Latest) + GitHub Codespaces - OS Version: All? (Tested on Linux + MacOS) Steps to Reproduce: 1. Open a folder or workspace 2. Open (create if necessary): .vscode/tasks.json 3. Remove all the content from the above file and save it 4. Open the command palette 5. Select 'Tasks: Run Task' 6. Select '+ Configure a Task' 7. Select 'Open tasks.json file' 8. Select any provided task template 9. Observe notification error: "Unable to write to Folder Settings because no resource is provided." Expected behaviour: - Empty tasks.json is populated with the contents of the selected task template <img width="898" alt="Screenshot 2024-04-18 at 16 50 01" src="https://github.com/microsoft/vscode/assets/3001447/42e3ad99-9a91-4ea6-a122-786cd3677a90">
completed
Task template write fails on an empty tasks.json 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 <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 (Latest) + GitHub Codespaces - OS Version: All? (Tested on Linux + MacOS) Steps to Reproduce: 1. Open a folder or workspace 2. Open (create if necessary): .vscode/tasks.json 3. Remove all the content from the above file and save it 4. Open the command palette 5. Select 'Tasks: Run Task' 6. Select '+ Configure a Task' 7. Select 'Open tasks.json file' 8. Select any provided task template 9. Observe notification error: "Unable to write to Folder Settings because no resource is provided." Expected behaviour: - Empty tasks.json is populated with the contents of the selected task template <img width="898" alt="Screenshot 2024-04-18 at 16 50 01" src="https://github.com/microsoft/vscode/assets/3001447/42e3ad99-9a91-4ea6-a122-786cd3677a90">
548
210671
quickpick checkbox state not announced correctly by screen readers
2024-04-18 15:59:08+00:00
2024-04-23 17:48:34+00:00
1. enable a screen reader 2. run the `Manage Trusted Extensions` command. 3. checkboxes are always read as "unchecked"
completed
quickpick checkbox state not announced correctly by screen readers 1. enable a screen reader 2. run the `Manage Trusted Extensions` command. 3. checkboxes are always read as "unchecked"
48
210670
Restarting extensions messes the script order in npm scripts pane in the folder side bar.
2024-04-18 15:53:14+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: Version: 1.88.1 (Universal) Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:42:52.765Z (1 wk ago) 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 - OS Version: macOS Sonoma version 14.4.1 Steps to Reproduce: 1. Open your folder in vscode. 2. Observe there are updated extensions. 3. After they are installed, click on one of the Restart Extensions buttons. 4. The extensions will reload. 5. Go back to Folders in the side-bar. 6. Observe the order of npm scripts in the npm scripts pane scramble. See image below. ![CleanShot 2024-04-18 at 17 51 41](https://github.com/microsoft/vscode/assets/6442851/3c1c5eba-8a48-4902-a722-3707ee87f5bb) 7. Collapse the npm scripts pane, and re-expand it, notice this time the order is correct, see image below. ![CleanShot 2024-04-18 at 17 52 25](https://github.com/microsoft/vscode/assets/6442851/3374cacc-4b8f-44e3-951d-c9b6aab0b12d)
Restarting extensions messes the script order in npm scripts pane in the folder side bar. <!-- โš ๏ธโš ๏ธ 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: Version: 1.88.1 (Universal) Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:42:52.765Z (1 wk ago) 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 - OS Version: macOS Sonoma version 14.4.1 Steps to Reproduce: 1. Open your folder in vscode. 2. Observe there are updated extensions. 3. After they are installed, click on one of the Restart Extensions buttons. 4. The extensions will reload. 5. Go back to Folders in the side-bar. 6. Observe the order of npm scripts in the npm scripts pane scramble. See image below. ![CleanShot 2024-04-18 at 17 51 41](https://github.com/microsoft/vscode/assets/6442851/3c1c5eba-8a48-4902-a722-3707ee87f5bb) 7. Collapse the npm scripts pane, and re-expand it, notice this time the order is correct, see image below. ![CleanShot 2024-04-18 at 17 52 25](https://github.com/microsoft/vscode/assets/6442851/3374cacc-4b8f-44e3-951d-c9b6aab0b12d)
670
210640
Setting `TreeView.badge` to `undefined` no longer removes the badge
2024-04-18 10:23:10+00:00
2024-04-25 14:02:32+00:00
Type: <b>Bug</b> I think this is a regression caused by #205589. I will provide a repro and a PR. VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2 Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2 <!-- generated by issue reporter -->
completed
Setting `TreeView.badge` to `undefined` no longer removes the badge Type: <b>Bug</b> I think this is a regression caused by #205589. I will provide a repro and a PR. VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:41:02.734Z) OS version: Windows_NT x64 10.0.22631 Modes: Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2 Remote OS version: Linux x64 5.15.146.1-microsoft-standard-WSL2 <!-- generated by issue reporter -->
164
210624
Unable to resize with mouse, right half of window not clickable Ubuntu 24.04
2024-04-18 05:45:57+00:00
Same symptoms as in #188407 that go away with `code --ozone-platform=wayland` > any attempt to resize the application window larger, or click maximize, results in the application appearing to be fullscreen, but any space larger than the original window the app opened in is unclickable. If another window is behind the app in that space, it will click whatever is behind it. Tried this using VS Code from the Ubuntu Software app (snap), and same result using the .deb binary downloaded directly from Microsoft. No extensions installed, happens with fresh install. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: Ubuntu 24.04 Steps to Reproduce: not sure
Unable to resize with mouse, right half of window not clickable Ubuntu 24.04 Same symptoms as in #188407 that go away with `code --ozone-platform=wayland` > any attempt to resize the application window larger, or click maximize, results in the application appearing to be fullscreen, but any space larger than the original window the app opened in is unclickable. If another window is behind the app in that space, it will click whatever is behind it. Tried this using VS Code from the Ubuntu Software app (snap), and same result using the .deb binary downloaded directly from Microsoft. No extensions installed, happens with fresh install. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: Ubuntu 24.04 Steps to Reproduce: not sure
465
210597
wrong font for terminal completions
2024-04-17 21:10:15+00:00
2024-07-25 16:01:58+00:00
testing https://github.com/microsoft/vscode/issues/210394#issue-2243874564 I see this on multiple machines, and when using an empty temporary profile where this is the only setting in settings.json ![image](https://github.com/microsoft/vscode/assets/2019016/09af7471-a2e9-4a92-a5c3-edd863f963be)
completed
wrong font for terminal completions testing https://github.com/microsoft/vscode/issues/210394#issue-2243874564 I see this on multiple machines, and when using an empty temporary profile where this is the only setting in settings.json ![image](https://github.com/microsoft/vscode/assets/2019016/09af7471-a2e9-4a92-a5c3-edd863f963be)
105
210592
go to previous codeblock in accessible view does not work
2024-04-17 18:54:59+00:00
2024-04-17 19:40:12+00:00
1. in chat, produce a response with several codeblocks 2. enable screen reader mode 3. focus the chat response via keyboard 4. `alt+f2` 5. put your cursor in a code block that has one previous to it 6. use the left arrow action 7. ๐Ÿ› it doesn't work<img width="908" alt="Screenshot 2024-04-17 at 11 53 59โ€ฏAM" src="https://github.com/microsoft/vscode/assets/29464607/c58148b8-3849-4d10-b47b-5bc5b425ab5b">
completed
go to previous codeblock in accessible view does not work 1. in chat, produce a response with several codeblocks 2. enable screen reader mode 3. focus the chat response via keyboard 4. `alt+f2` 5. put your cursor in a code block that has one previous to it 6. use the left arrow action 7. ๐Ÿ› it doesn't work<img width="908" alt="Screenshot 2024-04-17 at 11 53 59โ€ฏAM" src="https://github.com/microsoft/vscode/assets/29464607/c58148b8-3849-4d10-b47b-5bc5b425ab5b">
146
210562
Terminal suggest hides after typing
2024-04-17 13:11:49+00:00
2024-04-17 13:31:38+00:00
Repro on Windows: - Enable terminal suggest - Open pwsh - Type `Get-`, the suggest appears - Type `A`, :bug: the suggest hides
completed
Terminal suggest hides after typing Repro on Windows: - Enable terminal suggest - Open pwsh - Type `Get-`, the suggest appears - Type `A`, :bug: the suggest hides
47
210556
vscode setting packageManager in package.json unconditionally
2024-04-17 11:59:04+00:00
2024-04-18 01:28:09+00:00
Type: <b>Bug</b> open a package.json file and wait, packageManager appeared as "[email protected]+sha256.7cb31c0a881964a22577fd84e5a9a5b11e6f49ef8aa0893036b0b68015056252". "npm.packageManager" setting doesn't provide a "none" option. this is happening with all extensions disabled. VS Code version: Code 1.88.1 (Universal) (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:42:52.765Z) OS version: Darwin arm64 23.1.0 Modes: Unsupported <details> <summary>A/B Experiments</summary> ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r3:30993541 dsvsc020:30976470 pythonait:31006305 666c4381:30973075 gee8j676:31009558 chatpanelc:31018788 dsvsc021:30996838 f3je6385:31013174 ``` </details> <!-- generated by issue reporter -->
completed
vscode setting packageManager in package.json unconditionally Type: <b>Bug</b> open a package.json file and wait, packageManager appeared as "[email protected]+sha256.7cb31c0a881964a22577fd84e5a9a5b11e6f49ef8aa0893036b0b68015056252". "npm.packageManager" setting doesn't provide a "none" option. this is happening with all extensions disabled. VS Code version: Code 1.88.1 (Universal) (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:42:52.765Z) OS version: Darwin arm64 23.1.0 Modes: Unsupported <details> <summary>A/B Experiments</summary> ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r3:30993541 dsvsc020:30976470 pythonait:31006305 666c4381:30973075 gee8j676:31009558 chatpanelc:31018788 dsvsc021:30996838 f3je6385:31013174 ``` </details> <!-- generated by issue reporter -->
571
210542
Test explorer should respect `workbench.list.horizontalScrolling`
2024-04-17 09:38:13+00:00
2024-05-02 14:44:39+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. --> I was unable to find a previously logged issue or feature request. <!-- Describe the feature you'd like. --> The Function names of test cases are, by there very nature, often long-winded. The tree structure also tends to eat into the horizontal real-estate. ![image](https://github.com/microsoft/vscode/assets/59029926/f4c9bb03-3278-4382-9b7d-e2782f5aae77) It would be really great if we could enable a horizontal scrollbar on the Testing Extension tab so we could see the function names. This would also make the ux on the Testing Extension tab more in line with the other tabs like the Variable explorer, Call Stack and Breakpoint list.
completed
Test explorer should respect `workbench.list.horizontalScrolling` <!-- โš ๏ธโš ๏ธ 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. --> I was unable to find a previously logged issue or feature request. <!-- Describe the feature you'd like. --> The Function names of test cases are, by there very nature, often long-winded. The tree structure also tends to eat into the horizontal real-estate. ![image](https://github.com/microsoft/vscode/assets/59029926/f4c9bb03-3278-4382-9b7d-e2782f5aae77) It would be really great if we could enable a horizontal scrollbar on the Testing Extension tab so we could see the function names. This would also make the ux on the Testing Extension tab more in line with the other tabs like the Variable explorer, Call Stack and Breakpoint list.
270
210520
getMarkdownHeadersInCell does not handle headers with HTML tags
2024-04-17 00:41:11+00:00
The `notebookOutlineEntryFactory.ts` handles markdown headers with HTML tags, but not other parts (such as collapsing mardown header cells, see `foldingModel.ts`). ```typescript const fullContent = cell.getText().substring(0, 10000); for (const { depth, text } of getMarkdownHeadersInCell(fullContent)) { hasHeader = true; entries.push(new OutlineEntry(index++, depth, cell, text, false, false)); } if (!hasHeader) { // no markdown syntax headers, try to find html tags const match = fullContent.match(/<h([1-6]).*>(.*)<\/h\1>/i); if (match) { hasHeader = true; const level = parseInt(match[1]); const text = match[2].trim(); entries.push(new OutlineEntry(index++, level, cell, text, false, false)); } } ``` Thus, if we have HTML tags for outline headers, then we do not render collapsible regions in markdown for such headers. Not sure if this is a bug or not, but filing this here, Feel free to close this if this is invalid.
getMarkdownHeadersInCell does not handle headers with HTML tags The `notebookOutlineEntryFactory.ts` handles markdown headers with HTML tags, but not other parts (such as collapsing mardown header cells, see `foldingModel.ts`). ```typescript const fullContent = cell.getText().substring(0, 10000); for (const { depth, text } of getMarkdownHeadersInCell(fullContent)) { hasHeader = true; entries.push(new OutlineEntry(index++, depth, cell, text, false, false)); } if (!hasHeader) { // no markdown syntax headers, try to find html tags const match = fullContent.match(/<h([1-6]).*>(.*)<\/h\1>/i); if (match) { hasHeader = true; const level = parseInt(match[1]); const text = match[2].trim(); entries.push(new OutlineEntry(index++, level, cell, text, false, false)); } } ``` Thus, if we have HTML tags for outline headers, then we do not render collapsible regions in markdown for such headers. Not sure if this is a bug or not, but filing this here, Feel free to close this if this is invalid.
331
210517
File System Watcher has double slashes `//` as path separator
2024-04-16 22:29:44+00:00
2024-04-17 12:40:26+00:00
Version: 1.88.1 (Universal) Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:42:52.765Z 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 Add the following in your extension activation: ```typescript const fileSystemWatcher = workspace.createFileSystemWatcher("**/*", true, false, true); fileSystemWatcher.onDidChange(uri => { console.log(`Changed file: ${uri.fsPath}`); }); ``` Now this prints: ``` Changed file: /Users/aboyko/git/vscode-spring-boot-dashboard/test/projects/spring-petclinic//src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java extensionHostProcess.js:146 Changed file: /Users/aboyko/git/vscode-spring-boot-dashboard/test/projects/spring-petclinic//target/classes/org/springframework/samples/petclinic/owner/OwnerController.class ``` Note the `//` in both URIs: `petclinic//src` and `petclinic//target`
completed
File System Watcher has double slashes `//` as path separator Version: 1.88.1 (Universal) Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:42:52.765Z 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 Add the following in your extension activation: ```typescript const fileSystemWatcher = workspace.createFileSystemWatcher("**/*", true, false, true); fileSystemWatcher.onDidChange(uri => { console.log(`Changed file: ${uri.fsPath}`); }); ``` Now this prints: ``` Changed file: /Users/aboyko/git/vscode-spring-boot-dashboard/test/projects/spring-petclinic//src/main/java/org/springframework/samples/petclinic/owner/OwnerController.java extensionHostProcess.js:146 Changed file: /Users/aboyko/git/vscode-spring-boot-dashboard/test/projects/spring-petclinic//target/classes/org/springframework/samples/petclinic/owner/OwnerController.class ``` Note the `//` in both URIs: `petclinic//src` and `petclinic//target`
369
210505
`$` in GHPR accessible view comment usernames
2024-04-16 20:16:03+00:00
2024-04-16 21:27:18+00:00
1. enable screen reader mode 2. focus a GHPR comment which has a few replies 3. Usernames have `$` ๐Ÿ› ![Screenshot 2024-04-16 at 1 12 42โ€ฏPM](https://github.com/microsoft/vscode/assets/29464607/29bb1130-d989-45fd-9305-5c23b0af7528)
completed
`$` in GHPR accessible view comment usernames 1. enable screen reader mode 2. focus a GHPR comment which has a few replies 3. Usernames have `$` ๐Ÿ› ![Screenshot 2024-04-16 at 1 12 42โ€ฏPM](https://github.com/microsoft/vscode/assets/29464607/29bb1130-d989-45fd-9305-5c23b0af7528)
101
210504
indicate number of replies before comment in accessible view
2024-04-16 20:13:47+00:00
2024-04-16 21:27:18+00:00
1. enable screen reader mode 2. focus a GHPR comment which has a few replies 3. So that screen reader users know what to expect, IE what is available to go to, we should indicate the number of replies before the comment, as it could be lengthy. In the below, the number of replies occurs after the comment. ๐Ÿ› ![Screenshot 2024-04-16 at 1 12 42โ€ฏPM](https://github.com/microsoft/vscode/assets/29464607/29bb1130-d989-45fd-9305-5c23b0af7528)
completed
indicate number of replies before comment in accessible view 1. enable screen reader mode 2. focus a GHPR comment which has a few replies 3. So that screen reader users know what to expect, IE what is available to go to, we should indicate the number of replies before the comment, as it could be lengthy. In the below, the number of replies occurs after the comment. ๐Ÿ› ![Screenshot 2024-04-16 at 1 12 42โ€ฏPM](https://github.com/microsoft/vscode/assets/29464607/29bb1130-d989-45fd-9305-5c23b0af7528)
143
210503
sticky scroll not working for edge case
2024-04-16 19:42:56+00:00
2024-04-17 15:31:12+00:00
feel free to close if it's not worth fixing this https://github.com/microsoft/vscode/assets/29464607/6d86751a-6463-4ca2-8290-b8035e0a5976
completed
sticky scroll not working for edge case feel free to close if it's not worth fixing this https://github.com/microsoft/vscode/assets/29464607/6d86751a-6463-4ca2-8290-b8035e0a5976
63
210462
Can't have tables with borders because of hard coded !important style
2024-04-16 11:49:48+00:00
2024-06-03 14:50:38+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.85.1 (system setup) - OS Version: Windows_NT x64 10.0.19045 In this snippet https://github.com/microsoft/vscode/blob/5ccc2db0a2ed24e8c0dc3ecd7d515e4f76c87e69/src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.ts#L424-L429 the major table related tags have border set to none with !important which makes it so that jupyter notebook tables can't have a border without jumping through hoops to override that !important tag. On my own installation, I patched out the !important and now my jupyter notebook tables can have borders and I'm not seeing any ill effects. It'd be nice if the next VSC update wouldn't revert that change.
completed
Can't have tables with borders because of hard coded !important style <!-- โš ๏ธโš ๏ธ 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.85.1 (system setup) - OS Version: Windows_NT x64 10.0.19045 In this snippet https://github.com/microsoft/vscode/blob/5ccc2db0a2ed24e8c0dc3ecd7d515e4f76c87e69/src/vs/workbench/contrib/notebook/browser/view/renderers/backLayerWebView.ts#L424-L429 the major table related tags have border set to none with !important which makes it so that jupyter notebook tables can't have a border without jumping through hoops to override that !important tag. On my own installation, I patched out the !important and now my jupyter notebook tables can have borders and I'm not seeing any ill effects. It'd be nice if the next VSC update wouldn't revert that change.
530
210461
Quick list navigation broken with cmd key pressed
2024-04-16 11:32:51+00:00
2024-04-19 22:42:08+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88 - OS Version: Ventura 13.3.3 (a) Steps to Reproduce: 1. open any quick panel like cmd+shift+p 2. keep cmd key pressed 3. use up or down keys to navigate in the list 4. up and down keys will move cursor to the top of list I use cmd+e to open workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup (previous files list) and it works only with cmd key pressed so with this bug is completely unuseful I've tried to remove any system and extensions keybindings but it doesnt help. But everything works correctly in 1.87 version. Thank you guys for your work!
completed
Quick list navigation broken with cmd key pressed <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88 - OS Version: Ventura 13.3.3 (a) Steps to Reproduce: 1. open any quick panel like cmd+shift+p 2. keep cmd key pressed 3. use up or down keys to navigate in the list 4. up and down keys will move cursor to the top of list I use cmd+e to open workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup (previous files list) and it works only with cmd key pressed so with this bug is completely unuseful I've tried to remove any system and extensions keybindings but it doesnt help. But everything works correctly in 1.87 version. Thank you guys for your work!
471
210459
Screen cheese on inline diff editor without changes
2024-04-16 11:27:29+00:00
2024-04-24 09:50:10+00:00
1. Cause a trailing whitespace change 2. Open it in the diff editor 3. Narrow down the width until you see inline diff 4. Disable trailing whitespace diff ๐Ÿ› There's screen cheese to the left of the editor `No Ch`. <img width="736" alt="image" src="https://github.com/microsoft/vscode/assets/22350/9a303cda-59f0-4647-ba07-7b63870e0feb">
completed
Screen cheese on inline diff editor without changes 1. Cause a trailing whitespace change 2. Open it in the diff editor 3. Narrow down the width until you see inline diff 4. Disable trailing whitespace diff ๐Ÿ› There's screen cheese to the left of the editor `No Ch`. <img width="736" alt="image" src="https://github.com/microsoft/vscode/assets/22350/9a303cda-59f0-4647-ba07-7b63870e0feb">
122
210448
Unlucky slow diffs in merge editor
2024-04-16 09:27:07+00:00
Here's the JSON export: [merge-editor-export.json](https://github.com/microsoft/vscode/files/14994694/merge-editor-export.json)
Unlucky slow diffs in merge editor Here's the JSON export: [merge-editor-export.json](https://github.com/microsoft/vscode/files/14994694/merge-editor-export.json)
60
210415
Tasks with `runOn: folderOpen` do not consistently run
2024-04-15 18:14:54+00:00
2024-07-24 18:12:29+00:00
1. Open vscode-copilot 2. Sometimes see that the tasks set to run on folder open do not actually do so 3. Observe the following Tasks output. Seems like a race? The tasks can be run successfully later on. ``` Error: The npm task detection didn't contribute a task for the following configuration: { "label": "compile", "type": "npm", "script": "compile", "problemMatcher": "$esbuild" } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch", "label": "npm: watch - DO NOT USE" } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch:tsc-extension", "group": "build", "problemMatcher": "$tsc-watch", "isBackground": true, "label": "npm: watch:tsc-extension", "presentation": { "group": "watch", "reveal": "never" } } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch:tsc-simulation-workbench", "group": "build", "problemMatcher": "$tsc-watch", "isBackground": true, "label": "npm: watch:tsc-simulation-workbench", "presentation": { "group": "watch", "reveal": "never" } } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch:esbuild", "group": "build", "problemMatcher": "$esbuild-watch", "isBackground": true, "label": "npm: watch:esbuild", "presentation": { "group": "watch", "reveal": "never" } } The task will be ignored. Couldn't resolve dependent task 'npm: watch:tsc-extension' in workspace folder 'file:///Users/connor/Github/vscode-copilot' Couldn't resolve dependent task 'npm: watch:tsc-simulation-workbench' in workspace folder 'file:///Users/connor/Github/vscode-copilot' Couldn't resolve dependent task 'npm: watch:esbuild' in workspace folder 'file:///Users/connor/Github/vscode-copilot' ```
completed
Tasks with `runOn: folderOpen` do not consistently run 1. Open vscode-copilot 2. Sometimes see that the tasks set to run on folder open do not actually do so 3. Observe the following Tasks output. Seems like a race? The tasks can be run successfully later on. ``` Error: The npm task detection didn't contribute a task for the following configuration: { "label": "compile", "type": "npm", "script": "compile", "problemMatcher": "$esbuild" } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch", "label": "npm: watch - DO NOT USE" } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch:tsc-extension", "group": "build", "problemMatcher": "$tsc-watch", "isBackground": true, "label": "npm: watch:tsc-extension", "presentation": { "group": "watch", "reveal": "never" } } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch:tsc-simulation-workbench", "group": "build", "problemMatcher": "$tsc-watch", "isBackground": true, "label": "npm: watch:tsc-simulation-workbench", "presentation": { "group": "watch", "reveal": "never" } } The task will be ignored. Error: The npm task detection didn't contribute a task for the following configuration: { "type": "npm", "script": "watch:esbuild", "group": "build", "problemMatcher": "$esbuild-watch", "isBackground": true, "label": "npm: watch:esbuild", "presentation": { "group": "watch", "reveal": "never" } } The task will be ignored. Couldn't resolve dependent task 'npm: watch:tsc-extension' in workspace folder 'file:///Users/connor/Github/vscode-copilot' Couldn't resolve dependent task 'npm: watch:tsc-simulation-workbench' in workspace folder 'file:///Users/connor/Github/vscode-copilot' Couldn't resolve dependent task 'npm: watch:esbuild' in workspace folder 'file:///Users/connor/Github/vscode-copilot' ```
677
210413
terminal fails to split after running command in git bash with shell integration enabled
2024-04-15 18:02:04+00:00
2024-04-16 23:20:37+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.89.0-insider (user setup) Commit: 6f91cdc47ae284c0a6fec5aa597b9cbcf3cd185c Date: 2024-04-15T05:50:22.934Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Open Git Bash with shell integration enabled 2. Run a command 3. Try to split the terminal ![image](https://github.com/microsoft/vscode/assets/35637443/023b4d9a-4157-4eb4-8934-a3d0294fa5ad)
completed
terminal fails to split after running command in git bash with shell integration 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. --> Version: 1.89.0-insider (user setup) Commit: 6f91cdc47ae284c0a6fec5aa597b9cbcf3cd185c Date: 2024-04-15T05:50:22.934Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631 Steps to Reproduce: 1. Open Git Bash with shell integration enabled 2. Run a command 3. Try to split the terminal ![image](https://github.com/microsoft/vscode/assets/35637443/023b4d9a-4157-4eb4-8934-a3d0294fa5ad)
501
210403
Pwsh suggest triggers and completes when pasting text containing -
2024-04-15 15:52:56+00:00
2024-04-15 23:23:51+00:00
Testing: #210394, #154662 Repro: - Enable `terminal.integrated.shellIntegration.suggestEnabled` - Open a pwsh terminal - Copy `extensions/vscode-api-tests/src/singlefolder-tests/terminal.shellIntegration.test.ts` - Paste in terminal ๐Ÿ› ![image](https://github.com/microsoft/vscode/assets/2193314/cceb93db-fc16-4608-a24f-b7e2c6ebf7ba) cc @cpendery
completed
Pwsh suggest triggers and completes when pasting text containing - Testing: #210394, #154662 Repro: - Enable `terminal.integrated.shellIntegration.suggestEnabled` - Open a pwsh terminal - Copy `extensions/vscode-api-tests/src/singlefolder-tests/terminal.shellIntegration.test.ts` - Paste in terminal ๐Ÿ› ![image](https://github.com/microsoft/vscode/assets/2193314/cceb93db-fc16-4608-a24f-b7e2c6ebf7ba) cc @cpendery
161
210402
Button font issue
2024-04-15 15:50:58+00:00
2024-04-15 17:02:08+00:00
![image](https://github.com/microsoft/vscode/assets/900690/8b4f8b24-3e34-4520-9426-4ae85eddb0af)
not_planned
Button font issue ![image](https://github.com/microsoft/vscode/assets/900690/8b4f8b24-3e34-4520-9426-4ae85eddb0af)
51
210400
Cannot set markdown.editor.filePaste.enabled to always
2024-04-15 15:19:19+00:00
2024-04-15 16:51:04+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. --> <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: win11 ![ๅ›พ็‰‡](https://github.com/microsoft/vscode/assets/85005258/19b34cba-f00c-4836-aff2-0deb1d046f42) I want to set `markdown.editor.filePaste.enabled` to `always`, but I can't. ![markdown editor filePaste enabled](https://github.com/microsoft/vscode/assets/85005258/e4785466-d643-4989-a911-27b8289cdbf1) ![ๆ— ๆ ‡้ข˜111111](https://github.com/microsoft/vscode/assets/85005258/da81aa1d-5ee3-4b89-96cf-d2eb00d5d81c) The smart mode in the Hugo blog's md files is behaving too dumb, so I had to switch to the `always` option. But now I can't set it to `always`.
completed
Cannot set markdown.editor.filePaste.enabled to always <!-- โš ๏ธโš ๏ธ 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. --> <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: win11 ![ๅ›พ็‰‡](https://github.com/microsoft/vscode/assets/85005258/19b34cba-f00c-4836-aff2-0deb1d046f42) I want to set `markdown.editor.filePaste.enabled` to `always`, but I can't. ![markdown editor filePaste enabled](https://github.com/microsoft/vscode/assets/85005258/e4785466-d643-4989-a911-27b8289cdbf1) ![ๆ— ๆ ‡้ข˜111111](https://github.com/microsoft/vscode/assets/85005258/da81aa1d-5ee3-4b89-96cf-d2eb00d5d81c) The smart mode in the Hugo blog's md files is behaving too dumb, so I had to switch to the `always` option. But now I can't set it to `always`.
537
210396
Pwsh suggest doesn't hide when completing using pwsh's own ghost text completion
2024-04-15 14:50:19+00:00
Testing: https://github.com/microsoft/vscode/issues/210394, #154662 ![Recording 2024-04-15 at 07 49 21 (1)](https://github.com/microsoft/vscode/assets/2193314/1cb185d0-41bf-4508-9fd8-d89c24c14468) cc @cpendery
Pwsh suggest doesn't hide when completing using pwsh's own ghost text completion Testing: https://github.com/microsoft/vscode/issues/210394, #154662 ![Recording 2024-04-15 at 07 49 21 (1)](https://github.com/microsoft/vscode/assets/2193314/1cb185d0-41bf-4508-9fd8-d89c24c14468) cc @cpendery
112
210395
Pwsh suggest does not automatically appear when `-` is typed on macOS
2024-04-15 14:47:19+00:00
2024-04-15 22:21:48+00:00
Testing: #210394, #154662 Repro: - Enable `terminal.integrated.shellIntegration.suggestEnabled` - Open a pwsh terminal - Type `Get-`, ๐Ÿ› no intellisense shows up - Press ctrl+space, it does show up cc @cpendery
completed
Pwsh suggest does not automatically appear when `-` is typed on macOS Testing: #210394, #154662 Repro: - Enable `terminal.integrated.shellIntegration.suggestEnabled` - Open a pwsh terminal - Type `Get-`, ๐Ÿ› no intellisense shows up - Press ctrl+space, it does show up cc @cpendery
96
210385
Multi word chat participant names should be handled more gracefully
2024-04-15 12:14:21+00:00
2024-05-25 23:03:25+00:00
1. Take the https://github.com/microsoft/vscode-extension-samples/tree/main/chat-agent-sample 2. Open package.json and say it contributes a participant with name "friendly cat" 3. This is not supported in the UI, and when I invoke the agent name it does not get nicely rendered. And the message is not forward to the "friendly cat" ๐Ÿ› I think it is fine to limit agent names to be one word. But we should have a more graceful error. And I can document it in our guidelines. fyi @jrieken ![Image](https://github.com/microsoft/vscode/assets/1926584/9764f5fd-2df0-4395-8402-88147431319e) ```json "chatParticipants": [ { "id": "chat-sample.cat", "name": "friendly cat", "description": "Meow! What can I teach you?", "isSticky": true, "commands": [ { "name": "teach", "description": "Pick at random a computer science concept then explain it in purfect way of a cat" }, { "name": "play", "description": "Do whatever you want, you are a cat after all" } ] } ], ```
completed
Multi word chat participant names should be handled more gracefully 1. Take the https://github.com/microsoft/vscode-extension-samples/tree/main/chat-agent-sample 2. Open package.json and say it contributes a participant with name "friendly cat" 3. This is not supported in the UI, and when I invoke the agent name it does not get nicely rendered. And the message is not forward to the "friendly cat" ๐Ÿ› I think it is fine to limit agent names to be one word. But we should have a more graceful error. And I can document it in our guidelines. fyi @jrieken ![Image](https://github.com/microsoft/vscode/assets/1926584/9764f5fd-2df0-4395-8402-88147431319e) ```json "chatParticipants": [ { "id": "chat-sample.cat", "name": "friendly cat", "description": "Meow! What can I teach you?", "isSticky": true, "commands": [ { "name": "teach", "description": "Pick at random a computer science concept then explain it in purfect way of a cat" }, { "name": "play", "description": "Do whatever you want, you are a cat after all" } ] } ], ```
327
210383
Notebook: status bar is not floating window aware
2024-04-15 09:59:21+00:00
This is a missing adoption when notebooks became floating window capable. Notice how the status bar entry appears in the main window and not the floating window: ![Screenshot 2024-04-15 at 11 56 20](https://github.com/microsoft/vscode/assets/900690/5e9a6df0-acad-4359-880e-1152c1c497a3) We have had a similar issue with the text editor status bar and solved it by instantiating it per-window: https://github.com/microsoft/vscode/blob/b41db6119374a19f030f194ac859733a95eb7009/src/vs/workbench/browser/parts/editor/editorStatus.ts#L895-L904 I think a similar approach would work for notebooks too. The key for this to work is that you get a scoped `IEditorService` in the `onDidCreateAuxiliaryEditorPart` that allows you to listen only to editor change events in the respective window. Consequently, you use a main-window scoped editor service for the main-window status bar: https://github.com/microsoft/vscode/blob/b41db6119374a19f030f194ac859733a95eb7009/src/vs/workbench/browser/parts/editor/editorStatus.ts#L897 Let me know if you have questions, but I think its easy to copy what we do for editor status here.
reopened
Notebook: status bar is not floating window aware This is a missing adoption when notebooks became floating window capable. Notice how the status bar entry appears in the main window and not the floating window: ![Screenshot 2024-04-15 at 11 56 20](https://github.com/microsoft/vscode/assets/900690/5e9a6df0-acad-4359-880e-1152c1c497a3) We have had a similar issue with the text editor status bar and solved it by instantiating it per-window: https://github.com/microsoft/vscode/blob/b41db6119374a19f030f194ac859733a95eb7009/src/vs/workbench/browser/parts/editor/editorStatus.ts#L895-L904 I think a similar approach would work for notebooks too. The key for this to work is that you get a scoped `IEditorService` in the `onDidCreateAuxiliaryEditorPart` that allows you to listen only to editor change events in the respective window. Consequently, you use a main-window scoped editor service for the main-window status bar: https://github.com/microsoft/vscode/blob/b41db6119374a19f030f194ac859733a95eb7009/src/vs/workbench/browser/parts/editor/editorStatus.ts#L897 Let me know if you have questions, but I think its easy to copy what we do for editor status here.
367
210363
Settings Sync syncs machine specific settings in settings profiles
2024-04-15 02:25:43+00:00
2024-07-03 15:38:53+00:00
Type: <b>Bug</b> 1. Create a settings profile 2. Enable settings sync 3. Enable some extension that has machine specific settings 4. Set the machine specific setting 5. Open the profile on another machine 6. Setting is synced when it should not be! Expected: Only sync non-machine specific settings. Or have some configuration option whether to sync machine specific settings in profiles. VS Code version: Code 1.88.0 (Universal) (5c3e652f63e798a5ac2f31ffd0d863669328dc4c, 2024-04-03T13:28:18.899Z) OS version: Darwin x64 23.4.0 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)| |GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: disabled_off<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled| |Load (avg)|3, 4, 4| |Memory (System)|16.00GB (1.40GB free)| |Process Argv|--crash-reporter-id 98e2dc2d-08bb-40d8-85b7-7c45fd421787| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (8)</summary> Extension|Author (truncated)|Version ---|---|--- melos-code|bla|1.1.1 freezed|bla|0.9.6 dart-code|Dar|3.86.0 flutter|Dar|3.86.0 build-runner|gae|0.8.0 vscode-github-actions|git|0.26.2 vscode-versionlens|pfl|1.9.2 vscode-yaml|red|1.14.0 </details><details> <summary>A/B Experiments</summary> ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r6:30993542 dsvsc020:30976470 pythonait:31006305 gee8j676:31009558 dsvsc021:30996838 g1icg217:30999571 jg8ic977:31013176 ``` </details> <!-- generated by issue reporter -->
completed
Settings Sync syncs machine specific settings in settings profiles Type: <b>Bug</b> 1. Create a settings profile 2. Enable settings sync 3. Enable some extension that has machine specific settings 4. Set the machine specific setting 5. Open the profile on another machine 6. Setting is synced when it should not be! Expected: Only sync non-machine specific settings. Or have some configuration option whether to sync machine specific settings in profiles. VS Code version: Code 1.88.0 (Universal) (5c3e652f63e798a5ac2f31ffd0d863669328dc4c, 2024-04-03T13:28:18.899Z) OS version: Darwin x64 23.4.0 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)| |GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: disabled_off<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled| |Load (avg)|3, 4, 4| |Memory (System)|16.00GB (1.40GB free)| |Process Argv|--crash-reporter-id 98e2dc2d-08bb-40d8-85b7-7c45fd421787| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (8)</summary> Extension|Author (truncated)|Version ---|---|--- melos-code|bla|1.1.1 freezed|bla|0.9.6 dart-code|Dar|3.86.0 flutter|Dar|3.86.0 build-runner|gae|0.8.0 vscode-github-actions|git|0.26.2 vscode-versionlens|pfl|1.9.2 vscode-yaml|red|1.14.0 </details><details> <summary>A/B Experiments</summary> ``` vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscorecescf:30445987 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 d34g3935:30971562 fegfb526:30981948 bg6jg535:30979843 ccp2r6:30993542 dsvsc020:30976470 pythonait:31006305 gee8j676:31009558 dsvsc021:30996838 g1icg217:30999571 jg8ic977:31013176 ``` </details> <!-- generated by issue reporter -->
991
210341
Folders cointaining only `.gitignore`d files are sometimes not hidden, disappear only on click
2024-04-14 09:56:32+00:00
`coverage.py`'s `htmlcov` output folder contains a `.gitignore` file like this: ``` # Created by coverage.py * ``` I am using `"explorer.excludeGitIgnore": true`, and so this folder should be hidden. Except, it isn't always, until I click it. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: Windows 11 23H2 Steps to Reproduce: On Windows: ```batch if exist bug rmdir /s/q bug mkdir bug for /l %i in (1,1,20) do (mkdir bug\sub%i && echo *> bug\sub%i\.gitignore) code.cmd --disable-extensions bug ``` ![Code_dOWoC85rl5](https://github.com/microsoft/vscode/assets/12128514/60e72db5-5560-488d-88e2-401deeedb67d) This issue does not seem to reproduce if I replace `20` with `1` above.
Folders cointaining only `.gitignore`d files are sometimes not hidden, disappear only on click `coverage.py`'s `htmlcov` output folder contains a `.gitignore` file like this: ``` # Created by coverage.py * ``` I am using `"explorer.excludeGitIgnore": true`, and so this folder should be hidden. Except, it isn't always, until I click it. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.1 - OS Version: Windows 11 23H2 Steps to Reproduce: On Windows: ```batch if exist bug rmdir /s/q bug mkdir bug for /l %i in (1,1,20) do (mkdir bug\sub%i && echo *> bug\sub%i\.gitignore) code.cmd --disable-extensions bug ``` ![Code_dOWoC85rl5](https://github.com/microsoft/vscode/assets/12128514/60e72db5-5560-488d-88e2-401deeedb67d) This issue does not seem to reproduce if I replace `20` with `1` above.
567
210256
terminal chat codeblock actions don't work in accessible view
2024-04-12 19:01:35+00:00
Reported by @jooyoungseo, open terminal chat, run a request that yields a code block. Open the accessible view. Navigate to within the codeblock and use `ctrlCmd+enter`. ๐Ÿ› nothing happens
terminal chat codeblock actions don't work in accessible view Reported by @jooyoungseo, open terminal chat, run a request that yields a code block. Open the accessible view. Navigate to within the codeblock and use `ctrlCmd+enter`. ๐Ÿ› nothing happens
66
210255
SCM accessibility feedback
2024-04-12 18:46:58+00:00
2024-04-26 18:12:23+00:00
From @jooyoungseo SCM view needs some commands exposed because atm, you have to focus the SCM view and then tab or use space/arrow keys to get to these. 1. focus commit message 2. focus staged changes (not tabbable) 3. focus changes (not tabbable) We should add `!screenReaderEnabled` to this keybinding so users can review their commit messages without going up in history `{ "key": "up", "command": "scm.viewPreviousCommit", "when": "scmInputIsInFirstPosition && scmRepository && !suggestWidgetVisible" }`
completed
SCM accessibility feedback From @jooyoungseo SCM view needs some commands exposed because atm, you have to focus the SCM view and then tab or use space/arrow keys to get to these. 1. focus commit message 2. focus staged changes (not tabbable) 3. focus changes (not tabbable) We should add `!screenReaderEnabled` to this keybinding so users can review their commit messages without going up in history `{ "key": "up", "command": "scm.viewPreviousCommit", "when": "scmInputIsInFirstPosition && scmRepository && !suggestWidgetVisible" }`
165
210236
"Restart extensions" flow resulting in error notification "Debug adapter process terminated unexpectedly (Extension host shut down)"
2024-04-12 13:29:11+00:00
2024-04-29 23:23:45+00:00
Repro: 1. Start a (TS) debug session (F5) 2. Click on "Restart extensions" button in Extensions explorer - :bug: <img width="483" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/468fae5f-bc96-43a5-b40d-4ddd85747588"> Expected behavior options: - ideal: resume debug session - ask the user if it's okay for them to interrupt debug session and not show error notification ?
completed
"Restart extensions" flow resulting in error notification "Debug adapter process terminated unexpectedly (Extension host shut down)" Repro: 1. Start a (TS) debug session (F5) 2. Click on "Restart extensions" button in Extensions explorer - :bug: <img width="483" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/468fae5f-bc96-43a5-b40d-4ddd85747588"> Expected behavior options: - ideal: resume debug session - ask the user if it's okay for them to interrupt debug session and not show error notification ?
157
210231
restart extensions button font is different than usual
2024-04-12 12:14:15+00:00
2024-04-16 00:04:49+00:00
Type: <b>Bug</b> restart extension button font is different than usual ![image](https://github.com/microsoft/vscode/assets/9264813/851e6434-bc8f-46fa-b225-8579cd2de060) VS Code version: Code - Insiders 1.89.0-insider (50a6f4f200c5a33f47997eb6a8966e50cf219e21, 2024-04-12T05:50:19.038Z) OS version: Windows_NT x64 10.0.22621 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz (8 x 2112)| |GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.82GB (1.40GB free)| |Process Argv|| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (20)</summary> Extension|Author (truncated)|Version ---|---|--- ng-template|Ang|17.3.1 vscode-markdownlint|Dav|0.54.0 vscode-eslint|dba|2.4.4 githistory|don|0.6.20 gitlens|eam|14.9.0 EditorConfig|Edi|0.16.4 prettier-vscode|esb|10.4.0 output-colorizer|IBM|0.1.2 git-graph|mhu|1.30.0 vscode-scss|mrm|0.10.0 vscode-dotnet-runtime|ms-|2.0.3 vscode-edge-devtools|ms-|2.1.5 vscode-typescript-next|ms-|5.5.20240411 angular-console|nrw|18.19.0 vscode-yaml|red|1.14.0 sonarlint-vscode|Son|4.4.2 code-spell-checker|str|3.0.1 vscode-stylelint|sty|1.4.0 vscodeintellicode|Vis|1.3.1 vscodeintellicode-completions|Vis|2.0.0 </details> <!-- generated by issue reporter -->
completed
restart extensions button font is different than usual Type: <b>Bug</b> restart extension button font is different than usual ![image](https://github.com/microsoft/vscode/assets/9264813/851e6434-bc8f-46fa-b225-8579cd2de060) VS Code version: Code - Insiders 1.89.0-insider (50a6f4f200c5a33f47997eb6a8966e50cf219e21, 2024-04-12T05:50:19.038Z) OS version: Windows_NT x64 10.0.22621 Modes: <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz (8 x 2112)| |GPU Status|2d_canvas: enabled<br>canvas_oop_rasterization: enabled_on<br>direct_rendering_display_compositor: disabled_off_ok<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>opengl: enabled_on<br>rasterization: enabled<br>raw_draw: disabled_off_ok<br>skia_graphite: disabled_off<br>video_decode: enabled<br>video_encode: enabled<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled<br>webgpu: enabled| |Load (avg)|undefined| |Memory (System)|15.82GB (1.40GB free)| |Process Argv|| |Screen Reader|no| |VM|0%| </details><details><summary>Extensions (20)</summary> Extension|Author (truncated)|Version ---|---|--- ng-template|Ang|17.3.1 vscode-markdownlint|Dav|0.54.0 vscode-eslint|dba|2.4.4 githistory|don|0.6.20 gitlens|eam|14.9.0 EditorConfig|Edi|0.16.4 prettier-vscode|esb|10.4.0 output-colorizer|IBM|0.1.2 git-graph|mhu|1.30.0 vscode-scss|mrm|0.10.0 vscode-dotnet-runtime|ms-|2.0.3 vscode-edge-devtools|ms-|2.1.5 vscode-typescript-next|ms-|5.5.20240411 angular-console|nrw|18.19.0 vscode-yaml|red|1.14.0 sonarlint-vscode|Son|4.4.2 code-spell-checker|str|3.0.1 vscode-stylelint|sty|1.4.0 vscodeintellicode|Vis|1.3.1 vscodeintellicode-completions|Vis|2.0.0 </details> <!-- generated by issue reporter -->
720
210171
CodeAction previews don't work on "Source" actions
2024-04-11 14:50:30+00:00
CodeActions on the lightbulb menu can be previewed with Ctrl+Enter: ![Screenshot 2024-04-11 154344](https://github.com/microsoft/vscode/assets/1078012/ea043fd3-6bb1-4b0c-9c5b-998125183815) However this isn't the case for "Source" CodeActions: ![image](https://github.com/microsoft/vscode/assets/1078012/ee870a8c-a3e9-40c5-b9b0-f1bc176e9266)
CodeAction previews don't work on "Source" actions CodeActions on the lightbulb menu can be previewed with Ctrl+Enter: ![Screenshot 2024-04-11 154344](https://github.com/microsoft/vscode/assets/1078012/ea043fd3-6bb1-4b0c-9c5b-998125183815) However this isn't the case for "Source" CodeActions: ![image](https://github.com/microsoft/vscode/assets/1078012/ee870a8c-a3e9-40c5-b9b0-f1bc176e9266)
155
210129
Builtin command `workbench.extensions.installExtension` throw a error ''Extension 'redhat.vscode-xml' not found."
2024-04-11 03:40:20+00:00
2024-04-11 14:33:54+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: Ubuntu20 Steps to Reproduce: 1. install a extension in local, like `redhat.vscode-xml` 2. connect to a host server 3. create a extension 4. add the code `vscode.commands.executeCommand<void>('workbench.extensions.installExtension', 'redhat.vscode-xml')` ( or `formulahendry.code-runner` and other extensionId ) 5. throw a error ''Extension 'redhat.vscode-xml' not found." Maybe it has something to do with this line of code https://github.com/microsoft/vscode/pull/206381/files#r1560396265
completed
Builtin command `workbench.extensions.installExtension` throw a error ''Extension 'redhat.vscode-xml' not found." <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: Ubuntu20 Steps to Reproduce: 1. install a extension in local, like `redhat.vscode-xml` 2. connect to a host server 3. create a extension 4. add the code `vscode.commands.executeCommand<void>('workbench.extensions.installExtension', 'redhat.vscode-xml')` ( or `formulahendry.code-runner` and other extensionId ) 5. throw a error ''Extension 'redhat.vscode-xml' not found." Maybe it has something to do with this line of code https://github.com/microsoft/vscode/pull/206381/files#r1560396265
501
210122
Unable to operate other files in the file manager when having a png floating window
2024-04-11 02:05: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.88.0 (system setup) - OS Version: Windows_NT x64 10.0.19045) Steps to Reproduce: 1. open a png in workplace 2. float the png window 3. open code file A from workplace 4. right click on file B in file manager, the focus will always be file A, hence cannot operates other files.
Unable to operate other files in the file manager when having a png floating window <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (system setup) - OS Version: Windows_NT x64 10.0.19045) Steps to Reproduce: 1. open a png in workplace 2. float the png window 3. open code file A from workplace 4. right click on file B in file manager, the focus will always be file A, hence cannot operates other files.
396
210119
option to disable non-workspace extension recommendations, or make it more clear which extension recommendations are not workspace recomendations
2024-04-11 01:25:15+00:00
2024-04-25 11:27:45+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> in my project, there are several extensions in our recommended `extensions.json`, but vscode sneaks in recommendations that are not recommended by workspace, but by vscode itself: ![image](https://github.com/microsoft/vscode/assets/57028336/5806c4ef-088b-4928-8c00-f49a250fd095) in this screenshot, the WSL extension is recommended by vscode, and the YAML extension is recommended by the workspace. you have to hover over the star icon to figure out which recommendations are actually relevant for this workspace. this makes it confusing for new developers who just want to install the extensions required for the workspace, and not random additional ones that vscode suggests. as a workaround, i can add these vscode recommendations to the `unwantedRecommendations` array, but that's annoying because i would have to update that list whenever new recommendations show up.
completed
option to disable non-workspace extension recommendations, or make it more clear which extension recommendations are not workspace recomendations <!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> in my project, there are several extensions in our recommended `extensions.json`, but vscode sneaks in recommendations that are not recommended by workspace, but by vscode itself: ![image](https://github.com/microsoft/vscode/assets/57028336/5806c4ef-088b-4928-8c00-f49a250fd095) in this screenshot, the WSL extension is recommended by vscode, and the YAML extension is recommended by the workspace. you have to hover over the star icon to figure out which recommendations are actually relevant for this workspace. this makes it confusing for new developers who just want to install the extensions required for the workspace, and not random additional ones that vscode suggests. as a workaround, i can add these vscode recommendations to the `unwantedRecommendations` array, but that's annoying because i would have to update that list whenever new recommendations show up.
330
210107
Terminal hover guide only shows when hovering over text and not to the left of the text
2024-04-10 21:54:58+00:00
2024-04-19 21:37:39+00:00
Maybe a polishy bug... but watch the video... https://github.com/microsoft/vscode/assets/2644648/4a469ee5-8ee1-4ab4-8717-24331528602b Notice that the left vertical line goes away when I leave the actual xterm instance? I feel like it should stay visible even if I hover in the space between the vertical line and the output of the terminal.
completed
Terminal hover guide only shows when hovering over text and not to the left of the text Maybe a polishy bug... but watch the video... https://github.com/microsoft/vscode/assets/2644648/4a469ee5-8ee1-4ab4-8717-24331528602b Notice that the left vertical line goes away when I leave the actual xterm instance? I feel like it should stay visible even if I hover in the space between the vertical line and the output of the terminal.
111
210081
"Start Extension Profile Host" does nothing (error: failed to connect)
2024-04-10 16:37:32+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: N/A - cannot use this feature without extensions running <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (5c3e652f63e798a5ac2f31ffd0d863669328dc4c) - OS Version: macOS Sonoma 14.4.1 Steps to Reproduce: I am trying to follow the instructions [here](https://github.com/microsoft/vscode/wiki/Performance-Issues#profile-the-running-extensions) to create a profile for an extension to report a CPU issue (specifically the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension). However, when I press "Start Extension Profile Host", nothing happens. I tried on another extension to be sure and still nothing. Checking in Output > Window, I see the following log each time I try: ``` 2024-04-10 11:35:16.140 [error] failed to connect: Error: failed to connect at connectWithRetry (/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/v8-inspect-profiler/index.js:47:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.startProfiling (/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/v8-inspect-profiler/index.js:61:20) at async N.startProfiling (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:58:47467) ```
"Start Extension Profile Host" does nothing (error: failed to connect) <!-- โš ๏ธโš ๏ธ 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 - cannot use this feature without extensions running <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (5c3e652f63e798a5ac2f31ffd0d863669328dc4c) - OS Version: macOS Sonoma 14.4.1 Steps to Reproduce: I am trying to follow the instructions [here](https://github.com/microsoft/vscode/wiki/Performance-Issues#profile-the-running-extensions) to create a profile for an extension to report a CPU issue (specifically the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension). However, when I press "Start Extension Profile Host", nothing happens. I tried on another extension to be sure and still nothing. Checking in Output > Window, I see the following log each time I try: ``` 2024-04-10 11:35:16.140 [error] failed to connect: Error: failed to connect at connectWithRetry (/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/v8-inspect-profiler/index.js:47:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.startProfiling (/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules.asar/v8-inspect-profiler/index.js:61:20) at async N.startProfiling (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:58:47467) ```
747
210077
Diff editor shows "No changes" overlay
2024-04-10 16:09:07+00:00
2024-04-25 09:50:20+00:00
* have a diff editor with true changes * modify the document so that they become identical * ๐Ÿ› the diff editor shows a weird overlay <img width="705" alt="Screenshot 2024-04-09 at 16 20 40" src="https://github.com/microsoft/vscode/assets/1794099/77e22a09-46f5-423d-ab86-639240988c9c">
not_planned
Diff editor shows "No changes" overlay * have a diff editor with true changes * modify the document so that they become identical * ๐Ÿ› the diff editor shows a weird overlay <img width="705" alt="Screenshot 2024-04-09 at 16 20 40" src="https://github.com/microsoft/vscode/assets/1794099/77e22a09-46f5-423d-ab86-639240988c9c">
109
210046
multiple node selection of treeView , does not show commands which are supported by all selected nodes
2024-04-10 12:44:55+00:00
2024-04-26 08:58:26+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: windows 11 Steps to Reproduce: 1) We have created treeview by following sample - https://github.com/microsoft/vscode-extension-samples/blob/main/tree-view-sample/src/testViewDragAndDrop.ts 2) For vscode.TreeItem We have defined different set of commands , to be shown on right click on node based upon context value set in package.json. 3) We have also enabled multiple node selection 4)Now we selected 3 nodes, lets say first node support three commands (c1, c2 and c3) , second node support two commands c1 and c2 and third node support one command c1 5) We right clicked first node , its shows all three commands supported by selected node (c1, c2 and c3) rather than showing commands which are supported by all nodes selected so in this case it should show only c1 command because it is supported by all nodes. What needs to be done to show only commands which are supported by all nodes selected by user?
completed
multiple node selection of treeView , does not show commands which are supported by all selected nodes <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: windows 11 Steps to Reproduce: 1) We have created treeview by following sample - https://github.com/microsoft/vscode-extension-samples/blob/main/tree-view-sample/src/testViewDragAndDrop.ts 2) For vscode.TreeItem We have defined different set of commands , to be shown on right click on node based upon context value set in package.json. 3) We have also enabled multiple node selection 4)Now we selected 3 nodes, lets say first node support three commands (c1, c2 and c3) , second node support two commands c1 and c2 and third node support one command c1 5) We right clicked first node , its shows all three commands supported by selected node (c1, c2 and c3) rather than showing commands which are supported by all nodes selected so in this case it should show only c1 command because it is supported by all nodes. What needs to be done to show only commands which are supported by all nodes selected by user?
582
210045
Search occurrence containing block cursor is badly highlighted
2024-04-10 12:19:35+00:00
Repro: 0. Pick theme "Dark+" and have cursor style set to "block" (`"editor.cursorStyle": "block"`) 1. Open a text document with several occurrences of some string, e.g., "foo" 2. Place cursor within the first occurrence of "foo" 3. Search within documentfor "foo" (cmd+f) 4. Jump to next - :bug: https://github.com/microsoft/vscode/assets/16353531/df8ffeaa-fec1-4970-94ee-39aebce20c18
Search occurrence containing block cursor is badly highlighted Repro: 0. Pick theme "Dark+" and have cursor style set to "block" (`"editor.cursorStyle": "block"`) 1. Open a text document with several occurrences of some string, e.g., "foo" 2. Place cursor within the first occurrence of "foo" 3. Search within documentfor "foo" (cmd+f) 4. Jump to next - :bug: https://github.com/microsoft/vscode/assets/16353531/df8ffeaa-fec1-4970-94ee-39aebce20c18
154
210029
Remote-SSH from multiple sources to one target results in SSH disconnection
2024-04-10 08:22:47+00:00
2024-04-22 19:18:16+00:00
Source 1: VS Code Mac version 1.88.0 (Apple Silicon Macbook PRo) Source 2: VS Code Mac 1.84.2 (Apple Silicon Mac Mini) Remote SSH Version - v0.107.1 Both clients use the same extension software versions for Python, Jupyter, Remote SSH, etc. Normalized versions during troubleshooting. However, Source 1 results in multiple disconnects up to 10-15 per day. While Source 2, maintains connection. Note using Terminal and iTerm2 on Source 1 maintain the connection throughout the day, i.e. verifies network stability. Troubleshooting Steps - - Kills VS Code Host using Command Palette - - Uninstall VS Code Host using Command Palette - - Review log Remote SSH files from both Source (see attached) - /lib64/libm.so.6 exists (Source 1 determine file exists) <img width="784" alt="Screenshot 2024-04-10 at 10 28 27โ€ฏAM" src="https://github.com/microsoft/vscode/assets/10182821/a8b6e716-c42f-45a8-b1e2-e25a06f29144"> - - Deleted ~/.vscode-server from Linux machine (EC2) **Question:**: Does VS Code Server establish a profile for each source client i.e. instance context or only application context? I noticed VS Code and VS Code Server do not conflict suggesting an application state versus an instance state. <img width="1717" alt="Screenshot 2024-04-10 at 9 47 12โ€ฏAM" src="https://github.com/microsoft/vscode/assets/10182821/45266145-5eef-4591-9bc3-706ec088f47b"> [vscode server logs.txt](https://github.com/microsoft/vscode/files/14929829/vscode.server.logs.txt)
completed
Remote-SSH from multiple sources to one target results in SSH disconnection Source 1: VS Code Mac version 1.88.0 (Apple Silicon Macbook PRo) Source 2: VS Code Mac 1.84.2 (Apple Silicon Mac Mini) Remote SSH Version - v0.107.1 Both clients use the same extension software versions for Python, Jupyter, Remote SSH, etc. Normalized versions during troubleshooting. However, Source 1 results in multiple disconnects up to 10-15 per day. While Source 2, maintains connection. Note using Terminal and iTerm2 on Source 1 maintain the connection throughout the day, i.e. verifies network stability. Troubleshooting Steps - - Kills VS Code Host using Command Palette - - Uninstall VS Code Host using Command Palette - - Review log Remote SSH files from both Source (see attached) - /lib64/libm.so.6 exists (Source 1 determine file exists) <img width="784" alt="Screenshot 2024-04-10 at 10 28 27โ€ฏAM" src="https://github.com/microsoft/vscode/assets/10182821/a8b6e716-c42f-45a8-b1e2-e25a06f29144"> - - Deleted ~/.vscode-server from Linux machine (EC2) **Question:**: Does VS Code Server establish a profile for each source client i.e. instance context or only application context? I noticed VS Code and VS Code Server do not conflict suggesting an application state versus an instance state. <img width="1717" alt="Screenshot 2024-04-10 at 9 47 12โ€ฏAM" src="https://github.com/microsoft/vscode/assets/10182821/45266145-5eef-4591-9bc3-706ec088f47b"> [vscode server logs.txt](https://github.com/microsoft/vscode/files/14929829/vscode.server.logs.txt)
453
209943
Cannot hide breadcrumb icons
2024-04-09 12:03:01+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: Windows 11 and macOS Sonoma Steps to Reproduce: 1. Go to user settings and uncheck "Breadcrumbs: Icons" 2. View a source file. Breadcrumbs still have icons.
Cannot hide breadcrumb icons <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: Windows 11 and macOS Sonoma Steps to Reproduce: 1. Go to user settings and uncheck "Breadcrumbs: Icons" 2. View a source file. Breadcrumbs still have icons.
367
209926
Compare viewer: Revert button doesn't work when only 1 change
2024-04-09 08:28:34+00:00
2024-04-25 09:53:40+00:00
- VS Code Version: 1.88.0 - OS Version: Ubuntu 22.04 Steps to Reproduce: 1. Copy code to clipboard. 2. Compare clipboard with empty file. 3. Select inline view: ![imagen](https://github.com/microsoft/vscode/assets/5955143/6073cd72-c125-4776-81ac-2249bcf80f41) Revert button doesn't work. If you click in the red section and "Revert this change" works fine.
completed
Compare viewer: Revert button doesn't work when only 1 change - VS Code Version: 1.88.0 - OS Version: Ubuntu 22.04 Steps to Reproduce: 1. Copy code to clipboard. 2. Compare clipboard with empty file. 3. Select inline view: ![imagen](https://github.com/microsoft/vscode/assets/5955143/6073cd72-c125-4776-81ac-2249bcf80f41) Revert button doesn't work. If you click in the red section and "Revert this change" works fine.
131
209892
Multi File Diff Editor: Quickly Jump To Two Files Throws Error
2024-04-08 21:12:26+00:00
![Code_-_OSS_Gei2gzb7BN](https://github.com/microsoft/vscode/assets/2931520/ae34ebf1-24dc-4c7d-b6ad-965f9def6cd0)
Multi File Diff Editor: Quickly Jump To Two Files Throws Error ![Code_-_OSS_Gei2gzb7BN](https://github.com/microsoft/vscode/assets/2931520/ae34ebf1-24dc-4c7d-b6ad-965f9def6cd0)
81
209896
Running Cells In Compressed Section Does Not Execute Last Cell
2024-04-08 17:54:33+00:00
2024-04-10 17:03:54+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When the markdown header is compressed by clicking the arrow next to it, a button appears to execute all cells inside of that block. However the last cell never executes. For example, if I have 6 cells under a main header, the first 5 will execute but the last cell will not. Here are steps to reproduce: 1. Create a new notebook. 2. Create a main header called "# Header 1" 3. Create 2 cell blocks under that header, assign print statements or variables 4. Create another main header 5. Compress the first headers cells 6. Click the run button next to the "_2 cells hidden..._" text Here is a screenshot of how the file will look like: ![SCR-20240408-scfk](https://github.com/microsoft/vscode-jupyter/assets/65862487/d57daa63-880d-4184-abfa-f184be27d711) Here it is after compressing: <img width="468" alt="image" src="https://github.com/microsoft/vscode-jupyter/assets/65862487/81bc05c9-468a-45e9-9635-bc39889aaf75"> Clicked the run button and expanded to see the executions: ![SCR-20240408-sclo](https://github.com/microsoft/vscode-jupyter/assets/65862487/ccefbea1-a302-4d5d-9436-ac8bbdba92b5) This is also reproducible if I create an even bigger header, then I collapse all 5 cells, click run, and again from the expanded output we can see that the final cell never executed. <img width="295" alt="image" src="https://github.com/microsoft/vscode-jupyter/assets/65862487/f3201c6e-a244-4e6c-877b-5526554b8083"> ![SCR-20240408-sddi](https://github.com/microsoft/vscode-jupyter/assets/65862487/c669c57f-6a2f-4d9c-b52a-ce85c27ff3cc) ### VS Code Version Version: 1.88.0 (Universal) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:28:18.899Z (5 days ago) 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 ### Jupyter Extension Version v2024.3.0 ### Jupyter logs _No response_ ### Coding Language and Runtime Version Python v3.12 ### Language Extension Version (if applicable) _No response_ ### Anaconda Version (if applicable) _No response_ ### Running Jupyter locally or remotely? Local
completed
Running Cells In Compressed Section Does Not Execute Last Cell ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When the markdown header is compressed by clicking the arrow next to it, a button appears to execute all cells inside of that block. However the last cell never executes. For example, if I have 6 cells under a main header, the first 5 will execute but the last cell will not. Here are steps to reproduce: 1. Create a new notebook. 2. Create a main header called "# Header 1" 3. Create 2 cell blocks under that header, assign print statements or variables 4. Create another main header 5. Compress the first headers cells 6. Click the run button next to the "_2 cells hidden..._" text Here is a screenshot of how the file will look like: ![SCR-20240408-scfk](https://github.com/microsoft/vscode-jupyter/assets/65862487/d57daa63-880d-4184-abfa-f184be27d711) Here it is after compressing: <img width="468" alt="image" src="https://github.com/microsoft/vscode-jupyter/assets/65862487/81bc05c9-468a-45e9-9635-bc39889aaf75"> Clicked the run button and expanded to see the executions: ![SCR-20240408-sclo](https://github.com/microsoft/vscode-jupyter/assets/65862487/ccefbea1-a302-4d5d-9436-ac8bbdba92b5) This is also reproducible if I create an even bigger header, then I collapse all 5 cells, click run, and again from the expanded output we can see that the final cell never executed. <img width="295" alt="image" src="https://github.com/microsoft/vscode-jupyter/assets/65862487/f3201c6e-a244-4e6c-877b-5526554b8083"> ![SCR-20240408-sddi](https://github.com/microsoft/vscode-jupyter/assets/65862487/c669c57f-6a2f-4d9c-b52a-ce85c27ff3cc) ### VS Code Version Version: 1.88.0 (Universal) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:28:18.899Z (5 days ago) 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 ### Jupyter Extension Version v2024.3.0 ### Jupyter logs _No response_ ### Coding Language and Runtime Version Python v3.12 ### Language Extension Version (if applicable) _No response_ ### Anaconda Version (if applicable) _No response_ ### Running Jupyter locally or remotely? Local
780
209865
Diff editor: some elements are floating before content shows
2024-04-08 16:05:42+00:00
This was on github.dev, so maybe outdated (but using insiders): ![Recording 2024-04-08 at 18 04 54](https://github.com/microsoft/vscode/assets/900690/3e8a07f3-5baf-4b3b-ac4c-374b74c876e8)
Diff editor: some elements are floating before content shows This was on github.dev, so maybe outdated (but using insiders): ![Recording 2024-04-08 at 18 04 54](https://github.com/microsoft/vscode/assets/900690/3e8a07f3-5baf-4b3b-ac4c-374b74c876e8)
91
209844
Website release notes do not load on my iPad
2024-04-08 14:47:24+00:00
ipad, edge https://code.visualstudio.com/updates/v1_88 1. Try to read the release notes. 2. Very badly rendered. And then it crashes my MS Edge browser Happy to provide additional info if needed. ![Image](https://github.com/microsoft/vscode/assets/1926584/942cd251-203b-4629-909f-28efd4b2e68a) fyi @ntrogh
Website release notes do not load on my iPad ipad, edge https://code.visualstudio.com/updates/v1_88 1. Try to read the release notes. 2. Very badly rendered. And then it crashes my MS Edge browser Happy to provide additional info if needed. ![Image](https://github.com/microsoft/vscode/assets/1926584/942cd251-203b-4629-909f-28efd4b2e68a) fyi @ntrogh
116
209843
Diff editor: hard to find the sash
2024-04-08 14:46:12+00:00
2024-04-25 10:03:02+00:00
I miss some indication of where the sash is and constantly have to search for it: ![image](https://github.com/microsoft/vscode/assets/900690/f1616360-8b18-4bde-ad4a-fccda55acca7)
completed
Diff editor: hard to find the sash I miss some indication of where the sash is and constantly have to search for it: ![image](https://github.com/microsoft/vscode/assets/900690/f1616360-8b18-4bde-ad4a-fccda55acca7)
76
209842
Incorrect file opens in quick picker
2024-04-08 14:34:41+00:00
2024-04-20 00:09:51+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> When I utilize the quick picker, it opens the wrong file. In the video below, you can observe me opening `modes/longitudinal/index.js`, but instead of that, it leads to another file from `modes/tmtv/index.js`. Version: 1.88.0 (Universal) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:28:18.899Z 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 22.6.0 MacOS 13.6.6 (22G630) Steps to Reproduce: 1. Have some files that are similar in path 2. Open one, and see the other is opened https://github.com/microsoft/vscode/assets/7490180/fda5cfa5-7724-468d-9f36-da1d1f309f6a
completed
Incorrect file opens in quick picker <!-- โš ๏ธโš ๏ธ 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. --> When I utilize the quick picker, it opens the wrong file. In the video below, you can observe me opening `modes/longitudinal/index.js`, but instead of that, it leads to another file from `modes/tmtv/index.js`. Version: 1.88.0 (Universal) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:28:18.899Z 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 22.6.0 MacOS 13.6.6 (22G630) Steps to Reproduce: 1. Have some files that are similar in path 2. Open one, and see the other is opened https://github.com/microsoft/vscode/assets/7490180/fda5cfa5-7724-468d-9f36-da1d1f309f6a
554
209815
Can't sign in to settings sync with GitHub if using non-default profile and `--user-data-dir`
2024-04-08 09:59:19+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (system setup) x64 - OS Version: Windows 11 Enterprise, 23H2, 22631.3296 Steps to Reproduce: 1. Create a new user data dir `%APPDATA%\Code - Personal` * Default is `%APPDATA%\Code`. 3. Start VSCode from CMD with `code --user-data-dir "%APPDATA%\Code - Personal"` 4. Try to sign in to settings sync with GitHub account. * Web browser opens. * You sign in. * After successfully signing in a new VSCode windows using default profile and default data path opens. 5. Result: You can't sign in to settings sync with GitHub if using non-default profile with non-default data path. Observation: Settings sync with Microsoft account works though. Related feature request: * #209810
Can't sign in to settings sync with GitHub if using non-default profile and `--user-data-dir` <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (system setup) x64 - OS Version: Windows 11 Enterprise, 23H2, 22631.3296 Steps to Reproduce: 1. Create a new user data dir `%APPDATA%\Code - Personal` * Default is `%APPDATA%\Code`. 3. Start VSCode from CMD with `code --user-data-dir "%APPDATA%\Code - Personal"` 4. Try to sign in to settings sync with GitHub account. * Web browser opens. * You sign in. * After successfully signing in a new VSCode windows using default profile and default data path opens. 5. Result: You can't sign in to settings sync with GitHub if using non-default profile with non-default data path. Observation: Settings sync with Microsoft account works though. Related feature request: * #209810
526
209811
Using `\w` in Find dialog doesn't find non-English Unicode characters
2024-04-08 09:42: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 <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.88.0 Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:25:57.039Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.5.0-26-generic Steps to Reproduce: 1. Create a document containing the word `Kรคse` 2. Open Find dialog, check "Use regular expressions" and enter `\w` in the Find field Expected behavior: - All four characters are selected Actual behavior: - `รค` is not selected It is possible that this behavior is by design. In that case the problem is the lack of documentation of the Regex syntax that vscode uses, at least [this page](https://code.visualstudio.com/docs/editor/codebasics?ref=arctype.com#_advanced-find-and-replace-options) doesn't have any details. Searching on Microsoft's websites reveals [this](https://learn.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions#word-character-w) page which suggests that `\w` should include all lower- and uppercase letters. I guess the problem is that vscode uses the ECMAScript flavor. So a workaround would be to use [`[\p{Ll}\p{Lu}\p{Lt}\p{Lo}\p{Nd}\p{Pc}\p{Lm}]`](https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options#ecmascript-matching-behavior) to match all upper- and lowercase letters instead of `\w`.
Using `\w` in Find dialog doesn't find non-English Unicode characters <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.88.0 Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:25:57.039Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.5.0-26-generic Steps to Reproduce: 1. Create a document containing the word `Kรคse` 2. Open Find dialog, check "Use regular expressions" and enter `\w` in the Find field Expected behavior: - All four characters are selected Actual behavior: - `รค` is not selected It is possible that this behavior is by design. In that case the problem is the lack of documentation of the Regex syntax that vscode uses, at least [this page](https://code.visualstudio.com/docs/editor/codebasics?ref=arctype.com#_advanced-find-and-replace-options) doesn't have any details. Searching on Microsoft's websites reveals [this](https://learn.microsoft.com/en-us/dotnet/standard/base-types/character-classes-in-regular-expressions#word-character-w) page which suggests that `\w` should include all lower- and uppercase letters. I guess the problem is that vscode uses the ECMAScript flavor. So a workaround would be to use [`[\p{Ll}\p{Lu}\p{Lt}\p{Lo}\p{Nd}\p{Pc}\p{Lm}]`](https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options#ecmascript-matching-behavior) to match all upper- and lowercase letters instead of `\w`.
784
209802
Wrong auto-indentation in typescript
2024-04-08 06:59:42+00:00
2024-06-20 09:14:07+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: Ubuntu 22.04 Steps to Reproduce: ```ts if (true)<enter> {<enter> } ``` This seems to happen on `for` and `while` as well. In other languages auto-indentation doesn't happen after the first `<enter>` in the example. While it could be good as a feature, it would be great if on typing the opening bracket, it would automatically un-indent. Also, it seems like the kind of thing that needs a toggle, because it can backfire in multiple ways. Another thing that I noticed was that the auto-indentation happens even if the `if` line is commented out. ```ts // if (true)<enter> |<cursor ends up here> ``` This was not a problem in the previous version.
completed
Wrong auto-indentation in typescript <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: Ubuntu 22.04 Steps to Reproduce: ```ts if (true)<enter> {<enter> } ``` This seems to happen on `for` and `while` as well. In other languages auto-indentation doesn't happen after the first `<enter>` in the example. While it could be good as a feature, it would be great if on typing the opening bracket, it would automatically un-indent. Also, it seems like the kind of thing that needs a toggle, because it can backfire in multiple ways. Another thing that I noticed was that the auto-indentation happens even if the `if` line is commented out. ```ts // if (true)<enter> |<cursor ends up here> ``` This was not a problem in the previous version.
497
209799
Yellow text and dot in the outline of a Jupyter Notebook in VS Code
2024-04-08 06:32:51+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Only Python extension is enabled. <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: 19045.4239 - Python extension: I tried v2024.4.0, v2024.2.1, v2024.2.0 and none works. ### Steps to Reproduce: 1. Install Python extension of either v2024.4.0, v2024.2.1 or v2024.2.0. 2. Create a Jupyter Notebook with Markdown cells `## query features` 3. Check the outline pane and you will see the text is yellow with a yellow dot to the right. 4. When I switch to VSCode 1.87.2 however, the problem goes. <img width="470" alt="Screenshot 2024-04-08 135119" src="https://github.com/microsoft/vscode/assets/31554275/606193da-9497-43a1-9da7-25d80e0ba343">
Yellow text and dot in the outline of a Jupyter Notebook in VS Code <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-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?: Only Python extension is enabled. <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 - OS Version: 19045.4239 - Python extension: I tried v2024.4.0, v2024.2.1, v2024.2.0 and none works. ### Steps to Reproduce: 1. Install Python extension of either v2024.4.0, v2024.2.1 or v2024.2.0. 2. Create a Jupyter Notebook with Markdown cells `## query features` 3. Check the outline pane and you will see the text is yellow with a yellow dot to the right. 4. When I switch to VSCode 1.87.2 however, the problem goes. <img width="470" alt="Screenshot 2024-04-08 135119" src="https://github.com/microsoft/vscode/assets/31554275/606193da-9497-43a1-9da7-25d80e0ba343">
513
209755
outline feature error
2024-04-07 10:07:00+00:00
2024-04-08 13:49:37+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (Universal) - OS Version: macos 14.4.1 Steps to Reproduce: with new version of vscode `1.88.0`, when open .ipynb , click outline can't jump to the position. Exclude i open vscode with a.ipynb,it works, after loss focus on a.ipynb(open other file) it don't work. 1. open vscode with a.ipynb 2. click section, will jump to position ![image](https://github.com/microsoft/vscode/assets/7554917/f978f302-ee95-4db1-bfde-8b45240706ee) 3. `cmd+n` open new file, the outline will not refresh, i can see `No symbols found in document 'Untitled-7'` ![image](https://github.com/microsoft/vscode/assets/7554917/56a4e651-0aec-425a-a915-8f2505b04be1) 4. reopen a.ipynb with click tabs 5. click section, it don't work
not_planned
outline feature error <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0 (Universal) - OS Version: macos 14.4.1 Steps to Reproduce: with new version of vscode `1.88.0`, when open .ipynb , click outline can't jump to the position. Exclude i open vscode with a.ipynb,it works, after loss focus on a.ipynb(open other file) it don't work. 1. open vscode with a.ipynb 2. click section, will jump to position ![image](https://github.com/microsoft/vscode/assets/7554917/f978f302-ee95-4db1-bfde-8b45240706ee) 3. `cmd+n` open new file, the outline will not refresh, i can see `No symbols found in document 'Untitled-7'` ![image](https://github.com/microsoft/vscode/assets/7554917/56a4e651-0aec-425a-a915-8f2505b04be1) 4. reopen a.ipynb with click tabs 5. click section, it don't work
563