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

|
completed
|
Suggest widget stays open and applies the change when cursor is in a different location Testing #210394

| 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.

|
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.

| 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
|

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 
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

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

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
|

|
completed
|
Grid corner between panel and sidebar no longer works 
| 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

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

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

|
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

| 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

2. put the cursor on the same line and press `ctrl+.` to bring up the quickfix

3. press `esc` to cancel

4. click the code action button

5. click the button again

6. and again

7. again

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

2. put the cursor on the same line and press `ctrl+.` to bring up the quickfix

3. press `esc` to cancel

4. click the code action button

5. click the button again

6. and again

7. again

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
|

|
completed
|
Terminal suggest shows after entering a copilot command 
| 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

|
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

| 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

|
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

| 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:

The dev mode input is all mangled due to this:

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:

The dev mode input is all mangled due to this:

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

Type Ge

Press ctrl+c

๐ 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

Type Ge

Press ctrl+c

๐ 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

|
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

| 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:

After reload:
Notice `G` is not in the status bar item:

|
completed
|
PromptInputModel: Not restored properly after reloading the window Setup: `"terminal.integrated.developer.devMode": true`
Before reload:

After reload:
Notice `G` is not in the status bar item:

| 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`


|
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`


| 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`

Result: I get a quick pick for a selection which aligns with the Outline for the file

But the proper error is sent to the Chat view

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`

Result: I get a quick pick for a selection which aligns with the Outline for the file

But the proper error is sent to the Chat view

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.

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.

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.

7. Collapse the npm scripts pane, and re-expand it, notice this time the order is correct, see image below.

|
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.

7. Collapse the npm scripts pane, and re-expand it, notice this time the order is correct, see image below.

| 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

|
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

| 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.

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.

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 `$` ๐

|
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 `$` ๐

| 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. ๐

|
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. ๐

| 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

|
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

| 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
๐

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
๐

cc @cpendery
| 161 |
210402
|
Button font issue
|
2024-04-15 15:50:58+00:00
|
2024-04-15 17:02:08+00:00
|

|
not_planned
|
Button font issue 
| 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

I want to set `markdown.editor.filePaste.enabled` to `always`, but I can't.


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

I want to set `markdown.editor.filePaste.enabled` to `always`, but I can't.


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

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

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

```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

```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:

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:

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
```

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
```

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

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

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:

However this isn't the case for "Source" CodeActions:

|
CodeAction previews don't work on "Source" actions CodeActions on the lightbulb menu can be previewed with Ctrl+Enter:

However this isn't the case for "Source" CodeActions:

| 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:

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:

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:

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:

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
|

|
Multi File Diff Editor: Quickly Jump To Two Files Throws Error 
| 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:

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:

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">

### 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:

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:

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">

### 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):

|
Diff editor: some elements are floating before content shows This was on github.dev, so maybe outdated (but using insiders):

| 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.

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.

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:

|
completed
|
Diff editor: hard to find the sash I miss some indication of where the sash is and constantly have to search for it:

| 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

3. `cmd+n` open new file, the outline will not refresh, i can see `No symbols found in document 'Untitled-7'`

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

3. `cmd+n` open new file, the outline will not refresh, i can see `No symbols found in document 'Untitled-7'`

4. reopen a.ipynb with click tabs
5. click section, it don't work
| 563 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.