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
203307
SCM: View Commit action causes the SCM view to show progress
2024-01-24 10:12:02+00:00
2024-02-12 16:40:03+00:00
Testing #203075 1. Click the `View Commit` action on a commit in incoming/outgoing. 🐛 Notice the SCM view shows progress. If there's any progress at all to show, it should be in the multi-file diff editor that opens, not SCM. 🐛 This is very noticeable in empty commits, where clicking the action does nothing ...
completed
SCM: View Commit action causes the SCM view to show progress Testing #203075 1. Click the `View Commit` action on a commit in incoming/outgoing. 🐛 Notice the SCM view shows progress. If there's any progress at all to show, it should be in the multi-file diff editor that opens, not SCM. 🐛 This is very noticea...
169
203306
SCM: View Commit action should not be present on empty commits
2024-01-24 10:11:54+00:00
2024-01-24 20:15:52+00:00
Testing #203075 1. Create an empty commit 🐛 Notice the `View Commit` action still appears even though it's a no-op. We should either hide it (preferable) or disable it. <img width="568" alt="image" src="https://github.com/microsoft/vscode/assets/22350/8cfc1f98-631a-40d6-88da-2deb0428e250">
completed
SCM: View Commit action should not be present on empty commits Testing #203075 1. Create an empty commit 🐛 Notice the `View Commit` action still appears even though it's a no-op. We should either hide it (preferable) or disable it. <img width="568" alt="image" src="https://github.com/microsoft/vscode/assets/2...
122
203304
SCM: Incoming/outgoing elements are missing context menus
2024-01-24 10:07:46+00:00
2024-01-29 16:27:26+00:00
Testing #203075 I was expecting the actions to appear in context menus as well (right click).
completed
SCM: Incoming/outgoing elements are missing context menus Testing #203075 I was expecting the actions to appear in context menus as well (right click).
41
203303
Blurry UI on Wayland + GNOME without fractional scaling
2024-01-24 09:57:34+00:00
2024-04-10 12:53:02+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Blurry UI on Wayland + GNOME without fractional scaling <!-- ⚠️⚠️ 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-Sug...
694
203299
Quick chat - icon positioning
2024-01-24 09:45:45+00:00
2024-02-16 09:21:58+00:00
Testing #203012 I really like this new mode. One thing that I noticed at least while I was testing was that the "listening indicator" appeared below the code selection, but when the recording completed, inline chat appeared above the code selection. I think that it would be nice if both UI elements would use the sam...
completed
Quick chat - icon positioning Testing #203012 I really like this new mode. One thing that I noticed at least while I was testing was that the "listening indicator" appeared below the code selection, but when the recording completed, inline chat appeared above the code selection. I think that it would be nice if both...
80
203285
"Emmet: Update Tag" selects and updates the wrong tag.
2024-01-24 06:08:42+00:00
Type: <b>Bug</b> - create a simple react.js component (.tsx). ```tsx export function App() { return ( <Routes> <Route path="/products" element={<Home/>}> </Route> </Routes> ); } ``` - try update the `<Home />` tag to other tag using "Emmet: Update Tag". - the p...
"Emmet: Update Tag" selects and updates the wrong tag. Type: <b>Bug</b> - create a simple react.js component (.tsx). ```tsx export function App() { return ( <Routes> <Route path="/products" element={<Home/>}> </Route> </Routes> ); } ``` - try update the `<Home /...
555
203249
data is shown as one big line
2024-01-23 20:52:39+00:00
2024-02-01 20:27:37+00:00
Testing #203094 Code: ```ts vscode.commands.executeCommand('workbench.action.openIssueReporter', { extensionId: 'ms-python.python', issueTitle: 'title here', command: { template: 't'.repeat(10000), data: 'x'.repeat(10000), } }); ``` ![image](https://github.com/microsoft/vscode/as...
completed
data is shown as one big line Testing #203094 Code: ```ts vscode.commands.executeCommand('workbench.action.openIssueReporter', { extensionId: 'ms-python.python', issueTitle: 'title here', command: { template: 't'.repeat(10000), data: 'x'.repeat(10000), } }); ``` ![image](https://...
156
203241
VS Code Speech does not warn when no chat providers are found.
2024-01-23 19:52:49+00:00
2024-01-24 18:44:12+00:00
Testing #202926 I do not have `copilot-chat` installed. Should we notify the user that the `Hey Code` command needs a chat provider to work?
completed
VS Code Speech does not warn when no chat providers are found. Testing #202926 I do not have `copilot-chat` installed. Should we notify the user that the `Hey Code` command needs a chat provider to work?
57
203237
Show longer variable preview on hover
2024-01-23 19:30:24+00:00
2024-02-14 22:28:37+00:00
Testing #203058 <img width="430" alt="image" src="https://github.com/microsoft/vscode/assets/323878/6f85eed4-eeed-4f9e-aa0d-ddfc56ab87e2"> The debug variable tree will show 1000 or more characters, but much fewer are shown here Also, a "copy value" context menu action to get the full value would be helpful, as...
completed
Show longer variable preview on hover Testing #203058 <img width="430" alt="image" src="https://github.com/microsoft/vscode/assets/323878/6f85eed4-eeed-4f9e-aa0d-ddfc56ab87e2"> The debug variable tree will show 1000 or more characters, but much fewer are shown here Also, a "copy value" context menu action to g...
115
203236
Quick Search leaves preview editors open
2024-01-23 19:26:29+00:00
2024-02-13 21:02:38+00:00
Testing #203078 - open quick search on a highlighted symbol - arrow up and down to select other results in another not already open file - a preview editor is opened to preview the result - hit `esc` to close quick search - 🐛 ❓ the preview editor that was last used for quick search remains open --- Not sur...
completed
Quick Search leaves preview editors open Testing #203078 - open quick search on a highlighted symbol - arrow up and down to select other results in another not already open file - a preview editor is opened to preview the result - hit `esc` to close quick search - 🐛 ❓ the preview editor that was last used for q...
166
203223
Do not offer 'Create file' option for readonly file systems
2024-01-23 18:48:48+00:00
2024-01-23 20:18:56+00:00
Type: <b>Bug</b> 1. On a readonly file system 2. Try opening a file that does not exist. You can use the `vscode.open` command for this **bug** A diaglogdialog shows that includes an option for `create file` <img width="345" alt="Screenshot 2024-01-23 at 10 38 49 AM" src="https://github.com/microsoft/vscode/...
completed
Do not offer 'Create file' option for readonly file systems Type: <b>Bug</b> 1. On a readonly file system 2. Try opening a file that does not exist. You can use the `vscode.open` command for this **bug** A diaglogdialog shows that includes an option for `create file` <img width="345" alt="Screenshot 2024-01-...
656
203218
`editor.wordWrap` doesn't wrap, no way to resize SCM input view
2024-01-23 18:38:56+00:00
2024-01-23 20:44:32+00:00
Testing #203025 Mac Sonoma 14.2.1 Expected that when turning on wordWrap I would be able to resize the SCM input field. ![image](https://github.com/microsoft/vscode/assets/1487073/fcee3755-0a99-45e4-9561-8bbadb5de5f9) * turn on `wordWrap` for `[scminput]` language type (per test plan instructions) * write...
completed
`editor.wordWrap` doesn't wrap, no way to resize SCM input view Testing #203025 Mac Sonoma 14.2.1 Expected that when turning on wordWrap I would be able to resize the SCM input field. ![image](https://github.com/microsoft/vscode/assets/1487073/fcee3755-0a99-45e4-9561-8bbadb5de5f9) * turn on `wordWrap` for ...
162
203216
Zooming out in a floating window glitch occasionally
2024-01-23 18:35:46+00:00
2024-01-29 10:12:43+00:00
Testing #202922 Tested on a Mac. This happens on floating windows only with the setting `window.zoomPerWindow` enabled. ![Image](https://github.com/microsoft/vscode/assets/25044782/4944ee31-42db-4278-b90b-1ea780446842)
completed
Zooming out in a floating window glitch occasionally Testing #202922 Tested on a Mac. This happens on floating windows only with the setting `window.zoomPerWindow` enabled. ![Image](https://github.com/microsoft/vscode/assets/25044782/4944ee31-42db-4278-b90b-1ea780446842)
92
203214
floating notebook windows not restored
2024-01-23 18:31:34+00:00
2024-01-24 01:09:40+00:00
Testing #202923 https://github.com/microsoft/vscode/assets/54879025/074d5379-abce-48a0-842f-cafc6f755ef0 windows aren't restored on reload. when closing the floating window, the window is not restored in the main window. if necessary, for context, the third floating window is a floating terminal window. wor...
completed
floating notebook windows not restored Testing #202923 https://github.com/microsoft/vscode/assets/54879025/074d5379-abce-48a0-842f-cafc6f755ef0 windows aren't restored on reload. when closing the floating window, the window is not restored in the main window. if necessary, for context, the third floating wind...
119
203211
Warning alert not emitted when warning audio cue not emitted
2024-01-23 18:28:59+00:00
2024-01-24 00:43:26+00:00
Testing #203089 "Audio Cues: Line Has Warning" is set to false. "Accessibility > Alert: Warning" is set to true. I generated a warning by using the Markdown Lint extension and writing text into a new Markdown file without an h1 header. When I turn on the audio cue, the accessibility alert also alerts me that ther...
completed
Warning alert not emitted when warning audio cue not emitted Testing #203089 "Audio Cues: Line Has Warning" is set to false. "Accessibility > Alert: Warning" is set to true. I generated a warning by using the Markdown Lint extension and writing text into a new Markdown file without an h1 header. When I turn on th...
144
203205
Apply Stash a second time brings up warning with empty file list
2024-01-23 18:16:13+00:00
Testing #203040 * Git: View Stash * Pick a Stash * Apply the Stash, note that diffs are present in the SCC view * Git: View Stash again * Pick another Stash that would modify files that already have changes (e.g., those applied from first stash) * Apply the Stash Result: Warning message that the "...followin...
Apply Stash a second time brings up warning with empty file list Testing #203040 * Git: View Stash * Pick a Stash * Apply the Stash, note that diffs are present in the SCC view * Git: View Stash again * Pick another Stash that would modify files that already have changes (e.g., those applied from first stash) *...
274
203201
Collapse/Expand All Diffs commands jump position
2024-01-23 18:10:18+00:00
2024-01-23 20:28:25+00:00
Testing #203040 Not sure if this is a Stash problem or a general Diff View issue. When you have a Stash Diff View open and click on the `Collapse All Diffs` command at the top of the editor, all the diffs are closed but the `Expand All Diffs` Command is now on the left and the mouse is hovering over the `Drop St...
completed
Collapse/Expand All Diffs commands jump position Testing #203040 Not sure if this is a Stash problem or a general Diff View issue. When you have a Stash Diff View open and click on the `Collapse All Diffs` command at the top of the editor, all the diffs are closed but the `Expand All Diffs` Command is now on th...
260
203197
I should be able to use the same keybinding for start and stop
2024-01-23 17:45:14+00:00
2024-01-24 20:08:56+00:00
Testing #203087 If there was a context key to tell when voice is active, I could just use a when clause and not have to come up with two different keybindings for start and stop voice.
completed
I should be able to use the same keybinding for start and stop Testing #203087 If there was a context key to tell when voice is active, I could just use a when clause and not have to come up with two different keybindings for start and stop voice.
60
203190
Git stash view doesn't show added or moved files
2024-01-23 17:02:50+00:00
2024-01-26 13:38:24+00:00
Testing #203040 - Create a git stash that includes a new file, or a renamed file - "View stash" - The editor only shows modified files, and there is no indication that some content is missing <img width="442" alt="image" src="https://github.com/microsoft/vscode/assets/323878/4b81e8b1-a69e-4ccc-939e-5b94e454280f...
completed
Git stash view doesn't show added or moved files Testing #203040 - Create a git stash that includes a new file, or a renamed file - "View stash" - The editor only shows modified files, and there is no indication that some content is missing <img width="442" alt="image" src="https://github.com/microsoft/vscode/a...
230
203189
speech recording stops after log pause in audio
2024-01-23 16:59:06+00:00
2024-01-25 11:25:47+00:00
Testing #203012 1. Use cmd+i to speak into microphone and generate text 2. release cmd+i and have a request fulfilled 3. re-press cmd+i, this now adds text to the end of your request 4. continue to hold cmd+i but pause speaking for a few seconds 5. 🐛 although I am holding cmd+i, the microphone stops listening a...
completed
speech recording stops after log pause in audio Testing #203012 1. Use cmd+i to speak into microphone and generate text 2. release cmd+i and have a request fulfilled 3. re-press cmd+i, this now adds text to the end of your request 4. continue to hold cmd+i but pause speaking for a few seconds 5. 🐛 although I am...
153
203187
microphone stays on during mac popup
2024-01-23 16:53:19+00:00
2024-01-25 08:20:20+00:00
Testing #203012 The first time I attempted to use voice, I held down the key and the inline chat popped up with the microphone icon but due to it being my first time, I also got a pop up from my mac to enable use of microphone by VS Code. The one minor issue is as I clicked "allow" on that prompt and returned to VS ...
completed
microphone stays on during mac popup Testing #203012 The first time I attempted to use voice, I held down the key and the inline chat popped up with the microphone icon but due to it being my first time, I also got a pop up from my mac to enable use of microphone by VS Code. The one minor issue is as I clicked "allo...
148
203194
Bullet point renders in front of checkbox in comments view
2024-01-23 16:51:43+00:00
2024-02-01 13:44:51+00:00
verifying: microsoft/vscode-pull-request-github#5310 In the comments view a bullet point is rendered in front of a checkbox which should not be the case. ![image_720](https://github.com/microsoft/vscode-pull-request-github/assets/44439583/f69c35a9-d268-4236-bb74-b0e9cc95ce74) ![image_720](https://github.com/micr...
completed
Bullet point renders in front of checkbox in comments view verifying: microsoft/vscode-pull-request-github#5310 In the comments view a bullet point is rendered in front of a checkbox which should not be the case. ![image_720](https://github.com/microsoft/vscode-pull-request-github/assets/44439583/f69c35a9-d268-42...
177
203186
Stuck with "unsaved changes" in multi-diff editor
2024-01-23 16:48:52+00:00
2024-01-24 18:59:09+00:00
Testing #203040 - Disable autosave - Open a file, make some change, don't save - Open a stash in multi-file diff editor - The diff editor is marked as unsaved and I can't close it at all - If I close the original editor, the multi file diff can be closed ![Recording 2024-01-23 at 13 47 41](https://github.com/...
completed
Stuck with "unsaved changes" in multi-diff editor Testing #203040 - Disable autosave - Open a file, make some change, don't save - Open a stash in multi-file diff editor - The diff editor is marked as unsaved and I can't close it at all - If I close the original editor, the multi file diff can be closed ![Rec...
141
203180
Markdown url pasting doesn't work with file URI
2024-01-23 15:59:30+00:00
2024-01-29 17:24:30+00:00
Testing #203095 Pasting this URI: `file:///Users/rob/code.txt` it is underlined as a link but I don't get the new behavior.
completed
Markdown url pasting doesn't work with file URI Testing #203095 Pasting this URI: `file:///Users/rob/code.txt` it is underlined as a link but I don't get the new behavior.
60
203179
Drag n Drop is not working as expected when there are multiple groups in Open Editors
2024-01-23 15:57:12+00:00
2024-01-24 12:49:23+00:00
Testing #202849 - In Open Editors View, have multiple groups 🐛 Start dragging the last item in the first group, it immediately shows the drop feedback in the second group 🐛 Drag the item further down on to the top of the Group 2, feedback shifts to the same position of dragged item, but on drop it moves to Group...
completed
Drag n Drop is not working as expected when there are multiple groups in Open Editors Testing #202849 - In Open Editors View, have multiple groups 🐛 Start dragging the last item in the first group, it immediately shows the drop feedback in the second group 🐛 Drag the item further down on to the top of the Group ...
95
203176
Readonly hover stays on top of dialog
2024-01-23 15:42:39+00:00
2024-01-25 10:41:44+00:00
Testing #203045 See steps in #203045 - create a MarkdownString that runs a command ```ts const md = new vscode.MarkdownString("You will never be able to modify this: [Run it](command:vscode.openFolder)") md.isTrusted = true; const memFs = new MemFS(); context.subscriptions.push(vscode.workspace.registe...
completed
Readonly hover stays on top of dialog Testing #203045 See steps in #203045 - create a MarkdownString that runs a command ```ts const md = new vscode.MarkdownString("You will never be able to modify this: [Run it](command:vscode.openFolder)") md.isTrusted = true; const memFs = new MemFS(); context.subsc...
226
203174
Testing #203089: Alert `Notebook Cell Completed` overriden by alert `Save`
2024-01-23 15:39:12+00:00
Testing #203089 - Turn on autosave - Run a cell in notebook, at the end there should be an alert `Notebook Cell Completed` - The whole alert is not read aloud, as the alert is overridden by `Save` - I was expecting to hear all of the first alert before hearing the second alert. Perhaps the alerts could be queued...
Testing #203089: Alert `Notebook Cell Completed` overriden by alert `Save` Testing #203089 - Turn on autosave - Run a cell in notebook, at the end there should be an alert `Notebook Cell Completed` - The whole alert is not read aloud, as the alert is overridden by `Save` - I was expecting to hear all of the firs...
149
203173
inline chat UI stuck on error
2024-01-23 15:38:11+00:00
2024-01-24 09:41:00+00:00
Got the trace below, this happens when PAUSE is enter as part of error handling which then also errors... ``` ERR Unexpected type: Error: Unexpected type at b (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:93:10...
completed
inline chat UI stuck on error Got the trace below, this happens when PAUSE is enter as part of error handling which then also errors... ``` ERR Unexpected type: Error: Unexpected type at b (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/w...
253
203172
Speech provider with identifier ms-vscode.vscode-speech is already registered
2024-01-23 15:35:12+00:00
2024-01-23 20:19:13+00:00
Testing #202926 Kept playing with "hey code", at one point the EH restarted (unsure why but likely due to speech). Anyways, the console showed the error below which likely means some `mainThreadXYZ` didn't dispose something. Once you are in this state speech is broken ``` 2024-01-23 16:33:30.217 [error] Error:...
completed
Speech provider with identifier ms-vscode.vscode-speech is already registered Testing #202926 Kept playing with "hey code", at one point the EH restarted (unsure why but likely due to speech). Anyways, the console showed the error below which likely means some `mainThreadXYZ` didn't dispose something. Once you are...
906
203166
No prompt after closing editor when piping command that doesn't terminate
2024-01-23 15:22:34+00:00
2024-01-23 19:32:26+00:00
Testing #202921 I noticed a difference in behavior. Not sure whether it's an issue. If I have a command that doesn't terminate, and I use `--wait`, then I don't get a prompt after closing the editor until I ctrl+C. 1. `top | code-insiders --wait -` 2. Close the editor that opens 3. In Insiders, I don't get back...
completed
No prompt after closing editor when piping command that doesn't terminate Testing #202921 I noticed a difference in behavior. Not sure whether it's an issue. If I have a command that doesn't terminate, and I use `--wait`, then I don't get a prompt after closing the editor until I ctrl+C. 1. `top | code-insiders -...
143
203162
Clicking "Custom Title Bar" does nothing in this case
2024-01-23 15:13:32+00:00
2024-01-24 10:03:55+00:00
Testing #202857 When both command center and actions are disabled for custom title, clicking this entry does nothing and gives no feedback: ![image](https://github.com/microsoft/vscode/assets/900690/397e58ab-ccfc-4054-938c-a32405d089c9)
completed
Clicking "Custom Title Bar" does nothing in this case Testing #202857 When both command center and actions are disabled for custom title, clicking this entry does nothing and gives no feedback: ![image](https://github.com/microsoft/vscode/assets/900690/397e58ab-ccfc-4054-938c-a32405d089c9)
92
203158
Triggered breakpoint + line glyph do not use the right decoration
2024-01-23 15:00:25+00:00
2024-01-24 18:33:07+00:00
Testing #202882 Have a triggered breakpoint, and stop on that line. Notice that we just render the yellow arrow. Ideally it would be the yellow arrow with a red dot inside. ![Screenshot 2024-01-23 at 15 59 40](https://github.com/microsoft/vscode/assets/1926584/6eba98fa-6a98-4493-bf36-b71fbfc5c1b6)
completed
Triggered breakpoint + line glyph do not use the right decoration Testing #202882 Have a triggered breakpoint, and stop on that line. Notice that we just render the yellow arrow. Ideally it would be the yellow arrow with a red dot inside. ![Screenshot 2024-01-23 at 15 59 40](https://github.com/microsoft/vscode/a...
121
203154
"Add triggered breakpoint" should move focus into breakpoint widget
2024-01-23 14:50:49+00:00
2024-01-24 18:33:05+00:00
Testing #202882 1. F1 > add triggered breakpoint 2. Breakpoint widget opens 3. Focus stays in editor 🐛 The focus should be moved to the Breakpoint widget for smoother flow and accessibility. For example, F1 > add conditional breakpoint moves the focus
completed
"Add triggered breakpoint" should move focus into breakpoint widget Testing #202882 1. F1 > add triggered breakpoint 2. Breakpoint widget opens 3. Focus stays in editor 🐛 The focus should be moved to the Breakpoint widget for smoother flow and accessibility. For example, F1 > add conditional breakpoint moves...
80
203149
Close other repositories action is not working on an unselected item
2024-01-23 14:28:51+00:00
2024-01-24 09:22:29+00:00
Testing #203035 - open a multi repository workspace - Unselect one repository in SCM repositories view - Right click on unselected repository and choose Close other repositories action 🐛 Nothing happens https://github.com/microsoft/vscode/assets/10746682/9aa1baf1-1c1e-4b0e-8a13-1dbd078beabc
completed
Close other repositories action is not working on an unselected item Testing #203035 - open a multi repository workspace - Unselect one repository in SCM repositories view - Right click on unselected repository and choose Close other repositories action 🐛 Nothing happens https://github.com/microsoft/vscode/...
112
203145
Testing #203097: Calling `Fold cell` makes screen jump down
2024-01-23 14:12:26+00:00
Testing #203097 In the gif below I am using the following notebook https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/kaggle/titanic.ipynb. - Focus on the header `Explore the Data` in the notebook and make sure that section is unfolded - Scroll down so that the sticky header `Explore the ...
Testing #203097: Calling `Fold cell` makes screen jump down Testing #203097 In the gif below I am using the following notebook https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/kaggle/titanic.ipynb. - Focus on the header `Explore the Data` in the notebook and make sure that section is unf...
219
203131
View screen cheese: no icons, titles with UUIDs
2024-01-23 11:14:57+00:00
2024-01-24 18:08:24+00:00
Checkout the screen capture below which shows totally broken views. Notice the view title in the bottom panel and the missing icon the secondary sidebar (in my setup the secondary sidebar is left, the primary is right). I suspect this is due to setting/view sync because I have connected a windows VM <img width="14...
completed
View screen cheese: no icons, titles with UUIDs Checkout the screen capture below which shows totally broken views. Notice the view title in the bottom panel and the missing icon the secondary sidebar (in my setup the secondary sidebar is left, the primary is right). I suspect this is due to setting/view sync because I...
150
203129
Disabling window.zoomPerWindow doesn't restore window zooms
2024-01-23 11:09:04+00:00
2024-01-23 18:44:27+00:00
Testing #202922 1. Have several windows and at least one floating window open with various zoom levels. 2. Turn off `window.zoomPerWindow`. I would expect that the `window.zoomLevel` would immediately apply to all windows. It doesn't and instead each window still has it's own zoom level
completed
Disabling window.zoomPerWindow doesn't restore window zooms Testing #202922 1. Have several windows and at least one floating window open with various zoom levels. 2. Turn off `window.zoomPerWindow`. I would expect that the `window.zoomLevel` would immediately apply to all windows. It doesn't and instead each wind...
93
203127
Minimap in floating window changing when main window's zoom changes
2024-01-23 11:03:18+00:00
2024-01-25 14:04:54+00:00
Testing #202922 1. Drag out a floating window. 2. Change the zoom in the main window. See that the minimap on the floating window changes ![Recording 2024-01-23 at 12 01 16](https://github.com/microsoft/vscode/assets/38270282/8ec13915-d9b3-44d1-85c7-cff1c93b97b4)
completed
Minimap in floating window changing when main window's zoom changes Testing #202922 1. Drag out a floating window. 2. Change the zoom in the main window. See that the minimap on the floating window changes ![Recording 2024-01-23 at 12 01 16](https://github.com/microsoft/vscode/assets/38270282/8ec13915-d9b3-44d1-...
108
203126
Zoom status bar item jumps when using `-` option
2024-01-23 10:51:57+00:00
2024-01-29 09:58:21+00:00
Testing #202922 1. Open a workspace 2. Drag a tab into a new floating window 3. Zoom in a couple times using keyboard shortcuts 4. Use the zoom status bar item to zoom out. When the zoom out happens, the status bar item will move further right, as expected because everything is getting small. However, the hover i...
completed
Zoom status bar item jumps when using `-` option Testing #202922 1. Open a workspace 2. Drag a tab into a new floating window 3. Zoom in a couple times using keyboard shortcuts 4. Use the zoom status bar item to zoom out. When the zoom out happens, the status bar item will move further right, as expected because ...
161
203123
Testing #203089: Broken link
2024-01-23 10:30:44+00:00
2024-01-24 17:31:24+00:00
Testing #203089 I saw there were links one can follow with text `Audio cues: <?>`. I clicked on one such link and it takes me to the general settings page, with no text in the search field. It appears the link(s) could be broken. https://github.com/microsoft/vscode/assets/61460952/c90b6ec9-8fcc-4c01-ad32-868ea2a2...
completed
Testing #203089: Broken link Testing #203089 I saw there were links one can follow with text `Audio cues: <?>`. I clicked on one such link and it takes me to the general settings page, with no text in the search field. It appears the link(s) could be broken. https://github.com/microsoft/vscode/assets/61460952/c90...
119
203122
Protect against empty readonly-message
2024-01-23 10:26:40+00:00
2024-01-24 12:08:42+00:00
Testing #203045 * use `isReadonly: new vscode.MarkdownString(''),` * type in one of its files * the message shows screen cheese <img width="352" alt="Screenshot 2024-01-23 at 11 25 31" src="https://github.com/microsoft/vscode/assets/1794099/7f4a4877-fdad-4518-bdb6-c793f3ab085b">
completed
Protect against empty readonly-message Testing #203045 * use `isReadonly: new vscode.MarkdownString(''),` * type in one of its files * the message shows screen cheese <img width="352" alt="Screenshot 2024-01-23 at 11 25 31" src="https://github.com/microsoft/vscode/assets/1794099/7f4a4877-fdad-4518-bdb6-c793f3ab...
121
203121
Make message scrollable
2024-01-23 10:23:15+00:00
Testing #203045 * have a fs provider that does `isReadonly: new vscode.MarkdownString('').appendCodeblock('// hello\nfunction foo() {\nconsole.log(this);\n}\n'.repeat(100), 'typescript'),` * type in one of its files * the message is very large, doesn't scroll I believe with the new capability of custom text the...
Make message scrollable Testing #203045 * have a fs provider that does `isReadonly: new vscode.MarkdownString('').appendCodeblock('// hello\nfunction foo() {\nconsole.log(this);\n}\n'.repeat(100), 'typescript'),` * type in one of its files * the message is very large, doesn't scroll I believe with the new capab...
209
203120
Hide Activity Bar actions in the custom tool bar is hiding the activity bar
2024-01-23 10:11:44+00:00
2024-01-23 15:51:37+00:00
Hiding the activity bar actions in the custom tool bar should not hide the activity bar. Instead it should just hide the activity bar actions in the custom tool bar <img width="402" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/f7a73a12-20d5-4329-b046-1aac3e5e57cc">
completed
Hide Activity Bar actions in the custom tool bar is hiding the activity bar Hiding the activity bar actions in the custom tool bar should not hide the activity bar. Instead it should just hide the activity bar actions in the custom tool bar <img width="402" alt="image" src="https://github.com/microsoft/vscode/assets...
112
203117
Multi diff editor shows a unnatural black background before loading
2024-01-23 09:09:23+00:00
2024-01-23 10:12:35+00:00
See video: ![Recording 2024-01-23 at 10 09 05](https://github.com/microsoft/vscode/assets/900690/29441ee5-94df-4e13-9681-f2047913e295)
not_planned
Multi diff editor shows a unnatural black background before loading See video: ![Recording 2024-01-23 at 10 09 05](https://github.com/microsoft/vscode/assets/900690/29441ee5-94df-4e13-9681-f2047913e295)
72
203116
macOS: buttons to leave fullscreen mode or minimize are disabled
2024-01-23 09:04:45+00:00
2024-01-24 16:49:22+00:00
A possible regression from https://github.com/electron/electron/pull/40895
completed
macOS: buttons to leave fullscreen mode or minimize are disabled A possible regression from https://github.com/electron/electron/pull/40895
40
203115
Testing #203089: `Format` alert not read for format by extension
2024-01-23 08:56:53+00:00
Testing #203089 So I made a little change to a testing file and forced the format of a document through the command palette. I was expecting to hear an alert that the documented was just formatted. https://github.com/microsoft/vscode/assets/61460952/e6484ff3-c012-4ad4-ba20-e3732acad93e
reopened
Testing #203089: `Format` alert not read for format by extension Testing #203089 So I made a little change to a testing file and forced the format of a document through the command palette. I was expecting to hear an alert that the documented was just formatted. https://github.com/microsoft/vscode/assets/61460952...
105
203114
SCM input: Word warp setting not working as expected
2024-01-23 08:55:20+00:00
2024-01-23 21:01:11+00:00
Testing #203025 It seems whenever I add the setting word wrap is off and when I remove it it is turned on (it is off for the setting without language selector): https://github.com/microsoft/vscode/assets/9205389/fc28a35b-0d31-447e-b040-c44ab68109c4
completed
SCM input: Word warp setting not working as expected Testing #203025 It seems whenever I add the setting word wrap is off and when I remove it it is turned on (it is off for the setting without language selector): https://github.com/microsoft/vscode/assets/9205389/fc28a35b-0d31-447e-b040-c44ab68109c4
93
203113
Testing #203089 : Alerts are read but text in editor is no longer read
2024-01-23 08:51:45+00:00
2024-01-24 17:38:00+00:00
Testing #203089 While testing I noticed that when I moved my cursor on a line with an error, the word `error` was read, but the contents of that line were no longer read. I was wondering if this is intended? I noticed that sometimes the beginning of the text on the line is read, before it breaks off and reads the...
completed
Testing #203089 : Alerts are read but text in editor is no longer read Testing #203089 While testing I noticed that when I moved my cursor on a line with an error, the word `error` was read, but the contents of that line were no longer read. I was wondering if this is intended? I noticed that sometimes the beginn...
142
203111
Original window regrabs focus when using QuickOpen to switch to other window
2024-01-23 08:23:28+00:00
2024-01-29 11:08:33+00:00
Testing #203093 - Move an editor to an aux window. - In the original window use the mouse to open QuickOpen and click on that editor. - The aux window briefly gets to the foreground and immediately goes to background again. 🐛 https://github.com/microsoft/vscode/assets/9205389/0a613821-936f-4907-9dee-76e68...
completed
Original window regrabs focus when using QuickOpen to switch to other window Testing #203093 - Move an editor to an aux window. - In the original window use the mouse to open QuickOpen and click on that editor. - The aux window briefly gets to the foreground and immediately goes to background again. 🐛 htt...
109
203099
Smooth scroll not working with mouse wheel in latest `1.86.0-insider` on `MacOS`
2024-01-23 03:08:43+00:00
2024-01-26 15:19: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 cr...
completed
Smooth scroll not working with mouse wheel in latest `1.86.0-insider` on `MacOS` <!-- ⚠️⚠️ 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/wik...
577
203068
Don't show the notebook variable view when not applicable
2024-01-22 19:45:13+00:00
We should at least keep the view collapsed if a notebook controller isn't able to provide variables. Also hide/disable the view if the setting is disabled at any point.
reopened
Don't show the notebook variable view when not applicable We should at least keep the view collapsed if a notebook controller isn't able to provide variables. Also hide/disable the view if the setting is disabled at any point.
54
203067
Persist variable expansion state through variable update events in notebook variables view
2024-01-22 19:38:32+00:00
1. create a list in a notebook 2. view the list in the variables view and expand the children 3. execute a cell :bug: list is no longer expanded in the view
Persist variable expansion state through variable update events in notebook variables view 1. create a list in a notebook 2. view the list in the variables view and expand the children 3. execute a cell :bug: list is no longer expanded in the view
56
203057
Chat message has extra space when a code block is the last element
2024-01-22 18:55:52+00:00
2024-04-08 03:43:38+00:00
Due to rearranging things, this rule https://github.com/microsoft/vscode/blob/df48846f267a2fd693a6e10dd1b3af40e0537fb2/src/vs/workbench/contrib/chat/browser/codeBlockPart.css#L43-L45 adds a margin to a child element not matched by https://github.com/microsoft/vscode/blob/df48846f267a2fd693a6e10dd1b3af40e0537fb2/src/vs/...
completed
Chat message has extra space when a code block is the last element Due to rearranging things, this rule https://github.com/microsoft/vscode/blob/df48846f267a2fd693a6e10dd1b3af40e0537fb2/src/vs/workbench/contrib/chat/browser/codeBlockPart.css#L43-L45 adds a margin to a child element not matched by https://github.com/mic...
328
203038
Clipped text while updating extension
2024-01-22 16:52:57+00:00
2024-01-22 18:01:15+00:00
I'm on today's Insiders and have Settings sync on. Some extensions in the extension viewlet had Update buttons next to them, so I pressed the buttons. Some text appeared to the left of the Installing button, but I wasn't able to hover over it to see what it said: ![Installing button with text left to it beginning ...
completed
Clipped text while updating extension I'm on today's Insiders and have Settings sync on. Some extensions in the extension viewlet had Update buttons next to them, so I pressed the buttons. Some text appeared to the left of the Installing button, but I wasn't able to hover over it to see what it said: ![Installing ...
139
203008
[regression] `cmd+k` doesn't clear terminal
2024-01-22 13:32:27+00:00
2024-01-22 15:25:06+00:00
* empty profile * open terminal, run `ls` or any other command that prints something * press `cmd+k` to clear the terminal * :bug: the keyboard system is waiting for chord to be completed
completed
[regression] `cmd+k` doesn't clear terminal * empty profile * open terminal, run `ls` or any other command that prints something * press `cmd+k` to clear the terminal * :bug: the keyboard system is waiting for chord to be completed
64
202965
Fails to launch on Ubuntu 24.04+ Linux kernel 6.6+
2024-01-22 01:05:33+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...
Fails to launch on Ubuntu 24.04+ Linux kernel 6.6+ <!-- ⚠️⚠️ 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-Suggesti...
690
202938
[regression] `language-configuration` of embedded language not loading
2024-01-20 21:50:55+00:00
some optimization/bug is stopping the `language-configuration` of embedded languages from loading correctly when part of the embedded language is offscreen during file loading Create a markdown file and paste in the following code ````md ```latex () ``` ```` scroll down until you can no longer see ` ```l...
[regression] `language-configuration` of embedded language not loading some optimization/bug is stopping the `language-configuration` of embedded languages from loading correctly when part of the embedded language is offscreen during file loading Create a markdown file and paste in the following code ````md ```lat...
501
202936
Unsaved ipynb changes after remote server reboot block vscode requiring hard kill
2024-01-20 19:31:07+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
Unsaved ipynb changes after remote server reboot block vscode requiring hard kill <!-- ⚠️⚠️ 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/wi...
635
202912
Becoming unresponsive: Crash
2024-01-20 05:01: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...
Becoming unresponsive: Crash <!-- ⚠️⚠️ 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 --> <!-- 🔎 Sear...
409
202911
Focus in Quick Search doesn't go back to previous position after hitting ESC when zero results
2024-01-20 04:46:31+00:00
2024-01-22 20:18:23+00:00
just tried the new focus stuff and I don’t think it’s working as expected. My steps: * be in a file * cmd+shift+f to launch quick text search * type a thing that yields zero results * hit ESC * :bug: I’m not on the editor I use to be on: ![Recording 2024-01-19 at 20 28 46](https://github.com/microsoft/vscode/ass...
completed
Focus in Quick Search doesn't go back to previous position after hitting ESC when zero results just tried the new focus stuff and I don’t think it’s working as expected. My steps: * be in a file * cmd+shift+f to launch quick text search * type a thing that yields zero results * hit ESC * :bug: I’m not on the edit...
146
202873
improve chat discoverability for SR users
2024-01-19 17:19:49+00:00
2024-01-19 19:46:01+00:00
The new file untitled editor hint is not indicated to SR users. I discussed this with @jooyoungseo and we've decided that we should include the commands and keybindings for `workbench.action.quickchat.toggle` and `inlineChat.start` in the editor's accessibility help dialog instead. ![Screenshot 2024-01-19 at 8 53 5...
completed
improve chat discoverability for SR users The new file untitled editor hint is not indicated to SR users. I discussed this with @jooyoungseo and we've decided that we should include the commands and keybindings for `workbench.action.quickchat.toggle` and `inlineChat.start` in the editor's accessibility help dialog inst...
150
202868
Profile badge circle partially rendered
2024-01-19 16:21:38+00:00
2024-01-22 08:21:06+00:00
1. I had a profile which had the default icon and a profile name => It was showing a badge on the settings icon 2. Created a new profile with a custom icon => should not show a badge anymore 3. The div of the badge is still present without text but without text, can be seen in the image below <img width="311" alt="i...
completed
Profile badge circle partially rendered 1. I had a profile which had the default icon and a profile name => It was showing a badge on the settings icon 2. Created a new profile with a custom icon => should not show a badge anymore 3. The div of the badge is still present without text but without text, can be seen in ...
137
202839
TypeError: Cannot read properties of undefined (reading 'startLineNumber')
2024-01-19 11:27:58+00:00
2024-01-25 20:30:47+00:00
* run code-oss * open light bulb menu * error below is printed ``` ERR Cannot read properties of undefined (reading 'startLineNumber'): TypeError: Cannot read properties of undefined (reading 'startLineNumber') at Object.onFocus (vscode-file://vscode-app/Users/jrieken/Code/vscode/out/vs/editor/contrib/code...
completed
TypeError: Cannot read properties of undefined (reading 'startLineNumber') * run code-oss * open light bulb menu * error below is printed ``` ERR Cannot read properties of undefined (reading 'startLineNumber'): TypeError: Cannot read properties of undefined (reading 'startLineNumber') at Object.onFocus (vs...
786
202838
"Voice Keyword Activation" appeared in status bar with latest Insiders update
2024-01-19 11:11:34+00:00
2024-01-19 11:47:14+00:00
Type: <b>Bug</b> It's unexpected to switch to editor window and notice micophone appeared in status bar with tooltip "Waiting for voice chat to end" (very strange message for `STATUS_INACTIVE` because it looks like it listens everything at this moment) at the end of meeting. ![image](https://github.com/microsoft/...
completed
"Voice Keyword Activation" appeared in status bar with latest Insiders update Type: <b>Bug</b> It's unexpected to switch to editor window and notice micophone appeared in status bar with tooltip "Waiting for voice chat to end" (very strange message for `STATUS_INACTIVE` because it looks like it listens everything at...
601
202767
lightbulb widget with `move symbol to` action covers code in python
2024-01-18 20:14:02+00:00
2024-07-15 05:47:40+00:00
![Recording 2024-01-18 at 17 12 32](https://github.com/microsoft/vscode/assets/323878/64dfa889-daa4-4072-bf13-5b0376fa8c6d) Is this right? Everywhere I go, a little icon is covering my code, I just want to read my code. The action in the light bulb is "move symbol to"
completed
lightbulb widget with `move symbol to` action covers code in python ![Recording 2024-01-18 at 17 12 32](https://github.com/microsoft/vscode/assets/323878/64dfa889-daa4-4072-bf13-5b0376fa8c6d) Is this right? Everywhere I go, a little icon is covering my code, I just want to read my code. The action in the light bulb...
116
202753
find-replace preview scrolls off-screen when diffEditor.hideUnchangedRegions.enabled
2024-01-18 17:27:01+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
find-replace preview scrolls off-screen when diffEditor.hideUnchangedRegions.enabled <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode...
511
202728
The new check-requirements.sh prevents the code-server from starting on NixOS
2024-01-18 14:10:10+00:00
2024-01-22 08:51:45+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
The new check-requirements.sh prevents the code-server from starting on NixOS <!-- ⚠️⚠️ 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/S...
611
202720
extensions-ci killed in Compile & Hygiene step
2024-01-18 12:52:03+00:00
2024-01-29 08:02:51+00:00
Builds: - https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=252136 - https://dev.azure.com/monacotools/Monaco/_build/results?buildId=252060&view=logs&j=bd1e231b-cef9-51a2-e461-b67194c0a817&t=a7f1014d-b95c-5a7e-9858-4d3087c99302 - https://dev.azure.com/monacotools/Monaco/_b...
completed
extensions-ci killed in Compile & Hygiene step Builds: - https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=252136 - https://dev.azure.com/monacotools/Monaco/_build/results?buildId=252060&view=logs&j=bd1e231b-cef9-51a2-e461-b67194c0a817&t=a7f1014d-b95c-5a7e-9858-4d3087c99302...
383
202707
Terminal speech: mic icon does not appear when no line above prompt
2024-01-18 08:23:13+00:00
2024-01-19 19:09:02+00:00
It seems that the mic icon requires at least one line above the prompt to show: ![image](https://github.com/microsoft/vscode/assets/900690/6d52eaff-aa47-4eff-997e-b5c47838e3be) It does not appear for me in the above case.
completed
Terminal speech: mic icon does not appear when no line above prompt It seems that the mic icon requires at least one line above the prompt to show: ![image](https://github.com/microsoft/vscode/assets/900690/6d52eaff-aa47-4eff-997e-b5c47838e3be) It does not appear for me in the above case.
89
202701
Multi diff editor issue while expanding the hidden lines
2024-01-18 05:25:46+00:00
2024-02-22 16:19:46+00:00
Multi diff editor issue while expanding the hidden lines - VS Code Version: 1.86 insider - OS Version: Windows 11 //cc @hediet Steps to Reproduce: 1. open the multi diff editor 2. Click on the hidden lines at the bottom ( the blue line) now it will expand the 10 lines now scrolling top doesn't show m...
completed
Multi diff editor issue while expanding the hidden lines Multi diff editor issue while expanding the hidden lines - VS Code Version: 1.86 insider - OS Version: Windows 11 //cc @hediet Steps to Reproduce: 1. open the multi diff editor 2. Click on the hidden lines at the bottom ( the blue line) now it wil...
141
202683
debug focus unclear when stopped on a subprocess
2024-01-17 19:45:22+00:00
2024-03-01 18:56:05+00:00
Steps: 1. Have a processes which spawns subprocesses run by the debugger (in my case this is debugging tests where pytest spins up 3 subprocesses to run the tests in parallel) 2. Have breakpoints which stops a subprocesses (seen in the video with the increment function) 3. use the debug toolbar and click "cancel" ...
completed
debug focus unclear when stopped on a subprocess Steps: 1. Have a processes which spawns subprocesses run by the debugger (in my case this is debugging tests where pytest spins up 3 subprocesses to run the tests in parallel) 2. Have breakpoints which stops a subprocesses (seen in the video with the increment functi...
268
202678
resourceLabelFormatters include a leading backslash on Windows paths and stripPathStartingSeparator doesn't affect this
2024-01-17 18:27:57+00:00
If I do _not_ specify a `resourceLabelFormatter` for a scheme, and the `path` component of that scheme looks like a file path, VS Code renders it as the file path: Actual URI: `my-custom-file:///C::/Dev/Test%20Projects/macro-sample/bin/danny.dart` Display: ![image](https://github.com/microsoft/vscode/assets/10...
resourceLabelFormatters include a leading backslash on Windows paths and stripPathStartingSeparator doesn't affect this If I do _not_ specify a `resourceLabelFormatter` for a scheme, and the `path` component of that scheme looks like a file path, VS Code renders it as the file path: Actual URI: `my-custom-file:///C:...
405
202623
Debug View tab selector's state broken after if the dynamic configuration provider throws
2024-01-16 23:15:06+00:00
Type: Bug If a Dynamic Configuration provider, via its method provideDebugConfigurations, returns undefined or throws an Error, the selector in the Debug Tab is left in a borked state instead of going back to the last selected item. This was initially reported in https://github.com/microsoft/vscode/issues/198798, wh...
Debug View tab selector's state broken after if the dynamic configuration provider throws Type: Bug If a Dynamic Configuration provider, via its method provideDebugConfigurations, returns undefined or throws an Error, the selector in the Debug Tab is left in a borked state instead of going back to the last selected ...
190
202613
stale entries in the problems panel
2024-01-16 20:59:00+00:00
2024-01-17 21:10:40+00:00
I have a few problems identified while doing a refactoring, but as I finish up refactoring, the problem entries don't always go away, and sometimes change to point to a different location as in the screenshot below. Reloading the window makes them go away, but it repros again shortly after. ![image](https://githu...
completed
stale entries in the problems panel I have a few problems identified while doing a refactoring, but as I finish up refactoring, the problem entries don't always go away, and sometimes change to point to a different location as in the screenshot below. Reloading the window makes them go away, but it repros again shor...
121
202616
when the copilot chat returns a list of ffiles as reference, the list is not accessible to NVDA or JAWS
2024-01-16 20:50:34+00:00
2024-01-22 18:06:22+00:00
Type: <b>Bug</b> This is likely reproducible with any screen reader, but I haven't had time to test with all. Steps to reproduce: 1. In copilot chat, send a query using the workspace command so that a list of files is returned as part of the answer. It is best if the query returns more than one file. 2. Wit...
completed
when the copilot chat returns a list of ffiles as reference, the list is not accessible to NVDA or JAWS Type: <b>Bug</b> This is likely reproducible with any screen reader, but I haven't had time to test with all. Steps to reproduce: 1. In copilot chat, send a query using the workspace command so that a list...
969
202580
WSL Server unable to start if 'libc.so.6' is not executable
2024-01-16 12:43:43+00:00
2024-01-17 06:29:03+00:00
Type: <b>Bug</b> Issue presumably introduced with PR https://github.com/microsoft/vscode/pull/202210 Reproduce by connecting to WSL in VS Code Insiders. VS Code version: Code - Insiders 1.86.0-insider (2c8f29174a63b3ace3d00ad0028cdc7ed9853b8b, 2024-01-16T05:35:26.709Z) OS version: Windows_NT x64 10.0.22631 M...
completed
WSL Server unable to start if 'libc.so.6' is not executable Type: <b>Bug</b> Issue presumably introduced with PR https://github.com/microsoft/vscode/pull/202210 Reproduce by connecting to WSL in VS Code Insiders. VS Code version: Code - Insiders 1.86.0-insider (2c8f29174a63b3ace3d00ad0028cdc7ed9853b8b, 2024-01...
593
202579
Git checkout command order issue on search
2024-01-16 11:51:17+00:00
2024-01-16 13:40:44+00:00
Type: <b>Bug</b> When using git checkout command via commands menu and type branch name it is no longer highlighted or first item. Instead, first item is always create new branch which is not how it was before, and it makes it impossible to quickly change branches without using arrows to select found branch. This...
completed
Git checkout command order issue on search Type: <b>Bug</b> When using git checkout command via commands menu and type branch name it is no longer highlighted or first item. Instead, first item is always create new branch which is not how it was before, and it makes it impossible to quickly change branches without u...
808
202563
Error: Cannot register two commands with the same id: workbench.action.focusCommentsPanel
2024-01-16 08:01:40+00:00
2024-01-24 12:49:10+00:00
Seeing that in insiders when I review a PR. //cc @jrieken
completed
Error: Cannot register two commands with the same id: workbench.action.focusCommentsPanel Seeing that in insiders when I review a PR. //cc @jrieken
45
202545
Deprecate the `--unity-launch` flag
2024-01-15 22:41:50+00:00
2024-04-04 22:18:20+00:00
Reup of #40986 `--unity-launch` appears in the Linux desktop file and is currently undocumented. The flags acts as an alias to `--new-window`, forcing a new window to be spawned when opening files. refs: https://github.com/microsoft/vscode/blob/c7ea84b4f5e779a98e93bd1f48502d83403f16c3/src/vs/platform/launch/elec...
completed
Deprecate the `--unity-launch` flag Reup of #40986 `--unity-launch` appears in the Linux desktop file and is currently undocumented. The flags acts as an alias to `--new-window`, forcing a new window to be spawned when opening files. refs: https://github.com/microsoft/vscode/blob/c7ea84b4f5e779a98e93bd1f48502d83...
245
202530
terminal mouseWheelZoom zooms in increments of 24 points.
2024-01-15 16:49:56+00:00
2024-02-07 11:24:29+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
terminal mouseWheelZoom zooms in increments of 24 points. <!-- ⚠️⚠️ 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-S...
517
202529
SCM view shows a shadow
2024-01-15 16:48:33+00:00
2024-01-15 17:02:42+00:00
* todays insiders (81725794264e4c0fddbc1b3b728013744ae90840) * the SCM view shows a shadow above the input box <img width="404" alt="Screenshot 2024-01-15 at 17 46 21" src="https://github.com/microsoft/vscode/assets/1794099/9f327115-f182-4909-b74a-f8bffb367ffa">
completed
SCM view shows a shadow * todays insiders (81725794264e4c0fddbc1b3b728013744ae90840) * the SCM view shows a shadow above the input box <img width="404" alt="Screenshot 2024-01-15 at 17 46 21" src="https://github.com/microsoft/vscode/assets/1794099/9f327115-f182-4909-b74a-f8bffb367ffa">
120
202517
Main window has incorrect size when Windows PC returns from sleep
2024-01-15 15:16: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...
Main window has incorrect size when Windows PC returns from sleep <!-- ⚠️⚠️ 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...
402
202598
Mouse wheel scrolling does not scroll the notebook while mouse is over Markdown or Output cell
2024-01-15 10:40:51+00:00
2024-01-16 17:40:05+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? As of the newest VSCode Insiders Update (Version: 1.86.0-insider Commit: 81725794264e4c0fddbc1b3b728013744ae90840), scrolling the mouse wheel while the mouse is over a M...
completed
Mouse wheel scrolling does not scroll the notebook while mouse is over Markdown or Output cell ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? As of the newest VSCode Insiders Update (Version: 1.86.0-insider Commit: 8...
304
202597
Markdown Tables don't render - when markdown table has an empty cell
2024-01-15 08:56:18+00:00
2024-01-20 17:14:59+00:00
```markdown | Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 | | Cell 3 | Cell 4 | ``` | Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 | | Cell 3 | Cell 4 | Can render properly ```markdown | | Header 2 | |----------|----------| | Cell 1 ...
completed
Markdown Tables don't render - when markdown table has an empty cell ```markdown | Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 | | Cell 3 | Cell 4 | ``` | Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 | | Cell 3 | Cell 4 | Can render properly ```markdo...
195
202481
"File" menu opens to second to the left monitor in XFCE4 with "hide frame of windows" option enabled
2024-01-15 07:49:07+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
"File" menu opens to second to the left monitor in XFCE4 with "hide frame of windows" option enabled <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/...
503
202458
Screen of the app randomly blanking while using the Wayland Window Manager
2024-01-14 18:10:23+00:00
Type: <b>Bug</b> In Fedora 39 with the Gnome desktop environment, launch in the Wayland-enabled Gnome version and open VS Code. The app will randomly black screen when both in fullscreen and windowed mode. VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:47:11.635Z) OS versio...
Screen of the app randomly blanking while using the Wayland Window Manager Type: <b>Bug</b> In Fedora 39 with the Gnome desktop environment, launch in the Wayland-enabled Gnome version and open VS Code. The app will randomly black screen when both in fullscreen and windowed mode. VS Code version: Code 1.85.1 (0ee...
588
202433
macOS: Keybindings: cmd+h cannot hide app while in "Hex Editor" tab. There aren't any relevant keyboard binding entry.
2024-01-14 03:11:20+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
reopened
macOS: Keybindings: cmd+h cannot hide app while in "Hex Editor" tab. There aren't any relevant keyboard binding entry. <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: h...
840
202396
Incorrect line breaking
2024-01-13 05:10:32+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
Incorrect line breaking <!-- ⚠️⚠️ 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 exi...
953
202375
Markdown it plugin fails to load
2024-01-12 20:01:32+00:00
2024-02-07 23:02:23+00:00
On latest insiders ``` Could not load markdown it plugin TypeError: e.apply is not a function at S.use (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/markdown-language-features/dist/extension.js:1:191596) at Object.extendMarkdownIt (/Applications/Visual Studio Code - Insiders.a...
completed
Markdown it plugin fails to load On latest insiders ``` Could not load markdown it plugin TypeError: e.apply is not a function at S.use (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/markdown-language-features/dist/extension.js:1:191596) at Object.extendMarkdownIt (/Application...
415
202350
Support "toSide" with commands in the markdown file of a walkthrough/getting started
2024-01-12 15:09:02+00:00
2024-02-16 01:38:38+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. --> #132087 added `toSide` ```(e.g [mycommand](comma...
completed
Support "toSide" with commands in the markdown file of a walkthrough/getting started <!-- ⚠️⚠️ 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. --> <!-- D...
287
202335
SCM: Incoming/Outgoing showing for a different branch
2024-01-12 10:58:41+00:00
2024-01-23 08:47:52+00:00
Type: <b>Bug</b> I don't have repro steps, but yesterday my Incoming/Outgoing tree got into a state where it was showing commits belonging to a different branch from the one I had checked out. Perhaps there is a pathway by which the cache it uses isn't getting cleared correctly. VS Code version: Code - Insid...
completed
SCM: Incoming/Outgoing showing for a different branch Type: <b>Bug</b> I don't have repro steps, but yesterday my Incoming/Outgoing tree got into a state where it was showing commits belonging to a different branch from the one I had checked out. Perhaps there is a pathway by which the cache it uses isn't getti...
175
202325
Multi Diff Editor: New border between files not considered in computation of view height
2024-01-12 09:00:49+00:00
2024-01-15 15:59:46+00:00
<img width="2245" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/93bb4606-7e01-4a4d-8afe-5c98cb8a7d38"> This is how it looks when I scroll all the way down, I can't see the entire last diver <img width="2246" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/d7fcfb50-abe6-...
completed
Multi Diff Editor: New border between files not considered in computation of view height <img width="2245" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/93bb4606-7e01-4a4d-8afe-5c98cb8a7d38"> This is how it looks when I scroll all the way down, I can't see the entire last diver <img width="...
161
202299
Re-run command is backed up by one sequence with shell integration
2024-01-12 00:15:54+00:00
2024-03-13 16:21:55+00:00
Tested on MacOS (Shell integration for Windows Python REPL users are still colorless so could not test for Windows) With shell integration decoration enabled on Mac and Linux users using Python REPL, I found out pressing re-run via the decoration offered commandline that is one before the appropriate/target comman...
completed
Re-run command is backed up by one sequence with shell integration Tested on MacOS (Shell integration for Windows Python REPL users are still colorless so could not test for Windows) With shell integration decoration enabled on Mac and Linux users using Python REPL, I found out pressing re-run via the decoration o...
400
202293
document highlight doesn't get called in Jupiter notebook consistently.
2024-01-11 23:28:55+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...
document highlight doesn't get called in Jupiter notebook consistently. <!-- ⚠️⚠️ 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/Submitt...
541
202988
VSCode sync repo issue
2024-01-11 23:18:20+00:00
2024-01-23 10:44:42+00:00
- Extension version: GitHub Pull Requests and Issues v0.78.1 - VSCode Version: 1.85.1 - OS: Ubuntu 18 The extension simply is no longer working. I had issues with my code and I discovered (with great difficulty) that after a week of work was not changed a thing in the remote repo. I discovered that only the sync...
completed
VSCode sync repo issue - Extension version: GitHub Pull Requests and Issues v0.78.1 - VSCode Version: 1.85.1 - OS: Ubuntu 18 The extension simply is no longer working. I had issues with my code and I discovered (with great difficulty) that after a week of work was not changed a thing in the remote repo. I discov...
119
202269
Scrolling not working anymore when hovering on notebook sticky scroll
2024-01-11 18:34:48+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...
Scrolling not working anymore when hovering on notebook sticky scroll <!-- ⚠️⚠️ 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/Submittin...
352
202268
Windows PATH got into broken state after installing VS Code
2024-01-11 18:30:28+00:00
2024-01-17 15:54:24+00:00
Type: <b>Bug</b> I believe that the following steps are sufficient, but I'm not sure exactly how it happened. The operating system is Windows 11. 1. Edit the user's PATH variable so that it contains a semicolon at the end. This is unnecessary but not harmful. I'm not sure what program decided to add this; I didn'...
completed
Windows PATH got into broken state after installing VS Code Type: <b>Bug</b> I believe that the following steps are sufficient, but I'm not sure exactly how it happened. The operating system is Windows 11. 1. Edit the user's PATH variable so that it contains a semicolon at the end. This is unnecessary but not har...
997
202267
Terminal renaming not functioning as expected in editor area
2024-01-11 18:25:43+00:00
2024-01-11 23:28:29+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 renaming not functioning as expected in editor area <!-- ⚠️⚠️ 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-an...
595
202261
TS deletes the end of identifiers when making member expressions
2024-01-11 17:18:15+00:00
2024-01-11 20:48:34+00:00
On the latest Insiders with an empty profile, 1. Have code like `const foo = { bar: { baz: true } }; foo.bar.baz;` 2. Delete the `bar.`'s so you get `foo.baz` 3. Place your cursor after `foo.` and type `baz.` -- exact characters, no need for anything else 4. The editor deletes the suffix and you're left with `foo...
completed
TS deletes the end of identifiers when making member expressions On the latest Insiders with an empty profile, 1. Have code like `const foo = { bar: { baz: true } }; foo.bar.baz;` 2. Delete the `bar.`'s so you get `foo.baz` 3. Place your cursor after `foo.` and type `baz.` -- exact characters, no need for anything...
190
202242
"The diff algorithm was stopped early" when removing a large chunk (2k lines) of code
2024-01-11 13:11: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...
"The diff algorithm was stopped early" when removing a large chunk (2k lines) of code <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscod...
531