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
186340
CharService#onWillSaveState says persisting when chat hasn't been used
2023-06-27 13:47:45+00:00
2023-07-07 06:56:44+00:00
Repro: 1. Run OSS 2. Enable trace logs 3. Unfocus window ![image](https://github.com/microsoft/vscode/assets/2193314/cd944d50-f72f-4456-bd9e-d66a7255ce48) I don't have copilot installs in OSS so I wouldn't expect anything to happen here. Not sure what the 2 chars are.
completed
CharService#onWillSaveState says persisting when chat hasn't been used Repro: 1. Run OSS 2. Enable trace logs 3. Unfocus window ![image](https://github.com/microsoft/vscode/assets/2193314/cd944d50-f72f-4456-bd9e-d66a7255ce48) I don't have copilot installs in OSS so I wouldn't expect anything to happen here. ...
117
186336
Quick pick flicker when installing a remote extension
2023-06-27 12:44:24+00:00
2023-06-28 07:25:19+00:00
Testing #186258 After clicking the "Install" entry in the quick pick, there's progress for a few moments, then the quick pick flashes back to showing all the previous entries again, before finally landing on the setup options for the remote extension. ![Recording 2023-06-27 at 14 42 38](https://github.com/microso...
completed
Quick pick flicker when installing a remote extension Testing #186258 After clicking the "Install" entry in the quick pick, there's progress for a few moments, then the quick pick flashes back to showing all the previous entries again, before finally landing on the setup options for the remote extension. ![Record...
130
186335
Diff Editor - editor side context key issue
2023-06-27 12:41:05+00:00
2023-07-04 17:44:16+00:00
Testing #186213 This is an issue that was present in the previous editor but it would be great to fix. * Open a folder/workspace that contains a git repository * Make changes to a file so that the change appears in the Source Control view * Click on the change so that it is opened in the diff editor * Left-click...
completed
Diff Editor - editor side context key issue Testing #186213 This is an issue that was present in the previous editor but it would be great to fix. * Open a folder/workspace that contains a git repository * Make changes to a file so that the change appears in the Source Control view * Click on the change so that i...
216
186334
Color picker stuck with wrong max size
2023-06-27 12:33:26+00:00
2023-06-29 09:14:34+00:00
* open a file with color values (testing https://github.com/microsoft/vscode/issues/182697, https://github.com/microsoft/vscode/issues/181597) * split the editor pane, have the setting UI on the RHS * resize a color picker hover * :bug: it gets stuck to a wrong max width * this seems not to happen having a text edi...
completed
Color picker stuck with wrong max size * open a file with color values (testing https://github.com/microsoft/vscode/issues/182697, https://github.com/microsoft/vscode/issues/181597) * split the editor pane, have the setting UI on the RHS * resize a color picker hover * :bug: it gets stuck to a wrong max width * thi...
146
186331
Diff Editor - margin revert icon should not be rendered when documents are read-only
2023-06-27 12:14:37+00:00
2023-06-28 06:58:49+00:00
Testing #186213 Used GitLens to compare a file between two branches which opens a diff editor where both sides are read-only. the margin revert icon is rendered to revert the change but it is a no-op since the document is read-only. We should not be rendering these glyphs for read-only documents. This scenario ca...
completed
Diff Editor - margin revert icon should not be rendered when documents are read-only Testing #186213 Used GitLens to compare a file between two branches which opens a diff editor where both sides are read-only. the margin revert icon is rendered to revert the change but it is a no-op since the document is read-only....
163
186328
Test output - resizing panel cases content to jump up/down
2023-06-27 11:45:51+00:00
2023-12-24 11:25:11+00:00
Testing #186245 https://github.com/microsoft/vscode/assets/3372902/12b62e98-5012-497f-b5b8-9d56395f51ad
not_planned
Test output - resizing panel cases content to jump up/down Testing #186245 https://github.com/microsoft/vscode/assets/3372902/12b62e98-5012-497f-b5b8-9d56395f51ad
62
186320
Test Results treeview - use text overflow ellipsis
2023-06-27 10:31:17+00:00
2023-07-02 17:09:30+00:00
Testing #186245 <img width="286" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/d7819c68-3d7f-45a8-bc01-b5f5607a6132">
completed
Test Results treeview - use text overflow ellipsis Testing #186245 <img width="286" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/d7819c68-3d7f-45a8-bc01-b5f5607a6132">
80
186318
Hover Content Does Not Use Full Width
2023-06-27 10:13:49+00:00
2023-07-26 06:54:50+00:00
Testing #185751 ![Code_-_Insiders_W34xFKRAkD](https://github.com/microsoft/vscode/assets/2931520/2e857f2a-6470-47f1-956a-e7ebae8739e6) Video: ![Code_-_Insiders_2L8MPeZ6ox](https://github.com/microsoft/vscode/assets/2931520/2f36d332-a4cf-4dcb-80dd-071e1fe4746f)
completed
Hover Content Does Not Use Full Width Testing #185751 ![Code_-_Insiders_W34xFKRAkD](https://github.com/microsoft/vscode/assets/2931520/2e857f2a-6470-47f1-956a-e7ebae8739e6) Video: ![Code_-_Insiders_2L8MPeZ6ox](https://github.com/microsoft/vscode/assets/2931520/2f36d332-a4cf-4dcb-80dd-071e1fe4746f)
145
186317
Comments about accessibility help menu for inline chat
2023-06-27 10:13:44+00:00
2023-06-29 09:13:47+00:00
Testing #186218 > It is useful for refactoring, fixing, and more. Would it be more beginner-friendly to say 'It is useful for making changes to the current editor. For example, fixing diagnostics, documenting or refactoring code.' ? > It can be activated via quick fix actions Maybe more general 'via code...
completed
Comments about accessibility help menu for inline chat Testing #186218 > It is useful for refactoring, fixing, and more. Would it be more beginner-friendly to say 'It is useful for making changes to the current editor. For example, fixing diagnostics, documenting or refactoring code.' ? > It can be activated...
373
186316
Phrasing in accessibility help menu for panel chat
2023-06-27 10:13:07+00:00
2023-06-28 14:02:34+00:00
Testing #186218 Would it be easier for comprehension if the info about commands was phrased with what they do first? eg `The Focus Chat command (Command+UpArrow) focuses the chat request/response list, which can be navigated with up and down arrows.` -> `To focus the chat request/response list, invoke co...
completed
Phrasing in accessibility help menu for panel chat Testing #186218 Would it be easier for comprehension if the info about commands was phrased with what they do first? eg `The Focus Chat command (Command+UpArrow) focuses the chat request/response list, which can be navigated with up and down arrows.` -> ...
110
186315
Result of troubleshoot process is wrong
2023-06-27 10:12:49+00:00
2023-06-28 10:35:25+00:00
Testing #186171 * I have the pr-pinger installed and for testing I consider its occurrence as the bug * start trouble shoot * Say "I can reproduce" whenever the pr pinger status abr shows * ๐Ÿ› the process ends quickly saying its an issue with VS Code * ๐Ÿ•ต๏ธ at the start it says all extensions are disabled which ...
completed
Result of troubleshoot process is wrong Testing #186171 * I have the pr-pinger installed and for testing I consider its occurrence as the bug * start trouble shoot * Say "I can reproduce" whenever the pr pinger status abr shows * ๐Ÿ› the process ends quickly saying its an issue with VS Code * ๐Ÿ•ต๏ธ at the start it...
134
186314
[Bug] Hovers Should Have A Minimum Width / Height
2023-06-27 10:11:39+00:00
2023-08-11 15:28:37+00:00
Testing #185751 ![Code_-_Insiders_fNyudoOGS4](https://github.com/microsoft/vscode/assets/2931520/81a410d0-0c3e-4360-9240-f54388cf18ef)
completed
[Bug] Hovers Should Have A Minimum Width / Height Testing #185751 ![Code_-_Insiders_fNyudoOGS4](https://github.com/microsoft/vscode/assets/2931520/81a410d0-0c3e-4360-9240-f54388cf18ef)
82
186312
Sharing links - inconsistent behaviour
2023-06-27 10:10:11+00:00
Testing #186199 Noticed that when creating a link from the "Share" icon next to the command center a dialog is being shown with the link. That dialog is not shown when I create a link from the editor gutter? Why the difference in behaviour? I think these two experiences should be consistent as we are invoking the sa...
Sharing links - inconsistent behaviour Testing #186199 Noticed that when creating a link from the "Share" icon next to the command center a dialog is being shown with the link. That dialog is not shown when I create a link from the editor gutter? Why the difference in behaviour? I think these two experiences should ...
84
186310
[Bug] Hover Width Can Exceed Content
2023-06-27 10:08:59+00:00
2023-08-14 12:28:16+00:00
Testing #185751 Very nice feature :) Just noticed that the width can be very wide: ![Code_-_Insiders_khwrOE3sII](https://github.com/microsoft/vscode/assets/2931520/0aff6b19-9ac9-45c0-8860-c0ace984bc21)
completed
[Bug] Hover Width Can Exceed Content Testing #185751 Very nice feature :) Just noticed that the width can be very wide: ![Code_-_Insiders_khwrOE3sII](https://github.com/microsoft/vscode/assets/2931520/0aff6b19-9ac9-45c0-8860-c0ace984bc21)
95
186309
Can't focus the diff in inline chat with accessibility mode on
2023-06-27 10:08:35+00:00
2023-06-29 12:13:28+00:00
- Can't focus the diff with mouse https://github.com/microsoft/vscode/assets/16353531/ac2b35a1-8d53-4020-b197-852d71e64b3d - Can't tab into the diff, focus is stuck on the send button (paper plane) https://github.com/microsoft/vscode/assets/16353531/8292bf27-f7c1-4d16-9505-59a1de38dd95
completed
Can't focus the diff in inline chat with accessibility mode on - Can't focus the diff with mouse https://github.com/microsoft/vscode/assets/16353531/ac2b35a1-8d53-4020-b197-852d71e64b3d - Can't tab into the diff, focus is stuck on the send button (paper plane) https://github.com/microsoft/vscode/assets/1635...
127
186306
Custom tree view looses focussed checkbox on toggle
2023-06-27 10:00:49+00:00
2023-07-03 11:29:31+00:00
Testing #186164 It almost looks like we do a tree refresh and then loose the focus on the checkbox: ![Recording 2023-06-27 at 11 59 28 (1)](https://github.com/microsoft/vscode/assets/900690/a2382485-cc17-4c54-b736-0a4e6294ac22) This was tested with the extension sample of the npm explorer, so might also be rel...
completed
Custom tree view looses focussed checkbox on toggle Testing #186164 It almost looks like we do a tree refresh and then loose the focus on the checkbox: ![Recording 2023-06-27 at 11 59 28 (1)](https://github.com/microsoft/vscode/assets/900690/a2382485-cc17-4c54-b736-0a4e6294ac22) This was tested with the extens...
117
186303
Strange focus UX on notebook toolbar
2023-06-27 09:59:00+00:00
2023-06-28 15:12:50+00:00
I find it strange that the entire area where the two action bars atop of notebooks are is focuseable: <img width="1007" alt="image" src="https://github.com/microsoft/vscode/assets/22350/52278796-1dd0-489d-9dc3-ac430bfda8a8"> Other action bars across the workbench aren't focuseable, only the actions themselves wit...
completed
Strange focus UX on notebook toolbar I find it strange that the entire area where the two action bars atop of notebooks are is focuseable: <img width="1007" alt="image" src="https://github.com/microsoft/vscode/assets/22350/52278796-1dd0-489d-9dc3-ac430bfda8a8"> Other action bars across the workbench aren't focuse...
112
186302
Accessibility View: accessibility.verbosity.editor is not a registered configuration
2023-06-27 09:58:02+00:00
2023-06-27 22:00:24+00:00
Testing #186214 1. Open the accessibility view from Copilot Chat 2. Press "D" to disable accessibility verbosity 3. Notice error notification `Unable to write to User Settings because accessibility.verbosity.editor is not a registered configuration.` I noticed that the `accessibility.verbosity.panelChat` still ...
completed
Accessibility View: accessibility.verbosity.editor is not a registered configuration Testing #186214 1. Open the accessibility view from Copilot Chat 2. Press "D" to disable accessibility verbosity 3. Notice error notification `Unable to write to User Settings because accessibility.verbosity.editor is not a regist...
162
186300
Command center sharing
2023-06-27 09:53:47+00:00
Testing #186199 Users should not have to reload the window when toggling the `workbench.experimental.share.enabled` setting. If we have to reload the window, we should show a dialog informing the users to reload the window as we do for other settings that require a reload.
reopened
Command center sharing Testing #186199 Users should not have to reload the window when toggling the `workbench.experimental.share.enabled` setting. If we have to reload the window, we should show a dialog informing the users to reload the window as we do for other settings that require a reload.
77
186298
Sharing links - commits behind remote
2023-06-27 09:49:24+00:00
2023-06-28 23:43:20+00:00
Testing #186199 I am currently one commit behind the remote branch and I am able to successfully create a link without seeing any dialog. The way the test plan item is written it implies that in this scenario, I should see a dialog. Is that the case or did I misunderstood the test plan item?
completed
Sharing links - commits behind remote Testing #186199 I am currently one commit behind the remote branch and I am able to successfully create a link without seeing any dialog. The way the test plan item is written it implies that in this scenario, I should see a dialog. Is that the case or did I misunderstood the te...
80
186297
Inconsistencies with relative default path
2023-06-27 09:48:11+00:00
2023-06-28 10:31:02+00:00
Testing #186172 * configure files.dialog.defaultPath to be `../` * open native file picker -> it shows `/` * open simple file picker -> it shows `/../` <img width="720" alt="Screenshot 2023-06-27 at 11 48 22" src="https://github.com/microsoft/vscode/assets/1794099/4dd75faf-f773-442e-a15c-ff4ebca6e678">
completed
Inconsistencies with relative default path Testing #186172 * configure files.dialog.defaultPath to be `../` * open native file picker -> it shows `/` * open simple file picker -> it shows `/../` <img width="720" alt="Screenshot 2023-06-27 at 11 48 22" src="https://github.com/microsoft/vscode/assets/1794099/4dd7...
128
186296
Could not get Accessibility View to work with extension contributed hovers
2023-06-27 09:44:24+00:00
2023-07-17 22:12:55+00:00
Testing #186214 1. Install GitHub Pull Request extension. Open GitHub view on the side. Hover over an issue, and put focus in it 2. Ctrl + F2 to open Accessibility View. Nothing happens ๐Ÿ› I could not get the Accessibility View to work with any hover. What am I missing here?
completed
Could not get Accessibility View to work with extension contributed hovers Testing #186214 1. Install GitHub Pull Request extension. Open GitHub view on the side. Hover over an issue, and put focus in it 2. Ctrl + F2 to open Accessibility View. Nothing happens ๐Ÿ› I could not get the Accessibility View to work w...
91
186295
Simple file dialog doesn't validate nonsense default path
2023-06-27 09:43:51+00:00
2023-06-28 10:31:03+00:00
Testing #186172 * configure `files.dialog.defaultPath` to be nonsense * use `"files.simpleDialog.enable": true` * in an empty workspace open file picker via `cmd+o` * ๐Ÿ˜• the file picker shows the nonsense path, the native file picker doesn't do that <img width="905" alt="Screenshot 2023-06-27 at 11 40 25" src...
completed
Simple file dialog doesn't validate nonsense default path Testing #186172 * configure `files.dialog.defaultPath` to be nonsense * use `"files.simpleDialog.enable": true` * in an empty workspace open file picker via `cmd+o` * ๐Ÿ˜• the file picker shows the nonsense path, the native file picker doesn't do that <i...
166
186293
Sharing links - publish branch & copy link
2023-06-27 09:37:44+00:00
2023-06-28 23:43:21+00:00
Testing #186199 When one tries to copy a link on a branch that has not been published we display a dialog asking the user whether they want to publish the branch. Based on my tests, the branch is getting published and the linked is being copied to the clipboard. I think that it makes sense to be explicit about what ...
completed
Sharing links - publish branch & copy link Testing #186199 When one tries to copy a link on a branch that has not been published we display a dialog asking the user whether they want to publish the branch. Based on my tests, the branch is getting published and the linked is being copied to the clipboard. I think tha...
152
186292
Weird selection update when pasting over selection
2023-06-27 09:25:42+00:00
2023-06-29 21:10:42+00:00
Testing #186236 Probably unrelated to the new formatted paste. 1. Select some text in a markdown. For example the word "extensions" 2. Have the word "github" in your clipboard and paste it over the selected "extensions" 3. Notice that "thub" part of "github" is selected. I would expect that nothing is selected. ...
completed
Weird selection update when pasting over selection Testing #186236 Probably unrelated to the new formatted paste. 1. Select some text in a markdown. For example the word "extensions" 2. Have the word "github" in your clipboard and paste it over the selected "extensions" 3. Notice that "thub" part of "github" is ...
163
186291
github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox'
2023-06-27 09:25:22+00:00
2023-06-27 09:43:19+00:00
Testing #186164 ``` WARN Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned. ```
completed
github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox' Testing #186164 ``` WARN Via 'product.json#extensionEnabledApiProposals' extension 'github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vsco...
117
186290
Remote Explorer views are not getting removed when a profile is deleted
2023-06-27 09:24:01+00:00
2023-06-28 14:58:26+00:00
I had a "Testing" profile with various remote extensions installed. I deleted it (while being in it) and then recreated it empty. I still found all remote menu contributions even though the profile should have been empty. Maybe switching profiles should ask to reload the window when extensions require so? Steps t...
completed
Remote Explorer views are not getting removed when a profile is deleted I had a "Testing" profile with various remote extensions installed. I deleted it (while being in it) and then recreated it empty. I still found all remote menu contributions even though the profile should have been empty. Maybe switching profile...
142
186289
Do not paste URL as formatted when pasting inside a word
2023-06-27 09:22:14+00:00
2024-01-08 19:30:45+00:00
Testing #186236 Imagine that I am a user that is unaware of the cool new feature that we have. I just wrote the following `[Microsoft](*)`, and the cursor is at the * location and I now want to paste `https://microsoft.com`. What I will get is `[Microsoft]([Title](https://www.microsoft.com/))` Can we be a bit ...
completed
Do not paste URL as formatted when pasting inside a word Testing #186236 Imagine that I am a user that is unaware of the cool new feature that we have. I just wrote the following `[Microsoft](*)`, and the cursor is at the * location and I now want to paste `https://microsoft.com`. What I will get is `[Microsoft](...
151
186284
Paste markdown link with multiple cursors -> I would expect cursor at each placeholder
2023-06-27 09:17:12+00:00
2024-01-05 01:21:11+00:00
Testing #186236 1. Have a link in your clipboard 2. Have multiple cursors in a Markdown file. Do not have anything selected. 3. Paste. Notice how the [Title] placeholder only gets selected at the primary cursor I would prefer if we would select all "Title" for each cursor. That way it would be more convenient f...
completed
Paste markdown link with multiple cursors -> I would expect cursor at each placeholder Testing #186236 1. Have a link in your clipboard 2. Have multiple cursors in a Markdown file. Do not have anything selected. 3. Paste. Notice how the [Title] placeholder only gets selected at the primary cursor I would prefer...
115
186723
Extension 'github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox' but that proposal DOES NOT EXIST
2023-06-27 09:14:02+00:00
2023-06-30 10:41:49+00:00
1. Install latest pre-release version of GH PR 2. Have VS Code Insiders 3. Open Developer Tools. Notice error in console: `Extension 'github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was aband...
completed
Extension 'github.vscode-pull-request-github' wants API proposal 'treeItemCheckbox' but that proposal DOES NOT EXIST 1. Install latest pre-release version of GH PR 2. Have VS Code Insiders 3. Open Developer Tools. Notice error in console: `Extension 'github.vscode-pull-request-github' wants API proposal 'treeItemC...
129
186278
No remote indicator in empty window
2023-06-27 08:54:09+00:00
2023-07-06 00:36:05+00:00
Testing #186222 ![image](https://github.com/microsoft/vscode/assets/900690/7f508651-af0b-4ae6-8232-3deb97ace0de) I would have expected a remote indicator with menu in the status bar in empty windows. This was with an empty profile.
completed
No remote indicator in empty window Testing #186222 ![image](https://github.com/microsoft/vscode/assets/900690/7f508651-af0b-4ae6-8232-3deb97ace0de) I would have expected a remote indicator with menu in the status bar in empty windows. This was with an empty profile.
80
186276
"Connect to" picker is empty when quickly clicked after window opening
2023-06-27 08:53:20+00:00
2023-06-28 02:27:01+00:00
Testing #186222 ![image](https://github.com/microsoft/vscode/assets/900690/3525d50f-4681-47a9-84f4-55b2739f051e) A second click reveals: ![image](https://github.com/microsoft/vscode/assets/900690/d2879f8a-c9e7-48b3-a862-992c8777bd78)
completed
"Connect to" picker is empty when quickly clicked after window opening Testing #186222 ![image](https://github.com/microsoft/vscode/assets/900690/3525d50f-4681-47a9-84f4-55b2739f051e) A second click reveals: ![image](https://github.com/microsoft/vscode/assets/900690/d2879f8a-c9e7-48b3-a862-992c8777bd78)
123
186271
Issue report includes the same remote info n times
2023-06-27 07:45:33+00:00
2024-01-08 10:38:21+00:00
See screen shot <img width="707" alt="capture" src="https://github.com/microsoft/vscode/assets/1931590/faff52f7-a47a-483e-9b23-17163e8b5d03">
completed
Issue report includes the same remote info n times See screen shot <img width="707" alt="capture" src="https://github.com/microsoft/vscode/assets/1931590/faff52f7-a47a-483e-9b23-17163e8b5d03">
72
186260
[Bug] Resizable hover can be made slightly taller after initial render
2023-06-27 05:05:21+00:00
Testing #185751 While this is related to a resizing situation: > Verify that during resizing, the maximum possible height achievable by the content hover is capped by the contents inside (that is, the content hover can not be made bigger if there is nothing more to show) or by the available space. ..I noticed ...
[Bug] Resizable hover can be made slightly taller after initial render Testing #185751 While this is related to a resizing situation: > Verify that during resizing, the maximum possible height achievable by the content hover is capped by the contents inside (that is, the content hover can not be made bigger if th...
171
186257
Readonly hover seems to disappear slightly too fast
2023-06-27 04:58:02+00:00
2023-06-28 11:05:05+00:00
Testing #186170 Tiniest of nits, and perhaps this is inherited from all hovers, but I felt like the hover disappeared too quickly. If I was reading particularly slowly or looked away and then back at the message, I might've missed it.
completed
Readonly hover seems to disappear slightly too fast Testing #186170 Tiniest of nits, and perhaps this is inherited from all hovers, but I felt like the hover disappeared too quickly. If I was reading particularly slowly or looked away and then back at the message, I might've missed it.
73
186256
Readonly hover link doesn't look like a link
2023-06-27 04:55:38+00:00
2023-06-28 11:05:04+00:00
Testing #186170 This would benefit from an underline instead of the bold treatment to match the rendering we use in the workspace banner links (e.g. restricted mode) <img width="490" alt="CleanShot 2023-06-26 at 21 53 54@2x" src="https://github.com/microsoft/vscode/assets/25163139/fc893179-0ab0-4c02-a2ce-43ad22ad...
completed
Readonly hover link doesn't look like a link Testing #186170 This would benefit from an underline instead of the bold treatment to match the rendering we use in the workspace banner links (e.g. restricted mode) <img width="490" alt="CleanShot 2023-06-26 at 21 53 54@2x" src="https://github.com/microsoft/vscode/ass...
124
186233
`Reopen Editor With...` unavailable in `editor/title/context` menu
2023-06-26 22:14:26+00:00
2023-07-05 14:22:26+00:00
1. Have an ipynb open in VS Code 2. Make a text document the active tab 3. Right click on the tab for the ipynb 4. :bug: Reopen Editor With... doesn't appear 5. Switch to the ipynb as the active tab, now Reopen Editor With... does appear
completed
`Reopen Editor With...` unavailable in `editor/title/context` menu 1. Have an ipynb open in VS Code 2. Make a text document the active tab 3. Right click on the tab for the ipynb 4. :bug: Reopen Editor With... doesn't appear 5. Switch to the ipynb as the active tab, now Reopen Editor With... does appear
89
186223
Focusing hover still breaks keyboard navigation
2023-06-26 21:33:50+00:00
2023-07-11 14:32:27+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
Focusing hover still breaks keyboard navigation <!-- โš ๏ธโš ๏ธ 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...
525
186216
Rename `Accessibility View` -> `Accessible View`
2023-06-26 20:38:46+00:00
2023-06-27 22:24:29+00:00
This makes more sense and aligns with our terminal command
completed
Rename `Accessibility View` -> `Accessible View` This makes more sense and aligns with our terminal command
31
186206
Emoji ascii warning showing up twice
2023-06-26 19:37:07+00:00
2023-07-17 14:24:28+00:00
Repro: Open https://insiders.vscode.dev/github/microsoft/vscode-internalbacklog/blob/main/templates/endgame-plan.md Hover the warning ![image](https://github.com/microsoft/vscode/assets/2193314/562da891-2a2d-440a-a1ab-0b804b136594)
completed
Emoji ascii warning showing up twice Repro: Open https://insiders.vscode.dev/github/microsoft/vscode-internalbacklog/blob/main/templates/endgame-plan.md Hover the warning ![image](https://github.com/microsoft/vscode/assets/2193314/562da891-2a2d-440a-a1ab-0b804b136594)
105
186160
Custom snippets not prioritized when quick suggestions are inline
2023-06-26 13:51:16+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...
Custom snippets not prioritized when quick suggestions are inline <!-- โš ๏ธโš ๏ธ 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-B...
592
186149
editor.action.addSelectionToNextFindMatch does not work when regex is used in the find filters
2023-06-26 10:19:49+00:00
2023-12-14 00:06:43+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
editor.action.addSelectionToNextFindMatch does not work when regex is used in the find filters <!-- โš ๏ธโš ๏ธ 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/micros...
581
186119
A solution to bash not recognizing Windows-style file system path separators
2023-06-25 15:18:34+00:00
2024-06-13 08:31:46+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
A solution to bash not recognizing Windows-style file system path separators <!-- โš ๏ธโš ๏ธ 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/Su...
622
186118
"alt+w "can't enable "Match Whole World" in terminal
2023-06-25 14:48:33+00:00
2023-07-13 16:54:39+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
"alt+w "can't enable "Match Whole World" in terminal <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sugges...
421
186096
terminal relative path can't recognize line:column
2023-06-25 03:34:04+00:00
2023-06-30 12:40:18+00:00
https://github.com/microsoft/vscode/assets/41773861/6f08ded7-4a38-447b-8b9c-3be4da72813a @Tyriar ``` Version: 1.79.2 Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:58:33.551Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin arm64 22.5....
completed
terminal relative path can't recognize line:column https://github.com/microsoft/vscode/assets/41773861/6f08ded7-4a38-447b-8b9c-3be4da72813a @Tyriar ``` Version: 1.79.2 Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:58:33.551Z Electron: 22.5.7 Chromium: 108.0.5359.215 Node.js: 16.17.1 ...
150
186067
Terminal revive is storing sessions where nothing occurs
2023-06-24 12:09:53+00:00
This should only store the session when there is input: ![image](https://github.com/microsoft/vscode/assets/2193314/42ea6764-e8cf-4a2d-9ec3-784fcdf3a481)
Terminal revive is storing sessions where nothing occurs This should only store the session when there is input: ![image](https://github.com/microsoft/vscode/assets/2193314/42ea6764-e8cf-4a2d-9ec3-784fcdf3a481)
71
186017
Diff scrollbar decorations are misaligned when word wrap is on
2023-06-23 18:05:36+00:00
2023-06-27 10:41:09+00:00
1. Diff a file with several changes, such as dev_tunnels.rs in https://github.com/microsoft/vscode/pull/186016 2. Notice the decorations in the scrollbar bear little to no relation to editor content https://github.com/microsoft/vscode/assets/2230985/20309caf-266a-420c-a26b-3b48836b9c93
completed
Diff scrollbar decorations are misaligned when word wrap is on 1. Diff a file with several changes, such as dev_tunnels.rs in https://github.com/microsoft/vscode/pull/186016 2. Notice the decorations in the scrollbar bear little to no relation to editor content https://github.com/microsoft/vscode/assets/2230985/2...
109
185998
Quick open symbols search regression
2023-06-23 14:38:42+00:00
2023-06-25 13:03:14+00:00
* open a file * open an empty group to the side and focus it * open quick open for files * type a typescript file name * add @ to enable symbol search * :bug: the editor in group 1 changes, not the active group
completed
Quick open symbols search regression * open a file * open an empty group to the side and focus it * open quick open for files * type a typescript file name * add @ to enable symbol search * :bug: the editor in group 1 changes, not the active group
60
185980
`terminal.integrated.profiles.<os>.<profile>.overrideName` doesn't apply in the terminal dropdown
2023-06-23 11:21:58+00:00
2023-11-27 17:11:59+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
`terminal.integrated.profiles.<os>.<profile>.overrideName` doesn't apply in the terminal dropdown <!-- โš ๏ธโš ๏ธ 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/mic...
640
185977
Cannot stage ranges in diff editor v2
2023-06-23 10:57:56+00:00
2023-07-04 16:23:13+00:00
When I try to stage ranges via keyboard shortcut, I get this: ![image](https://github.com/microsoft/vscode/assets/900690/01c6a348-5d83-4900-bcff-5c121f57d3cd) Command is `git.stageSelectedRanges`
completed
Cannot stage ranges in diff editor v2 When I try to stage ranges via keyboard shortcut, I get this: ![image](https://github.com/microsoft/vscode/assets/900690/01c6a348-5d83-4900-bcff-5c121f57d3cd) Command is `git.stageSelectedRanges`
86
185973
Inline chat: sudden incorrect indent
2023-06-23 10:19:20+00:00
2023-06-23 13:01:01+00:00
Noticed first by @jrieken https://github.com/microsoft/vscode/assets/61460952/54a6cdf4-96cc-4859-8f2c-195dca486e94
completed
Inline chat: sudden incorrect indent Noticed first by @jrieken https://github.com/microsoft/vscode/assets/61460952/54a6cdf4-96cc-4859-8f2c-195dca486e94
61
185970
Inline chat background color is wrong
2023-06-23 09:49:07+00:00
2023-06-23 12:27:37+00:00
* use dummy sample * have the file below * on line 10 trigger inline chat and get a reply * :bug: the input part has the blue background which it shouldn't have https://github.com/microsoft/vscode/assets/1794099/b3f11161-609a-470d-bcb8-e2a36129760e ```js const { availableParallelism } = require("os");...
completed
Inline chat background color is wrong * use dummy sample * have the file below * on line 10 trigger inline chat and get a reply * :bug: the input part has the blue background which it shouldn't have https://github.com/microsoft/vscode/assets/1794099/b3f11161-609a-470d-bcb8-e2a36129760e ```js const { a...
242
185965
DiffEditor2 - overview ruler decorations look wrong
2023-06-23 09:22:16+00:00
2023-06-23 10:25:38+00:00
* use diff2 * hide unchanged regions * It seems that the overview ruler shows changes with taking the hidden regions into account. That makes it looks weird, they are often stuck to be bottom, and IMO it's more natural to keep the overview ruler relative to whole file (without hidden regions)
not_planned
DiffEditor2 - overview ruler decorations look wrong * use diff2 * hide unchanged regions * It seems that the overview ruler shows changes with taking the hidden regions into account. That makes it looks weird, they are often stuck to be bottom, and IMO it's more natural to keep the overview ruler relative to whole fi...
87
185942
Diff editor v2 is writeable even when readonly
2023-06-23 05:48:24+00:00
2023-06-23 11:42:34+00:00
* stage a file * open the diff from changes view ๐Ÿ› you can type in the right hand editor
completed
Diff editor v2 is writeable even when readonly * stage a file * open the diff from changes view ๐Ÿ› you can type in the right hand editor
35
185937
Diff editor show wrong diff decorations in the gutter (right)
2023-06-23 04:04:25+00:00
2023-06-26 15:51:19+00:00
See the diff decorations in the right gutter in the bottom <img width="1464" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/d3efd01a-4741-4fdc-bd99-3a5afc370e47"> <img width="1465" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/17c3a1ab-a4c8-4050-86c4-6b943641080c">
completed
Diff editor show wrong diff decorations in the gutter (right) See the diff decorations in the right gutter in the bottom <img width="1464" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/d3efd01a-4741-4fdc-bd99-3a5afc370e47"> <img width="1465" alt="image" src="https://github.com/microsoft/...
145
185892
Randomly getting "Could not find the task '...'"
2023-06-22 16:34:37+00:00
2023-07-05 16:36:00+00:00
When trying to debug code oss or launch a task, sometimes I get this error: ![image](https://github.com/microsoft/vscode/assets/2931520/6f06dcd8-ac19-499d-afd4-4c737e69ff05) After reloading the window often it works again.
completed
Randomly getting "Could not find the task '...'" When trying to debug code oss or launch a task, sometimes I get this error: ![image](https://github.com/microsoft/vscode/assets/2931520/6f06dcd8-ac19-499d-afd4-4c737e69ff05) After reloading the window often it works again.
92
185881
Restarting the pty host will sometimes dispose of the new processes
2023-06-22 14:15:50+00:00
Repro: 1. Open terminal 2. Run restart pty host command, ๐Ÿ› about half of the times the process is killed and panel gets closed
Restarting the pty host will sometimes dispose of the new processes Repro: 1. Open terminal 2. Run restart pty host command, ๐Ÿ› about half of the times the process is killed and panel gets closed
47
185875
Restarting the pty host breaks logging completely
2023-06-22 13:51:54+00:00
2023-06-30 18:42:15+00:00
Needs https://github.com/microsoft/vscode/issues/185254 to be fixed to reproduce the issue Repro: 1. Set log level of "Pty Host" specifically to trace 2. Create a terminal to verify trace logs show up in pty host channel 3. Run the restart pty host command 4. Create a terminal to verify trace logs show up in p...
completed
Restarting the pty host breaks logging completely Needs https://github.com/microsoft/vscode/issues/185254 to be fixed to reproduce the issue Repro: 1. Set log level of "Pty Host" specifically to trace 2. Create a terminal to verify trace logs show up in pty host channel 3. Run the restart pty host command 4. C...
109
185872
Allow multi-command implementations to show up in the quickpick
2023-06-22 13:30:32+00:00
2023-06-26 18:56:58+00:00
I was just thinking this yesterday and so was someone else https://github.com/microsoft/vscode/issues/184620#issuecomment-1602216393 cc @rebornix to verify, make sure `open accessibility help/view` are in the quick pick
completed
Allow multi-command implementations to show up in the quickpick I was just thinking this yesterday and so was someone else https://github.com/microsoft/vscode/issues/184620#issuecomment-1602216393 cc @rebornix to verify, make sure `open accessibility help/view` are in the quick pick
81
185870
Editor rulers disappear randomly in large files
2023-06-22 12:59:22+00:00
Repro: 1. Set `"editor.rulers": [ 80, 100, 120 ]` 2. Open vscode.d.ts 3. Scroll ![image](https://github.com/microsoft/vscode/assets/2193314/8c526623-7466-4cf4-965c-a08dccae7ce9) Ruler element looks correct: ![image](https://github.com/microsoft/vscode/assets/2193314/f67790d5-bc7c-4582-aaac-db8872518ff6) ...
Editor rulers disappear randomly in large files Repro: 1. Set `"editor.rulers": [ 80, 100, 120 ]` 2. Open vscode.d.ts 3. Scroll ![image](https://github.com/microsoft/vscode/assets/2193314/8c526623-7466-4cf4-965c-a08dccae7ce9) Ruler element looks correct: ![image](https://github.com/microsoft/vscode/assets...
275
185856
fatal: Not a valid object name wt
2023-06-22 10:52:50+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
fatal: Not a valid object name wt <!-- โš ๏ธโš ๏ธ 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 --> <!-- ๐Ÿ”Ž ...
448
185820
Clicking report issue from extension context menu doesn't report issue in extension's issue management
2023-06-22 00:13:15+00:00
2023-06-28 20:56:03+00:00
1. Go to Running Extensions 2. Right click on extension (e.g. Vim) 3. Click report issue Observed behavior: Takes the user to https://github.com/Microsoft/vscode/issues/new Expected behavior: Takes the user to https://github.com/VSCodeVim/Vim/issues/new ![Screenshot from 2023-06-22 10-11-10](https://gith...
completed
Clicking report issue from extension context menu doesn't report issue in extension's issue management 1. Go to Running Extensions 2. Right click on extension (e.g. Vim) 3. Click report issue Observed behavior: Takes the user to https://github.com/Microsoft/vscode/issues/new Expected behavior: Takes the u...
248
185807
UNC paths not resolved even with host on whitelist or setting fully disabled
2023-06-21 20:14:12+00:00
2023-11-27 16:45:27+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
UNC paths not resolved even with host on whitelist or setting fully disabled <!-- โš ๏ธโš ๏ธ 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/Su...
668
185785
VS Code change between 1.78.2 and 1.79.0 broke debug adapter
2023-06-21 15:33:19+00:00
2023-07-10 18:21:17+00:00
Stepping using the debug adapter that I helped develop has been broken by a VS Code change between 1.78.2 and 1.79.0. I used a `DebugAdapterTracker` to log the messages sent back and forth using the same extension version, but different VS Code versions. I attached the logs below. After diffing the two files, the only ...
completed
VS Code change between 1.78.2 and 1.79.0 broke debug adapter Stepping using the debug adapter that I helped develop has been broken by a VS Code change between 1.78.2 and 1.79.0. I used a `DebugAdapterTracker` to log the messages sent back and forth using the same extension version, but different VS Code versions. I at...
249
185747
[Bug] Text overflow and incorrect layout of the color picker on content hover resize
2023-06-21 10:48:02+00:00
2023-07-13 10:47:36+00:00
When the content hover contains a color picker and it is resized too small, the text and the color picker box overflow. Perhaps the text should disappear when there is not enough space for the text. https://github.com/microsoft/vscode/assets/61460952/f69de9ab-cbaa-48ff-a92c-c805c64d52db
completed
[Bug] Text overflow and incorrect layout of the color picker on content hover resize When the content hover contains a color picker and it is resized too small, the text and the color picker box overflow. Perhaps the text should disappear when there is not enough space for the text. https://github.com/microsoft/vsco...
112
185737
Diff is not alligned
2023-06-21 08:55:49+00:00
2023-06-21 12:18:52+00:00
- Have a change in the same line - Open Diff Editor - Open Find widget in the editor on the right ๐Ÿ› <img width="706" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/2997a846-9619-45a5-b4ef-9f1d41027da1"> Expected: <img width="712" alt="image" src="https://github.com/microsoft/vscode/ass...
completed
Diff is not alligned - Have a change in the same line - Open Diff Editor - Open Find widget in the editor on the right ๐Ÿ› <img width="706" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/2997a846-9619-45a5-b4ef-9f1d41027da1"> Expected: <img width="712" alt="image" src="https://github.com...
153
185729
python snippet doesn't show up in jupyter notebook on Mac
2023-06-21 06:56: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 c...
python snippet doesn't show up in jupyter notebook on Mac /<!-- โš ๏ธโš ๏ธ 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...
449
185708
Debug "Step Into" Slow
2023-06-20 21:33:38+00:00
2023-11-03 20:15:31+00:00
Type: <b>Performance Issue</b> When I step into my code (NodeJS), I noticed lately that the debugger is slower upon stepping in or over. I don't recall having this issue before though. It's a slight lag. I tried clearing my cache but that seemed to have no effect. VS Code version: Code 1.79.2 (695af097c7bd098fbf...
completed
Debug "Step Into" Slow Type: <b>Performance Issue</b> When I step into my code (NodeJS), I noticed lately that the debugger is slower upon stepping in or over. I don't recall having this issue before though. It's a slight lag. I tried clearing my cache but that seemed to have no effect. VS Code version: Code 1.7...
749
185681
[Regression] line copy paste in diff viewer behaves differently
2023-06-20 15:21:55+00:00
2023-07-11 20:36:17+00:00
Verified twice and bisected to this range: https://github.com/microsoft/vscode/compare/9ab88c7abc4d90e67c94ac341bc0fee7679c5556...70dcd62d397867fe03626f938139b834950a985c Steps to Reproduce: 1. Open some repo 2. Make a change 3. Open the diff view and set the cursor like this: <img width="1273" alt="Screen...
completed
[Regression] line copy paste in diff viewer behaves differently Verified twice and bisected to this range: https://github.com/microsoft/vscode/compare/9ab88c7abc4d90e67c94ac341bc0fee7679c5556...70dcd62d397867fe03626f938139b834950a985c Steps to Reproduce: 1. Open some repo 2. Make a change 3. Open the diff view ...
395
185653
Overview Ruler Don't Work Well With Collapsed Unchanged Code
2023-06-20 12:06:22+00:00
2023-06-23 10:24:51+00:00
![image](https://github.com/microsoft/vscode/assets/2931520/c274e629-68a1-4d27-b918-7ed426b94dea)
not_planned
Overview Ruler Don't Work Well With Collapsed Unchanged Code ![image](https://github.com/microsoft/vscode/assets/2931520/c274e629-68a1-4d27-b918-7ed426b94dea)
68
185650
open terminal from SCM uses integrated terminal
2023-06-20 10:33:54+00:00
2023-07-05 07:28:59+00:00
Type: <b>Bug</b> When right clicking on the SCM to open a terminal, vscode is opening the integrated teminal instead of the external one. Doing the same from the file explorer tree, works as expected. In the settings, this is set as ` "terminal.external.osxExec": "iTerm.app",` This was working fine up to two...
completed
open terminal from SCM uses integrated terminal Type: <b>Bug</b> When right clicking on the SCM to open a terminal, vscode is opening the integrated teminal instead of the external one. Doing the same from the file explorer tree, works as expected. In the settings, this is set as ` "terminal.external.osxExec": ...
698
185646
Cancel previous Profile creation action if new Profile action is started
2023-06-20 09:35:48+00:00
1. Create profile 2. Notice how the Profile view in sidebar gets opened. Do not finish creating the profile. Leave the view 3. Export another profile 4. Now I have two profile views ๐Ÿ› My profile creation should be auto canceled if I am now exporting a profile. We should always have 1 profile view max. ![imag...
Cancel previous Profile creation action if new Profile action is started 1. Create profile 2. Notice how the Profile view in sidebar gets opened. Do not finish creating the profile. Leave the view 3. Export another profile 4. Now I have two profile views ๐Ÿ› My profile creation should be auto canceled if I am now...
133
185641
Perl syntax highlighting bug with embedded JavaScript
2023-06-20 08:31:17+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...
Perl syntax highlighting bug with embedded JavaScript <!-- โš ๏ธโš ๏ธ 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-Sugge...
569
185634
Pass http.proxyAuthorization in extension requests
2023-06-20 07:37:23+00:00
microsoft/vscode-proxy-agent needs to add support for http.proxyAuthorization
Pass http.proxyAuthorization in extension requests microsoft/vscode-proxy-agent needs to add support for http.proxyAuthorization
38
188179
Chat icon appears in sidebar but content remains blank
2023-06-19 21:45:29+00:00
2023-12-12 18:12:34+00:00
Happens to me a few times when a new window opens. It seems the windows usually have history, so it might be a race condition when past state is loaded. After startup, I open the secondary sidebar. Chat remains blank until I click the icon. Then the previous history is loaded and shown as expected. <img width="38...
completed
Chat icon appears in sidebar but content remains blank Happens to me a few times when a new window opens. It seems the windows usually have history, so it might be a race condition when past state is loaded. After startup, I open the secondary sidebar. Chat remains blank until I click the icon. Then the previous his...
153
185617
terminal accessibility help menu link isn't accessible/actionable
2023-06-19 21:25:20+00:00
2023-06-20 16:47:33+00:00
![Screenshot 2023-06-19 at 2 24 53 PM](https://github.com/microsoft/vscode/assets/29464607/4e11b3db-68d2-4774-9b05-6f1937886dd2)
completed
terminal accessibility help menu link isn't accessible/actionable ![Screenshot 2023-06-19 at 2 24 53 PM](https://github.com/microsoft/vscode/assets/29464607/4e11b3db-68d2-4774-9b05-6f1937886dd2)
71
185578
VS Code doesn't act correctly when re-using a merged PR's branch (was #179978)
2023-06-19 14:01:24+00:00
This is being opened as a continuation of #179978. (Less than even,) 2 weeks is not a lot of time to allow somebody to respond to an issue. People can be quite busy and responding to issues might not be their highest priority task and responding might take some effort. Closing an issue that is unable to be reopened ...
VS Code doesn't act correctly when re-using a merged PR's branch (was #179978) This is being opened as a continuation of #179978. (Less than even,) 2 weeks is not a lot of time to allow somebody to respond to an issue. People can be quite busy and responding to issues might not be their highest priority task and resp...
497
185575
`โŒ˜ Command` + `Backtick` hotkey on MacOS doesn't switch between VSCode windows (AZERTY layout)
2023-06-19 13:03:21+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
`โŒ˜ Command` + `Backtick` hotkey on MacOS doesn't switch between VSCode windows (AZERTY layout) <!-- โš ๏ธโš ๏ธ 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/micro...
467
185567
Terminal: Job table full or recursion limit exceeded, in long running instances
2023-06-19 12:09:36+00:00
<details><summary>Version Details</summary> <p> ``` Version: 1.80.0-insider Commit: 73eb619afb87cab4aa83a569259c891b6983c11e Date: 2023-06-19T05:56:57.953Z Electron: 22.3.11 ElectronBuildId: 21658788 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin arm64 22.5.0 ``` I use ...
Terminal: Job table full or recursion limit exceeded, in long running instances <details><summary>Version Details</summary> <p> ``` Version: 1.80.0-insider Commit: 73eb619afb87cab4aa83a569259c891b6983c11e Date: 2023-06-19T05:56:57.953Z Electron: 22.3.11 ElectronBuildId: 21658788 Chromium: 108.0.5359.215 Node...
277
185560
Collapsed Unchanged Ranges Buggy When Change Is At Top
2023-06-19 10:48:39+00:00
2023-06-19 16:54:04+00:00
![Code_-_OSS_FWOQ3enStn](https://github.com/microsoft/vscode/assets/2931520/57f97bae-8693-49c0-be37-0061707a5c58)
completed
Collapsed Unchanged Ranges Buggy When Change Is At Top ![Code_-_OSS_FWOQ3enStn](https://github.com/microsoft/vscode/assets/2931520/57f97bae-8693-49c0-be37-0061707a5c58)
74
185554
Breakpoints are not rendered correctly
2023-06-19 09:53:29+00:00
2023-06-19 17:24:50+00:00
very likely a regression from https://github.com/microsoft/vscode/pull/184375 ![image](https://github.com/microsoft/vscode/assets/5047891/2fdc856c-fdc2-4817-87df-e818696048f0) ``` Version: 1.80.0-insider Commit: 73eb619afb87cab4aa83a569259c891b6983c11e Date: 2023-06-19T05:56:57.953Z Electron: 22.3.11 Ele...
completed
Breakpoints are not rendered correctly very likely a regression from https://github.com/microsoft/vscode/pull/184375 ![image](https://github.com/microsoft/vscode/assets/5047891/2fdc856c-fdc2-4817-87df-e818696048f0) ``` Version: 1.80.0-insider Commit: 73eb619afb87cab4aa83a569259c891b6983c11e Date: 2023-06-1...
196
185549
Breakpoints are not aligned vertically
2023-06-19 09:17:00+00:00
2023-06-19 17:09:54+00:00
very likely a regression from https://github.com/microsoft/vscode/pull/184375 ![image](https://github.com/microsoft/vscode/assets/5047891/e96733f8-6b1a-46f2-90f8-506874ec771d) https://github.com/microsoft/vscode/assets/5047891/3bc6d7c3-bc3d-4198-8a7f-ad0884b51289 ``` Version: 1.80.0-insider Commit: 73e...
completed
Breakpoints are not aligned vertically very likely a regression from https://github.com/microsoft/vscode/pull/184375 ![image](https://github.com/microsoft/vscode/assets/5047891/e96733f8-6b1a-46f2-90f8-506874ec771d) https://github.com/microsoft/vscode/assets/5047891/3bc6d7c3-bc3d-4198-8a7f-ad0884b51289 ``...
236
185595
Keyboad shortcut conflict: chat.action.askQuickQuestion & Format Document
2023-06-19 09:04:31+00:00
2023-06-22 07:38:38+00:00
- VS Code Version: 1.80.0-insider - OS Version: Ubuntu 22.04 ctrl + shift + I is the default shortcut for formatting a document.
completed
Keyboad shortcut conflict: chat.action.askQuickQuestion & Format Document - VS Code Version: 1.80.0-insider - OS Version: Ubuntu 22.04 ctrl + shift + I is the default shortcut for formatting a document.
56
185526
Cannot read properties of undefined (reading 'sessionId')
2023-06-19 06:32:53+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'sessionId') at <anonymous> in src/vs/workbench/contrib/debug/browser/debugService.ts:137:48 at g.invoke in src/vs/base/common/event.ts:862:17 at r.deliver in src/vs/base/common/event.ts:1075:22 at s.fire in src/vs/base/common/event.ts:1031:24 ...
Cannot read properties of undefined (reading 'sessionId') ```javascript TypeError: Cannot read properties of undefined (reading 'sessionId') at <anonymous> in src/vs/workbench/contrib/debug/browser/debugService.ts:137:48 at g.invoke in src/vs/base/common/event.ts:862:17 at r.deliver in src/vs/base/common/event.ts:1...
425
185521
Illegal argument
2023-06-19 06:29:15+00:00
```javascript Error: Illegal argument at d in src/vs/base/common/errors.ts:191:10 at h in out/vs/workbench/workbench.desktop.main.js:641:21780 at _setupColorCommand in src/vs/editor/contrib/colorPicker/browser/color.ts:121:76 at fn in src/vs/platform/instantiation/common/instantiationService.ts:68:11 at e.Command...
Illegal argument ```javascript Error: Illegal argument at d in src/vs/base/common/errors.ts:191:10 at h in out/vs/workbench/workbench.desktop.main.js:641:21780 at _setupColorCommand in src/vs/editor/contrib/colorPicker/browser/color.ts:121:76 at fn in src/vs/platform/instantiation/common/instantiationService.ts:68...
625
185512
Request for CDN Feature for winget installing VS Code
2023-06-19 05:59:16+00:00
2023-12-05 19:35:00+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. --> ### Issue Description When using the `winget`...
completed
Request for CDN Feature for winget installing VS Code <!-- โš ๏ธโš ๏ธ 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....
896
185466
vscode.dev doesn't allow Ctrl+V clipboard usage after copying a file
2023-06-18 04:56:12+00:00
2023-06-20 00:43:23+00:00
I posted this to StackOverflow, out of the possibility that I might be doing something wrong. however, there's a good chance this is a bug. ``` For whatever reason, Visual Studio Code for the web (vscode.dev) appears to copy the path of a file when clicked on, and immediately copied. It is a very helpful feature, b...
completed
vscode.dev doesn't allow Ctrl+V clipboard usage after copying a file I posted this to StackOverflow, out of the possibility that I might be doing something wrong. however, there's a good chance this is a bug. ``` For whatever reason, Visual Studio Code for the web (vscode.dev) appears to copy the path of a file when...
512
185644
Adding a comment shows up twice in the UI in VS Code
2023-06-16 23:50:31+00:00
2023-06-26 11:11:58+00:00
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Use Help > Report Issue to prefill these. --> - Extension version: v0.67.2023061509 - VSCode Version: ``` Version: 1.80.0-insider (system setup) Commit: 61ba389b0a7108af0411c73ab30c7e4350051645 Date: 2023-06-16T09:46:56.229Z Electro...
completed
Adding a comment shows up twice in the UI in VS Code <!-- Please search existing issues to avoid creating duplicates. --> <!-- Use Help > Report Issue to prefill these. --> - Extension version: v0.67.2023061509 - VSCode Version: ``` Version: 1.80.0-insider (system setup) Commit: 61ba389b0a7108af0411c73ab30c...
282
185396
PtyService._onDidChangeProperty is always fired twice
2023-06-16 22:50:54+00:00
2023-06-20 16:47:09+00:00
<img width="803" alt="Screenshot 2023-06-16 at 3 49 36 pm" src="https://github.com/microsoft/vscode/assets/2193314/ab67f874-9f9c-4838-865d-86021acaaf52"> We listen on both `TerminalProcess` and `PersistentTerminalProcess`. https://github.com/microsoft/vscode/blob/99e380dc3c984ec3762e08c842526875b1d80d0c/src/vs/pl...
completed
PtyService._onDidChangeProperty is always fired twice <img width="803" alt="Screenshot 2023-06-16 at 3 49 36 pm" src="https://github.com/microsoft/vscode/assets/2193314/ab67f874-9f9c-4838-865d-86021acaaf52"> We listen on both `TerminalProcess` and `PersistentTerminalProcess`. https://github.com/microsoft/vscode/b...
177
185391
Ensure pty host logging is recorded from the beginning
2023-06-16 22:39:27+00:00
2023-06-20 16:47:43+00:00
Currently the pty host misses a bunch of its initial logs, it ends up connecting shortly after it has started up.
completed
Ensure pty host logging is recorded from the beginning Currently the pty host misses a bunch of its initial logs, it ends up connecting shortly after it has started up.
45
185379
PtyService.getEnvironment is called excessively on startup
2023-06-16 19:34:54+00:00
2023-06-22 00:18:38+00:00
See https://github.com/microsoft/vscode/issues/133542#issuecomment-1595188343 This function can be called ~10 times on startup. If terminal startup is blocked by this it will the terminal showing up
completed
PtyService.getEnvironment is called excessively on startup See https://github.com/microsoft/vscode/issues/133542#issuecomment-1595188343 This function can be called ~10 times on startup. If terminal startup is blocked by this it will the terminal showing up
69
185369
Delayed pty host startup can cause terminal service connection state to stay connecting
2023-06-16 18:08:51+00:00
Repro: 1. Set `"terminal.integrated.developer.ptyHost.startupDelay": 10000` 2. Reload window 3. Create a terminal before pty host is connected 4. When pty host is connected, pretty ctrl+`, ๐Ÿ› the terminal is opened but not focused. Relevant code: https://github.com/microsoft/vscode/blob/8adc6e0aacfac34a5e15...
Delayed pty host startup can cause terminal service connection state to stay connecting Repro: 1. Set `"terminal.integrated.developer.ptyHost.startupDelay": 10000` 2. Reload window 3. Create a terminal before pty host is connected 4. When pty host is connected, pretty ctrl+`, ๐Ÿ› the terminal is opened but not foc...
166
185365
toggleTerminal may not focus terminal anymore
2023-06-16 17:35:31+00:00
2023-06-16 18:20:39+00:00
Repro: 1. Open terminal 2. Focus editor 3. ctrl+` Regression in https://github.com/microsoft/vscode/pull/184963/files cc @connor4312
completed
toggleTerminal may not focus terminal anymore Repro: 1. Open terminal 2. Focus editor 3. ctrl+` Regression in https://github.com/microsoft/vscode/pull/184963/files cc @connor4312
56
185356
Use `ThemeIcon.color` for `QuickInputButton`
2023-06-16 16:48:01+00:00
I'm building a custom `QuickPick` that has a few `QuickInputButton`s that toggle whether certain items are shown/hidden. Right now I update the tooltip to reflect that pressing the button again will perform the opposite action, but I would like to also change the icon color to reflect that a certain feature is on or of...
Use `ThemeIcon.color` for `QuickInputButton` I'm building a custom `QuickPick` that has a few `QuickInputButton`s that toggle whether certain items are shown/hidden. Right now I update the tooltip to reflect that pressing the button again will perform the opposite action, but I would like to also change the icon color ...
126
185343
terminal.integrated.localEchoStyle has 2 default values?
2023-06-16 14:46:36+00:00
2023-07-28 23:18:55+00:00
![image](https://github.com/microsoft/vscode/assets/2193314/ddf72880-99ac-4251-8486-2392b564a94e) [TerminalSettingId.LocalEchoStyle]: { description: localize('terminal.integrated.localEchoStyle', "Terminal style of locally echoed text; either a font style or an RGB color."), default: 'dim', oneOf: [ ...
completed
terminal.integrated.localEchoStyle has 2 default values? ![image](https://github.com/microsoft/vscode/assets/2193314/ddf72880-99ac-4251-8486-2392b564a94e) [TerminalSettingId.LocalEchoStyle]: { description: localize('terminal.integrated.localEchoStyle', "Terminal style of locally echoed text; either a font styl...
197
185342
Feedback of default log level for a channel is confusing
2023-06-16 14:46:10+00:00
2023-06-21 09:10:29+00:00
Repro: 1. Set default log level for all channels to debug 2. Set default log level for pty host to trace 3. Run the set log level command This is the quick pick that shows, this is good: ![image](https://github.com/microsoft/vscode/assets/2193314/1ec891db-11dc-4cba-863b-48a1dc145c17) When I click into the...
completed
Feedback of default log level for a channel is confusing Repro: 1. Set default log level for all channels to debug 2. Set default log level for pty host to trace 3. Run the set log level command This is the quick pick that shows, this is good: ![image](https://github.com/microsoft/vscode/assets/2193314/1ec89...
184
185331
Test: expected vs actual widget should have flexible size
2023-06-16 12:31:36+00:00
2023-07-05 21:06:40+00:00
I feel like the expected vs actual result widget for tests needs UI love. Here are some suggestions: * The widget should be flexible size based on the result height. Right now it is just too much blank space * Feel too heavy for what it is. Do we really need this when we have inline results ![Screenshot 2023-06-16...
completed
Test: expected vs actual widget should have flexible size I feel like the expected vs actual result widget for tests needs UI love. Here are some suggestions: * The widget should be flexible size based on the result height. Right now it is just too much blank space * Feel too heavy for what it is. Do we really need t...
141
185324
Shell integration fails with set -u
2023-06-16 10:47:57+00:00
2023-07-31 06:17:35+00:00
Type: <b>Bug</b> <!-- โš ๏ธโš ๏ธ 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 ...
completed
Shell integration fails with set -u Type: <b>Bug</b> <!-- โš ๏ธโš ๏ธ 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-Sugge...
744
185321
Inline "Revert Change" makes a mess of code
2023-06-16 10:36:43+00:00
Type: <b>Bug</b> 1. Make a change to a file 2. Click the change marker in the lefthand gutter to reveal the local working changes 3. click the "Revert Change" icon/button in the inline toolbar (on the right hand side of the header) 4. The revert action generally makes a mess or puts the revered code in the wron...
Inline "Revert Change" makes a mess of code Type: <b>Bug</b> 1. Make a change to a file 2. Click the change marker in the lefthand gutter to reveal the local working changes 3. click the "Revert Change" icon/button in the inline toolbar (on the right hand side of the header) 4. The revert action generally makes...
973
185320
Read-only doesn't work for notebook diff editors
2023-06-16 10:35:07+00:00
1. Have an extension that provides a read-only filesystem. 2. Open a notebook in that filesystem 3. Try to edit the file. The editor will let you edit. Example with GitHub Pull Requests and Issues: 1. Create a PR that had notebook file in it. 2. Check out some other branch so that you're not on the PR branch any...
Read-only doesn't work for notebook diff editors 1. Have an extension that provides a read-only filesystem. 2. Open a notebook in that filesystem 3. Try to edit the file. The editor will let you edit. Example with GitHub Pull Requests and Issues: 1. Create a PR that had notebook file in it. 2. Check out some oth...
149