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
197088
Consider editor associations when opening notebook results in search
2023-10-31 17:00:51+00:00
2023-12-15 19:52:35+00:00
As discussed in https://github.com/microsoft/vscode/pull/192358, we should consider editor associations when deciding whether to open the result as a notebook in notebook search.
completed
Consider editor associations when opening notebook results in search As discussed in https://github.com/microsoft/vscode/pull/192358, we should consider editor associations when deciding whether to open the result as a notebook in notebook search.
53
197076
workbench.action.quickchat.toggle should send query even when quick chat was open
2023-10-31 15:05:19+00:00
2023-10-31 22:41:21+00:00
Repro: 1. focus terminal 2. ctrl/cmd+i 3. Run some query 4. focus terminal 5. ctrl/cmd+i, quick chat if focused only, query is not added cc @TylerLeonhardt
completed
workbench.action.quickchat.toggle should send query even when quick chat was open Repro: 1. focus terminal 2. ctrl/cmd+i 3. Run some query 4. focus terminal 5. ctrl/cmd+i, quick chat if focused only, query is not added cc @TylerLeonhardt
77
197072
Debug console filter box is not wide enough to read placeholder
2023-10-31 14:16:54+00:00
2023-11-01 21:42:43+00:00
In the Korean language pack several characters are cut off and the input is not resizable. ![image](https://github.com/microsoft/vscode/assets/2193314/a8e38feb-93a4-4f1e-9e63-36d99cfaf9ae) ![image](https://github.com/microsoft/vscode/assets/2193314/232525ab-bd61-4862-8fd2-0cb52dc1d4df) Additionally the hover does n...
completed
Debug console filter box is not wide enough to read placeholder In the Korean language pack several characters are cut off and the input is not resizable. ![image](https://github.com/microsoft/vscode/assets/2193314/a8e38feb-93a4-4f1e-9e63-36d99cfaf9ae) ![image](https://github.com/microsoft/vscode/assets/2193314/232525...
190
197071
Terminal find localized string has problems
2023-10-31 13:54:48+00:00
2023-10-31 15:21:53+00:00
With history not focused: ![image](https://github.com/microsoft/vscode/assets/2193314/d1516bca-8763-40dd-9b6a-9334582fa54b) ![image](https://github.com/microsoft/vscode/assets/2193314/385b4112-c9d9-4f9a-bf30-e6fa955bc0f4) With history focused: ![image](https://github.com/microsoft/vscode/assets/2193314/082c...
completed
Terminal find localized string has problems With history not focused: ![image](https://github.com/microsoft/vscode/assets/2193314/d1516bca-8763-40dd-9b6a-9334582fa54b) ![image](https://github.com/microsoft/vscode/assets/2193314/385b4112-c9d9-4f9a-bf30-e6fa955bc0f4) With history focused: ![image](https://git...
474
197034
Wrapping seems to break input via an IME
2023-10-30 23:18:48+00:00
When I type into a markdown file using the Windows Korean IME I get the whole line being duplicated on the last line: ![Recording 2023-10-30 at 16 16 35](https://github.com/microsoft/vscode/assets/2193314/861b3d2c-2741-4f0e-b23a-2f24ab36267a) This does not happen in Notepad: ![image](https://github.com/microso...
Wrapping seems to break input via an IME When I type into a markdown file using the Windows Korean IME I get the whole line being duplicated on the last line: ![Recording 2023-10-30 at 16 16 35](https://github.com/microsoft/vscode/assets/2193314/861b3d2c-2741-4f0e-b23a-2f24ab36267a) This does not happen in Notepa...
151
196990
`Run in terminal` -> `Insert in terminal`
2023-10-30 14:49:40+00:00
2023-10-30 15:11:41+00:00
Since the text just gets inserted in the terminal, I think we should go with `Insert` or similar instead of `Run`. <img width="339" alt="Screenshot 2023-10-30 at 7 49 33โ€ฏAM" src="https://github.com/microsoft/vscode/assets/29464607/11f7bc21-7a1d-4562-a23c-e490d613e0d7">
completed
`Run in terminal` -> `Insert in terminal` Since the text just gets inserted in the terminal, I think we should go with `Insert` or similar instead of `Run`. <img width="339" alt="Screenshot 2023-10-30 at 7 49 33โ€ฏAM" src="https://github.com/microsoft/vscode/assets/29464607/11f7bc21-7a1d-4562-a23c-e490d613e0d7">
114
196979
Chat view in secondary sidebar in remote window is blank on reload
2023-10-30 13:38:49+00:00
2023-10-30 14:30:18+00:00
- Open a Remote window (WSL or Dev Container) - Move Chat view to Secondary Sidebar - Reload Window ๐Ÿ› Chat view is not displayed
completed
Chat view in secondary sidebar in remote window is blank on reload - Open a Remote window (WSL or Dev Container) - Move Chat view to Secondary Sidebar - Reload Window ๐Ÿ› Chat view is not displayed
52
196971
Clear Recently Opened function doesn't display pop-up prompt when no windows are open - macOS
2023-10-30 11:59:36+00:00
2023-10-30 21:52:27+00:00
Type: <b>Bug</b> 1. Close any open windows. 2. Go to **File** > **Open Recent** and click **Clear Recently Opened**. VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:46:55.789Z) OS version: Darwin x64 20.6.0
completed
Clear Recently Opened function doesn't display pop-up prompt when no windows are open - macOS Type: <b>Bug</b> 1. Close any open windows. 2. Go to **File** > **Open Recent** and click **Clear Recently Opened**. VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:46:55.789Z) OS ...
117
196969
Activation `onCommand` sometimes never returns when there are multiple extension hosts
2023-10-30 11:44:51+00:00
I have only seen this in Codespaces so far. In short, this promise never completes: https://github.com/microsoft/vscode/blob/61bc7a3db659af6acc29e715a8ba840e3c892144/src/vs/workbench/services/commands/common/commandService.ts#L71-L72 I was able to debug a little, and it seems that one of the extension host manage...
reopened
Activation `onCommand` sometimes never returns when there are multiple extension hosts I have only seen this in Codespaces so far. In short, this promise never completes: https://github.com/microsoft/vscode/blob/61bc7a3db659af6acc29e715a8ba840e3c892144/src/vs/workbench/services/commands/common/commandService.ts#L71-...
351
196951
There are no commenting ranges at the current position.
2023-10-30 08:19:39+00:00
2023-11-24 10:45:03+00:00
```javascript Error: There are no commenting ranges at the current position. at A.addCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsController.ts:1015:11 at A.addOrToggleCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsController.ts:995:10 at A.Y in src/vs/workbench/contrib/com...
completed
There are no commenting ranges at the current position. ```javascript Error: There are no commenting ranges at the current position. at A.addCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsController.ts:1015:11 at A.addOrToggleCommentAtLine in src/vs/workbench/contrib/comments/browser/commentsCont...
522
196950
Cannot read properties of undefined (reading 'add')
2023-10-30 08:18:23+00:00
2023-12-07 00:14:15+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'add') at u.value in src/vs/workbench/api/browser/mainThreadDebugService.ts:41:46 at f.y in src/vs/base/common/event.ts:1140:13 at f.z in src/vs/base/common/event.ts:1151:9 at f.fire in src/vs/base/common/event.ts:1175:9 at <anonymous> in src/v...
completed
Cannot read properties of undefined (reading 'add') ```javascript TypeError: Cannot read properties of undefined (reading 'add') at u.value in src/vs/workbench/api/browser/mainThreadDebugService.ts:41:46 at f.y in src/vs/base/common/event.ts:1140:13 at f.z in src/vs/base/common/event.ts:1151:9 at f.fire in src/vs/...
249
196905
vscode for MacOS adds 0x0a at the end of files but not in Windows
2023-10-28 22:29:18+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
vscode for MacOS adds 0x0a at the end of files but not in Windows <!-- โš ๏ธโš ๏ธ 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-Bu...
447
196876
[Accessibility] `Verified domain` in Extension page doesn't have a clear `title` attribute
2023-10-28 03:57:23+00:00
2023-11-02 19:03:18+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> Currently, the `Verified domain: http://example.com` only show as `http://example.com`, whi...
completed
[Accessibility] `Verified domain` in Extension page doesn't have a clear `title` attribute <!-- โš ๏ธโš ๏ธ 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. --> ...
285
196870
Codicon chat avatars change color on focus
2023-10-28 00:22:28+00:00
2023-10-30 21:38:33+00:00
Annoying aggressive list codicon styles, should really figure out how to scope that down ![Recording 2023-10-27 at 17 21 19](https://github.com/microsoft/vscode/assets/323878/b9bab05e-4365-4636-93e0-c160a0320e67)
completed
Codicon chat avatars change color on focus Annoying aggressive list codicon styles, should really figure out how to scope that down ![Recording 2023-10-27 at 17 21 19](https://github.com/microsoft/vscode/assets/323878/b9bab05e-4365-4636-93e0-c160a0320e67)
86
196857
Support virtualization in Code action list
2023-10-27 20:52:33+00:00
2023-11-22 23:29:58+00:00
while working on a python/notebook file, language server suggests tons of code actions, which blocks the UI for ~5 seconds <img width="2229" alt="image" src="https://github.com/microsoft/vscode/assets/876920/bce962ec-99d8-4fcc-8f6c-2bad0a6b0f45">
completed
Support virtualization in Code action list while working on a python/notebook file, language server suggests tons of code actions, which blocks the UI for ~5 seconds <img width="2229" alt="image" src="https://github.com/microsoft/vscode/assets/876920/bce962ec-99d8-4fcc-8f6c-2bad0a6b0f45">
100
196856
Clicking on terminal decoration focus on sidebar
2023-10-27 20:45:16+00:00
2023-12-20 23:20:29+00:00
* Run a command in terminal * Click on the decoration * The sidebar gets focus ;( https://github.com/microsoft/vscode/assets/876920/b643945b-15aa-4fec-9a50-50202daff828
completed
Clicking on terminal decoration focus on sidebar * Run a command in terminal * Click on the decoration * The sidebar gets focus ;( https://github.com/microsoft/vscode/assets/876920/b643945b-15aa-4fec-9a50-50202daff828
70
196846
Activity bar position setting description is referring to wrong setting
2023-10-27 17:00:42+00:00
2023-10-30 13:35:35+00:00
Setting should refer to `window.titleBarStyle` <img width="995" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/5fe8df06-2530-425a-b84d-727605ff20b0">
completed
Activity bar position setting description is referring to wrong setting Setting should refer to `window.titleBarStyle` <img width="995" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/5fe8df06-2530-425a-b84d-727605ff20b0">
84
196823
Incorrect exit lifecycle for utility process
2023-10-27 12:25:06+00:00
https://github.com/microsoft/vscode/issues/194477 revealed that utility process will send faulty exit events while the process is still active, this is because the [exit handler based on message channel](https://github.com/electron/electron/blob/652f995128de858c7a68fad853f56e80e0c2c222/shell/services/node/node_service....
Incorrect exit lifecycle for utility process https://github.com/microsoft/vscode/issues/194477 revealed that utility process will send faulty exit events while the process is still active, this is because the [exit handler based on message channel](https://github.com/electron/electron/blob/652f995128de858c7a68fad853f56...
204
196814
Parent git repository is not shown upon selecting
2023-10-27 09:56:10+00:00
2023-10-31 08:57:55+00:00
- Clone https://github.com/microsoft/vscode-extension-samples - Open the folder `vscode-extension-samples/decorator-sample` in a new profile - Go to SCM view and Click on **Open Repository** button and select `vscode-extension-sample` repository from the opened quick pick ๐Ÿ› Following view is shown in SCM instead of...
completed
Parent git repository is not shown upon selecting - Clone https://github.com/microsoft/vscode-extension-samples - Open the folder `vscode-extension-samples/decorator-sample` in a new profile - Go to SCM view and Click on **Open Repository** button and select `vscode-extension-sample` repository from the opened quick ...
170
196801
In-progress badge on SCM activity bar icon gets overwritten prematurely by count badge
2023-10-27 08:42:35+00:00
2023-10-30 11:30:02+00:00
Type: <b>Bug</b> An extension I maintain creates multiple SourceControl objects and implements a command to refresh them all in parallel. When an object has completed its refresh (adding/removing/updating its SourceControlResourceGroups) it updates its count property. When this happens for the first object the progr...
completed
In-progress badge on SCM activity bar icon gets overwritten prematurely by count badge Type: <b>Bug</b> An extension I maintain creates multiple SourceControl objects and implements a command to refresh them all in parallel. When an object has completed its refresh (adding/removing/updating its SourceControlResource...
379
196794
Ordering of installation of vscode:extensions matters and leads to errors on loading
2023-10-27 07:16:22+00:00
2024-02-01 14:21:09+00:00
Behaviour: - Upon opening a GitHub code space with the following configuration of extensions, I get an error saying that one of the extensions are not installed (but it should be installed since it is in the list). - VS Code Version: Version: 1.83.1 (Universal) / Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc - ...
completed
Ordering of installation of vscode:extensions matters and leads to errors on loading Behaviour: - Upon opening a GitHub code space with the following configuration of extensions, I get an error saying that one of the extensions are not installed (but it should be installed since it is in the list). - VS Code Versio...
634
196792
Progress badge is not rendered centered
2023-10-27 06:38:48+00:00
2023-10-27 07:58:09+00:00
Before: ![junk](https://github.com/microsoft/vscode/assets/6726799/53f2a02e-63e0-4973-a874-a9b542673342) After: ![junk](https://github.com/microsoft/vscode/assets/6726799/5a3b2a41-8627-4aa6-aec6-b8cfc051ca64)
completed
Progress badge is not rendered centered Before: ![junk](https://github.com/microsoft/vscode/assets/6726799/53f2a02e-63e0-4973-a874-a9b542673342) After: ![junk](https://github.com/microsoft/vscode/assets/6726799/5a3b2a41-8627-4aa6-aec6-b8cfc051ca64)
113
196790
Aux window: `window.focus` is broken
2023-10-27 06:25:08+00:00
2023-10-27 06:40:58+00:00
Small typo in the `window.focus` method of aux windows. **Steps:** * open an aux window with an editor * go back to main window and show "Open Editors" * double click into the editor of the aux window * ๐Ÿ› the aux window does not get window focus
completed
Aux window: `window.focus` is broken Small typo in the `window.focus` method of aux windows. **Steps:** * open an aux window with an editor * go back to main window and show "Open Editors" * double click into the editor of the aux window * ๐Ÿ› the aux window does not get window focus
79
196789
Aux window: CSS cloning is broken
2023-10-27 05:44:42+00:00
2023-10-27 06:10:41+00:00
**Steps:** * open an aux window (Linux, Windows) * close the editor * right-click into the empty group * ๐Ÿ› context menu is broken
completed
Aux window: CSS cloning is broken **Steps:** * open an aux window (Linux, Windows) * close the editor * right-click into the empty group * ๐Ÿ› context menu is broken
45
196780
Cannot get compare result when files size >= 2M
2023-10-27 02:23: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 cr...
Cannot get compare result when files size >= 2M <!-- โš ๏ธโš ๏ธ 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...
412
196776
Toggle Inline Chat Icon gutter item appears when inline chat isn't available
2023-10-27 00:30:16+00:00
2023-11-03 07:34:46+00:00
1. Open a repo in insiders.vscode.dev 2. Right click on the gutter 3. :bug: Toggle Inline Chat Icon is present in the context menu
completed
Toggle Inline Chat Icon gutter item appears when inline chat isn't available 1. Open a repo in insiders.vscode.dev 2. Right click on the gutter 3. :bug: Toggle Inline Chat Icon is present in the context menu
56
196773
Settings sync appears as first walkthrough step on fresh install
2023-10-27 00:01:23+00:00
2023-11-09 10:23:17+00:00
I noticed this: ![Image](https://github.com/microsoft/vscode/assets/25163139/6a78f41c-24bf-4b07-8bfc-0dcdcbb2f0b4) I was surprised to see that I was landed on the second step of the walkthrough, and that settings sync was listed first.
completed
Settings sync appears as first walkthrough step on fresh install I noticed this: ![Image](https://github.com/microsoft/vscode/assets/25163139/6a78f41c-24bf-4b07-8bfc-0dcdcbb2f0b4) I was surprised to see that I was landed on the second step of the walkthrough, and that settings sync was listed first.
95
196763
Aux window: Editor welcome page always focuses main window
2023-10-26 20:17:51+00:00
2023-10-30 08:14:52+00:00
Type: <b>Bug</b> Clicking one of the action links in an untitled editor's welcome page seems to do the right thing, but switches the focus to the main window. For opening with a different editor, the document is opened in the main window. GIF: ![aux_window_untitled_focus](https://github.com/microsoft/vscode/asse...
completed
Aux window: Editor welcome page always focuses main window Type: <b>Bug</b> Clicking one of the action links in an untitled editor's welcome page seems to do the right thing, but switches the focus to the main window. For opening with a different editor, the document is opened in the main window. GIF: ![aux_wind...
489
196761
Aux window: Activity bar tooltips show relative to aux window
2023-10-26 20:03:38+00:00
2023-10-30 16:31:38+00:00
Type: <b>Bug</b> GIF should be self-explanatory: 1. Open aux window and make it the active window 2. Hover an item in the activity bar (might be applicable to other things too) ![aux_window_tooltips](https://github.com/microsoft/vscode/assets/11544783/02698ee8-064b-4702-92d3-541b9f7a0c2d) VS Code version: ...
not_planned
Aux window: Activity bar tooltips show relative to aux window Type: <b>Bug</b> GIF should be self-explanatory: 1. Open aux window and make it the active window 2. Hover an item in the activity bar (might be applicable to other things too) ![aux_window_tooltips](https://github.com/microsoft/vscode/assets/1154478...
630
196758
Terminal textbox cursor is not in correct position when unfocusing and focusing again
2023-10-26 19:09:58+00:00
2023-10-30 20:34:43+00:00
Repro: 1. Windows (maybe not needed?) 2. Set `"terminal.integrated.developer.devMode": true` 3. Open terminal 4. Write some text, note the cursor location 5. Focus an editor 6. Focus the terminal, ๐Ÿ› the cursor is at the start of the textbox ![image](https://github.com/microsoft/vscode/assets/2193314/8961209...
completed
Terminal textbox cursor is not in correct position when unfocusing and focusing again Repro: 1. Windows (maybe not needed?) 2. Set `"terminal.integrated.developer.devMode": true` 3. Open terminal 4. Write some text, note the cursor location 5. Focus an editor 6. Focus the terminal, ๐Ÿ› the cursor is at the start...
134
196746
Windows: Investigate changes to API behavior for Wi-Fi access and location
2023-10-26 18:02:06+00:00
2024-01-09 08:49:55+00:00
Due to this upcoming [breaking change in Windows](https://learn.microsoft.com/en-us/windows/win32/nativewifi/wi-fi-access-location-changes), it seems like VS Code is shown as an application which occasionally asks for Location: > We are seeing location access prompts being generated by this app due to a breaking cha...
completed
Windows: Investigate changes to API behavior for Wi-Fi access and location Due to this upcoming [breaking change in Windows](https://learn.microsoft.com/en-us/windows/win32/nativewifi/wi-fi-access-location-changes), it seems like VS Code is shown as an application which occasionally asks for Location: > We are seein...
537
196739
Gutter context menu unconditionally offers `Toggle Inline Chat Icon`
2023-10-26 16:26:15+00:00
2023-10-27 07:40:46+00:00
Type: <b>Bug</b> 1. Launch VS Code Insiders 1.84 2. Run command `Profiles: Create a Temporary Profile` 3. Run command `Preferences: Open User Settings (JSON)` 4. Right-click in the gutter to the left of line 1 or 2. Context menu offers an option that I think is only relevant if I have an inline chat provider e...
not_planned
Gutter context menu unconditionally offers `Toggle Inline Chat Icon` Type: <b>Bug</b> 1. Launch VS Code Insiders 1.84 2. Run command `Profiles: Create a Temporary Profile` 3. Run command `Preferences: Open User Settings (JSON)` 4. Right-click in the gutter to the left of line 1 or 2. Context menu offers an opt...
228
196736
Calling acceptResponse with the same result twice breaks `chatResponsePending` cue
2023-10-26 16:13:21+00:00
2023-11-09 22:26:33+00:00
https://github.com/microsoft/vscode/blob/d3adf9ce12343bd6c4b192689d260b13d644315d/src/vs/workbench/contrib/chat/browser/chatAccessibilityService.ts#L41-L49 The _lastResponse property is checked _before_ unsetting the _hasReceivedRequest_ field
completed
Calling acceptResponse with the same result twice breaks `chatResponsePending` cue https://github.com/microsoft/vscode/blob/d3adf9ce12343bd6c4b192689d260b13d644315d/src/vs/workbench/contrib/chat/browser/chatAccessibilityService.ts#L41-L49 The _lastResponse property is checked _before_ unsetting the _hasReceivedReque...
121
196716
Update API allow list
2023-10-26 13:43:12+00:00
2023-10-30 22:34:04+00:00
When I start my VS Code insiders I am seeing these warnings about APIs being allow listed but not a proposal anymore. We should cleanup ``` 2023-10-26 09:55:06.217 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal 'languageConfiguration...
completed
Update API allow list When I start my VS Code insiders I am seeing these warnings about APIs being allow listed but not a proposal anymore. We should cleanup ``` 2023-10-26 09:55:06.217 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal ...
302
196686
emmet abbrevation suggestion is not working
2023-10-26 08:20:45+00:00
2023-11-03 11:24:12+00:00
Type: <b>Feature Request</b> my emmet abbrevation is not working it is not helping me generate auto okay let me explain this very clearly if i write .myname then it should give me suggesstion to generate class for .myname here now when i am typing its saying no suggesstions. VS Code version: Code 1.83.1 (f1b07bd2...
not_planned
emmet abbrevation suggestion is not working Type: <b>Feature Request</b> my emmet abbrevation is not working it is not helping me generate auto okay let me explain this very clearly if i write .myname then it should give me suggesstion to generate class for .myname here now when i am typing its saying no suggesstion...
156
196684
Specific inputs cause replacing single instance in Search View to skip selection past the next instance
2023-10-26 07:46:22+00:00
<!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> I searched for open issue tickets with the "bug" and "search-replace" labels and didn't find a matching one. Does this issue occur when all extensions are disabled?: Yes - VS Code + OS V...
Specific inputs cause replacing single instance in Search View to skip selection past the next instance <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> I searched for open issue tickets with the "bug" and "search-replace" labels and didn't ...
680
196644
Accessible view / Open Detected Link iteration
2023-10-25 20:13:43+00:00
2023-12-19 20:38:40+00:00
Testing https://github.com/microsoft/vscode/issues/193988 It seems like the accessible buffer _always_ open in screen reader accessibility mode after the link quickpick is closed, even if it was not open before. This seems like a bug. Also: it seems like Gitlens uses Ctrl+Shift+G as the start of its chords. With ...
completed
Accessible view / Open Detected Link iteration Testing https://github.com/microsoft/vscode/issues/193988 It seems like the accessible buffer _always_ open in screen reader accessibility mode after the link quickpick is closed, even if it was not open before. This seems like a bug. Also: it seems like Gitlens uses...
125
196640
Installation trigger for Python extension when Python language is selected in an untitled file
2023-10-25 19:49:36+00:00
2023-10-26 16:39:36+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! feature_request_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Current behavior: If a user opens a Python file ...
completed
Installation trigger for Python extension when Python language is selected in an untitled file <!-- โš ๏ธโš ๏ธ 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. --...
404
196630
Vscode cannot access extensions marketplace when http.proxy contains user credentials
2023-10-25 18:19:53+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Vscode cannot access extensions marketplace when http.proxy contains user credentials <!-- โš ๏ธโš ๏ธ 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/vscod...
926
196613
SCM view: Repositories submenu of context menu on blank area of a Source Control section can display blank entries
2023-10-25 16:37:24+00:00
2023-11-21 11:34:10+00:00
Type: <b>Bug</b> 1. Have a source control provider that calls `vscode.scm.createSourceControl` with a `rootUri` whose `path element is `/` (e.g. for a scheme provided by a FileSystemProvider) 2. Open the submenu. ![image](https://github.com/microsoft/vscode/assets/6726799/25942725-e379-426e-8047-e5e6505ea7bc) ...
completed
SCM view: Repositories submenu of context menu on blank area of a Source Control section can display blank entries Type: <b>Bug</b> 1. Have a source control provider that calls `vscode.scm.createSourceControl` with a `rootUri` whose `path element is `/` (e.g. for a scheme provided by a FileSystemProvider) 2. Open t...
311
196607
`manageCheckboxStateManually` has no effect on tree view
2023-10-25 15:48:09+00:00
2023-10-26 14:56:15+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
`manageCheckboxStateManually` has no effect on tree view <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Su...
572
196606
Terminal quick fix should go away when a command is run
2023-10-25 15:31:35+00:00
This looks wrong: ![Image](https://github.com/microsoft/vscode/assets/2193314/fb6ec4bf-68a8-4525-b9f6-fb8db578d19b) Note that we still want to keep the behavior of the quick fix remaining when an empty command is run
Terminal quick fix should go away when a command is run This looks wrong: ![Image](https://github.com/microsoft/vscode/assets/2193314/fb6ec4bf-68a8-4525-b9f6-fb8db578d19b) Note that we still want to keep the behavior of the quick fix remaining when an empty command is run
88
196597
Cannot navigate occurrences via F7
2023-10-25 14:00:22+00:00
2023-10-25 20:11:40+00:00
* select a symbol * wait for its occurrences to get highlighted * press F7 to go to the next highlight * :bug: doesn't work, error shows `Cannot read properties of undefined (reading 'getStartPosition')`
completed
Cannot navigate occurrences via F7 * select a symbol * wait for its occurrences to get highlighted * press F7 to go to the next highlight * :bug: doesn't work, error shows `Cannot read properties of undefined (reading 'getStartPosition')`
69
196589
Code Action commands provided by language server are executed automatically on mouse-over
2023-10-25 13:03:01+00:00
2023-12-13 16:56: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 cr...
completed
Code Action commands provided by language server are executed automatically on mouse-over <!-- โš ๏ธโš ๏ธ 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/v...
782
196588
All failed git hooks throw the error message "Make sure you configure your user.name and user.email in git"
2023-10-25 13:01:36+00:00
2023-12-24 11:24: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 cr...
not_planned
All failed git hooks throw the error message "Make sure you configure your user.name and user.email in git" <!-- โš ๏ธโš ๏ธ 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://gith...
487
196578
Multiple selected terminal tabs won't close on pressing delete, only the current one would
2023-10-25 11:15:06+00:00
2023-12-07 14:13: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 cr...
completed
Multiple selected terminal tabs won't close on pressing delete, only the current one would <!-- โš ๏ธโš ๏ธ 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/...
497
196574
Restoring comments again duplicates them
2023-10-25 10:29:34+00:00
2024-01-31 11:26:48+00:00
Testing #193104 1. Follow the pre-requisites from https://github.com/microsoft/vscode/issues/193104 2. In a file, sprinkle three separate comments. 3. Store changes in Cloud. 4. In another machine, same file, restore changes in Cloud. All three comments show up. 5. Update the first comment by adding a line. 6. ...
completed
Restoring comments again duplicates them Testing #193104 1. Follow the pre-requisites from https://github.com/microsoft/vscode/issues/193104 2. In a file, sprinkle three separate comments. 3. Store changes in Cloud. 4. In another machine, same file, restore changes in Cloud. All three comments show up. 5. Update...
131
196571
Continue on doesn't work for file-level comments
2023-10-25 10:16:55+00:00
2023-11-03 15:26:41+00:00
Testing #193104 ### Repro: 1. Set up is as described in the TPI 2. Add file level comment 3. Make an edit to the file with the newly created comment 4. Store changes in cloud using "Store working changes in cloud" command 5. Switch to another machine with the PR checked out 6. Invoke on that machine "Resum...
completed
Continue on doesn't work for file-level comments Testing #193104 ### Repro: 1. Set up is as described in the TPI 2. Add file level comment 3. Make an edit to the file with the newly created comment 4. Store changes in cloud using "Store working changes in cloud" command 5. Switch to another machine with the...
347
196562
Nervous progress bar while making edits
2023-10-25 09:10:04+00:00
2023-10-25 15:58:24+00:00
* ask chat to write a bunch of code * the progress bar keeps resetting itself https://github.com/microsoft/vscode/assets/1794099/10e8ea59-dae6-4fa6-8def-6af8b2e7c4a2
completed
Nervous progress bar while making edits * ask chat to write a bunch of code * the progress bar keeps resetting itself https://github.com/microsoft/vscode/assets/1794099/10e8ea59-dae6-4fa6-8def-6af8b2e7c4a2
73
196554
Intellisense for required modules doesn't work in .vscode-test.js
2023-10-25 07:49:49+00:00
2023-10-30 23:41:03+00:00
Testing #196332 This would also enable IntelliSense. The only way I could get it working is by changing the `require` to an `import`, but that then fails at runtime suggesting to use `"type": "module"` in the package.json.
completed
Intellisense for required modules doesn't work in .vscode-test.js Testing #196332 This would also enable IntelliSense. The only way I could get it working is by changing the `require` to an `import`, but that then fails at runtime suggesting to use `"type": "module"` in the package.json.
89
196550
Test configuration drop-down not updated
2023-10-25 07:11:21+00:00
2023-10-31 17:37:32+00:00
Testing #196332 The drop-down shows old configuration labels: ![Image](https://github.com/microsoft/vscode/assets/9205389/8fb50e6c-e4c0-4095-b020-21f553bd4d22)
completed
Test configuration drop-down not updated Testing #196332 The drop-down shows old configuration labels: ![Image](https://github.com/microsoft/vscode/assets/9205389/8fb50e6c-e4c0-4095-b020-21f553bd4d22)
71
196546
Test UI could me clearer on discovery errors
2023-10-25 07:01:27+00:00
2023-11-01 18:59:52+00:00
Testing #196332 It shows the error's message, but doesn't make explicit that there was an error thrown. ![Image](https://github.com/microsoft/vscode/assets/9205389/7d1b7caa-4423-4f82-9a67-fd172f8d6094) This is from: ```js throw new Error('just throwing some error'); ```
completed
Test UI could me clearer on discovery errors Testing #196332 It shows the error's message, but doesn't make explicit that there was an error thrown. ![Image](https://github.com/microsoft/vscode/assets/9205389/7d1b7caa-4423-4f82-9a67-fd172f8d6094) This is from: ```js throw new Error('just throwing some error'...
108
196545
Voice: recording with mic should append to existing text
2023-10-25 06:43:24+00:00
2023-10-25 07:10:35+00:00
We should respect text that is already there and append at the end when recording.
completed
Voice: recording with mic should append to existing text We should respect text that is already there and append at the end when recording.
30
196532
Notebook scrolling to the next cell is weird when using shift+enter
2023-10-25 06:10:20+00:00
2023-11-03 18:33: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 cr...
completed
Notebook scrolling to the next cell is weird when using shift+enter <!-- โš ๏ธโš ๏ธ 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-...
689
196508
Multi file highlighting doesn't work in editor grid layout
2023-10-24 21:48:33+00:00
2024-04-02 18:17:40+00:00
Testing #196342 1. Switch the editor to Grid layout (View > Editor Layout > Grid (2x2)) 2. Open the same file in each editor (for the repro I used Markdown file /docs/getstarted/userinterface.md in a local clone of the vscode-docs repo). 3. In the top left editor, click on "heart" Only the top right editor disp...
completed
Multi file highlighting doesn't work in editor grid layout Testing #196342 1. Switch the editor to Grid layout (View > Editor Layout > Grid (2x2)) 2. Open the same file in each editor (for the repro I used Markdown file /docs/getstarted/userinterface.md in a local clone of the vscode-docs repo). 3. In the top left...
194
196506
Cryptic error message for presumably a malformed `vscode-remote` URL
2023-10-24 21:44:27+00:00
2023-12-06 16:52:41+00:00
Testing #196192 Triggered by trying `vscode-insiders://vscode-remote/https://github.com/brettcannon/microvenv/blob/main/.github/workflows/release.yml` : ![image](https://github.com/microsoft/vscode/assets/54418/77a7ce3e-b8f4-42d5-a0ec-b1eaa2bd413f)
completed
Cryptic error message for presumably a malformed `vscode-remote` URL Testing #196192 Triggered by trying `vscode-insiders://vscode-remote/https://github.com/brettcannon/microvenv/blob/main/.github/workflows/release.yml` : ![image](https://github.com/microsoft/vscode/assets/54418/77a7ce3e-b8f4-42d5-a0ec-b1eaa2bd41...
133
196505
Screen Reader mode enabled without intent
2023-10-24 21:35:11+00:00
2023-10-31 17:43:19+00:00
Type: <b>Bug</b> Restarted Insiders for an update and Screen Reader mode is suddenly on, including audio cues while typing. I have no idea how to disable it, as the `Screen Reader Optimized` status bar icon is clickable (changes color), but doesn't do anything. (Edit: I eventually found `editor.action.toggleScree...
not_planned
Screen Reader mode enabled without intent Type: <b>Bug</b> Restarted Insiders for an update and Screen Reader mode is suddenly on, including audio cues while typing. I have no idea how to disable it, as the `Screen Reader Optimized` status bar icon is clickable (changes color), but doesn't do anything. (Edit: I e...
571
196504
`revealNextCellOnExecute:firstLine` does not work when the window size is small.
2023-10-24 21:33:26+00:00
Testing #196327 ![Image](https://github.com/microsoft/vscode/assets/25044782/299c2ae6-5419-4509-b5bc-97021dfc4445)
`revealNextCellOnExecute:firstLine` does not work when the window size is small. Testing #196327 ![Image](https://github.com/microsoft/vscode/assets/25044782/299c2ae6-5419-4509-b5bc-97021dfc4445)
78
196501
Aux window: terminal editor doesn't show underscore for links
2023-10-24 20:26:04+00:00
2024-03-14 14:27:51+00:00
Testing #196195 * Open a terminal in editor area * Open in new window * `ls` * Press meta and hover on the file names, none of them are linkified and the mouse pointer doesn't change on hover. However clicking does open the file
completed
Aux window: terminal editor doesn't show underscore for links Testing #196195 * Open a terminal in editor area * Open in new window * `ls` * Press meta and hover on the file names, none of them are linkified and the mouse pointer doesn't change on hover. However clicking does open the file
76
196499
Drag and drop dont save the current positions in side view
2023-10-24 20:24:49+00:00
2023-10-25 12:37:03+00:00
Testing #196272 1. Open VS Code with activity bar on side 2. Move activity bar to top 3. Update the icons, drag and move the icons in the activity bar. 4. Move activity bar to side 5. The position go back to the previous stage. ๐Ÿ›
completed
Drag and drop dont save the current positions in side view Testing #196272 1. Open VS Code with activity bar on side 2. Move activity bar to top 3. Update the icons, drag and move the icons in the activity bar. 4. Move activity bar to side 5. The position go back to the previous stage. ๐Ÿ›
70
196493
Profile-settings of integrated terminal is not considered properly, if /etc/shells cannot be read (for some reason)
2023-10-24 20:12:07+00:00
2023-10-30 16:01: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 cr...
completed
Profile-settings of integrated terminal is not considered properly, if /etc/shells cannot be read (for some reason) <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: http...
474
196491
[wrapped lines] inline chat zone shows on the wrong line
2023-10-24 20:01:09+00:00
Testing #196258 1. Open a Markdown file and go to an empty line below a paragraph. The example below used https://github.com/microsoft/vscode-docs/blob/main/docs/getstarted/userinterface.md in a local clone of the vscode-docs repo. ![image](https://github.com/microsoft/vscode/assets/12818376/d755339e-5478-4001-8...
[wrapped lines] inline chat zone shows on the wrong line Testing #196258 1. Open a Markdown file and go to an empty line below a paragraph. The example below used https://github.com/microsoft/vscode-docs/blob/main/docs/getstarted/userinterface.md in a local clone of the vscode-docs repo. ![image](https://github....
231
196489
Gutter sparkle icon not shown initially if moving cursor position with mouse clicks
2023-10-24 19:42:17+00:00
2023-10-25 09:10:38+00:00
Testing #196258 1. Open a new file and move cursor with keyboard until on an empty line and see gutter sparkle icon. 2. Close file with the cursor still on the empty line. 3. Reopen the file. No gutter sparkle icon visible. 4. Click on various empty lines with the mouse. Still no gutter sparkle icon displ...
completed
Gutter sparkle icon not shown initially if moving cursor position with mouse clicks Testing #196258 1. Open a new file and move cursor with keyboard until on an empty line and see gutter sparkle icon. 2. Close file with the cursor still on the empty line. 3. Reopen the file. No gutter sparkle icon visible. ...
158
196488
Orca causes audio cues to stop playing
2023-10-24 19:33:14+00:00
Testing #196126 * In VS Code, enable some Audio Cues * outside of vscode, open a terminal and run `orca` * go back to VS Code and trigger an Audio Cue * ๐Ÿ› no audio cue, but the screenreader says stuff * Now go to the terminal and quit Orca Ctrl+C * go back to VS Code and trigger an Audio Cue * ๐Ÿ› still no aud...
Orca causes audio cues to stop playing Testing #196126 * In VS Code, enable some Audio Cues * outside of vscode, open a terminal and run `orca` * go back to VS Code and trigger an Audio Cue * ๐Ÿ› no audio cue, but the screenreader says stuff * Now go to the terminal and quit Orca Ctrl+C * go back to VS Code and ...
151
196487
Orca on Linux does not announce "formatting" or "saving"
2023-10-24 19:28:24+00:00
2023-10-24 22:17:26+00:00
Testing #196126 * Set `accessibility.alert.format` and/or `accessibility.alert.save` to always * Start Orca on Linux * ๐Ÿ› I don't hear the screenreader announce that it's formatting or saving
not_planned
Orca on Linux does not announce "formatting" or "saving" Testing #196126 * Set `accessibility.alert.format` and/or `accessibility.alert.save` to always * Start Orca on Linux * ๐Ÿ› I don't hear the screenreader announce that it's formatting or saving
80
196486
Gutter sparkle icon not show after Split in Group
2023-10-24 19:25:31+00:00
2023-10-25 09:26:54+00:00
Testing #196258 1. Open a file and see gutter sparkle icon displayed on empty line. 2. Run either View: Split in Group or View: Toggle Split in Group 3. Move cursor to a line where there gutter sparkle icon should be displayed. No gutter sparkle icon is visible. 4. Toggle Split in Group again and gutter spar...
completed
Gutter sparkle icon not show after Split in Group Testing #196258 1. Open a file and see gutter sparkle icon displayed on empty line. 2. Run either View: Split in Group or View: Toggle Split in Group 3. Move cursor to a line where there gutter sparkle icon should be displayed. No gutter sparkle icon is visible....
94
196484
Gutter sparkle icon not shown if editor moved to create a new editor group
2023-10-24 19:13:55+00:00
2023-10-25 09:26:54+00:00
Testing #196258 1. Open a file and test that gutter sparkle icon appears when the cursor is on an empty line. 2. Drag the file to the side or bottom of the editor to start a new editor group. 3. Move the cursor to an empty line. No gutter sparkle icon is visiable. Note that moving a second editor into the ne...
completed
Gutter sparkle icon not shown if editor moved to create a new editor group Testing #196258 1. Open a file and test that gutter sparkle icon appears when the cursor is on an empty line. 2. Drag the file to the side or bottom of the editor to start a new editor group. 3. Move the cursor to an empty line. No gutt...
123
196474
The width of the command palette in an aux window depends on the width of the non-aux window
2023-10-24 18:07:41+00:00
2023-10-27 13:40:35+00:00
Testing #196195 1. Set the non-aux window to be very wide 2. Set the aux window to be narrow 3. Open the command palette in the aux window 4. :bug: The command palette in the aux window goes off the left and right edges of the aux window ![Wide command palette in aux window](https://github.com/microsoft/vscode...
completed
The width of the command palette in an aux window depends on the width of the non-aux window Testing #196195 1. Set the non-aux window to be very wide 2. Set the aux window to be narrow 3. Open the command palette in the aux window 4. :bug: The command palette in the aux window goes off the left and right edges o...
142
196473
Aux window: windows moved to the top stay on top over focused window
2023-10-24 17:59:43+00:00
2023-10-26 18:57:39+00:00
Testing #196195 I opened the Open Editors view, and noticed Group 1, Window 1: Group 1, and Window 2: Group 1. When I click on an editor belonging to a group in Window 1 or Window 2, the window moves itself to the top. When I click on an editor belonging to the "non-Window" Group 1, the non-floating window doesn't...
completed
Aux window: windows moved to the top stay on top over focused window Testing #196195 I opened the Open Editors view, and noticed Group 1, Window 1: Group 1, and Window 2: Group 1. When I click on an editor belonging to a group in Window 1 or Window 2, the window moves itself to the top. When I click on an editor b...
119
196471
Turning on GitLens file blame does nothing in aux window
2023-10-24 17:56:49+00:00
2023-10-25 11:29:49+00:00
Testing #196195 In an aux window, turn on GitLens file blame on a file. A blue line appears on the right, but nothing else happens. I don't see any errors showing up in devtools, either.
completed
Turning on GitLens file blame does nothing in aux window Testing #196195 In an aux window, turn on GitLens file blame on a file. A blue line appears on the right, but nothing else happens. I don't see any errors showing up in devtools, either.
71
196469
Sometimes `firstLine` jumps to the whole cell
2023-10-24 17:54:59+00:00
2023-10-25 17:12:37+00:00
Testing #196327 Seems somewhat random... but `firstLine` doesn't seem to work between cell 1 and 2... but it works between cell 2 and 3. https://github.com/microsoft/vscode/assets/2644648/b4ec1627-868b-4641-a840-9ab525d93a7e Cell 1: ``` # 1 import time time.sleep(3) for i in range(29): print(i) ``...
completed
Sometimes `firstLine` jumps to the whole cell Testing #196327 Seems somewhat random... but `firstLine` doesn't seem to work between cell 1 and 2... but it works between cell 2 and 3. https://github.com/microsoft/vscode/assets/2644648/b4ec1627-868b-4641-a840-9ab525d93a7e Cell 1: ``` # 1 import time time.s...
162
196468
Settings editor ToC panel shows up when doing a search
2023-10-24 17:48:33+00:00
Testing #196195 1. Open the Settings editor (doesn't have to be in an aux window) 2. Reduce the width of the Settings editor 3. Search for a setting 4. The table of contents (ToC) panel shows up even though there's not enough space for it to actually render any results ![ToC panel showing up in Settings UI in ...
Settings editor ToC panel shows up when doing a search Testing #196195 1. Open the Settings editor (doesn't have to be in an aux window) 2. Reduce the width of the Settings editor 3. Search for a setting 4. The table of contents (ToC) panel shows up even though there's not enough space for it to actually render a...
140
196455
Default File Watcher Excludes are not observed without excludes
2023-10-24 17:19:36+00:00
2023-10-25 06:31:58+00:00
Testing #196194 **Extension** ```typescript export function activate(context: vscode.ExtensionContext) { // Use the console to output diagnostic information (console.log) and errors (console.error) // This line of code will only be executed once when your extension is activated console.log('Congratulations...
completed
Default File Watcher Excludes are not observed without excludes Testing #196194 **Extension** ```typescript export function activate(context: vscode.ExtensionContext) { // Use the console to output diagnostic information (console.log) and errors (console.error) // This line of code will only be executed once...
471
196451
css for terminal color quickpick not applied in new window
2023-10-24 17:11:27+00:00
2023-10-27 10:27:14+00:00
Testing #196195 1. Move a terminal to a new window 2. Run terminal: change color 3. ๐Ÿ› no colors in the quickpick ![Image](https://github.com/microsoft/vscode/assets/29464607/4cabba81-374b-4331-8f3b-cc29dfcf5679)
completed
css for terminal color quickpick not applied in new window Testing #196195 1. Move a terminal to a new window 2. Run terminal: change color 3. ๐Ÿ› no colors in the quickpick ![Image](https://github.com/microsoft/vscode/assets/29464607/4cabba81-374b-4331-8f3b-cc29dfcf5679)
89
196447
rename terminal in new window says no argument provided
2023-10-24 17:09:07+00:00
2024-01-11 23:06:41+00:00
Testing #196195 https://github.com/microsoft/vscode/assets/29464607/43eb0432-9ca4-435d-ad9c-ed084bb93f5a
completed
rename terminal in new window says no argument provided Testing #196195 https://github.com/microsoft/vscode/assets/29464607/43eb0432-9ca4-435d-ad9c-ed084bb93f5a
59
196446
Settings search sometimes stuck loading
2023-10-24 17:07:29+00:00
2023-10-27 20:19:31+00:00
Testing #196328 I find the search gets stuck every few searches. The below query is an example - I enter the query, I see the loading indicator at the top, but it never stops spinning: ![Image](https://github.com/microsoft/vscode/assets/25310137/b666f046-4e5d-4d7e-bde4-4dd8663240b1)
completed
Settings search sometimes stuck loading Testing #196328 I find the search gets stuck every few searches. The below query is an example - I enter the query, I see the loading indicator at the top, but it never stops spinning: ![Image](https://github.com/microsoft/vscode/assets/25310137/b666f046-4e5d-4d7e-bde4-4dd8...
104
196438
`ctrl+backtick` opens the panel but doesn't focus it
2023-10-24 16:59:18+00:00
2023-10-25 11:46:10+00:00
Testing #196195 1. move focus to a new window 2. `ctrl+backtick` 4. the panel opens, but the focus doesn't move there Shouldn't it be moved there?
completed
`ctrl+backtick` opens the panel but doesn't focus it Testing #196195 1. move focus to a new window 2. `ctrl+backtick` 4. the panel opens, but the focus doesn't move there Shouldn't it be moved there?
64
196437
drag and drop to invalid location
2023-10-24 16:51:50+00:00
Testing #196195 I think this should be a no-op ๐Ÿค” https://github.com/microsoft/vscode/assets/29464607/75a3721f-5537-4635-a88e-fdeaf44e7b80
drag and drop to invalid location Testing #196195 I think this should be a no-op ๐Ÿค” https://github.com/microsoft/vscode/assets/29464607/75a3721f-5537-4635-a88e-fdeaf44e7b80
66
196436
Terminal does not re-focus after Accessibility Help
2023-10-24 16:50:57+00:00
2023-11-08 21:00:12+00:00
Testing #196124 1. Open a terminal. 2. alt-f1 -> gets terminal accessibility help 3. alt-f1 again -> gets another accessibility help menu. 4. escape -> closes terminal 5. Focus isn't on terminal. :bug: I thought that this might be confusing if a user wants to run alt-f2 right after this.
completed
Terminal does not re-focus after Accessibility Help Testing #196124 1. Open a terminal. 2. alt-f1 -> gets terminal accessibility help 3. alt-f1 again -> gets another accessibility help menu. 4. escape -> closes terminal 5. Focus isn't on terminal. :bug: I thought that this might be confusing if a user wants to r...
90
196431
Focus stuck in quickpick / not accepting commands
2023-10-24 16:44:02+00:00
2024-01-10 13:44:53+00:00
Testing #196195 I opened a window with a terminal, moved it between the two windows a few times, opened the quick pick in the new window, closed the window, changed a few settings, focused a terminal editor, tried to run this command, and the quick pick won't accept via click or enter.ย  ![Image](https://github.co...
completed
Focus stuck in quickpick / not accepting commands Testing #196195 I opened a window with a terminal, moved it between the two windows a few times, opened the quick pick in the new window, closed the window, changed a few settings, focused a terminal editor, tried to run this command, and the quick pick won't accept ...
174
196638
`Join selected cells` is unusable
2023-10-24 16:09:33+00:00
Testing microsoft/vscode-jupyter#14550 1. open the cell toolbar for a single cell, note the option to "join selected cells" 2. select multiple cells and open the toolbar for the top cell :bug: option no longer exists
`Join selected cells` is unusable Testing microsoft/vscode-jupyter#14550 1. open the cell toolbar for a single cell, note the option to "join selected cells" 2. select multiple cells and open the toolbar for the top cell :bug: option no longer exists
71
196422
Narrator doesn't read contents of accessible view for terminal
2023-10-24 16:02:08+00:00
2023-10-26 17:27:09+00:00
Testing #196124 1. Turn on Narrator 2. Enable Screen Reader Optimized mode by running the Toggle Screen Reader Accessibility Mode command 3. Open a terminal 4. Run some commands 5. Open the accessible view 6. :bug: I hear "the editor is not accessible at this time" and no content from the view is read This ...
completed
Narrator doesn't read contents of accessible view for terminal Testing #196124 1. Turn on Narrator 2. Enable Screen Reader Optimized mode by running the Toggle Screen Reader Accessibility Mode command 3. Open a terminal 4. Run some commands 5. Open the accessible view 6. :bug: I hear "the editor is not accessi...
97
196483
Relaunch terminal hides terminal after reloading window
2023-10-24 15:16:34+00:00
Testing microsoft/vscode-python#22288 1. Do steps from https://github.com/microsoft/vscode-python/issues/22309 2. Reload window 3. See that Python extension wants to relaunch terminal 4. Click relaunch terminal 5. :bug: terminal pane hides itself and doesn't come back
Relaunch terminal hides terminal after reloading window Testing microsoft/vscode-python#22288 1. Do steps from https://github.com/microsoft/vscode-python/issues/22309 2. Reload window 3. See that Python extension wants to relaunch terminal 4. Click relaunch terminal 5. :bug: terminal pane hides itself and do...
87
196402
Aux window: main menu not functional
2023-10-24 13:56:55+00:00
2023-10-26 11:56:39+00:00
Testing #196195 The global menu is shown for the aux window, but its entries don't do anything. No console errors.
completed
Aux window: main menu not functional Testing #196195 The global menu is shown for the aux window, but its entries don't do anything. No console errors.
40
196394
Aux window: "Window 1" is a bad label?
2023-10-24 13:15:42+00:00
2023-10-26 07:58:40+00:00
Testing #196195 1. Open floating windows 2. Open Editors View Notice "Window 1" label. This should either be "Window 2", or even better "Floating Window 1". ![Screenshot 2023-10-24 at 15 14 17](https://github.com/microsoft/vscode/assets/1926584/23be6d04-45f8-41ca-8a0c-95153390eb87)
completed
Aux window: "Window 1" is a bad label? Testing #196195 1. Open floating windows 2. Open Editors View Notice "Window 1" label. This should either be "Window 2", or even better "Floating Window 1". ![Screenshot 2023-10-24 at 15 14 17](https://github.com/microsoft/vscode/assets/1926584/23be6d04-45f8-41ca-8a0c-95...
114
196386
Nothing shown about audio cues in Accessibility Help when not in screen reader mode
2023-10-24 12:26:21+00:00
2023-10-25 19:59:13+00:00
Testing #196126 It doesn't seem to matter what I set the new settings to. They are never mentioned in the editor accessbility help. ![Image](https://github.com/microsoft/vscode/assets/38270282/bd5fd6b2-848d-4340-a1dd-e122694abf85) ![Image](https://github.com/microsoft/vscode/assets/38270282/f56394fb-cfcf-4...
completed
Nothing shown about audio cues in Accessibility Help when not in screen reader mode Testing #196126 It doesn't seem to matter what I set the new settings to. They are never mentioned in the editor accessbility help. ![Image](https://github.com/microsoft/vscode/assets/38270282/bd5fd6b2-848d-4340-a1dd-e122694abf85)...
148
196385
Format audio cue doesn't always play
2023-10-24 12:23:12+00:00
2023-10-25 17:10:22+00:00
Testing #196126 1. `"audioCues.format": "always"` 2. Enable format on save 3. Make some changes in a file that will mess up formatting 4. ctrl+s to save 5. File is formatted, but audio cue isn't played. I can hear the audio cue if I explicitly run the "Format Document" command.
completed
Format audio cue doesn't always play Testing #196126 1. `"audioCues.format": "always"` 2. Enable format on save 3. Make some changes in a file that will mess up formatting 4. ctrl+s to save 5. File is formatted, but audio cue isn't played. I can hear the audio cue if I explicitly run the "Format Document" comman...
94
196379
TF-IDF in Settings editor search - "automatically fetch my changes"
2023-10-24 10:43:04+00:00
Testing #196328 * Disable Copilot Chat extension * Open the Settings editor and run a search for `automatically fetch my changes` * I would have expected that the `git.autofetch` is found
TF-IDF in Settings editor search - "automatically fetch my changes" Testing #196328 * Disable Copilot Chat extension * Open the Settings editor and run a search for `automatically fetch my changes` * I would have expected that the `git.autofetch` is found
68
196374
TF-IDF in Settings editor search - searching for "larger text in the editor" yields results with Copilot Chat disabled
2023-10-24 10:19:51+00:00
2023-12-27 11:24:39+00:00
Testing #196328 ![Image](https://github.com/microsoft/vscode/assets/3372902/778fa83c-ced9-4c6f-b525-be73a0a89c3c)
not_planned
TF-IDF in Settings editor search - searching for "larger text in the editor" yields results with Copilot Chat disabled Testing #196328 ![Image](https://github.com/microsoft/vscode/assets/3372902/778fa83c-ced9-4c6f-b525-be73a0a89c3c)
86
196370
Clicking on Screen Reader Optimized status bar has no effect
2023-10-24 10:12:32+00:00
2023-10-25 12:18:41+00:00
I have "Screen reader optimised" entry in my status bar. Clicking on it produces no effect ๐Ÿ› Before it would open a notification and ask me if I am really using a screen reader. I still think that clicking on it should have some effect. We can be creative what we want to do here.
completed
Clicking on Screen Reader Optimized status bar has no effect I have "Screen reader optimised" entry in my status bar. Clicking on it produces no effect ๐Ÿ› Before it would open a notification and ask me if I am really using a screen reader. I still think that clicking on it should have some effect. We can be creat...
82
196369
TF-IDF in Settings editor search - searching for "larger text in the editor" does not show results
2023-10-24 10:09:54+00:00
Testing #196328 * Open Settings editor * Enter `larger text in the editor` in the search field and press ENTER * No results are being shown ![Image](https://github.com/microsoft/vscode/assets/3372902/994ffee2-9975-476e-bafe-64b813b751a5) * Delete the "r" from the end, add it back, press ENTER * The expect...
TF-IDF in Settings editor search - searching for "larger text in the editor" does not show results Testing #196328 * Open Settings editor * Enter `larger text in the editor` in the search field and press ENTER * No results are being shown ![Image](https://github.com/microsoft/vscode/assets/3372902/994ffee2-99...
132
196367
Accessibility: Hide Accessibility View should work accross all widgets
2023-10-24 09:59:32+00:00
2023-10-25 16:41:41+00:00
Testing #196124 When I try out the Accessibility: Hide Accessibility View it works nicely both in the terminal and in chat. However the setting description mentions only "terminal". I think we should just update the setting description, right? ![Screenshot 2023-10-24 at 11 58 23](https://github.com/microsoft/vsc...
completed
Accessibility: Hide Accessibility View should work accross all widgets Testing #196124 When I try out the Accessibility: Hide Accessibility View it works nicely both in the terminal and in chat. However the setting description mentions only "terminal". I think we should just update the setting description, right? ...
130
196366
Inline chat: "Start LIstening" makes the whole inline widget flash
2023-10-24 09:53:42+00:00
2023-10-25 07:10:33+00:00
Recording might not do it justice. But as soon as you click on "Start listening" in the inline chat widget the whole widget flashes ๐Ÿ› https://github.com/microsoft/vscode/assets/1926584/99c97d63-f37b-47da-ab29-a3ee49a8f752
completed
Inline chat: "Start LIstening" makes the whole inline widget flash Recording might not do it justice. But as soon as you click on "Start listening" in the inline chat widget the whole widget flashes ๐Ÿ› https://github.com/microsoft/vscode/assets/1926584/99c97d63-f37b-47da-ab29-a3ee49a8f752
94
196365
Incorrect editor toolbar actions briefly shown
2023-10-24 09:51:36+00:00
Testing #196289 1. Focus in editor group A 2. Focus in editor group B 3. The editor actions shown in the editor toolbar a briefly incorrect.
Incorrect editor toolbar actions briefly shown Testing #196289 1. Focus in editor group A 2. Focus in editor group B 3. The editor actions shown in the editor toolbar a briefly incorrect.
45
196361
Editor toolbar actions jump causes miss click
2023-10-24 09:47:38+00:00
2023-11-30 11:51:36+00:00
Testing #196289 1. Focus in editor group A 2. Try to double click on a tab in editor group B 3. Editor toolbar actions cause the tab to jump and my second click lands on a toolbar action ![Image](https://github.com/microsoft/vscode/assets/38270282/dd908cc7-4bcb-49f9-8478-1cb0d9a75885)
completed
Editor toolbar actions jump causes miss click Testing #196289 1. Focus in editor group A 2. Try to double click on a tab in editor group B 3. Editor toolbar actions cause the tab to jump and my second click lands on a toolbar action ![Image](https://github.com/microsoft/vscode/assets/38270282/dd908cc7-4bcb-49f9...
102
196359
Drag and Dropping Activity Bar Icons On Side Bar Not As Expected
2023-10-24 09:47:00+00:00
Testing #196272 When I dragged one of the icons to the second side bar, I wanted it to be placed before the other icon, however, it was placed behind it even though the bar indicating where it would be placed was in front of the icon. Also I noticed it's not possible to drop an icon on the top part of the side ba...
Drag and Dropping Activity Bar Icons On Side Bar Not As Expected Testing #196272 When I dragged one of the icons to the second side bar, I wanted it to be placed before the other icon, however, it was placed behind it even though the bar indicating where it would be placed was in front of the icon. Also I noticed...
197
196358
"I'm listening." -> "I'm listening.." -> "I'm listening..." change does not work in inline chat
2023-10-24 09:45:31+00:00
2023-10-25 07:10:34+00:00
There is placeholder text after the "I'm listening" part. Thus the whole change to "I'm listening..." makes the whole placeholder text move. And it is not pleasant to the eye. Either there should be no placeholder text in this case, or the "I'm listening" should not change. ![Screenshot 2023-10-24 at 11 43 51](http...
completed
"I'm listening." -> "I'm listening.." -> "I'm listening..." change does not work in inline chat There is placeholder text after the "I'm listening" part. Thus the whole change to "I'm listening..." makes the whole placeholder text move. And it is not pleasant to the eye. Either there should be no placeholder text in t...
162
196355
Highlights flicker when clicking on them
2023-10-24 09:29:21+00:00
2023-10-25 22:10:38+00:00
Testing #196342 * enable `editor.multiDocumentOccurrencesHighlight` * open `src/vs/workbench/contrib/inlineChat/common/inlineChatServiceImpl.ts` and `src/vs/workbench/contrib/inlineChat/common/inlineChat.ts` side by side * select `IInlineChatSessionProvider` * click on occurrences * :bug: whenever an occurrence ...
completed
Highlights flicker when clicking on them Testing #196342 * enable `editor.multiDocumentOccurrencesHighlight` * open `src/vs/workbench/contrib/inlineChat/common/inlineChatServiceImpl.ts` and `src/vs/workbench/contrib/inlineChat/common/inlineChat.ts` side by side * select `IInlineChatSessionProvider` * click on occ...
153
196352
Multi document highlighting doesn't work with inline chat
2023-10-24 09:14:57+00:00
Testing #196342 * use the file below * for the `fib` function ask copilot to use recursion * select `fib` in RHS of the diff editor -> ๐Ÿ› no highlights in the outer editor * the same happens when selecting fib in the outer editor This repos independent of the `editor.multiDocumentOccurrencesHighlight` setting ...
Multi document highlighting doesn't work with inline chat Testing #196342 * use the file below * for the `fib` function ask copilot to use recursion * select `fib` in RHS of the diff editor -> ๐Ÿ› no highlights in the outer editor * the same happens when selecting fib in the outer editor This repos independent ...
337
196351
"Apply Extension to all Profiles" does not work when selected in the "LOCAL - INSTALLED" window in case the extensions are installed in the remote extension host
2023-10-24 09:10:27+00:00
2024-05-29 11:04:32+00:00
For reference: https://code.visualstudio.com/docs/editor/profiles#_applying-an-extension-to-all-profiles I have found some peculiar things with the implementation, which I am not sure is by design or not. But here comes one: When working with remotes, such as remote ssh, I can see an extension in the "local" wind...
completed
"Apply Extension to all Profiles" does not work when selected in the "LOCAL - INSTALLED" window in case the extensions are installed in the remote extension host For reference: https://code.visualstudio.com/docs/editor/profiles#_applying-an-extension-to-all-profiles I have found some peculiar things with the impleme...
287