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
208689
Preview setting descriptions refer to non-existent value
2024-03-25 17:07:40+00:00
2024-03-26 11:44:14+00:00
Testing #208477 <img width="822" alt="image" src="https://github.com/microsoft/vscode/assets/323878/74f97e29-002c-4316-baa1-d8ac73132227"> "When `workbench.editor.enablePreview` is not set to "multiple"`, but that setting is only a boolean, what is this referring to?
completed
Preview setting descriptions refer to non-existent value Testing #208477 <img width="822" alt="image" src="https://github.com/microsoft/vscode/assets/323878/74f97e29-002c-4316-baa1-d8ac73132227"> "When `workbench.editor.enablePreview` is not set to "multiple"`, but that setting is only a boolean, what is this referring to?
116
208688
Generating a commit message with Copilot does not work
2024-03-25 17:05:45+00:00
<img width="523" alt="image" src="https://github.com/microsoft/vscode/assets/5317244/5e4e659c-c7d7-4b54-a480-fbdfaff03ae5"> Steps to Reproduce: 1. Install visual studio code with homebrew 2. Make a commit to a repo 3. Click on source control 4. Click on generate a commit message 5. Nothing happens Any ideas on how to debug this? Thank you!
Generating a commit message with Copilot does not work <img width="523" alt="image" src="https://github.com/microsoft/vscode/assets/5317244/5e4e659c-c7d7-4b54-a480-fbdfaff03ae5"> Steps to Reproduce: 1. Install visual studio code with homebrew 2. Make a commit to a repo 3. Click on source control 4. Click on generate a commit message 5. Nothing happens Any ideas on how to debug this? Thank you!
126
208683
Can add empty entry for patterns in settings editor
2024-03-25 16:13:44+00:00
Testing #208388 Testing on Linux [![Image from Gyazo](https://i.gyazo.com/eebb16a8e71074e037d5267dc12af0a9.gif)](https://gyazo.com/eebb16a8e71074e037d5267dc12af0a9) 1. Enter an entry for `workbench.editor.customLabels.patterns` 2. Start a new entry, then delete the first entry. 3. There is an empty entry in the view :bug:
Can add empty entry for patterns in settings editor Testing #208388 Testing on Linux [![Image from Gyazo](https://i.gyazo.com/eebb16a8e71074e037d5267dc12af0a9.gif)](https://gyazo.com/eebb16a8e71074e037d5267dc12af0a9) 1. Enter an entry for `workbench.editor.customLabels.patterns` 2. Start a new entry, then delete the first entry. 3. There is an empty entry in the view :bug:
143
208681
error diagnostics are added to IW cells
2024-03-25 16:11:27+00:00
2024-03-26 15:43:30+00:00
1. create and interactive window and run a cell that will cause thow an error eg `print(x)` ๐Ÿ› the line that errored in the cell is underlined and an unfixable problem is added to the problems window can't even delete the cell to remove the error
completed
error diagnostics are added to IW cells 1. create and interactive window and run a cell that will cause thow an error eg `print(x)` ๐Ÿ› the line that errored in the cell is underlined and an unfixable problem is added to the problems window can't even delete the cell to remove the error
72
208680
VS Code freezes when printing unicode characters in Powershell
2024-03-25 16:04:45+00:00
Testing #208456 For testing, I tried running this script in a powershell integrated terminal: ```ts for ($i=0; $i -le 0xFFFF; $i++) { Write-Host -NoNewline ([char]$i) } ``` This gets a few hundred characters in before the entire window stops responding ![Image](https://github.com/microsoft/vscode/assets/12821956/87887389-1cf5-4986-a0f5-49ef9c298768) The same script works in an external powershell terminal Tested with powershell 7.5 preview
VS Code freezes when printing unicode characters in Powershell Testing #208456 For testing, I tried running this script in a powershell integrated terminal: ```ts for ($i=0; $i -le 0xFFFF; $i++) { Write-Host -NoNewline ([char]$i) } ``` This gets a few hundred characters in before the entire window stops responding ![Image](https://github.com/microsoft/vscode/assets/12821956/87887389-1cf5-4986-a0f5-49ef9c298768) The same script works in an external powershell terminal Tested with powershell 7.5 preview
153
208673
Splitting a cell can show an empty markdown cell message
2024-03-25 14:53:58+00:00
Testing #208546 Repro: Create a markdown cell, click the split cell button ![image](https://github.com/microsoft/vscode/assets/2193314/784b3b34-e990-4955-abfd-b1e1c9d1c339) I found it a little strange how an empty markdown cell can have 2 states: ![image](https://github.com/microsoft/vscode/assets/2193314/6da3f1b4-8c76-41d0-9d6c-82c9c326da18) and this: ![image](https://github.com/microsoft/vscode/assets/2193314/29392a24-e3ca-4a4a-9b18-c59b1b961848) I'm sure it was added for a reason, but it just seems like a weird inconsistency to me. Additionally, it says to press enter to edit but that's only true when it's focused so the advice is somewhat misleading imo. We also tend to not show keybindings or click instructions in our UI.
Splitting a cell can show an empty markdown cell message Testing #208546 Repro: Create a markdown cell, click the split cell button ![image](https://github.com/microsoft/vscode/assets/2193314/784b3b34-e990-4955-abfd-b1e1c9d1c339) I found it a little strange how an empty markdown cell can have 2 states: ![image](https://github.com/microsoft/vscode/assets/2193314/6da3f1b4-8c76-41d0-9d6c-82c9c326da18) and this: ![image](https://github.com/microsoft/vscode/assets/2193314/29392a24-e3ca-4a4a-9b18-c59b1b961848) I'm sure it was added for a reason, but it just seems like a weird inconsistency to me. Additionally, it says to press enter to edit but that's only true when it's focused so the advice is somewhat misleading imo. We also tend to not show keybindings or click instructions in our UI.
273
208672
markdown cell status bar appears to be draggable but is not
2024-03-25 14:50:50+00:00
Testing #208546 Notice the cursor changes to the hand when I hover the status bar: ![Recording 2024-03-25 at 07 50 03](https://github.com/microsoft/vscode/assets/2193314/49675793-bb8c-4418-94e1-43e8a32e5a90) Additionally, it's a little odd how I can focus the status bar of the markdown cells, but not the TypeScript cell ๐Ÿค” Version: 1.88.0-insider (user setup) Commit: https://github.com/microsoft/vscode/commit/b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 Node.js Notebooks (REPL) v2.0.6
markdown cell status bar appears to be draggable but is not Testing #208546 Notice the cursor changes to the hand when I hover the status bar: ![Recording 2024-03-25 at 07 50 03](https://github.com/microsoft/vscode/assets/2193314/49675793-bb8c-4418-94e1-43e8a32e5a90) Additionally, it's a little odd how I can focus the status bar of the markdown cells, but not the TypeScript cell ๐Ÿค” Version: 1.88.0-insider (user setup) Commit: https://github.com/microsoft/vscode/commit/b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 Node.js Notebooks (REPL) v2.0.6
267
208670
TS code cell outlines aren't getting the TS file icon
2024-03-25 14:43:36+00:00
Testing #208546 ![image](https://github.com/microsoft/vscode/assets/2193314/d67586b6-5902-47e6-b02a-bb5b0a67b101) Version: 1.88.0-insider (user setup) Commit: https://github.com/microsoft/vscode/commit/b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 Node.js Notebooks (REPL) v2.0.6
TS code cell outlines aren't getting the TS file icon Testing #208546 ![image](https://github.com/microsoft/vscode/assets/2193314/d67586b6-5902-47e6-b02a-bb5b0a67b101) Version: 1.88.0-insider (user setup) Commit: https://github.com/microsoft/vscode/commit/b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 Node.js Notebooks (REPL) v2.0.6
208
208668
Cannot drag last cell in notebook
2024-03-25 14:41:52+00:00
2024-04-02 18:28:00+00:00
Testing #208546 ![Recording 2024-03-25 at 07 41 18](https://github.com/microsoft/vscode/assets/2193314/9afb8777-31f1-44cc-84df-46b73c15d920) Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 Node.js Notebooks (REPL) v2.0.6
not_planned
Cannot drag last cell in notebook Testing #208546 ![Recording 2024-03-25 at 07 41 18](https://github.com/microsoft/vscode/assets/2193314/9afb8777-31f1-44cc-84df-46b73c15d920) Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 Node.js Notebooks (REPL) v2.0.6
194
208665
Notebook outline view: Symbols are often incomplete
2024-03-25 14:31:42+00:00
Testing #208546 Version: 1.88.0-insider Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:51:49.226Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 5.14.0-1048-oem - Create a notebook with a JavaScript code block below. - In the outline enable `Code Cell Symbols` - you can see `temp1232`, `temp33`, `add` and `sub` - change the name of a temp. Outline does not update - close the notebook and reopen it. Now it shows - change the type of the cell from `JavaScript` to Python. Also no change. ``` // fn cell const temp1232 = "hello world" const temp33 = "hello world" console.log(temp); function add(a, b) { return a + b; } console.log(add(1, 2));1 function sub(a, b) { return a - b; } ```
Notebook outline view: Symbols are often incomplete Testing #208546 Version: 1.88.0-insider Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:51:49.226Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 5.14.0-1048-oem - Create a notebook with a JavaScript code block below. - In the outline enable `Code Cell Symbols` - you can see `temp1232`, `temp33`, `add` and `sub` - change the name of a temp. Outline does not update - close the notebook and reopen it. Now it shows - change the type of the cell from `JavaScript` to Python. Also no change. ``` // fn cell const temp1232 = "hello world" const temp33 = "hello world" console.log(temp); function add(a, b) { return a + b; } console.log(add(1, 2));1 function sub(a, b) { return a - b; } ```
294
208661
Should `shellIntegration.executeCommand` throw
2024-03-25 14:09:29+00:00
2024-03-26 19:13:38+00:00
Testing #208462 The docs says "_*Note* This is not guaranteed to work as [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) must be activated._" which is confusing because it should * then not be possible to reach `TerminalShellIntegration#executeCommand` * or throw an error
completed
Should `shellIntegration.executeCommand` throw Testing #208462 The docs says "_*Note* This is not guaranteed to work as [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) must be activated._" which is confusing because it should * then not be possible to reach `TerminalShellIntegration#executeCommand` * or throw an error
106
208659
Quick search - button tooltip missing
2024-03-25 14:05:56+00:00
Testing #208477 The button on the right hand of the search input does not have a tooltip <img width="712" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/af9d1f92-5d8b-468c-859e-430b7d85def2">
Quick search - button tooltip missing Testing #208477 The button on the right hand of the search input does not have a tooltip <img width="712" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/af9d1f92-5d8b-468c-859e-430b7d85def2">
91
208656
Inline chat is centered when the result is very wide
2024-03-25 14:01:59+00:00
2024-03-26 11:38:29+00:00
Just asked hi: ![image](https://github.com/microsoft/vscode/assets/2193314/85d2eb48-9174-43f5-a3e8-0f942145e622) Expected: ![image](https://github.com/microsoft/vscode/assets/2193314/0be3c924-1011-4c88-a16c-42306346d97d) Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 GitHub Copilot Chat v0.14.2024032501 (pre-release)
completed
Inline chat is centered when the result is very wide Just asked hi: ![image](https://github.com/microsoft/vscode/assets/2193314/85d2eb48-9174-43f5-a3e8-0f942145e622) Expected: ![image](https://github.com/microsoft/vscode/assets/2193314/0be3c924-1011-4c88-a16c-42306346d97d) Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 Date: 2024-03-25T05:49:32.344Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22621 GitHub Copilot Chat v0.14.2024032501 (pre-release)
243
208655
"New Terminal with Profile" should have a trailing "..."
2024-03-25 13:57:17+00:00
2024-03-29 14:08:03+00:00
From @bpasero: Because it asks for more input: ![image](https://github.com/microsoft/vscode-copilot/assets/900690/48b9c229-7306-4a08-9049-17d83d242f4e) ![image](https://github.com/microsoft/vscode/assets/2193314/09016e78-f473-48ad-890b-053246c045b6)
completed
"New Terminal with Profile" should have a trailing "..." From @bpasero: Because it asks for more input: ![image](https://github.com/microsoft/vscode-copilot/assets/900690/48b9c229-7306-4a08-9049-17d83d242f4e) ![image](https://github.com/microsoft/vscode/assets/2193314/09016e78-f473-48ad-890b-053246c045b6)
121
208653
Typos in accessible commands view
2024-03-25 13:53:13+00:00
2024-03-26 15:46:50+00:00
Testing #207637 There's a double close parenthesis here: <img width="305" alt="image" src="https://github.com/microsoft/vscode/assets/22350/5775c82e-706c-4618-b2da-1aacea2305eb">
completed
Typos in accessible commands view Testing #207637 There's a double close parenthesis here: <img width="305" alt="image" src="https://github.com/microsoft/vscode/assets/22350/5775c82e-706c-4618-b2da-1aacea2305eb">
80
208650
`onDidStartTerminalShellExecution` is fired before `shellIntegration.executeCommand` returns
2024-03-25 13:50:43+00:00
2024-03-28 17:51:35+00:00
Testing #208462 * Have a snippet like below * Run the command and notice how `onDidStartTerminalShellExecution` is fired _before_ the `executeCommand` returns * this makes it impossible to do something special for "your" execution ```ts vscode.commands.registerCommand('testextension.helloWorld', async (args) => { if (!vscode.window.activeTerminal?.shellIntegration) { return; } // const myExec = vscode.window.activeTerminal.shellIntegration.executeCommand('XSW'); const myExec = vscode.window.activeTerminal.shellIntegration.executeCommand('ls'); console.log('CREATED', myExec.commandLine) active.add(myExec); }) vscode.window.onDidStartTerminalShellExecution(async e => { console.log('START', e.commandLine) if (active.has(e)) { console.log('MY EXEC!') } active.add(e); for await (const item of e.createDataStream()) { console.log('CHUNK', item) } }) ```
completed
`onDidStartTerminalShellExecution` is fired before `shellIntegration.executeCommand` returns Testing #208462 * Have a snippet like below * Run the command and notice how `onDidStartTerminalShellExecution` is fired _before_ the `executeCommand` returns * this makes it impossible to do something special for "your" execution ```ts vscode.commands.registerCommand('testextension.helloWorld', async (args) => { if (!vscode.window.activeTerminal?.shellIntegration) { return; } // const myExec = vscode.window.activeTerminal.shellIntegration.executeCommand('XSW'); const myExec = vscode.window.activeTerminal.shellIntegration.executeCommand('ls'); console.log('CREATED', myExec.commandLine) active.add(myExec); }) vscode.window.onDidStartTerminalShellExecution(async e => { console.log('START', e.commandLine) if (active.has(e)) { console.log('MY EXEC!') } active.add(e); for await (const item of e.createDataStream()) { console.log('CHUNK', item) } }) ```
353
208648
Don't have `TerminalShellExecution#exitCode`
2024-03-25 13:47:24+00:00
2024-03-28 17:45:44+00:00
Testing #208462 It's unexpected to have `exitCode` as a promise. It duplicates what `onDidEndTerminalShellExecution` is for. Instead, the `onDidEndTerminalShellExecution`-event could send an object with `{ execution, exitCode }`.
completed
Don't have `TerminalShellExecution#exitCode` Testing #208462 It's unexpected to have `exitCode` as a promise. It duplicates what `onDidEndTerminalShellExecution` is for. Instead, the `onDidEndTerminalShellExecution`-event could send an object with `{ execution, exitCode }`.
93
208644
Notebooks open as text after reload
2024-03-25 13:39:38+00:00
2024-03-27 19:41:33+00:00
![chrome_946BFOu5L4](https://github.com/microsoft/vscode/assets/2931520/a5563e2b-fa2e-4df2-bf60-c6a48887b74a) https://insiders.vscode.dev/github/microsoft/vscode/blob/main/.vscode/notebooks/my-endgame.github-issues
completed
Notebooks open as text after reload ![chrome_946BFOu5L4](https://github.com/microsoft/vscode/assets/2931520/a5563e2b-fa2e-4df2-bf60-c6a48887b74a) https://insiders.vscode.dev/github/microsoft/vscode/blob/main/.vscode/notebooks/my-endgame.github-issues
112
208643
Notebook `Run in Section` does not work for collapsed subsections
2024-03-25 13:28:34+00:00
2024-04-10 17:03:55+00:00
Testing #208545 I collapsed a nested section with 1 cell and tried to run it with the Run action button, but it wouldn't run. I did the same for the root section and it worked in that case. ![Code_-_Insiders_u1zZAFODeP](https://github.com/microsoft/vscode/assets/44439583/14dad60f-672a-4ec3-a28d-59bebd8cabda)
completed
Notebook `Run in Section` does not work for collapsed subsections Testing #208545 I collapsed a nested section with 1 cell and tried to run it with the Run action button, but it wouldn't run. I did the same for the root section and it worked in that case. ![Code_-_Insiders_u1zZAFODeP](https://github.com/microsoft/vscode/assets/44439583/14dad60f-672a-4ec3-a28d-59bebd8cabda)
129
208641
"Restart Extensions" Does Not Disappear
2024-03-25 13:26:02+00:00
2024-04-16 18:50:47+00:00
Testing #208184 ![Code_-_Insiders_hqOP0V6OSm](https://github.com/microsoft/vscode/assets/2931520/626bb470-bfe4-409a-b3ee-9ab87d9e9142) I would have expected the button to disappear after clicking it. The dev tools don't include anything of interest. Only after reloading the window, the button disappears.
completed
"Restart Extensions" Does Not Disappear Testing #208184 ![Code_-_Insiders_hqOP0V6OSm](https://github.com/microsoft/vscode/assets/2931520/626bb470-bfe4-409a-b3ee-9ab87d9e9142) I would have expected the button to disappear after clicking it. The dev tools don't include anything of interest. Only after reloading the window, the button disappears.
119
208640
`TerminalShellExecution#createDataStream`
2024-03-25 13:23:08+00:00
2024-03-29 12:40:31+00:00
Testing #208462 The `TerminalShellExecution#createDataStream` should be a plain property and not a method
completed
`TerminalShellExecution#createDataStream` Testing #208462 The `TerminalShellExecution#createDataStream` should be a plain property and not a method
45
208639
TerminalShellExecution docs is partly directed to shell integration authors
2024-03-25 13:20:48+00:00
2024-03-28 19:57:09+00:00
Testing #208462 Some doc comments of the `TerminalShellExecution` API refer to sequences that are required for some API to work. This is useful information but IMO the audience of the API isn't the best receiver because as extension author I cannot tweak those sequences and have to accept things as they are
completed
TerminalShellExecution docs is partly directed to shell integration authors Testing #208462 Some doc comments of the `TerminalShellExecution` API refer to sequences that are required for some API to work. This is useful information but IMO the audience of the API isn't the best receiver because as extension author I cannot tweak those sequences and have to accept things as they are
94
208638
TerminalShellExecution#cwd should not be an URI or string
2024-03-25 13:18:02+00:00
2024-03-28 20:44:37+00:00
Testing #208462 The `cwd: Uri | string | undefined;` doesn't seem helpful because `string` basically means "VS Code couldn't figure this out, good luck to you". In the API we do the hard part and extensions should have easy times, meaning it should be `URI | undefined`
completed
TerminalShellExecution#cwd should not be an URI or string Testing #208462 The `cwd: Uri | string | undefined;` doesn't seem helpful because `string` basically means "VS Code couldn't figure this out, good luck to you". In the API we do the hard part and extensions should have easy times, meaning it should be `URI | undefined`
93
208634
Hover of `2 changes` shows `undefined`
2024-03-25 12:56:50+00:00
2024-03-26 14:07:23+00:00
Testing #208409 ![Image](https://github.com/microsoft/vscode/assets/1931590/ee40828d-d85d-42b5-8fd2-10a2134dc1db)
completed
Hover of `2 changes` shows `undefined` Testing #208409 ![Image](https://github.com/microsoft/vscode/assets/1931590/ee40828d-d85d-42b5-8fd2-10a2134dc1db)
68
208623
Stage / Revert toolbars focus order weird
2024-03-25 11:41:19+00:00
Focusing threw the different stage/revert action toolbars occur in an unnatural order. In the following GIF you will see I go backwards through the focus order (`Shift + Tab`), however it first focuses the first stage toolbar in the first region and then the toolbar in the second region. I would have expected bottom->up order with (`Shift + Tab`) ![Code_-_Insiders_hle9EST2DY](https://github.com/microsoft/vscode/assets/44439583/b757ff4b-821b-423e-9548-47d770675507)
Stage / Revert toolbars focus order weird Focusing threw the different stage/revert action toolbars occur in an unnatural order. In the following GIF you will see I go backwards through the focus order (`Shift + Tab`), however it first focuses the first stage toolbar in the first region and then the toolbar in the second region. I would have expected bottom->up order with (`Shift + Tab`) ![Code_-_Insiders_hle9EST2DY](https://github.com/microsoft/vscode/assets/44439583/b757ff4b-821b-423e-9548-47d770675507)
155
208619
Focusing `Stage Changes` action item does not make it visible
2024-03-25 11:36:26+00:00
Steps to repro: 1. Open multi diff editor with at least two files 2. Toggle collapse state of second editor (this is just done to add focus to the twistie icon) 3. Press `Shift + Tab` 4. Focus is on the stage button but it is invisible ![Code_-_Insiders_hle9EST2DY](https://github.com/microsoft/vscode/assets/44439583/f82889a3-7b49-4ed4-b21c-48770aefd85f)
Focusing `Stage Changes` action item does not make it visible Steps to repro: 1. Open multi diff editor with at least two files 2. Toggle collapse state of second editor (this is just done to add focus to the twistie icon) 3. Press `Shift + Tab` 4. Focus is on the stage button but it is invisible ![Code_-_Insiders_hle9EST2DY](https://github.com/microsoft/vscode/assets/44439583/f82889a3-7b49-4ed4-b21c-48770aefd85f)
134
208615
Diff Editor Staging new line removes whitespaces
2024-03-25 11:25:52+00:00
2024-03-26 14:57:14+00:00
Testing #206808 ![Code_-_Insiders_FdRtoiqoqq](https://github.com/microsoft/vscode/assets/44439583/62f84cb5-f104-41ee-9d14-a5605002d110)
completed
Diff Editor Staging new line removes whitespaces Testing #206808 ![Code_-_Insiders_FdRtoiqoqq](https://github.com/microsoft/vscode/assets/44439583/62f84cb5-f104-41ee-9d14-a5605002d110)
78
208608
Inline chat: No history when starting from rewrite
2024-03-25 11:00:34+00:00
2024-03-26 23:06:35+00:00
Testing #208411 1. Run `Document using Copilot` ๐Ÿ› The widget will lack any history. <img width="425" alt="image" src="https://github.com/microsoft/vscode/assets/22350/c8b96a8e-49b9-4810-ab6e-04d7639838f3">
completed
Inline chat: No history when starting from rewrite Testing #208411 1. Run `Document using Copilot` ๐Ÿ› The widget will lack any history. <img width="425" alt="image" src="https://github.com/microsoft/vscode/assets/22350/c8b96a8e-49b9-4810-ab6e-04d7639838f3">
98
208605
Profile: cannot click checkboxes anymore
2024-03-25 10:51:01+00:00
2024-03-27 02:59:12+00:00
In this UI: ![image](https://github.com/microsoft/vscode/assets/900690/5778b972-0999-4b84-b930-fa185445c76e) I cannot click the checkboxes anymore.
completed
Profile: cannot click checkboxes anymore In this UI: ![image](https://github.com/microsoft/vscode/assets/900690/5778b972-0999-4b84-b930-fa185445c76e) I cannot click the checkboxes anymore.
67
208604
Lost inline chat placeholder text
2024-03-25 10:50:41+00:00
2024-04-11 14:44:48+00:00
Testing #208411 Press `Cmd I` and you get: <img width="694" alt="image" src="https://github.com/microsoft/vscode/assets/22350/ee79dd2d-c8e0-401d-bf1a-df2f35458245"> If you hold `Cmd` while doing it, it will switch to: <img width="707" alt="image" src="https://github.com/microsoft/vscode/assets/22350/3bed92b9-206f-4c3e-b0ff-5a08870c0a7d"> Letting go of `Cmd` loses the placeholder text: <img width="685" alt="image" src="https://github.com/microsoft/vscode/assets/22350/3528c387-9088-4301-8eca-c84c41c33b68">
completed
Lost inline chat placeholder text Testing #208411 Press `Cmd I` and you get: <img width="694" alt="image" src="https://github.com/microsoft/vscode/assets/22350/ee79dd2d-c8e0-401d-bf1a-df2f35458245"> If you hold `Cmd` while doing it, it will switch to: <img width="707" alt="image" src="https://github.com/microsoft/vscode/assets/22350/3bed92b9-206f-4c3e-b0ff-5a08870c0a7d"> Letting go of `Cmd` loses the placeholder text: <img width="685" alt="image" src="https://github.com/microsoft/vscode/assets/22350/3528c387-9088-4301-8eca-c84c41c33b68">
227
208603
Mutli-file diff: Support undo operation after revert
2024-03-25 10:46:05+00:00
It's easy to lose changes when clicking the `Revert Block` action. It would be great to handle `Ctrl Z` immediately after clicking that action. <img width="764" alt="image" src="https://github.com/microsoft/vscode/assets/22350/58450fd1-7370-42ba-b206-3f10e792888a">
Mutli-file diff: Support undo operation after revert It's easy to lose changes when clicking the `Revert Block` action. It would be great to handle `Ctrl Z` immediately after clicking that action. <img width="764" alt="image" src="https://github.com/microsoft/vscode/assets/22350/58450fd1-7370-42ba-b206-3f10e792888a">
106
208600
Multi-file diff: Actions are hidden when on last line of small file
2024-03-25 10:43:37+00:00
<img width="1219" alt="Screenshot 2024-03-25 at 11 42 01" src="https://github.com/microsoft/vscode/assets/22350/970cdd7d-6482-4a39-a616-b919e09385b9">
Multi-file diff: Actions are hidden when on last line of small file <img width="1219" alt="Screenshot 2024-03-25 at 11 42 01" src="https://github.com/microsoft/vscode/assets/22350/970cdd7d-6482-4a39-a616-b919e09385b9">
88
208599
Locked Scrolling Does Not Work Well With Smooth Scrolling
2024-03-25 10:43:02+00:00
2024-03-26 16:24:45+00:00
Testing #208385 Setting: ```json "editor.smoothScrolling": true, ``` Without locking I have smooth scrolling: ![Code_-_Insiders_so5OsQ7l3F](https://github.com/microsoft/vscode/assets/2931520/6dcc2581-9496-4835-a16b-6bfaadfe29f5) With locking, scrolling is not good: ![Code_-_Insiders_XAJeyQXVUP](https://github.com/microsoft/vscode/assets/2931520/10ca6b61-63ec-4b5b-8827-65632de1762e)
completed
Locked Scrolling Does Not Work Well With Smooth Scrolling Testing #208385 Setting: ```json "editor.smoothScrolling": true, ``` Without locking I have smooth scrolling: ![Code_-_Insiders_so5OsQ7l3F](https://github.com/microsoft/vscode/assets/2931520/6dcc2581-9496-4835-a16b-6bfaadfe29f5) With locking, scrolling is not good: ![Code_-_Insiders_XAJeyQXVUP](https://github.com/microsoft/vscode/assets/2931520/10ca6b61-63ec-4b5b-8827-65632de1762e)
179
208598
Element already has context attribute: test-output-peek-message-container
2024-03-25 10:39:54+00:00
2024-03-28 19:55:21+00:00
Finding that message in my insider logs.
completed
Element already has context attribute: test-output-peek-message-container Finding that message in my insider logs.
33
208591
Live preview for Terminal recent commands disappears
2024-03-25 10:25:35+00:00
2024-03-26 19:15:32+00:00
Testing #208455 When selecting a recent command from the quick pick, the highlight in the terminal only briefly shows and then disappears. This is inconsistent with the preview of links, which remains highlighted until discarding the quick pick or navigating to another link in the quick pick. Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 OS: Windows_NT x64 10.0.22631 Repro steps: - Run `get remote --v` in terminal - Enter command `Terminal: Run recent command` - Select a command from the quick pick - Command is briefly highlighted in terminal and then disappears
completed
Live preview for Terminal recent commands disappears Testing #208455 When selecting a recent command from the quick pick, the highlight in the terminal only briefly shows and then disappears. This is inconsistent with the preview of links, which remains highlighted until discarding the quick pick or navigating to another link in the quick pick. Version: 1.88.0-insider (user setup) Commit: b0d975fc6370f15570c380f41015b1ca2cdcb791 OS: Windows_NT x64 10.0.22631 Repro steps: - Run `get remote --v` in terminal - Enter command `Terminal: Run recent command` - Select a command from the quick pick - Command is briefly highlighted in terminal and then disappears
180
208587
Workspace extension should not offer "Add to devcontainer.json"
2024-03-25 10:22:10+00:00
2024-04-10 07:16:16+00:00
Testing #208184 * have a workspace extension * the extension viewlet right click on it * it offers "add to devcontainer" which I believe won't work
completed
Workspace extension should not offer "Add to devcontainer.json" Testing #208184 * have a workspace extension * the extension viewlet right click on it * it offers "add to devcontainer" which I believe won't work
58
208585
Pressing close button inserts text
2024-03-25 10:19:28+00:00
2024-03-27 14:26:13+00:00
Testing #208409 https://github.com/microsoft/vscode/assets/1931590/58b70e05-2308-4509-911d-797144f758f8 I would have expected that the close button is like discard.
completed
Pressing close button inserts text Testing #208409 https://github.com/microsoft/vscode/assets/1931590/58b70e05-2308-4509-911d-797144f758f8 I would have expected that the close button is like discard.
67
208574
Inline Chat Widget: `/explain` response is empty
2024-03-25 09:01:20+00:00
2024-03-26 11:38:30+00:00
Testing #208414 I find it weird that there is no response in the inline chat widget when running `/explain`. Maybe it could show something like `Responded in panel` and/or `view explanation` which when pressed reveals the response in the panel... <img width="767" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/7c736b70-40bc-4cf6-809b-592b2dbf7542">
completed
Inline Chat Widget: `/explain` response is empty Testing #208414 I find it weird that there is no response in the inline chat widget when running `/explain`. Maybe it could show something like `Responded in panel` and/or `view explanation` which when pressed reveals the response in the panel... <img width="767" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/7c736b70-40bc-4cf6-809b-592b2dbf7542">
133
208572
Support terminal `file://` URI links in remote connected windows
2024-03-25 08:46:51+00:00
2024-03-29 14:08:56+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. --> It would be great if VS Code would support `file://` URIs. For example, Gradle will write the following in the terminal after running Java tests: ![image](https://github.com/microsoft/vscode/assets/8170909/f2dd71a8-378f-4f6c-902e-0910ee31706b) (I had to redact some parts of the path, but imagine that it's a full URI starting at `/home` and ending at `index.html`.) Doing CTRL+click on the URI doesn't open the file, because VS Code is trying to interpret the entire string as a file path, including the `file://` part. It would also be great if the `CTRL+P` dialog would also support `file://` URIs. This can be useful when copying and pasting text into it.
completed
Support terminal `file://` URI links in remote connected windows <!-- โš ๏ธโš ๏ธ 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. --> It would be great if VS Code would support `file://` URIs. For example, Gradle will write the following in the terminal after running Java tests: ![image](https://github.com/microsoft/vscode/assets/8170909/f2dd71a8-378f-4f6c-902e-0910ee31706b) (I had to redact some parts of the path, but imagine that it's a full URI starting at `/home` and ending at `index.html`.) Doing CTRL+click on the URI doesn't open the file, because VS Code is trying to interpret the entire string as a file path, including the `file://` part. It would also be great if the `CTRL+P` dialog would also support `file://` URIs. This can be useful when copying and pasting text into it.
298
208570
Inline Chat Widget: `Remove Request and Response` leaves a lot of "padding"
2024-03-25 08:46:24+00:00
2024-03-27 11:30:13+00:00
Testing #208414 When removing a request and response, there is a lot of empty space left afterwards. ![Code_-_Insiders_99p4Qo8GVS](https://github.com/microsoft/vscode/assets/44439583/4380883a-59a8-428d-a44d-f7e806ff8025)
completed
Inline Chat Widget: `Remove Request and Response` leaves a lot of "padding" Testing #208414 When removing a request and response, there is a lot of empty space left afterwards. ![Code_-_Insiders_99p4Qo8GVS](https://github.com/microsoft/vscode/assets/44439583/4380883a-59a8-428d-a44d-f7e806ff8025)
115
208569
Inline Chat Widget: Prompt box Submit `More...` action flickers when pressed
2024-03-25 08:40:57+00:00
2024-03-28 12:07:03+00:00
Testing #208414 The `More...` action shows the submenu for a fraction of a second before disappearing again when clicked. The submenu correctly shows in panel chat. ![Code_-_Insiders_cetnhNy5ZP](https://github.com/microsoft/vscode/assets/44439583/1315bdb8-3884-4489-ae22-45e513c620fc)
completed
Inline Chat Widget: Prompt box Submit `More...` action flickers when pressed Testing #208414 The `More...` action shows the submenu for a fraction of a second before disappearing again when clicked. The submenu correctly shows in panel chat. ![Code_-_Insiders_cetnhNy5ZP](https://github.com/microsoft/vscode/assets/44439583/1315bdb8-3884-4489-ae22-45e513c620fc)
124
208562
Enabling git decorations does not show the decorations without a git refresh
2024-03-25 08:20:05+00:00
2024-03-26 11:32:04+00:00
Testing #205540 When turning off `git.decorations.enabled`, the decorations disappear. When turning `git.decorations.enabled` back on, they do not reappear automatically. ย  ![Code_-_Insiders_q7340KdAhh](https://github.com/microsoft/vscode/assets/44439583/cb041a38-b309-4c47-8ce7-f66507dd3b79)
completed
Enabling git decorations does not show the decorations without a git refresh Testing #205540 When turning off `git.decorations.enabled`, the decorations disappear. When turning `git.decorations.enabled` back on, they do not reappear automatically. ย  ![Code_-_Insiders_q7340KdAhh](https://github.com/microsoft/vscode/assets/44439583/cb041a38-b309-4c47-8ce7-f66507dd3b79)
129
208559
No audio cue played when stopping dictation
2024-03-25 06:30:35+00:00
2024-03-26 19:12:13+00:00
Testing #207642 I was able to confirm the audio cue on dictation start in editor, terminal and chat but when stopping the dictation no feedback is heard.
completed
No audio cue played when stopping dictation Testing #207642 I was able to confirm the audio cue on dictation start in editor, terminal and chat but when stopping the dictation no feedback is heard.
48
208555
Ctrl+A in notebook output selects all output temporarily and then de-selects them
2024-03-25 05:27:01+00:00
2024-03-25 23:13:57+00:00
ERROR: type should be string, got "\r\nhttps://github.com/microsoft/vscode/assets/876920/026e5307-1041-4e1d-b3d5-5b8c076a2064\r\n\r\nAs seen in the recording above, all outputs are selected briefly when pressing cmd/ctrl+a, and then they are de-selected. I wonder if we can improve this otherwise users see them flashing. Note that the markdown previews are good."
completed
Ctrl+A in notebook output selects all output temporarily and then de-selects them https://github.com/microsoft/vscode/assets/876920/026e5307-1041-4e1d-b3d5-5b8c076a2064 As seen in the recording above, all outputs are selected briefly when pressing cmd/ctrl+a, and then they are de-selected. I wonder if we can improve this otherwise users see them flashing. Note that the markdown previews are good.
124
208554
Disable multi selection for notebook outline view
2024-03-25 05:24: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 creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> It seems we have multi selection in Notebook Outline View, but the Outline view for text file doesn't have this. ![image](https://github.com/microsoft/vscode/assets/876920/6583f969-1253-4385-b7e2-d9e882372ba8)
Disable multi selection for notebook outline view <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> It seems we have multi selection in Notebook Outline View, but the Outline view for text file doesn't have this. ![image](https://github.com/microsoft/vscode/assets/876920/6583f969-1253-4385-b7e2-d9e882372ba8)
379
208553
Placeholder for empty notebook outline view
2024-03-25 05:22:56+00:00
Re https://github.com/microsoft/vscode/issues/208546 Currently when the document has no headers and we hide code cells, the outline view is empty ![image](https://github.com/microsoft/vscode/assets/876920/cca46bd1-0d97-4bc7-9aea-c12d6d18e048) When using the outline view with text editor, it shows a placeholder indicating the view is empty. We might want to do the same for notebooks too. ![image](https://github.com/microsoft/vscode/assets/876920/e3a7c62f-676b-40ad-ba65-f2153308e5fc)
Placeholder for empty notebook outline view Re https://github.com/microsoft/vscode/issues/208546 Currently when the document has no headers and we hide code cells, the outline view is empty ![image](https://github.com/microsoft/vscode/assets/876920/cca46bd1-0d97-4bc7-9aea-c12d6d18e048) When using the outline view with text editor, it shows a placeholder indicating the view is empty. We might want to do the same for notebooks too. ![image](https://github.com/microsoft/vscode/assets/876920/e3a7c62f-676b-40ad-ba65-f2153308e5fc)
182
208549
cmd+backspace stops working in the editor after using copilot
2024-03-25 02:06:09+00:00
2024-03-26 11:50:18+00:00
- cmd+i - now cmd+backspace invokes `workbench.action.chat.remove` instead of deleting the line in the text editor The ChatWidget is writing its context keys to the editor's ContextKeyService, so we need a scoped CKS at some point, either inside the ChatWidget or outside in the inline widgets
completed
cmd+backspace stops working in the editor after using copilot - cmd+i - now cmd+backspace invokes `workbench.action.chat.remove` instead of deleting the line in the text editor The ChatWidget is writing its context keys to the editor's ContextKeyService, so we need a scoped CKS at some point, either inside the ChatWidget or outside in the inline widgets
102
208548
what is the replacement for "terminal.integrated.automationShell.linux" now that it is deprecated?
2024-03-25 00:01:38+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.85.2 8b3775030ed1a69b13e4f4c628c612102e30a681 x64 - OS Version: NixOS 23.11.4621.3cb4ae6689d2 Linux 6.1.78 1. wanted to setup a build task and got an unfixable `command not found` error unless using an absolute path 2. [multiple](https://stackoverflow.com/questions/67917307/vscode-build-task-command-not-found) SO [posts](https://stackoverflow.com/questions/55817159/vscode-tasks-error-bin-bash-npm-command-not-found) suggest making a custom script that calls bash with my `.bashrc` included 3. this does not work and opening my `.vscode/settings.json` shows "Unknown Configuration Setting" over the setting 4. running the command in question in the integrated terminal works fine
what is the replacement for "terminal.integrated.automationShell.linux" now that it is deprecated? <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.85.2 8b3775030ed1a69b13e4f4c628c612102e30a681 x64 - OS Version: NixOS 23.11.4621.3cb4ae6689d2 Linux 6.1.78 1. wanted to setup a build task and got an unfixable `command not found` error unless using an absolute path 2. [multiple](https://stackoverflow.com/questions/67917307/vscode-build-task-command-not-found) SO [posts](https://stackoverflow.com/questions/55817159/vscode-tasks-error-bin-bash-npm-command-not-found) suggest making a custom script that calls bash with my `.bashrc` included 3. this does not work and opening my `.vscode/settings.json` shows "Unknown Configuration Setting" over the setting 4. running the command in question in the integrated terminal works fine
557
208542
Aux windows: fails to restore size in multi-monitor setups with different resolutions
2024-03-24 22:17:58+00:00
2024-04-08 15:17:10+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.88.0-insider (user setup) Commit: 409da0445d397e37a790ce5d2499688955c3fcfa Date: 2024-03-22T05:50:17.322Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631 My multi-monitor setup consists of 3 tall, portrait display monitors with a 4th landscape monitor at the rightmost, vertically aligned with the center of the portrait monitors. The landscape monitor is my primary monitor. VS Code's main window is expanded to consume my main monitor, and source files have been dragged out of the main window and are expanded to consume the entirety of each portrait mode monitor. When closing and re-opening VS Code, the source files on the portrait mode monitors are not restored correctly. Their heights are incorrect. It looks like their heights always get limited to the height of the main, landscape monitor. The issue doesn't appear to be related to 'maximizing' the file windows. Expanding their height slightly and reloading reverts them again to incorrect heights. This has repro'ed for me since the introduction of support for separate windows for source files. This should be simple to repro.
completed
Aux windows: fails to restore size in multi-monitor setups with different resolutions <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.88.0-insider (user setup) Commit: 409da0445d397e37a790ce5d2499688955c3fcfa Date: 2024-03-22T05:50:17.322Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631 My multi-monitor setup consists of 3 tall, portrait display monitors with a 4th landscape monitor at the rightmost, vertically aligned with the center of the portrait monitors. The landscape monitor is my primary monitor. VS Code's main window is expanded to consume my main monitor, and source files have been dragged out of the main window and are expanded to consume the entirety of each portrait mode monitor. When closing and re-opening VS Code, the source files on the portrait mode monitors are not restored correctly. Their heights are incorrect. It looks like their heights always get limited to the height of the main, landscape monitor. The issue doesn't appear to be related to 'maximizing' the file windows. Expanding their height slightly and reloading reverts them again to incorrect heights. This has repro'ed for me since the introduction of support for separate windows for source files. This should be simple to repro.
639
208511
Editor decoration doesn't show up when changing from multiple lines to one line at the same time
2024-03-23 21:25:10+00:00
2024-04-22 13:56:49+00:00
I set a 'placeholder' editor decoration here: https://github.com/microsoft/vscode/blob/7cfb8755f35b9d7bbdfa3e1fee3624e7c6d358e8/src/vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib.ts#L146 I noticed that when the chat input had multiple lines of text in it, then the placeholder doesn't show up. Here I show it not working, then working with a single line of text. ![Recording 2024-03-23 at 16 22 10](https://github.com/microsoft/vscode/assets/323878/fb5ed550-62a6-4edf-a5ec-1cb4fedcb843) Maybe it's related somehow to the issue we had in https://github.com/microsoft/vscode/pull/203902? I can't debug this on my own, but it reproes 100% of the time for me, happy to help investigate.
completed
Editor decoration doesn't show up when changing from multiple lines to one line at the same time I set a 'placeholder' editor decoration here: https://github.com/microsoft/vscode/blob/7cfb8755f35b9d7bbdfa3e1fee3624e7c6d358e8/src/vs/workbench/contrib/chat/browser/contrib/chatInputEditorContrib.ts#L146 I noticed that when the chat input had multiple lines of text in it, then the placeholder doesn't show up. Here I show it not working, then working with a single line of text. ![Recording 2024-03-23 at 16 22 10](https://github.com/microsoft/vscode/assets/323878/fb5ed550-62a6-4edf-a5ec-1cb4fedcb843) Maybe it's related somehow to the issue we had in https://github.com/microsoft/vscode/pull/203902? I can't debug this on my own, but it reproes 100% of the time for me, happy to help investigate.
267
208475
pressing shift+enter on a code cell that preceeds a markdown cell will not run the cell
2024-03-22 21:37:06+00:00
2024-03-27 22:56:04+00:00
1. create a notebook with a code cell and a markdown cell right after it 2. press shift+enter on the code cell to run it :bug: focus moves to the markdown cell, but the code cell does not run not a recent regression
completed
pressing shift+enter on a code cell that preceeds a markdown cell will not run the cell 1. create a notebook with a code cell and a markdown cell right after it 2. press shift+enter on the code cell to run it :bug: focus moves to the markdown cell, but the code cell does not run not a recent regression
76
208465
Prepending using shell integration does not work for fish when using starship prompt
2024-03-22 20:34:38+00:00
2024-04-17 16:29: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 creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> [starship](https://github.com/starship/starship) is a customized prompt. Same issue as https://github.com/microsoft/vscode/issues/205133#issuecomment-1981529690 but for fish. Turns out https://github.com/microsoft/vscode/pull/206994 was just fixing it for zsh, we should make sure to apply these changes to all shell integration scripts using `VSCODE_SHELL_INTEGRATION`. cc/ @Tyriar Originally reported in https://github.com/microsoft/vscode-python/issues/23110 https://github.com/microsoft/vscode-python/issues/22429
completed
Prepending using shell integration does not work for fish when using starship prompt <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> [starship](https://github.com/starship/starship) is a customized prompt. Same issue as https://github.com/microsoft/vscode/issues/205133#issuecomment-1981529690 but for fish. Turns out https://github.com/microsoft/vscode/pull/206994 was just fixing it for zsh, we should make sure to apply these changes to all shell integration scripts using `VSCODE_SHELL_INTEGRATION`. cc/ @Tyriar Originally reported in https://github.com/microsoft/vscode-python/issues/23110 https://github.com/microsoft/vscode-python/issues/22429
393
208458
AI Search Results should remove replace view and extra buttons
2024-03-22 20:00:54+00:00
2024-06-14 00:16:27+00:00
<img width="371" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/128c6242-ea0d-46c9-90e6-421c13ea936c"> In the case of replace and the other action input buttons (regex, match case, match whole word), these don't make sense when in AI mode. These should be removed when you're in that mode.
completed
AI Search Results should remove replace view and extra buttons <img width="371" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/128c6242-ea0d-46c9-90e6-421c13ea936c"> In the case of replace and the other action input buttons (regex, match case, match whole word), these don't make sense when in AI mode. These should be removed when you're in that mode.
118
208453
wrapTabs + CloseAll doesn't reset text editor height
2024-03-22 19:25:31+00:00
2024-05-03 19:18:26+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.0 - OS Version: 14.3.1 (23D60) Steps to Reproduce: 1. set "workbench.editor.wrapTabs": true in user settings 2. open 30 tabs (to achiveseveral tab lines) 3. Open terminal below 4. Right click on 1st opened tab and choose "Close to the right" 5. Main code editor Saves its height, but space of lines frees. This space it not used It is not stable reproducible bug, sometimes it is not (note on screenshot how text is cutted) <img width="1439" alt="image" src="https://github.com/microsoft/vscode/assets/41898629/425b296b-df1e-4174-9d91-fe852d6390ee"> When it appears text scrolls only in area (3). Area 4 is just black, like bottom panel top bolder in position of area (2) end. Once I drag-drop border (5), bug disappears <img width="1067" alt="image" src="https://github.com/microsoft/vscode/assets/41898629/88238340-a8c9-4dc3-bae8-8c83f183e5f9"> Note this bug exists 3 from the moment when wrapTabs was added (2 months ago at least)
completed
wrapTabs + CloseAll doesn't reset text editor height <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.0 - OS Version: 14.3.1 (23D60) Steps to Reproduce: 1. set "workbench.editor.wrapTabs": true in user settings 2. open 30 tabs (to achiveseveral tab lines) 3. Open terminal below 4. Right click on 1st opened tab and choose "Close to the right" 5. Main code editor Saves its height, but space of lines frees. This space it not used It is not stable reproducible bug, sometimes it is not (note on screenshot how text is cutted) <img width="1439" alt="image" src="https://github.com/microsoft/vscode/assets/41898629/425b296b-df1e-4174-9d91-fe852d6390ee"> When it appears text scrolls only in area (3). Area 4 is just black, like bottom panel top bolder in position of area (2) end. Once I drag-drop border (5), bug disappears <img width="1067" alt="image" src="https://github.com/microsoft/vscode/assets/41898629/88238340-a8c9-4dc3-bae8-8c83f183e5f9"> Note this bug exists 3 from the moment when wrapTabs was added (2 months ago at least)
611
208420
Inline chat: Insert into terminal shows up twice
2024-03-22 14:46:19+00:00
2024-03-22 15:05:56+00:00
![image](https://github.com/microsoft/vscode/assets/2193314/e515327f-7556-42f5-95f3-dde786e4d302) ![image](https://github.com/microsoft/vscode/assets/2193314/48a7e15e-8b83-40dd-9db7-7a80d1a14546)
completed
Inline chat: Insert into terminal shows up twice ![image](https://github.com/microsoft/vscode/assets/2193314/e515327f-7556-42f5-95f3-dde786e4d302) ![image](https://github.com/microsoft/vscode/assets/2193314/48a7e15e-8b83-40dd-9db7-7a80d1a14546)
102
208419
Inconsistent padding in inline chat widget
2024-03-22 14:42:50+00:00
2024-03-26 22:01:55+00:00
See how the padding is ~double that on top than on the side ![image](https://github.com/microsoft/vscode/assets/2193314/d95b034d-38e4-4517-9c8e-4eef18d47983) It looks particularly bad imo when a response is in progress: ![image](https://github.com/microsoft/vscode/assets/2193314/bf06fd5d-0471-464e-a886-035d243965e1) It's also ~half on bottom: ![image](https://github.com/microsoft/vscode/assets/2193314/e0eaaeca-dd7c-40ff-9449-44e68c6ce537) Could we make the padding consistent on all sides?
completed
Inconsistent padding in inline chat widget See how the padding is ~double that on top than on the side ![image](https://github.com/microsoft/vscode/assets/2193314/d95b034d-38e4-4517-9c8e-4eef18d47983) It looks particularly bad imo when a response is in progress: ![image](https://github.com/microsoft/vscode/assets/2193314/bf06fd5d-0471-464e-a886-035d243965e1) It's also ~half on bottom: ![image](https://github.com/microsoft/vscode/assets/2193314/e0eaaeca-dd7c-40ff-9449-44e68c6ce537) Could we make the padding consistent on all sides?
200
208418
Inline chat: Black bar on top of editor-only result
2024-03-22 14:39:25+00:00
2024-03-27 10:10:20+00:00
Repro: 1. Ask in inline chat: `/fix import flask could not be resolved` ![image](https://github.com/microsoft/vscode/assets/2193314/2e649035-7ef5-4539-ace4-37e1959ca72e)
completed
Inline chat: Black bar on top of editor-only result Repro: 1. Ask in inline chat: `/fix import flask could not be resolved` ![image](https://github.com/microsoft/vscode/assets/2193314/2e649035-7ef5-4539-ace4-37e1959ca72e)
81
208417
rss feed is broken
2024-03-22 14:39:20+00:00
2024-03-22 21:30: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 creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: N/A <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: - OS Version: Steps to Reproduce: 1. Go to https://code.visualstudio.com/updates 2. Select the rss feed subscribe link ![image](https://github.com/microsoft/vscode/assets/45947468/c7d625fc-8e57-4b19-808c-2663bf679510) 3. The following is displayed ![image](https://github.com/microsoft/vscode/assets/45947468/7510135c-94cb-4695-8fcc-864d9900e93d)
completed
rss feed is broken <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: N/A <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: - OS Version: Steps to Reproduce: 1. Go to https://code.visualstudio.com/updates 2. Select the rss feed subscribe link ![image](https://github.com/microsoft/vscode/assets/45947468/c7d625fc-8e57-4b19-808c-2663bf679510) 3. The following is displayed ![image](https://github.com/microsoft/vscode/assets/45947468/7510135c-94cb-4695-8fcc-864d9900e93d)
440
208413
ctrl+c in a file without a selection is being handled by chat-codeblock
2024-03-22 14:12:59+00:00
2024-03-22 21:21:11+00:00
I find myself accidentally copying he entire file recently, turns out this is because we no longer copy a line when there is no selection but the whole file. When I enable keybinding troubleshooting I see it's being handled by chat-codeblock: ``` 2024-03-22 07:10:04.097 [trace] Command 'editor.action.clipboardCopyAction' was handled by 'chat-codeblock'. ``` I didn't have chat open at the time
completed
ctrl+c in a file without a selection is being handled by chat-codeblock I find myself accidentally copying he entire file recently, turns out this is because we no longer copy a line when there is no selection but the whole file. When I enable keybinding troubleshooting I see it's being handled by chat-codeblock: ``` 2024-03-22 07:10:04.097 [trace] Command 'editor.action.clipboardCopyAction' was handled by 'chat-codeblock'. ``` I didn't have chat open at the time
130
208404
Quick chat screen cheese
2024-03-22 13:06:28+00:00
2024-03-22 13:35:11+00:00
* todays insiders * open quick chat * ๐Ÿ› the RHS toolbar hangs off the view <img width="171" alt="Screenshot 2024-03-22 at 14 05 50" src="https://github.com/microsoft/vscode/assets/1794099/51580384-8020-4cc9-91ce-33bd663e709e">
completed
Quick chat screen cheese * todays insiders * open quick chat * ๐Ÿ› the RHS toolbar hangs off the view <img width="171" alt="Screenshot 2024-03-22 at 14 05 50" src="https://github.com/microsoft/vscode/assets/1794099/51580384-8020-4cc9-91ce-33bd663e709e">
93
208394
Inline chat content widget doesn't relayout when having multiple input lines
2024-03-22 11:44:41+00:00
2024-03-22 12:24:23+00:00
* start inline chat * in the content widget author multiple lines * :bug: the widget's height doesn't change
completed
Inline chat content widget doesn't relayout when having multiple input lines * start inline chat * in the content widget author multiple lines * :bug: the widget's height doesn't change
44
208386
Inline chat history isn't always working
2024-03-22 09:29:30+00:00
2024-03-22 10:04:23+00:00
* open inline chat (content widget) * type and submit a query * re-open inline chat * ๐Ÿ› the query is remember when arrowing up
completed
Inline chat history isn't always working * open inline chat (content widget) * type and submit a query * re-open inline chat * ๐Ÿ› the query is remember when arrowing up
46
208379
Command highlight is missing
2024-03-22 08:00:11+00:00
2024-03-22 08:58:18+00:00
* open inline chat * type or select one of the slash commands * :bug: there is no highlighting <img width="693" alt="Screenshot 2024-03-22 at 08 59 43" src="https://github.com/microsoft/vscode/assets/1794099/ea98ded4-53e6-492b-8943-2eac8ca82b86">
completed
Command highlight is missing * open inline chat * type or select one of the slash commands * :bug: there is no highlighting <img width="693" alt="Screenshot 2024-03-22 at 08 59 43" src="https://github.com/microsoft/vscode/assets/1794099/ea98ded4-53e6-492b-8943-2eac8ca82b86">
99
208377
Flicker on very first inline chat showing
2024-03-22 07:54:43+00:00
2024-03-22 08:58:18+00:00
* reload workbench * trigger inline chat as soon as chat is ready * ๐Ÿ› the content chat widget looks like this on first show โฌ‡๏ธ <img width="507" alt="Screenshot 2024-03-22 at 08 53 54" src="https://github.com/microsoft/vscode/assets/1794099/4e36ee3b-c62d-4a8c-9f4e-df8b1d66ebac">
completed
Flicker on very first inline chat showing * reload workbench * trigger inline chat as soon as chat is ready * ๐Ÿ› the content chat widget looks like this on first show โฌ‡๏ธ <img width="507" alt="Screenshot 2024-03-22 at 08 53 54" src="https://github.com/microsoft/vscode/assets/1794099/4e36ee3b-c62d-4a8c-9f4e-df8b1d66ebac">
119
208375
Inline chat suggest widget is behind things
2024-03-22 07:32:04+00:00
2024-03-22 08:58:17+00:00
* have two side by side editor that are narrow * open inline chat (cmd+i) * trigger suggest so that it overlaps with the RHS editor * ๐Ÿ› the widget is behind <img width="561" alt="Screenshot 2024-03-22 at 08 31 00" src="https://github.com/microsoft/vscode/assets/1794099/9861598c-6370-40e3-9fff-73eb087b97cb">
completed
Inline chat suggest widget is behind things * have two side by side editor that are narrow * open inline chat (cmd+i) * trigger suggest so that it overlaps with the RHS editor * ๐Ÿ› the widget is behind <img width="561" alt="Screenshot 2024-03-22 at 08 31 00" src="https://github.com/microsoft/vscode/assets/1794099/9861598c-6370-40e3-9fff-73eb087b97cb">
119
209061
[Bug] Can't search chats in quick open
2024-03-22 05:05:39+00:00
<!-- Please search existing issues to avoid creating duplicates --> <!-- Please test using the latest insiders build to make sure your issue has not already been implemented: https://code.visualstudio.com/insiders/ --> <!-- Describe the feature you'd like. --> I have a chat open: ![image](https://github.com/microsoft/vscode-copilot-release/assets/28700378/9476c6d9-5610-4c73-a974-7148a949fbfc) But it can't be found after typing the keywords: ![image](https://github.com/microsoft/vscode-copilot-release/assets/28700378/3331c5d1-0088-4c2f-a56a-2b30655d3904)
[Bug] Can't search chats in quick open <!-- Please search existing issues to avoid creating duplicates --> <!-- Please test using the latest insiders build to make sure your issue has not already been implemented: https://code.visualstudio.com/insiders/ --> <!-- Describe the feature you'd like. --> I have a chat open: ![image](https://github.com/microsoft/vscode-copilot-release/assets/28700378/9476c6d9-5610-4c73-a974-7148a949fbfc) But it can't be found after typing the keywords: ![image](https://github.com/microsoft/vscode-copilot-release/assets/28700378/3331c5d1-0088-4c2f-a56a-2b30655d3904)
207
208343
Product icon for debug-stackframe-dot is not overwritten by designated icon in product icon theme
2024-03-21 23:12:00+00:00
2024-04-16 00:10:34+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows_NT x64 10.0.22621 (Windows 11 Professional) Steps to Reproduce: 1. Create a product icon theme that replaces the product icon with identifier `debug-stackframe-dot` 2. Load product icon theme 3. Start debug session in a file/language with debugger support (e.g. Python) 4. The icon is not replaced. In developer tools I can see that the CSS property for `content` is incorrect (it uses the default VSCode product icon font and the font glyph content ID) as well as that the `font-family` property is not set. --- I am in the middle of making a product icon theme and I happened to notice the described behaviour. Either the documentation at https://code.visualstudio.com/api/references/icons-in-labels is (no longer?) incorrect or the logic to replace this icon is not present. All the other debug and debug-stackframe icons seem to be working just fine.
completed
Product icon for debug-stackframe-dot is not overwritten by designated icon in product icon theme <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows_NT x64 10.0.22621 (Windows 11 Professional) Steps to Reproduce: 1. Create a product icon theme that replaces the product icon with identifier `debug-stackframe-dot` 2. Load product icon theme 3. Start debug session in a file/language with debugger support (e.g. Python) 4. The icon is not replaced. In developer tools I can see that the CSS property for `content` is incorrect (it uses the default VSCode product icon font and the font glyph content ID) as well as that the `font-family` property is not set. --- I am in the middle of making a product icon theme and I happened to notice the described behaviour. Either the documentation at https://code.visualstudio.com/api/references/icons-in-labels is (no longer?) incorrect or the logic to replace this icon is not present. All the other debug and debug-stackframe icons seem to be working just fine.
551
208329
VSCode ignores .gitconfig file
2024-03-21 18:53:03+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: **Yes** <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows 11 Enterprise 23H2 Steps to Reproduce: 1. `git config --system --edit` ``` [core] editor = notepad ``` 1. `git init` 2. `git commit --allow-empty` 3. Notepad should open, enter a commit message. 4. code . 5. Create `file.txt` in the root of the repository, content can be anything, "Hello World". 6. Use VSCode GUI to stage the file, click `Commit` without providing a commit message. **Expected** Notepad should open for you to provide a commit message. **Actual** A new editor opens in VSCode. Something in the application is overriding the setting in my system level .gitconfig file. ## Additional Info My team has been struggling with this for quite some time. I've used the `core.editor` key as an example, I've seen other settings get "ignored" for lack of a better word. Specifically, `user.name` and `user.email`. These appear in the global config file, verified by `git config --show-origin user.name user.email`, but VSCode complains and says that a commit can't be made without a user and email provided. When this happens, we've always been able to make a commit using a separate terminal, but not in VSCode. The fix has been to uncheck this setting `Git: Require Git User Config`.
VSCode ignores .gitconfig file <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: **Yes** <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows 11 Enterprise 23H2 Steps to Reproduce: 1. `git config --system --edit` ``` [core] editor = notepad ``` 1. `git init` 2. `git commit --allow-empty` 3. Notepad should open, enter a commit message. 4. code . 5. Create `file.txt` in the root of the repository, content can be anything, "Hello World". 6. Use VSCode GUI to stage the file, click `Commit` without providing a commit message. **Expected** Notepad should open for you to provide a commit message. **Actual** A new editor opens in VSCode. Something in the application is overriding the setting in my system level .gitconfig file. ## Additional Info My team has been struggling with this for quite some time. I've used the `core.editor` key as an example, I've seen other settings get "ignored" for lack of a better word. Specifically, `user.name` and `user.email`. These appear in the global config file, verified by `git config --show-origin user.name user.email`, but VSCode complains and says that a commit can't be made without a user and email provided. When this happens, we've always been able to make a commit using a separate terminal, but not in VSCode. The fix has been to uncheck this setting `Git: Require Git User Config`.
650
208321
Opening recent from macOS dock creates a duplicate workspace
2024-03-21 17:48:36+00:00
2024-03-22 07:42:51+00:00
<!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.87.2 - OS Version: macOS Sonoma Steps to Reproduce: 1. From `File/Open Folder` create a new project named Test. 2. Close it. 3. Open it from the VSCode's dock context menu. 4. `File/Open Recent` should now look like: <img width="547" alt="image" src="https://github.com/microsoft/vscode/assets/2845433/6889429a-9d2c-4291-b4bc-549a876f76cd"> This is not only a duplicated entry in the menu. If you change the state of one of those projects, say you open a new tab with some file, the change is not propagated to the other one. Of course the new file in the folder will be visible by both, I'm just referring to the state of the workspace. They are actually seen as different workspaces at some level. It's causing this bug https://github.com/REditorSupport/vscode-R/issues/1504
completed
Opening recent from macOS dock creates a duplicate workspace <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.87.2 - OS Version: macOS Sonoma Steps to Reproduce: 1. From `File/Open Folder` create a new project named Test. 2. Close it. 3. Open it from the VSCode's dock context menu. 4. `File/Open Recent` should now look like: <img width="547" alt="image" src="https://github.com/microsoft/vscode/assets/2845433/6889429a-9d2c-4291-b4bc-549a876f76cd"> This is not only a duplicated entry in the menu. If you change the state of one of those projects, say you open a new tab with some file, the change is not propagated to the other one. Of course the new file in the folder will be visible by both, I'm just referring to the state of the workspace. They are actually seen as different workspaces at some level. It's causing this bug https://github.com/REditorSupport/vscode-R/issues/1504
290
208309
Links on terminal dispose when experimental chat is enabled
2024-03-21 14:46:09+00:00
2024-03-21 19:40:39+00:00
Repro: 1. Enable chat `"terminal.integrated.experimentalInlineChat": true` 2. Open terminal 3. Kill terminal ![image](https://github.com/microsoft/vscode/assets/2193314/ea695d23-12dc-4c78-9c76-a5a9c5df5481)
completed
Links on terminal dispose when experimental chat is enabled Repro: 1. Enable chat `"terminal.integrated.experimentalInlineChat": true` 2. Open terminal 3. Kill terminal ![image](https://github.com/microsoft/vscode/assets/2193314/ea695d23-12dc-4c78-9c76-a5a9c5df5481)
90
208276
[linked rename] Linked Editing does't work well
2024-03-21 05:00:56+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: macOS 14.3.1 (23D60) Steps to Reproduce: 1. set up the linked editing option as true 2. crate an HTML tag with one or two attributes, like `<div class="main"></div>` 3. modify the name of the tag on the opening tag, you would find out that the closing tag is automatically deleted while not added automatically. ![2024-03-21 13 06 27](https://github.com/microsoft/vscode/assets/143488669/f408d9f6-cf90-4770-8bee-bda7a60b407f)
reopened
[linked rename] Linked Editing does't work well <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: macOS 14.3.1 (23D60) Steps to Reproduce: 1. set up the linked editing option as true 2. crate an HTML tag with one or two attributes, like `<div class="main"></div>` 3. modify the name of the tag on the opening tag, you would find out that the closing tag is automatically deleted while not added automatically. ![2024-03-21 13 06 27](https://github.com/microsoft/vscode/assets/143488669/f408d9f6-cf90-4770-8bee-bda7a60b407f)
457
208263
Webview.postMessage hangs when dragging a webview into its own window
2024-03-20 22:47:47+00:00
2024-03-27 06:52:21+00:00
Refs: https://github.com/microsoft/vscode/issues/195715 I've been playing with the new ability to drag a webview editor out into its own window, but I am seeing a hang when calling `postMessage` to send data to the webview when it is dragged out. This might just be another instance of https://github.com/microsoft/vscode/issues/159431 which hasn't yet been fixed, but it seems to happen to me 100% of the time when dragging the GitLens Commit Graph into its own window. I currently have a 30s "timeout" to avoid the above hang, but it still leaves things in a not great state. /cc @bpasero @mjbvz
completed
Webview.postMessage hangs when dragging a webview into its own window Refs: https://github.com/microsoft/vscode/issues/195715 I've been playing with the new ability to drag a webview editor out into its own window, but I am seeing a hang when calling `postMessage` to send data to the webview when it is dragged out. This might just be another instance of https://github.com/microsoft/vscode/issues/159431 which hasn't yet been fixed, but it seems to happen to me 100% of the time when dragging the GitLens Commit Graph into its own window. I currently have a 30s "timeout" to avoid the above hang, but it still leaves things in a not great state. /cc @bpasero @mjbvz
191
208262
Safari: clicking to the right of some text puts cursor at the front
2024-03-20 22:29:49+00:00
2024-03-26 16:27:22+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0-insider in Safari - OS Version: macOS Steps to Reproduce: 1. In _Safari_ open https://insiders.vscode.dev 2. create a file with: ``` asdf asdf asdf asdf ``` 3. click to the right of any `asdf` 4. ๐Ÿ› the cursor goes to the beginning of the line not the end https://github.com/microsoft/vscode/assets/2644648/da460347-23f7-4cc4-bdcf-ae1058a9df92 This does not repro in stable vscode.dev
completed
Safari: clicking to the right of some text puts cursor at the front <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0-insider in Safari - OS Version: macOS Steps to Reproduce: 1. In _Safari_ open https://insiders.vscode.dev 2. create a file with: ``` asdf asdf asdf asdf ``` 3. click to the right of any `asdf` 4. ๐Ÿ› the cursor goes to the beginning of the line not the end https://github.com/microsoft/vscode/assets/2644648/da460347-23f7-4cc4-bdcf-ae1058a9df92 This does not repro in stable vscode.dev
458
208239
Fold button margins are off between multi- and single-diff
2024-03-20 18:38:26+00:00
<img width="3200" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/912a6e71-308d-4be9-bbce-05017bf9beac"> Version: 1.88.0-insider Commit: f7c827a5e0ddbba66425ea54e33430bce8f53c84 Date: 2024-03-20T06:01:00.977Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0
Fold button margins are off between multi- and single-diff <img width="3200" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/912a6e71-308d-4be9-bbce-05017bf9beac"> Version: 1.88.0-insider Commit: f7c827a5e0ddbba66425ea54e33430bce8f53c84 Date: 2024-03-20T06:01:00.977Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0
177
208232
Incorrect indentation inside of comments
2024-03-20 17:50:49+00:00
- Consider the following TS example ``` /** indentation done for { */ ``` - Place the cursor after the opening brace - Click enter - The next line will be indented although it doesn't make sense to do an indentation here https://github.com/microsoft/vscode/assets/61460952/0e04b56b-33f3-4204-8c61-074c5a9ff1a8
Incorrect indentation inside of comments - Consider the following TS example ``` /** indentation done for { */ ``` - Place the cursor after the opening brace - Click enter - The next line will be indented although it doesn't make sense to do an indentation here https://github.com/microsoft/vscode/assets/61460952/0e04b56b-33f3-4204-8c61-074c5a9ff1a8
105
208227
Inconsistent padding in tab switcher
2024-03-20 17:13:34+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0-insider (f7c827a5e0ddbba66425ea54e33430bce8f53c84) - OS Version: macOS Sonoma 14.4 The padding in the tab switcher (Ctrl + Tab) is too large at the bottom and slightly too small at the top: ![Bottom](https://github.com/microsoft/vscode/assets/1312807/289f0011-41a6-48c6-87fe-a3a9eb9fb278) For other lists like file search, the padding is equal at the bottom and the left/right, which looks much better: ![Correct](https://github.com/microsoft/vscode/assets/1312807/40d59e00-8614-4f18-9cdc-600de66dae15)
Inconsistent padding in tab switcher <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0-insider (f7c827a5e0ddbba66425ea54e33430bce8f53c84) - OS Version: macOS Sonoma 14.4 The padding in the tab switcher (Ctrl + Tab) is too large at the bottom and slightly too small at the top: ![Bottom](https://github.com/microsoft/vscode/assets/1312807/289f0011-41a6-48c6-87fe-a3a9eb9fb278) For other lists like file search, the padding is equal at the bottom and the left/right, which looks much better: ![Correct](https://github.com/microsoft/vscode/assets/1312807/40d59e00-8614-4f18-9cdc-600de66dae15)
505
208215
Auto-indent: incorrect indentation after `Enter` of arrow in arrow function
2024-03-20 16:09:09+00:00
2024-03-21 16:01:17+00:00
- Type the following in a TS file `const add1 = (n) =>` - Press Enter after the arrow. The cursor is not indented (here cursor is shown by | symbol): ``` const add1 = (n) => | ``` - We should instead have: ``` const add1 = (n) => | ```
completed
Auto-indent: incorrect indentation after `Enter` of arrow in arrow function - Type the following in a TS file `const add1 = (n) =>` - Press Enter after the arrow. The cursor is not indented (here cursor is shown by | symbol): ``` const add1 = (n) => | ``` - We should instead have: ``` const add1 = (n) => | ```
102
208213
Highlighting broken in quickpick
2024-03-20 15:55:42+00:00
2024-03-20 16:12:36+00:00
![image](https://github.com/microsoft/vscode/assets/2644648/92214b44-41a0-47da-9946-cd9f89fa6179) reported by @joaomoreno and @alexdima
completed
Highlighting broken in quickpick ![image](https://github.com/microsoft/vscode/assets/2644648/92214b44-41a0-47da-9946-cd9f89fa6179) reported by @joaomoreno and @alexdima
68
208207
Quick chat "x" icon is outside the chat background
2024-03-20 14:32:34+00:00
2024-03-20 16:25:04+00:00
<img width="616" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/367c23b2-5de5-42b9-a781-fe99efb4204c">
completed
Quick chat "x" icon is outside the chat background <img width="616" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/367c23b2-5de5-42b9-a781-fe99efb4204c">
70
208205
Inline chat appears hidden behind sticky scroll
2024-03-20 14:29:25+00:00
2024-03-22 10:12:31+00:00
ERROR: type should be string, got "\r\nhttps://github.com/microsoft/vscode/assets/16353531/d6274d09-c0f4-4a74-9936-914947ac9513\r\n\r\nVersion: 1.88.0-insider\r\nCommit: f7c827a5e0ddbba66425ea54e33430bce8f53c84\r\nDate: 2024-03-20T06:01:00.977Z\r\nElectron: 28.2.6\r\nElectronBuildId: 27476517\r\nChromium: 120.0.6099.291\r\nNode.js: 18.18.2\r\nV8: 12.0.267.19-electron.0\r\nOS: Darwin arm64 23.4.0"
completed
Inline chat appears hidden behind sticky scroll https://github.com/microsoft/vscode/assets/16353531/d6274d09-c0f4-4a74-9936-914947ac9513 Version: 1.88.0-insider Commit: f7c827a5e0ddbba66425ea54e33430bce8f53c84 Date: 2024-03-20T06:01:00.977Z Electron: 28.2.6 ElectronBuildId: 27476517 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0
154
208191
Editor selection lost while response is streaming
2024-03-20 12:48: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 creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: MacOS Sonoma Steps to Reproduce: 1. Ask Copilot to add comments to all over the file 2. Try to select a selection and copy that to clipboard, the selection keeps getting reset, I do think its because of the re-rendering happening to the DOM node in the chat https://github.com/microsoft/vscode/assets/10356126/68163337-a5e7-4fc3-8801-68e43e671cb7 I am also adding a scree-grab on the behaviour I am able to see Note: This also happens not just for the code blocks but also the text being rendered in the chat when the output from the LLM is streaming. I am also on Copilot Chat preview version right now.
Editor selection lost while response is streaming <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: MacOS Sonoma Steps to Reproduce: 1. Ask Copilot to add comments to all over the file 2. Try to select a selection and copy that to clipboard, the selection keeps getting reset, I do think its because of the re-rendering happening to the DOM node in the chat https://github.com/microsoft/vscode/assets/10356126/68163337-a5e7-4fc3-8801-68e43e671cb7 I am also adding a scree-grab on the behaviour I am able to see Note: This also happens not just for the code blocks but also the text being rendered in the chat when the output from the LLM is streaming. I am also on Copilot Chat preview version right now.
482
208187
In Browser, 'editorOpened' telemetry event does not contain any 'resource' descriptor for the diff view
2024-03-20 11:47:16+00:00
2024-03-22 17:22:34+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: vscode.dev Version: 1.87.2 (Commit: 863d2581ecda6849923a2118d93a088b0745d9d6) - OS Version: Mac OS 14.4 (23E214) I am working on Google and we need this data to be logged. Since you are logging this both in non-browser, and for regular text editors, I think this is just an oversight. Steps to Reproduce: 1. Open a remote repository, for example from Github. 2. Make a change to any file. 3. Turn on "Set Log Level" to "Trace". 4. Open "Output" panel and switch to "Telemetry". 5. Open the diff view from the source control view for the change you made in step 2. 6. Notice how in the Output panel, a telemetry event 'editorOpened' appears, but it does not have "resource" set, unlike similar events for the regular text editor. I tracked this down to https://github.com/microsoft/vscode/blob/d3877fb1dd70875601281420ca4ecfa22356a496/src/vs/workbench/browser/parts/editor/editorGroupView.ts#L666-L682 And https://github.com/microsoft/vscode/blob/d3877fb1dd70875601281420ca4ecfa22356a496/src/vs/workbench/common/editor.ts#L1335-L1353 The issue seems to be that `getOriginalUri()` is called without passing `supportSideBySide`, and so undefined is returned for the diff editor (and some other editors). I believe the correct solution is to pass `supportSideBySide: SideBySideEditor.BOTH`, and then handle the primary and secondary resource. I suggest that the primary resource is logged as `resource`, the same way it would be for regular text editor. The secondary resource can be logged as `resourceSecondary`. I will send a PR for this, then we can discuss the details.
completed
In Browser, 'editorOpened' telemetry event does not contain any 'resource' descriptor for the diff view <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: vscode.dev Version: 1.87.2 (Commit: 863d2581ecda6849923a2118d93a088b0745d9d6) - OS Version: Mac OS 14.4 (23E214) I am working on Google and we need this data to be logged. Since you are logging this both in non-browser, and for regular text editors, I think this is just an oversight. Steps to Reproduce: 1. Open a remote repository, for example from Github. 2. Make a change to any file. 3. Turn on "Set Log Level" to "Trace". 4. Open "Output" panel and switch to "Telemetry". 5. Open the diff view from the source control view for the change you made in step 2. 6. Notice how in the Output panel, a telemetry event 'editorOpened' appears, but it does not have "resource" set, unlike similar events for the regular text editor. I tracked this down to https://github.com/microsoft/vscode/blob/d3877fb1dd70875601281420ca4ecfa22356a496/src/vs/workbench/browser/parts/editor/editorGroupView.ts#L666-L682 And https://github.com/microsoft/vscode/blob/d3877fb1dd70875601281420ca4ecfa22356a496/src/vs/workbench/common/editor.ts#L1335-L1353 The issue seems to be that `getOriginalUri()` is called without passing `supportSideBySide`, and so undefined is returned for the diff editor (and some other editors). I believe the correct solution is to pass `supportSideBySide: SideBySideEditor.BOTH`, and then handle the primary and secondary resource. I suggest that the primary resource is logged as `resource`, the same way it would be for regular text editor. The secondary resource can be logged as `resourceSecondary`. I will send a PR for this, then we can discuss the details.
813
208182
Custom Hover can flicker when hovering over pointer
2024-03-20 10:54:01+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows 11 Steps to Reproduce: 1. Open vs code in an empty directory: `code --disable-extensions` 2. Move mouse to explorer view location as shown in the included video. -> Mouse icon starts to flicker https://github.com/microsoft/vscode/assets/4389140/a25336f9-ca86-4e58-96c6-fb24f5a133f1
Custom Hover can flicker when hovering over pointer <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows 11 Steps to Reproduce: 1. Open vs code in an empty directory: `code --disable-extensions` 2. Move mouse to explorer view location as shown in the included video. -> Mouse icon starts to flicker https://github.com/microsoft/vscode/assets/4389140/a25336f9-ca86-4e58-96c6-fb24f5a133f1
416
208152
Inline Completions ghost text flashes on VSCode 1.87 for word-by-word accepts (ghost text did not disappear on 1.86)
2024-03-20 00:30:08+00:00
2024-03-28 06:56: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 creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Not relevant <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: MacOS Sonoma 14.3 (23D56) Steps to Reproduce: Use word-by-word/line-by-line accepts for an `InlineCompletionItemProvider`. I re-serve the same completion from cache after word-by-word accepts (with already accepted text filtered out). The completion suggestion flashes even though the ghost text did not change. This did not use to happen on VSCode 1.86 (downgraded and tested with the same VSIX). Example of text flashing on VSCode 1.87 gif: ![ScreenRecording](https://github.com/microsoft/vscode/assets/24802378/ec3cc71f-3a36-4e58-8eb7-508c4ca5a70d) mov: https://github.com/microsoft/vscode/assets/24802378/4fd26d4b-e4be-4259-bbc8-22ee98e8555a
completed
Inline Completions ghost text flashes on VSCode 1.87 for word-by-word accepts (ghost text did not disappear on 1.86) <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Not relevant <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: MacOS Sonoma 14.3 (23D56) Steps to Reproduce: Use word-by-word/line-by-line accepts for an `InlineCompletionItemProvider`. I re-serve the same completion from cache after word-by-word accepts (with already accepted text filtered out). The completion suggestion flashes even though the ghost text did not change. This did not use to happen on VSCode 1.86 (downgraded and tested with the same VSIX). Example of text flashing on VSCode 1.87 gif: ![ScreenRecording](https://github.com/microsoft/vscode/assets/24802378/ec3cc71f-3a36-4e58-8eb7-508c4ca5a70d) mov: https://github.com/microsoft/vscode/assets/24802378/4fd26d4b-e4be-4259-bbc8-22ee98e8555a
565
208128
Separators are indented
2024-03-19 20:08:14+00:00
2024-03-19 20:58:05+00:00
<img width="612" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/8052b5e2-d34c-4041-9b2c-a739bbc3aba9"> originally reported by @sbatten
completed
Separators are indented <img width="612" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/8052b5e2-d34c-4041-9b2c-a739bbc3aba9"> originally reported by @sbatten
75
208126
[linked rename] HTML doesn't rename or auto-fill non-ASCII tags
2024-03-19 20:05:24+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows 11 Steps to Reproduce: 1. Define a HTML tag with a non-ascii character in CSS ```html <html> <head> <style> clichรฉ { /* รฉ is non-ASCII*/ font-size: 100PX; font-family: monospace; } </style> </head> <body> <clichรฉ>Looks illegal but it๊žŒs valid</clich> <!-- clich is autofilled instead of clichรฉ --> </body> </html> ``` 2. Type `<clichรฉ>`, you get `<clichรฉ>Text</clich>`.
[linked rename] HTML doesn't rename or auto-fill non-ASCII tags <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: Windows 11 Steps to Reproduce: 1. Define a HTML tag with a non-ascii character in CSS ```html <html> <head> <style> clichรฉ { /* รฉ is non-ASCII*/ font-size: 100PX; font-family: monospace; } </style> </head> <body> <clichรฉ>Looks illegal but it๊žŒs valid</clich> <!-- clich is autofilled instead of clichรฉ --> </body> </html> ``` 2. Type `<clichรฉ>`, you get `<clichรฉ>Text</clich>`.
470
208112
Coverage API behaves oddly with coverage-only runs
2024-03-19 17:49:27+00:00
2024-03-27 18:21:11+00:00
I think I ran into a bug, trying to use the coverage API to integrate coverage data loaded from a file. I am trying to follow the instructions which were previously [provided up-thread](https://github.com/microsoft/vscode/issues/123713#issuecomment-840908164) ### Scenario I am creating two test runs. Those test runs have no test cases attached, they only contain a name, some output (`appendOutput`) and the coverage data. <details> <summary>Minimal repro</summary> ```typescript import * as vscode from "vscode"; class BazelCoverageProvider implements vscode.TestCoverageProvider { provideFileCoverage( token: vscode.CancellationToken, ): vscode.ProviderResult<vscode.FileCoverage[]> { const detailedCoverage = [ new vscode.DeclarationCoverage( "test_func", 12, new vscode.Position(1, 12), ), new vscode.DeclarationCoverage( "test_func2", 0, new vscode.Position(10, 0), ), new vscode.StatementCoverage(true, new vscode.Position(15, 3)), new vscode.StatementCoverage(false, new vscode.Position(16, 0)), ]; return [ vscode.FileCoverage.fromDetails( vscode.Uri.file("/Users/avogelsgesang/hyper/hyper-db/hyper/ir/IR.cpp"), detailedCoverage, ), ]; } // Already fully resolved. Noting to resolve resolveFileCoverage?( coverage: vscode.FileCoverage, token: vscode.CancellationToken, ): vscode.ProviderResult<vscode.FileCoverage> { return coverage; } } export async function activate(context: vscode.ExtensionContext) { // Create the test controller const testController = vscode.tests.createTestController( "bazel-coverage", "Bazel Coverage", ); context.subscriptions.push(testController); // Provide coverage info 1 const run = testController.createTestRun( new vscode.TestRunRequest(), "/my/coverage.lcov", false, ); run.appendOutput("Information about where we loaded the coverage from..."); run.coverageProvider = new BazelCoverageProvider(); run.end(); // Provide coverage info 2 const run2 = testController.createTestRun( new vscode.TestRunRequest(), "/my/second_coverage.lcov", false, ); run2.appendOutput("Some other information..."); run2.coverageProvider = new BazelCoverageProvider(); run2.end(); } ``` </details> ### Observed behavior <img width="777" alt="Screenshot 2024-03-05 at 14 34 15" src="https://github.com/microsoft/vscode/assets/6820896/9a4d3c35-45fe-4892-a9b8-1d3215a7503a"> I see two coverage entries in the test result list, and I can switch between them. Also, I see the output from the 2nd test run. However, I do not see the test run names "/my/coverage.lcov" and "/my/second_coverage.lcov" anywhere. Also, there seems to be no way to see inspect the `appendOutput` output from the first run. ### Expected behavior I guess the "Close test coverage"/"View test coverage" should be grouped under a test run? Even if there are no tests and only coverage data inside this test run? Also, it would be good to be able to set the overall test run into a "success"/"failed" state, even without listing explicit sub-tests _Originally posted by @vogelsgesang in https://github.com/microsoft/vscode/issues/123713#issuecomment-1978795431_
completed
Coverage API behaves oddly with coverage-only runs I think I ran into a bug, trying to use the coverage API to integrate coverage data loaded from a file. I am trying to follow the instructions which were previously [provided up-thread](https://github.com/microsoft/vscode/issues/123713#issuecomment-840908164) ### Scenario I am creating two test runs. Those test runs have no test cases attached, they only contain a name, some output (`appendOutput`) and the coverage data. <details> <summary>Minimal repro</summary> ```typescript import * as vscode from "vscode"; class BazelCoverageProvider implements vscode.TestCoverageProvider { provideFileCoverage( token: vscode.CancellationToken, ): vscode.ProviderResult<vscode.FileCoverage[]> { const detailedCoverage = [ new vscode.DeclarationCoverage( "test_func", 12, new vscode.Position(1, 12), ), new vscode.DeclarationCoverage( "test_func2", 0, new vscode.Position(10, 0), ), new vscode.StatementCoverage(true, new vscode.Position(15, 3)), new vscode.StatementCoverage(false, new vscode.Position(16, 0)), ]; return [ vscode.FileCoverage.fromDetails( vscode.Uri.file("/Users/avogelsgesang/hyper/hyper-db/hyper/ir/IR.cpp"), detailedCoverage, ), ]; } // Already fully resolved. Noting to resolve resolveFileCoverage?( coverage: vscode.FileCoverage, token: vscode.CancellationToken, ): vscode.ProviderResult<vscode.FileCoverage> { return coverage; } } export async function activate(context: vscode.ExtensionContext) { // Create the test controller const testController = vscode.tests.createTestController( "bazel-coverage", "Bazel Coverage", ); context.subscriptions.push(testController); // Provide coverage info 1 const run = testController.createTestRun( new vscode.TestRunRequest(), "/my/coverage.lcov", false, ); run.appendOutput("Information about where we loaded the coverage from..."); run.coverageProvider = new BazelCoverageProvider(); run.end(); // Provide coverage info 2 const run2 = testController.createTestRun( new vscode.TestRunRequest(), "/my/second_coverage.lcov", false, ); run2.appendOutput("Some other information..."); run2.coverageProvider = new BazelCoverageProvider(); run2.end(); } ``` </details> ### Observed behavior <img width="777" alt="Screenshot 2024-03-05 at 14 34 15" src="https://github.com/microsoft/vscode/assets/6820896/9a4d3c35-45fe-4892-a9b8-1d3215a7503a"> I see two coverage entries in the test result list, and I can switch between them. Also, I see the output from the 2nd test run. However, I do not see the test run names "/my/coverage.lcov" and "/my/second_coverage.lcov" anywhere. Also, there seems to be no way to see inspect the `appendOutput` output from the first run. ### Expected behavior I guess the "Close test coverage"/"View test coverage" should be grouped under a test run? Even if there are no tests and only coverage data inside this test run? Also, it would be good to be able to set the overall test run into a "success"/"failed" state, even without listing explicit sub-tests _Originally posted by @vogelsgesang in https://github.com/microsoft/vscode/issues/123713#issuecomment-1978795431_
999
208111
Add debounce to Quick Search
2024-03-19 17:45:38+00:00
2024-03-19 22:26:36+00:00
Repro: 1. Use quick search for something that appears in a lot in the repo. 2. Hold down the down arrow key to go through results. 3. Notice that it tries to open results very often, trying to open every file it comes across. Ideally, there is a debounce here.
completed
Add debounce to Quick Search Repro: 1. Use quick search for something that appears in a lot in the repo. 2. Hold down the down arrow key to go through results. 3. Notice that it tries to open results very often, trying to open every file it comes across. Ideally, there is a debounce here.
71
208102
Terminal: V can be wrongly rescaled
2024-03-19 15:51:42+00:00
2024-03-21 15:44:06+00:00
Found by @amunger ![image](https://github.com/microsoft/vscode/assets/2193314/d5018860-1e98-42e7-8298-930da71d5af6) ![image](https://github.com/microsoft/vscode/assets/2193314/f4e91b92-ed29-41ad-b978-716d1f6630f3) dpr = 1 ```json "editor.fontFamily": "Consolas, 'Courier New', monospace", "terminal.integrated.fontSize": 14, ```
completed
Terminal: V can be wrongly rescaled Found by @amunger ![image](https://github.com/microsoft/vscode/assets/2193314/d5018860-1e98-42e7-8298-930da71d5af6) ![image](https://github.com/microsoft/vscode/assets/2193314/f4e91b92-ed29-41ad-b978-716d1f6630f3) dpr = 1 ```json "editor.fontFamily": "Consolas, 'Courier New', monospace", "terminal.integrated.fontSize": 14, ```
155
208096
Enable MarkdownString#supportThemeIcons in chat response stream
2024-03-19 14:19:48+00:00
2024-04-24 18:02:41+00:00
https://github.com/microsoft/vscode/issues/199908#issuecomment-2003901424
completed
Enable MarkdownString#supportThemeIcons in chat response stream https://github.com/microsoft/vscode/issues/199908#issuecomment-2003901424
42
208089
Branch picker shows one icon in colors
2024-03-19 12:02:37+00:00
2024-03-26 00:58:38+00:00
![image](https://github.com/microsoft/vscode/assets/900690/8faed382-e8a0-4019-88d4-53e206b914c8) Notice the red icon, I find that somewhat unexpected. //cc @TylerLeonhardt
completed
Branch picker shows one icon in colors ![image](https://github.com/microsoft/vscode/assets/900690/8faed382-e8a0-4019-88d4-53e206b914c8) Notice the red icon, I find that somewhat unexpected. //cc @TylerLeonhardt
79
208069
Confusion with copy/paste key bindings with file explorer
2024-03-19 07:56:30+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: N/A - vscode.dev Steps to Reproduce: 1. Open vscode.dev (I tested with 1.87.2) 2. Open some text editor 3. Ctrl + c from file explorer, Ctrl +v to the text editor will paste the file path as expected. 4. Go to external editor and copy some text from there, and do Copy + v to see it is pasted in the notepad. 5. Go back to vscode text editor and do: - context menu (right click)-> paste will copy from windows as expected - Ctrl + v will copy from from previous clipboard See the following video: https://github.com/microsoft/vscode/assets/9718939/92984d44-d036-4923-9b45-b1eee8c4071e Also this scenario is a bit problematic: 1. ctrl + c from file explorer on some file 2. cannot paste to external editor
Confusion with copy/paste key bindings with file explorer <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.87.2 - OS Version: N/A - vscode.dev Steps to Reproduce: 1. Open vscode.dev (I tested with 1.87.2) 2. Open some text editor 3. Ctrl + c from file explorer, Ctrl +v to the text editor will paste the file path as expected. 4. Go to external editor and copy some text from there, and do Copy + v to see it is pasted in the notepad. 5. Go back to vscode text editor and do: - context menu (right click)-> paste will copy from windows as expected - Ctrl + v will copy from from previous clipboard See the following video: https://github.com/microsoft/vscode/assets/9718939/92984d44-d036-4923-9b45-b1eee8c4071e Also this scenario is a bit problematic: 1. ctrl + c from file explorer on some file 2. cannot paste to external editor
517
208056
File hierarchy is wrong in Test Coverage explorer (VS Code Insiders)
2024-03-19 02:31:31+00:00
2024-03-19 17:58:11+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.88.0-insider Commit: b356b209a5a41743b45f25d569a7afb733d347a9 Date: 2024-03-18T16:36:07.814Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.88.0-insider Chrome/120.0.6099.291 Electron/28.2.6 Safari/537.36 ![image](https://github.com/microsoft/vscode/assets/6193897/9e12ba0e-4081-4324-8c24-2a5d5000965a) The PetClinicRuntimeHints.java is a file and should not have other files as its children. @connor4312
completed
File hierarchy is wrong in Test Coverage explorer (VS Code Insiders) <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> Version: 1.88.0-insider Commit: b356b209a5a41743b45f25d569a7afb733d347a9 Date: 2024-03-18T16:36:07.814Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.88.0-insider Chrome/120.0.6099.291 Electron/28.2.6 Safari/537.36 ![image](https://github.com/microsoft/vscode/assets/6193897/9e12ba0e-4081-4324-8c24-2a5d5000965a) The PetClinicRuntimeHints.java is a file and should not have other files as its children. @connor4312
506
208016
Unable to open the ipynb file once an interactive window is saved
2024-03-18 14:37:21+00:00
2024-04-03 18:40:34+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: Insiders - OS Version: N/A Steps to Reproduce: 1. Run cells in Python file to start an IW 2. Press `ctrl+s` to save the IW as an ipynb file 3. Provide a name 4. The created ipynb file cannot be opened.
completed
Unable to open the ipynb file once an interactive window is saved <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: Insiders - OS Version: N/A Steps to Reproduce: 1. Run cells in Python file to start an IW 2. Press `ctrl+s` to save the IW as an ipynb file 3. Provide a name 4. The created ipynb file cannot be opened.
384
208009
Source Control - commit input not rendered with the correct height
2024-03-18 14:10:36+00:00
2024-03-18 15:00:25+00:00
Steps to Reproduce: 1. Set `scm.inputMinLineCount` to `3` 2. Open a folder/workspace with multiple repositories 3. Open the Source Control viewlet, and in the Source Control Repositories view select one repository 4. Switch to the Explorer viewer 5. Switch back to the Source Control viewlet and in the Source Control Repositories view pick another repository <img width="538" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/9c8d5799-606b-44d8-acba-8b5c6b43dcf4"> 6. Clicking the Refresh button renders the input with the correct height
completed
Source Control - commit input not rendered with the correct height Steps to Reproduce: 1. Set `scm.inputMinLineCount` to `3` 2. Open a folder/workspace with multiple repositories 3. Open the Source Control viewlet, and in the Source Control Repositories view select one repository 4. Switch to the Explorer viewer 5. Switch back to the Source Control viewlet and in the Source Control Repositories view pick another repository <img width="538" alt="image" src="https://github.com/microsoft/vscode/assets/3372902/9c8d5799-606b-44d8-acba-8b5c6b43dcf4"> 6. Clicking the Refresh button renders the input with the correct height
177
207977
Split View does not account for 1px border
2024-03-18 06:08:35+00:00
Reproduction steps: 1. Open `https://vscode.dev/github/microsoft/vscode` 2. Open a file and use command `Split Editor Right` 3. Look carefully at the dividing line of tab on the right. ![image](https://github.com/microsoft/vscode/assets/11473889/64d800fa-0ee5-428b-9698-5cf3c6a1a892) 5. The browser method can observe that the width of the border line is inconsistent when the first tab of the editor and the second tab are activated. ![image](https://github.com/microsoft/vscode/assets/11473889/ec62f7fb-1393-4e5f-8615-1a638d3e612c) ![image](https://github.com/microsoft/vscode/assets/11473889/2091aeca-9fd1-4460-a89a-bf61ad52586f) Version: 1.87.2 Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Embedder: vscode.dev <!-- generated by web issue reporter -->
Split View does not account for 1px border Reproduction steps: 1. Open `https://vscode.dev/github/microsoft/vscode` 2. Open a file and use command `Split Editor Right` 3. Look carefully at the dividing line of tab on the right. ![image](https://github.com/microsoft/vscode/assets/11473889/64d800fa-0ee5-428b-9698-5cf3c6a1a892) 5. The browser method can observe that the width of the border line is inconsistent when the first tab of the editor and the second tab are activated. ![image](https://github.com/microsoft/vscode/assets/11473889/ec62f7fb-1393-4e5f-8615-1a638d3e612c) ![image](https://github.com/microsoft/vscode/assets/11473889/2091aeca-9fd1-4460-a89a-bf61ad52586f) Version: 1.87.2 Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Embedder: vscode.dev <!-- generated by web issue reporter -->
326
207959
Terminal sticky scroll update now should be accumulated and deferred to microtask
2024-03-17 20:08:41+00:00
2024-03-22 16:42:29+00:00
Repro: 1. Run `ls -lR .` in terminal with a perf profile You see a bunch of `getBoundingClientRect` calls in the profile: <img width="270" alt="Screenshot 2024-03-17 at 1 08 11โ€ฏPM" src="https://github.com/microsoft/vscode/assets/2193314/e6db44d5-10f9-4f06-9ed0-2cca1c749f20"> https://github.com/microsoft/vscode/blob/08159ae502f04f459106521267c808ff08d15f99/src/vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay.ts#L247
completed
Terminal sticky scroll update now should be accumulated and deferred to microtask Repro: 1. Run `ls -lR .` in terminal with a perf profile You see a bunch of `getBoundingClientRect` calls in the profile: <img width="270" alt="Screenshot 2024-03-17 at 1 08 11โ€ฏPM" src="https://github.com/microsoft/vscode/assets/2193314/e6db44d5-10f9-4f06-9ed0-2cca1c749f20"> https://github.com/microsoft/vscode/blob/08159ae502f04f459106521267c808ff08d15f99/src/vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay.ts#L247
206
207946
Opening and closing audio cues picker adds a lot of settings
2024-03-17 13:07:09+00:00
2024-04-01 17:07:42+00:00
I opened the picker to see all audio cues and just clicked OK, my settings then got all of this: ![image](https://github.com/microsoft/vscode/assets/900690/7a568503-eb95-4118-add3-8d10dbff89b5) ``` "accessibility.signals.lineHasError": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasWarning": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasFoldedArea": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasBreakpoint": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasInlineSuggestion": { "sound": "off" }, "accessibility.signals.terminalQuickFix": { "sound": "off", "announcement": "auto" }, "accessibility.signals.onDebugBreak": { "sound": "off", "announcement": "auto" }, "accessibility.signals.noInlayHints": { "sound": "off", "announcement": "auto" }, "accessibility.signals.taskCompleted": { "sound": "off", "announcement": "auto" }, "accessibility.signals.taskFailed": { "sound": "off", "announcement": "auto" }, "accessibility.signals.terminalCommandFailed": { "sound": "off", "announcement": "auto" }, "accessibility.signals.terminalBell": { "sound": "off", "announcement": "auto" }, "accessibility.signals.notebookCellCompleted": { "sound": "off", "announcement": "auto" }, "accessibility.signals.notebookCellFailed": { "sound": "off", "announcement": "auto" }, "accessibility.signals.diffLineInserted": { "sound": "off" }, "accessibility.signals.diffLineDeleted": { "sound": "off" }, "accessibility.signals.diffLineModified": { "sound": "off" }, "accessibility.signals.chatRequestSent": { "sound": "off", "announcement": "auto" }, "accessibility.signals.chatResponseReceived": { "sound": "off" }, "accessibility.signals.chatResponsePending": { "sound": "off", "announcement": "auto" }, "accessibility.signals.clear": { "sound": "off", "announcement": "auto" }, "accessibility.signals.voiceRecordingStopped": { "sound": "off" } ``` I would have not expected any settings change unless I change away from the default?
completed
Opening and closing audio cues picker adds a lot of settings I opened the picker to see all audio cues and just clicked OK, my settings then got all of this: ![image](https://github.com/microsoft/vscode/assets/900690/7a568503-eb95-4118-add3-8d10dbff89b5) ``` "accessibility.signals.lineHasError": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasWarning": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasFoldedArea": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasBreakpoint": { "sound": "off", "announcement": "auto" }, "accessibility.signals.lineHasInlineSuggestion": { "sound": "off" }, "accessibility.signals.terminalQuickFix": { "sound": "off", "announcement": "auto" }, "accessibility.signals.onDebugBreak": { "sound": "off", "announcement": "auto" }, "accessibility.signals.noInlayHints": { "sound": "off", "announcement": "auto" }, "accessibility.signals.taskCompleted": { "sound": "off", "announcement": "auto" }, "accessibility.signals.taskFailed": { "sound": "off", "announcement": "auto" }, "accessibility.signals.terminalCommandFailed": { "sound": "off", "announcement": "auto" }, "accessibility.signals.terminalBell": { "sound": "off", "announcement": "auto" }, "accessibility.signals.notebookCellCompleted": { "sound": "off", "announcement": "auto" }, "accessibility.signals.notebookCellFailed": { "sound": "off", "announcement": "auto" }, "accessibility.signals.diffLineInserted": { "sound": "off" }, "accessibility.signals.diffLineDeleted": { "sound": "off" }, "accessibility.signals.diffLineModified": { "sound": "off" }, "accessibility.signals.chatRequestSent": { "sound": "off", "announcement": "auto" }, "accessibility.signals.chatResponseReceived": { "sound": "off" }, "accessibility.signals.chatResponsePending": { "sound": "off", "announcement": "auto" }, "accessibility.signals.clear": { "sound": "off", "announcement": "auto" }, "accessibility.signals.voiceRecordingStopped": { "sound": "off" } ``` I would have not expected any settings change unless I change away from the default?
813
207880
Up / Down arrow keys no longer navigate text after toggling Sticky Scrolling with 'Focus Sticky Scroll' enabled
2024-03-15 19:46:41+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.87.2 - OS Version: Arch linux: 6.7.9-arch1-1 (64-bit) Steps to Reproduce: 1. enable editor sticky scroll 2. view a file and scroll so that the sticky scroll bar is visible 3. (command pallet) > Focus Sticky Scroll 4. (without changing focus, disable sticky scroll: command pallet) > View: Toggle Editor Sticky Scroll Expected Results: The up and down arrow keys function normally, by navigating the cursor up and down lines Actual Results: The cursor does not move up or down. It moves left and right, as expected. `ctrl + up` still scrolls the editor up and down, and all other keybinds still function. Only navigating the cursor, up or down, is affected --- To fix the cursor (until you trigger the bug again) 1. re-enable sticky scrolling 2. scroll down to force the sticky scrolling bar visible again 3. select a line (either by clicking on the line in the sticky bar, or by hitting enter). This will put focus back into the editor alternatively, reload the window from the command pallet
Up / Down arrow keys no longer navigate text after toggling Sticky Scrolling with 'Focus Sticky Scroll' enabled <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.87.2 - OS Version: Arch linux: 6.7.9-arch1-1 (64-bit) Steps to Reproduce: 1. enable editor sticky scroll 2. view a file and scroll so that the sticky scroll bar is visible 3. (command pallet) > Focus Sticky Scroll 4. (without changing focus, disable sticky scroll: command pallet) > View: Toggle Editor Sticky Scroll Expected Results: The up and down arrow keys function normally, by navigating the cursor up and down lines Actual Results: The cursor does not move up or down. It moves left and right, as expected. `ctrl + up` still scrolls the editor up and down, and all other keybinds still function. Only navigating the cursor, up or down, is affected --- To fix the cursor (until you trigger the bug again) 1. re-enable sticky scrolling 2. scroll down to force the sticky scrolling bar visible again 3. select a line (either by clicking on the line in the sticky bar, or by hitting enter). This will put focus back into the editor alternatively, reload the window from the command pallet
514
207836
Powerline glyphs no longer rendering correctly in integrated terminal
2024-03-15 12:23:04+00:00
2024-03-29 15:39:25+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0-insider - OS Version: Windows 11 22631.3296 + WSL Ubuntu 22.04.4 Steps to Reproduce: 1. Open integrated terminal with powerline glyphs (I am using `CaskaydiaCove Nerd Font`) 2. Note glyphs are the incorrect width This appears to be a result of https://github.com/microsoft/vscode/pull/207740 ![Screenshot 2024-03-15 081649](https://github.com/microsoft/vscode/assets/10645823/dbbe7398-3b3c-474b-b04d-ae412b7495ca)
completed
Powerline glyphs no longer rendering correctly in integrated 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-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid creating duplicates. --> <!-- ๐Ÿงช Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- ๐Ÿ’ก Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- ๐Ÿ”ง Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- ๐Ÿช“ If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- ๐Ÿ“ฃ Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> - VS Code Version: 1.88.0-insider - OS Version: Windows 11 22631.3296 + WSL Ubuntu 22.04.4 Steps to Reproduce: 1. Open integrated terminal with powerline glyphs (I am using `CaskaydiaCove Nerd Font`) 2. Note glyphs are the incorrect width This appears to be a result of https://github.com/microsoft/vscode/pull/207740 ![Screenshot 2024-03-15 081649](https://github.com/microsoft/vscode/assets/10645823/dbbe7398-3b3c-474b-b04d-ae412b7495ca)
466