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 |
|---|---|---|---|---|---|---|---|
199729 | Aux window: focused window does not change to main window when focusing sidebar | 2023-12-01 03:51:42+00:00 | 2023-12-04 10:01:19+00:00 | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
## Issue
@bpasero I've noticed that when I use... | completed | Aux window: focused window does not change to main window when focusing sidebar <!-- ⚠️⚠️ 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. -->
<!-- Descri... | 301 |
199726 | vscode incorrectly detects encoding of a file and cause curruption | 2023-12-01 03:14:37+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | vscode incorrectly detects encoding of a file and cause curruption <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-B... | 616 | ||
199725 | Disable macOS animation for floating windows (25-x-y) | 2023-12-01 03:10:15+00:00 | 2023-12-01 12:52:13+00:00 | Candidate issue with minimal fix discussed in https://github.com/microsoft/vscode/issues/199635 | completed | Disable macOS animation for floating windows (25-x-y) Candidate issue with minimal fix discussed in https://github.com/microsoft/vscode/issues/199635 | 44 |
199719 | Chat input history is duplicated | 2023-12-01 00:24:55+00:00 | 2023-12-01 20:58:22+00:00 | - In chat, send "abc"
- Send "abc" again
- Notice that you see "abc" twice as you press the up arrow to navigate history | completed | Chat input history is duplicated - In chat, send "abc"
- Send "abc" again
- Notice that you see "abc" twice as you press the up arrow to navigate history | 46 |
199718 | Chat code vulnerability annotations briefly show while codeblock is being rendered | 2023-12-01 00:24:08+00:00 | - In chat, make a request that returns an annotated codeblock
- While the response is doing progressive rendering, see that it briefly shows the markup we add for annotations: `<vscode_annotation ...`
This is a little annoying, but it generally goes by very quickly so I will fix it later | Chat code vulnerability annotations briefly show while codeblock is being rendered - In chat, make a request that returns an annotated codeblock
- While the response is doing progressive rendering, see that it briefly shows the markup we add for annotations: `<vscode_annotation ...`
This is a little annoying, but i... | 90 | ||
199715 | Malformed link in notification to open workspace | 2023-11-30 23:12:47+00:00 | 2024-02-01 00:48:25+00:00 | 1. Configure display language e.g. to French
2. Open a repo that contains a workspace file
3. Get notification which says this, :bug: the markdown link is not rendered
```
Ce dossier contient un fichier d’espace de travail 'workspace.code-workspace'. Voulez-vous l’ouvrir ? [En savoir plus] (https://go.microsoft.com... | completed | Malformed link in notification to open workspace 1. Configure display language e.g. to French
2. Open a repo that contains a workspace file
3. Get notification which says this, :bug: the markdown link is not rendered
```
Ce dossier contient un fichier d’espace de travail 'workspace.code-workspace'. Voulez-vous l’ou... | 121 |
199714 | Git revert message not localized | 2023-11-30 22:56:09+00:00 | 2024-02-02 17:47:38+00:00 | <img width="415" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/3b2f1679-fdf4-4702-b4ea-1cdb88d332c8">
Looks localized here though, and hasn't changed in 13 months https://github.com/microsoft/vscode/blob/b2380d7e31545d6d21a502db46b07b79f51032d1/extensions/git/src/commands.ts#L1718-L1723 | completed | Git revert message not localized <img width="415" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/3b2f1679-fdf4-4702-b4ea-1cdb88d332c8">
Looks localized here though, and hasn't changed in 13 months https://github.com/microsoft/vscode/blob/b2380d7e31545d6d21a502db46b07b79f51032d1/extensions/git/s... | 152 |
199707 | Rename File Makes Filename Disappear | 2023-11-30 20:47:54+00:00 | 2023-12-01 13:26:31+00:00 | This issue also occurs when you copy and paste a file within editor.
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitt... | not_planned | Rename File Makes Filename Disappear This issue also occurs when you copy and paste a file within editor.
<!-- ⚠️⚠️ 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://git... | 460 |
199704 | Diff editor breaks UX when there are a large amount of diffs | 2023-11-30 19:43:47+00:00 | - VS Code Version: Insiders
- OS Version: Windows 11
Steps to Reproduce:
1. Check out microsoft/vscode-docs.
2. Overwrite api/references/vscode-api.md with the attached file. The SCM viewlet should pick up on the modification.
3. Click on the modified file to view the diff. The diff should time out after five ... | Diff editor breaks UX when there are a large amount of diffs - VS Code Version: Insiders
- OS Version: Windows 11
Steps to Reproduce:
1. Check out microsoft/vscode-docs.
2. Overwrite api/references/vscode-api.md with the attached file. The SCM viewlet should pick up on the modification.
3. Click on the modifie... | 330 | ||
199702 | Command decorations sometimes skip lines on Windows | 2023-11-30 18:33:20+00:00 | 2023-12-20 18:39:16+00:00 | Guessing this is conpty limitations again, but repro:
1. Hold enter down in pwsh terminal on Windows
2. :bug: sometimes the command prompt has no decoration at all
<img width="483" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/f552d708-3dc8-4b8e-8442-782a76605411">
| completed | Command decorations sometimes skip lines on Windows Guessing this is conpty limitations again, but repro:
1. Hold enter down in pwsh terminal on Windows
2. :bug: sometimes the command prompt has no decoration at all
<img width="483" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/f552d708-3dc8... | 105 |
199699 | [Test] Test decorations (run/debug) are not visible after the case-sensitive file rename | 2023-11-30 18:13:41+00:00 | 2023-12-01 23:21:05+00:00 | - On macOS or Windows, open a project with tests, observe green triangles
- Rename the file "example.spec.ts" to "Example.spec.ts" (case-sensitive rename)
Observe green triangles are gone even though test items contains correct uri/fsPath with the right casing.
https://github.com/microsoft/vscode/issues/121106 -... | completed | [Test] Test decorations (run/debug) are not visible after the case-sensitive file rename - On macOS or Windows, open a project with tests, observe green triangles
- Rename the file "example.spec.ts" to "Example.spec.ts" (case-sensitive rename)
Observe green triangles are gone even though test items contains correct... | 131 |
199697 | Configure Command Decorations should skip picker with one listed item | 2023-11-30 17:52:45+00:00 | 2023-12-15 22:15:45+00:00 | 1. From a Python file, use shift+enter to run a command in the Python REPL
2. From the blue circle decoration for that command, select Configure Command Decorations
3. There is only one item in the picker, I would expect us to just skip straight to the multiselect list for which decorations to enable
<img width="8... | completed | Configure Command Decorations should skip picker with one listed item 1. From a Python file, use shift+enter to run a command in the Python REPL
2. From the blue circle decoration for that command, select Configure Command Decorations
3. There is only one item in the picker, I would expect us to just skip straight t... | 145 |
199692 | Ctrl+enter doesn't work when a codeblock is visible in chat | 2023-11-30 17:42:47+00:00 | 2023-12-01 00:39:25+00:00 | 1. Have a response in panel chat that contains a codeblock
2. Try to submit a new query to `@workspace` using Ctrl+enter
3. :bug: nothing happens
```
2023-11-30 09:40:34.954 [info] [KeybindingService]: | Resolving ctrl+Enter
2023-11-30 09:40:34.954 [info] [KeybindingService]: \ From 24 keybinding entries, matche... | completed | Ctrl+enter doesn't work when a codeblock is visible in chat 1. Have a response in panel chat that contains a codeblock
2. Try to submit a new query to `@workspace` using Ctrl+enter
3. :bug: nothing happens
```
2023-11-30 09:40:34.954 [info] [KeybindingService]: | Resolving ctrl+Enter
2023-11-30 09:40:34.954 [inf... | 217 |
199684 | Inline completion showing 1/0 or not showing 1/1 at all | 2023-11-30 15:29:14+00:00 | In some cases I see inline completions showing 1/0 which doesn't make sense. I also saw a case where it did not show at all even though it should have had 1/1.
<img width="439" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/589cfefb-c9d8-4dbc-a59a-318ee2f8bd12">
| Inline completion showing 1/0 or not showing 1/1 at all In some cases I see inline completions showing 1/0 which doesn't make sense. I also saw a case where it did not show at all even though it should have had 1/1.
<img width="439" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/589cfefb-c9d8-4... | 114 | ||
199662 | Inline chat opens in output view | 2023-11-30 13:35:41+00:00 | 2023-11-30 14:09:13+00:00 | - open the `Extension Host` log in the output view
- press Ctrl + I. :bug: Inline chat opens in the output view. It's not possible to enter a question.
Should not open in the output view. | completed | Inline chat opens in output view - open the `Extension Host` log in the output view
- press Ctrl + I. :bug: Inline chat opens in the output view. It's not possible to enter a question.
Should not open in the output view. | 60 |
199656 | Intellisense with overlapping completion option list and current completion option details | 2023-11-30 12:08:55+00:00 | Type: <b>Bug</b>
The intellisense window is overlapping the selected option details with the list of options itself when the cursor is positioned in code that is at the bottom of the screen. This behaviour was tested with C and C# and thus doesn't seem to be related to the extensions themselves. Below, some example ... | Intellisense with overlapping completion option list and current completion option details Type: <b>Bug</b>
The intellisense window is overlapping the selected option details with the list of options itself when the cursor is positioned in code that is at the bottom of the screen. This behaviour was tested with C an... | 617 | ||
199655 | Explorer tree collapses after losing and regaining window focus | 2023-11-30 11:47:35+00:00 | 2023-11-30 16:49:57+00:00 |
Type: <b>Bug</b>
1. Expand some directories in the file explorer
2. Switch to another window and back to VS Code
3. The file tree collapses entirely
VS Code version: Code - Insiders 1.85.0-insider (c6b48c364dde70c12bf977f1da50acda0fd801e3, 2023-11-30T05:35:27.138Z)
OS version: Linux x64 6.6.2-native_amd-xanm... | completed | Explorer tree collapses after losing and regaining window focus
Type: <b>Bug</b>
1. Expand some directories in the file explorer
2. Switch to another window and back to VS Code
3. The file tree collapses entirely
VS Code version: Code - Insiders 1.85.0-insider (c6b48c364dde70c12bf977f1da50acda0fd801e3, 2023-1... | 495 |
199615 | Opening multi-diff editor for 100 files does nothing | 2023-11-29 23:37:37+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Opening multi-diff editor for 100 files does nothing <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sugges... | 568 | ||
199611 | `onDidExecuteTerminalCommand` does not fire events for hidden terminal | 2023-11-29 23:18:15+00:00 | 2024-04-18 21:21:52+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | `onDidExecuteTerminalCommand` does not fire events for hidden 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/Submitti... | 436 |
199607 | Terminal color `Reset to default` does not work with multi-select | 2023-11-29 22:52:37+00:00 | 2023-12-07 14:13:04+00:00 | From testing #193379
Steps to Reproduce:
1. Create multiple terminals
2. Select multiple terminals in the terminal view
3. use `change color` to change their color to red
4. With the terminals still select, select `change color` again
5. This time run `Reset to default` instead
**Bug**
Only a single t... | completed | Terminal color `Reset to default` does not work with multi-select From testing #193379
Steps to Reproduce:
1. Create multiple terminals
2. Select multiple terminals in the terminal view
3. use `change color` to change their color to red
4. With the terminals still select, select `change color` again
5. This... | 94 |
199606 | Polyglot notebooks not working with rich content search | 2023-11-29 22:52:28+00:00 | 2023-12-14 20:56:55+00:00 | 1. Install `ms-dotnettools.dotnet-interactive-vscode`
2. Try to search something in the repo
3. "No provider registered for view type: 'polyglot-nortebook-window'"
<img width="1052" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/9fa0de90-aeb9-449d-8e89-458c0dda77b5">
This seems like a typo o... | completed | Polyglot notebooks not working with rich content search 1. Install `ms-dotnettools.dotnet-interactive-vscode`
2. Try to search something in the repo
3. "No provider registered for view type: 'polyglot-nortebook-window'"
<img width="1052" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/9fa0de90-a... | 203 |
199604 | Diff chunks not minimal if last line of added block equals last line of previous block, but differs by indentation | 2023-11-29 22:49:28+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Diff chunks not minimal if last line of added block equals last line of previous block, but differs by indentation <!-- ⚠️⚠️ 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... | 870 | ||
199599 | scss: Should `@function bar()` be highlighted? | 2023-11-29 20:50:49+00:00 | 2023-12-01 08:02:49+00:00 | > `@function bar()` should probably be highlighted in:
> ```scss
> @keyframes foo {
> @function bar() {
> @return ()
> }
> }
> ```
_Originally posted by @TylerLeonhardt in [#197742](https://github.com/microsoft/vscode/issues/197742#issuecomment-1832679895)_ | completed | scss: Should `@function bar()` be highlighted? > `@function bar()` should probably be highlighted in:
> ```scss
> @keyframes foo {
> @function bar() {
> @return ()
> }
> }
> ```
_Originally posted by @TylerLeonhardt in [#197742](https://github.com/microsoft/vscode/issues/197742#issuecomment-1... | 113 |
199594 | Off by one in sticky scroll in the terminal? | 2023-11-29 20:00:25+00:00 | 2024-02-28 23:01:24+00:00 | 
For context, I have a 2 line prompt and just started a new shell and hit enter a bunch til it scrolls
| completed | Off by one in sticky scroll in the terminal? 
For context, I have a 2 line prompt and just started a new shell and hit enter a bunch til it scrolls
| 86 |
199593 | Terminal showCommandGuide is quite slow for really large outputs | 2023-11-29 19:46:13+00:00 | 2023-12-18 20:38:14+00:00 | Repro:
Run `ls -Recurse` in a large repo with a high `terminal.integrated.scrollback` set, hover and leave the terminal. This example was with ~38k lines of output:

| completed | Terminal showCommandGuide is quite slow for really large outputs Repro:
Run `ls -Recurse` in a large repo with a high `terminal.integrated.scrollback` set, hover and leave the terminal. This example was with ~38k lines of output:
 but:
1. `terminal.integrated.focusAfterRun`: `accessible-buffer`, `editor.accessibilitySupport`: `off`
2. paste the string `ping 8.8.8.8` into the terminal and shift+enter to get a newline
3. accessible buffer opens :bug:. The desc fo... | completed | Accessible buffer focused on command paste This configuration is probably pretty obscure (and I just had it due to testing) but:
1. `terminal.integrated.focusAfterRun`: `accessible-buffer`, `editor.accessibilitySupport`: `off`
2. paste the string `ping 8.8.8.8` into the terminal and shift+enter to get a newline
3.... | 161 |
199588 | [wsl] On WSL2 I get a crazy amount of open processes from VSCode with `remote close` error | 2023-11-29 19:11:00+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | [wsl] On WSL2 I get a crazy amount of open processes from VSCode with `remote close` error <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/... | 662 | ||
199584 | Don't contribute the Problems Visibility status bar item when problems are visible? | 2023-11-29 18:28:19+00:00 | 2023-11-29 20:57:00+00:00 | Testing #199247
Is it possible to not contribute this status bar item at all, when problems are not hidden? It seemed weird that I see this, and can show it manually, even when problems are not actually hidden.
<img width="248" alt="image" src="https://github.com/microsoft/vscode/assets/323878/1b0de88d-9e11-4e1e-... | completed | Don't contribute the Problems Visibility status bar item when problems are visible? Testing #199247
Is it possible to not contribute this status bar item at all, when problems are not hidden? It seemed weird that I see this, and can show it manually, even when problems are not actually hidden.
<img width="248" al... | 123 |
199579 | When In Zen Mode the title bar doesn't get hidden due to the New "Top" mode for Activity Bar | 2023-11-29 17:50:12+00:00 | 2024-04-29 16:21:03+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | When In Zen Mode the title bar doesn't get hidden due to the New "Top" mode for Activity Bar <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsof... | 580 |
199570 | Sparkle unexpectedly disabled | 2023-11-29 16:45:51+00:00 | 2023-11-29 20:41:37+00:00 | 1. Make a change to a file
2. Stage the file
3. Open another view so that the SCM view isn't visible
4. Reload the window
5. The sparkle will be disabled when you open the SCM view | completed | Sparkle unexpectedly disabled 1. Make a change to a file
2. Stage the file
3. Open another view so that the SCM view isn't visible
4. Reload the window
5. The sparkle will be disabled when you open the SCM view | 51 |
199562 | `Git: Merge Branch...` picker duplicates branch name in description | 2023-11-29 15:53:13+00:00 | 2023-12-08 11:26:41+00:00 | Type: <b>Bug</b>

VS Code version: Code - Insiders 1.85.0-insider (2e721b6ec731c22cd3c2853dbc7ad69deb447515, 2023-11-29T02:35:06.500Z)
OS version: Windows_NT x64 10.0.22621
Modes:
| completed | `Git: Merge Branch...` picker duplicates branch name in description Type: <b>Bug</b>

VS Code version: Code - Insiders 1.85.0-insider (2e721b6ec731c22cd3c2853dbc7ad69deb447515, 2023-11-29T02:35:06.500Z)
OS version: W... | 143 |
199554 | Terminal sticky scroll shown even if content is visible already in viewport | 2023-11-29 14:51:46+00:00 | 2024-02-28 22:26:22+00:00 | Repro:
1. create terminal with sticky scroll enabled
2. run command that "overflows screen" (ie, it scroll terminal beyond what's visible)
3. run it once again to again overflow screen (not sure if it needs to be run again, but that's how I repro'ed)
4. clear screen (ctrl+l)
5. run once again & see sticky scroll s... | completed | Terminal sticky scroll shown even if content is visible already in viewport Repro:
1. create terminal with sticky scroll enabled
2. run command that "overflows screen" (ie, it scroll terminal beyond what's visible)
3. run it once again to again overflow screen (not sure if it needs to be run again, but that's how I ... | 219 |
199552 | Make testing glyph "peek error" instead "show error" | 2023-11-29 14:44:37+00:00 | 2023-12-01 20:49:46+00:00 | The "peek error" action in testing glyphs only works if there's a uri and location associated with a test item. Instead we should rename it to "show error" and reveal the error in the Test Results view if there's no associated location. | completed | Make testing glyph "peek error" instead "show error" The "peek error" action in testing glyphs only works if there's a uri and location associated with a test item. Instead we should rename it to "show error" and reveal the error in the Test Results view if there's no associated location. | 72 |
199551 | Option to hide "Editor Actions" when they are in title only shown when tabs are hidden | 2023-11-29 14:41:29+00:00 | 2023-11-30 14:35:36+00:00 | It is now possible to have editor actions in the custom title bar even when tabs are enabled. However in that case, there is no entry in the context menu of the custom title to remove the editor actions again from the title:
 | 2023-11-29 01:01:04+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Clicking inside editor and releasing the mouse button on a link outside activates the link (web/monaco) <!-- ⚠️⚠️ 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.c... | 511 | ||
199471 | `"git.branchSortOrder": "committerdate"` is lost when quickpick is being filtered | 2023-11-29 00:17:29+00:00 | 2024-01-15 13:20:34+00:00 | Type: <b>Bug</b>
When interacting with the built-in Git extension using commands that display a branch / tag quickpick. the `"git.branchSortOrder": "committerdate"` setting (which is the default) lists those most recently committed to first. But as soon as the user starts filtering the quickpick this sort order is ... | completed | `"git.branchSortOrder": "committerdate"` is lost when quickpick is being filtered Type: <b>Bug</b>
When interacting with the built-in Git extension using commands that display a branch / tag quickpick. the `"git.branchSortOrder": "committerdate"` setting (which is the default) lists those most recently committed to... | 457 |
199469 | Can tab through notebook when it's in the background | 2023-11-29 00:13:52+00:00 | 2024-05-29 15:45:06+00:00 | - Open a notebook
- Switch to a text editor tab
- Enable "tab moves focus mode"
- Tab through the UI. After the status bar, the focus disappears. Check with devtools, see that focus is on notebook toolbars | completed | Can tab through notebook when it's in the background - Open a notebook
- Switch to a text editor tab
- Enable "tab moves focus mode"
- Tab through the UI. After the status bar, the focus disappears. Check with devtools, see that focus is on notebook toolbars | 65 |
199467 | Settings editor sticky scroll background hover color isn't consistent | 2023-11-28 23:37:41+00:00 | 2023-12-15 11:24:16+00:00 | A partially transparent color may be getting applied in 2 different elements here?

| not_planned | Settings editor sticky scroll background hover color isn't consistent A partially transparent color may be getting applied in 2 different elements here?

| 79 |
199466 | Aux window terminals have messed up cursor blinking | 2023-11-28 23:34:12+00:00 | Testing #199023
May be an issue in terminal code, or related to tricks we try to do around `setTimeout`/`setInterval`?

| reopened | Aux window terminals have messed up cursor blinking Testing #199023
May be an issue in terminal code, or related to tricks we try to do around `setTimeout`/`setInterval`?

| 102 | |
199465 | Terminal command navigation on a secondary window is redirected to the main window | 2023-11-28 23:30:30+00:00 | 2024-03-22 15:49:23+00:00 | Testing #199023

| completed | Terminal command navigation on a secondary window is redirected to the main window Testing #199023

| 82 |
199458 | Depending on the setting a different icon is shown | 2023-11-28 22:34:34+00:00 | Testing #199158
For this code in an Untitled TypeScript editor:
```ts
let claims = undefined;
```
with setting set to `onCode`

it's a lightbulb....
but when it's `on`:

it's a lightbulb....
but w... | 169 | ||
199452 | It needs to be clearer what will be auto-run | 2023-11-28 20:59:28+00:00 | 2023-12-11 15:37:00+00:00 | Testing #199158
For this line, presumably there is only one AI action available.

But I have no idea what that action is... and what will be executed when I open inline chat.
It opens with `/doc`:

But I have no idea what that action is... and what will be executed when I open inline ... | 196 |
199448 | Don't see sparkle after running `git add .` on Windows | 2023-11-28 20:36:02+00:00 | 2023-11-29 16:14:27+00:00 | Testing #199197
Works on macOS but not on Windows 11

| completed | Don't see sparkle after running `git add .` on Windows Testing #199197
Works on macOS but not on Windows 11

| 87 |
199444 | CMD+I has different behavior if Inline Chat is open in the file somewhere | 2023-11-28 20:23:11+00:00 | 2023-11-29 11:37:45+00:00 | Testing #199158
* in an editor, hit `cmd+i` -> inline chat opens DON'T CLOSE INLINE CHAT
* click somewhere else in the file
* hit `cmd+i`
For me, completions open. I was expecting:
* Inline chat to move down to my cursor
* A new Inline chat to start here
For a large file, I might forget that I started inli... | completed | CMD+I has different behavior if Inline Chat is open in the file somewhere Testing #199158
* in an editor, hit `cmd+i` -> inline chat opens DON'T CLOSE INLINE CHAT
* click somewhere else in the file
* hit `cmd+i`
For me, completions open. I was expecting:
* Inline chat to move down to my cursor
* A new Inline ... | 123 |
199442 | Sparkle on a new line doesn't relocate inline chat | 2023-11-28 20:17:14+00:00 | 2023-12-04 14:22:41+00:00 | Testing #199158
Steps:
* open a file with 5 empty lines
* set cursor to line 1
* click on sparkle -> inline chat shows
* click on line 5 in the editor (moving the cursor to line 5)
* click on sparkle
* 🐛 nothing happens
I expected inline chat:
* to move down (how would that affect an already open inline c... | completed | Sparkle on a new line doesn't relocate inline chat Testing #199158
Steps:
* open a file with 5 empty lines
* set cursor to line 1
* click on sparkle -> inline chat shows
* click on line 5 in the editor (moving the cursor to line 5)
* click on sparkle
* 🐛 nothing happens
I expected inline chat:
* to move d... | 112 |
199441 | using stage/unstage button leads to unexpected collapse in tree view for source control | 2023-11-28 20:14:15+00:00 | 2023-12-04 10:12:52+00:00 | Testing #199172
while in tree view everything looks good until I have 3 files nested under a single folder with sub folders in between. When I stage and unstage these changes in different configurations sometimes it collapses the block of folder and sometimes it doesn't. Also when it unexpectedly collapses the folde... | completed | using stage/unstage button leads to unexpected collapse in tree view for source control Testing #199172
while in tree view everything looks good until I have 3 files nested under a single folder with sub folders in between. When I stage and unstage these changes in different configurations sometimes it collapses th... | 220 |
199434 | scroll in viewing heapsnapshot "jumps" | 2023-11-28 19:37:28+00:00 | 2023-12-01 20:46:57+00:00 | Testing #199239
When I am scrolling quickly on the heapsnapshot it gets these blank spaces where it can't render fast enough then does render so it makes the UI feel "jumpy". This is a nit-picky item but would be nice to make the scroll smoother.

* Cursor is in the code not in the inline chat
* The sparkle is still displayed and clicking it does nothing
I thin... | Sparkle should focus the inline chat and disappear Testing #199158
* setting set to `on`
* click on the sparkle
Two things that are off IMO:

* Cursor is in the code not in the inline chat
* The sparkle is sti... | 151 | ||
199421 | Can't paste external files or folders via explorer paste context menu | 2023-11-28 18:35:50+00:00 | Testing #198894
| Can't paste external files or folders via explorer paste context menu Testing #198894
| 23 | ||
199417 | dragging terminals between windows sometimes fails | 2023-11-28 18:20:28+00:00 | There's also context loss at the end @Tyriar
https://github.com/microsoft/vscode/assets/29464607/81204b1f-9d05-4c59-b3ff-97d1a22155f6
| dragging terminals between windows sometimes fails There's also context loss at the end @Tyriar
https://github.com/microsoft/vscode/assets/29464607/81204b1f-9d05-4c59-b3ff-97d1a22155f6
| 68 | ||
199410 | Settings Editor isn't updated until focused | 2023-11-28 18:07:50+00:00 | Testing #199180
* Open Settings Editor
* Set `Extensions: Auto-Update` to `None` leave that open and leave focus where it is: (THIS IS IMPORTANT)

* Open Extension Pane and find `GitHub Copilot`
* Right click and... | Settings Editor isn't updated until focused Testing #199180
* Open Settings Editor
* Set `Extensions: Auto-Update` to `None` leave that open and leave focus where it is: (THIS IS IMPORTANT)

* Open Extension Pane ... | 161 | ||
199409 | Unsure where Sync Changes button is | 2023-11-28 18:06:31+00:00 | 2023-11-30 00:21:35+00:00 | Testing #199177
I don't seem to have the sync changes button available to me, unless you're referring to the small icons in the status bars.

| completed | Unsure where Sync Changes button is Testing #199177
I don't seem to have the sync changes button available to me, unless you're referring to the small icons in the status bars.

... | 109 |
199407 | Add more alt text to the incoming/outgoing UI | 2023-11-28 18:02:27+00:00 | 2023-11-30 11:01:17+00:00 | Testing #199177
1. Open a screenreader.
2. Navigate to the Incoming/Outgoing part of the SCM viewlet. Actual: "Incoming/Outgoing". Expected: something like "Incoming and outgoing changes"
3. The screenreader reads origin/some-branch-name for the incoming changes. Expected: "origin/some-branch-name incoming" or "in... | completed | Add more alt text to the incoming/outgoing UI Testing #199177
1. Open a screenreader.
2. Navigate to the Incoming/Outgoing part of the SCM viewlet. Actual: "Incoming/Outgoing". Expected: something like "Incoming and outgoing changes"
3. The screenreader reads origin/some-branch-name for the incoming changes. Expec... | 191 |
199402 | Terminal sticky scroll obscures first line of rebase editor | 2023-11-28 17:46:14+00:00 | 2023-12-18 21:35:51+00:00 | Testing #199240
I started an interactive rebase with `git rebase -i HEAD~3`, and then noticed that the first commit didn't seem to show up. It looks like it got obscured.

| completed | Terminal sticky scroll obscures first line of rebase editor Testing #199240
I started an interactive rebase with `git rebase -i HEAD~3`, and then noticed that the first commit didn't seem to show up. It looks like it got obscured.
. Not sure if this is something with rendering that you can fix though - other than this and the existing issues noted, it looks good!
. Not sure if this is something with rendering that you can fix though - other than this and the existing issues noted, it looks good!
 in `.vscode/settings.json`, it should not work as it's purely a user preference. A project should not be able to override it. | completed | Prevent editor sticky scroll from being set in workspace Related: https://github.com/microsoft/vscode/issues/199394
Repro:
Set `"editor.stickyScroll.enabled": false` (and related settings) in `.vscode/settings.json`, it should not work as it's purely a user preference. A project should not be able to override it. | 98 |
199387 | Problems warning status bar item should have a different name than the normal "problems" item | 2023-11-28 16:44:54+00:00 | 2023-11-29 01:34:53+00:00 | Testing #199247
<img width="249" alt="image" src="https://github.com/microsoft/vscode/assets/323878/29422b0d-55af-4524-b942-834c2f27e57d">
| completed | Problems warning status bar item should have a different name than the normal "problems" item Testing #199247
<img width="249" alt="image" src="https://github.com/microsoft/vscode/assets/323878/29422b0d-55af-4524-b942-834c2f27e57d">
| 84 |
199384 | Tree sticky scroll items are slightly offset when when appear if zoomLevel = 1 | 2023-11-28 16:37:38+00:00 | Testing #199153
This was happening in GHPRI issues view, not the explorer:

| Tree sticky scroll items are slightly offset when when appear if zoomLevel = 1 Testing #199153
This was happening in GHPRI issues view, not the explorer:

| 94 | ||
199376 | Set html aria attributes on tree sticky elements | 2023-11-28 15:44:35+00:00 | 2024-01-08 17:26:03+00:00 | I suggest to set on the tree sticky elements all the same aria attributes we set on regular tree elements. These are:
* `aria-level`
* `aria-posinset`
* `aria-label`
* `aria-expanded`
* `role`
* `aria-selected` | completed | Set html aria attributes on tree sticky elements I suggest to set on the tree sticky elements all the same aria attributes we set on regular tree elements. These are:
* `aria-level`
* `aria-posinset`
* `aria-label`
* `aria-expanded`
* `role`
* `aria-selected` | 81 |
199372 | Closing aux window focuses wrong "main" window | 2023-11-28 15:10:17+00:00 | 2023-11-29 12:02:58+00:00 | * have two screens and two windows of vscode
* have one window on screen A and the other window on screen B
* in screen A, create a aux window, move it to screen B
* close the aux window
* the main window on screen B get focused, not the origin window on screen A | completed | Closing aux window focuses wrong "main" window * have two screens and two windows of vscode
* have one window on screen A and the other window on screen B
* in screen A, create a aux window, move it to screen B
* close the aux window
* the main window on screen B get focused, not the origin window on screen A | 75 |
199371 | Command "start inline chat" is missing from command palette | 2023-11-28 15:09:27+00:00 | 2023-11-29 07:53:22+00:00 | <img width="2560" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/7e63e0ea-afb9-4048-bcb3-708c7ce33e8f">
| completed | Command "start inline chat" is missing from command palette <img width="2560" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/7e63e0ea-afb9-4048-bcb3-708c7ce33e8f">
| 76 |
199355 | Accessible mode doesn't work well in multi diff editors | 2023-11-28 14:08:59+00:00 | Testing #199155
* open a multi diff editor
* press F7
https://github.com/microsoft/vscode/assets/5047891/dda2a109-5fe8-4458-bca4-b7c536760c82
| Accessible mode doesn't work well in multi diff editors Testing #199155
* open a multi diff editor
* press F7
https://github.com/microsoft/vscode/assets/5047891/dda2a109-5fe8-4458-bca4-b7c536760c82
| 70 | ||
199354 | Hold shift to drop into editor? | 2023-11-28 14:05:58+00:00 | Testing #199023
When I drag an editor over a second window, I get an "Hold shift to drop into editor" hint in the middle of the target window. Holding Shift doesn't make a difference. (Testing on Linux.) | Hold shift to drop into editor? Testing #199023
When I drag an editor over a second window, I get an "Hold shift to drop into editor" hint in the middle of the target window. Holding Shift doesn't make a difference. (Testing on Linux.) | 63 | ||
199343 | Collapse file should preserve mouse location over icon | 2023-11-28 13:49:17+00:00 | Testing #199155
1. Have a lot of changes in a file
2. Open that file as part of the Multi Diff Editor
3. Collapse that file
4. Notice that Cursor is no longer on top of the button to Uncolapse it 🐛
https://github.com/microsoft/vscode/assets/1926584/9d7e142c-59e4-4fbc-9767-a01dca442fcb
| Collapse file should preserve mouse location over icon Testing #199155
1. Have a lot of changes in a file
2. Open that file as part of the Multi Diff Editor
3. Collapse that file
4. Notice that Cursor is no longer on top of the button to Uncolapse it 🐛
https://github.com/microsoft/vscode/assets/1926584/9d7e1... | 104 | ||
199342 | Plus button to add a comment doesn't disappear when leaving the editor area | 2023-11-28 13:36:35+00:00 | 2024-01-11 14:30:20+00:00 | Testing #199155
* open a multi-diff editor using GHPRI
* move your mouse in the editor and leave it
* observe that the plus disappears only when leaving the editor in a very specific way but most of the times sticks around incorrectly
https://github.com/microsoft/vscode/assets/5047891/92779f57-048a-433f-aec7-... | completed | Plus button to add a comment doesn't disappear when leaving the editor area Testing #199155
* open a multi-diff editor using GHPRI
* move your mouse in the editor and leave it
* observe that the plus disappears only when leaving the editor in a very specific way but most of the times sticks around incorrectly
... | 112 |
199341 | Toggle word wrap is not applied to both sides when triggered in inline caused by width | 2023-11-28 13:29:28+00:00 | Testing #199155
* open a diff editor and have the changes side-by-side
* toggle word wrap
* observe that both sides are toggled (this is expected!)
* resize such that the diff editor auto-switches to inline
* toggle word wrap
* resize such that the ediff editor auto-switches to side-by-side
* :bug: observe tha... | Toggle word wrap is not applied to both sides when triggered in inline caused by width Testing #199155
* open a diff editor and have the changes side-by-side
* toggle word wrap
* observe that both sides are toggled (this is expected!)
* resize such that the diff editor auto-switches to inline
* toggle word wrap
... | 163 | ||
199340 | Scm generate commit message button focus outline not shown on hover | 2023-11-28 13:28:43+00:00 | 2023-11-29 10:38:02+00:00 | 1. Move keyboard focus to SCM generate commit message button
2. Notice the nice blue outline being rendered
3. Mouse hover over the button. The outline is no longer visible 🐛 | completed | Scm generate commit message button focus outline not shown on hover 1. Move keyboard focus to SCM generate commit message button
2. Notice the nice blue outline being rendered
3. Mouse hover over the button. The outline is no longer visible 🐛 | 58 |
199335 | Awkward sash dragging experience for bottom sash of last hidden range | 2023-11-28 13:11:15+00:00 | Testing #199155
* try to reveal the bottom lines in the first changed file
* it is not possible to drag down to see the last lines in the file
* instead it is necessary to drag up and have the sash move away from the mouse cursor which is very confusing
* in the video below the dragging to reveal the first lines ... | Awkward sash dragging experience for bottom sash of last hidden range Testing #199155
* try to reveal the bottom lines in the first changed file
* it is not possible to drag down to see the last lines in the file
* instead it is necessary to drag up and have the sash move away from the mouse cursor which is very c... | 151 | ||
199329 | The sash gets away from the mouse when using scroll wheel | 2023-11-28 12:48:39+00:00 | Testing #199155
* begin dragging the sash
* do scroll via mouse wheel
* :bug: the sash is no longer next to the mouse cursor
* I would expect the sash to be dragged also while using the scroll wheel
https://github.com/microsoft/vscode/assets/5047891/a07749eb-2d9b-40c1-8514-f04c97c05170
| The sash gets away from the mouse when using scroll wheel Testing #199155
* begin dragging the sash
* do scroll via mouse wheel
* :bug: the sash is no longer next to the mouse cursor
* I would expect the sash to be dragged also while using the scroll wheel
https://github.com/microsoft/vscode/assets/5047891... | 104 | ||
199328 | Clicking on function in hidden lines info bar reveals unrelated code from above | 2023-11-28 12:46:01+00:00 | 2024-01-11 18:27:04+00:00 | Testing #199155
* create a diff where there are many hidden lines
* click on a function symbol
* 🐛 the function guessIndentation is not shown
* I would have expected to reveal the function that I click and not the code above the function
https://github.com/microsoft/vscode/assets/5047891/7018436e-0298-4bb4-8b... | completed | Clicking on function in hidden lines info bar reveals unrelated code from above Testing #199155
* create a diff where there are many hidden lines
* click on a function symbol
* 🐛 the function guessIndentation is not shown
* I would have expected to reveal the function that I click and not the code above the func... | 110 |
199325 | Disable overview ruler in left-hand-side editor | 2023-11-28 12:41:52+00:00 | 2024-01-15 16:29:46+00:00 | Testing #199155
* the per-editor overview ruler doesn't provide value in the multi-diff view due to the way scrolling works
* I notice that it is disabled in the right-hand-side editor, but still available in the left-hand-side editor
<img width="935" alt="image" src="https://github.com/microsoft/vscode/assets/504... | completed | Disable overview ruler in left-hand-side editor Testing #199155
* the per-editor overview ruler doesn't provide value in the multi-diff view due to the way scrolling works
* I notice that it is disabled in the right-hand-side editor, but still available in the left-hand-side editor
<img width="935" alt="image" src... | 129 |
199324 | Can't drag select over a large view zone | 2023-11-28 12:39:38+00:00 | Testing #199155
* have a diff such that there is a large view zone that is higher than a viewport
* begin dragging from below the view zone and try to drag up
* 🐛 the editor doesn't scroll up sufficiently to reveal the line above the view zone
* dragging down over such a large view zone seems to work sometimes b... | Can't drag select over a large view zone Testing #199155
* have a diff such that there is a large view zone that is higher than a viewport
* begin dragging from below the view zone and try to drag up
* 🐛 the editor doesn't scroll up sufficiently to reveal the line above the view zone
* dragging down over such a ... | 136 | ||
199313 | Push and sync actions should not be options when in detached state | 2023-11-28 11:42:24+00:00 | 2023-11-29 01:17:00+00:00 | Testing #199177
1. Checkout a specific commit, not a branch, to go to a detached state
🐛 Notice the SCM button still lets you `Commit & Push` (among others). None of the "sync" actions make sense in detached state. One can only commit. And an idea for a default button when there are no changes: `Create Branch`.... | completed | Push and sync actions should not be options when in detached state Testing #199177
1. Checkout a specific commit, not a branch, to go to a detached state
🐛 Notice the SCM button still lets you `Commit & Push` (among others). None of the "sync" actions make sense in detached state. One can only commit. And an id... | 170 |
199311 | Screen 🧀 on empty commits | 2023-11-28 11:36:37+00:00 | 2023-11-28 23:41:21+00:00 | Testing #199177
1. Run `git commit --allow-empty -m foo`
2. Reveal the commit in the outgoing section
🐛 Notice the empty square in All Changes
<img width="429" alt="image" src="https://github.com/microsoft/vscode/assets/22350/ac2fcd05-d4d3-4685-a76e-238ed1875f45">
| completed | Screen 🧀 on empty commits Testing #199177
1. Run `git commit --allow-empty -m foo`
2. Reveal the commit in the outgoing section
🐛 Notice the empty square in All Changes
<img width="429" alt="image" src="https://github.com/microsoft/vscode/assets/22350/ac2fcd05-d4d3-4685-a76e-238ed1875f45">
| 113 |
199310 | Outgoing counter doesn't update when committing | 2023-11-28 11:34:14+00:00 | 2023-11-29 07:47:18+00:00 | Testing #199177
<img width="341" alt="image" src="https://github.com/microsoft/vscode/assets/22350/b2c1f767-7a88-437c-b12e-078ff4317228">
1. In the integrated terminal run `git commit --allow-empty -m foo`. Notice the outgoing section comes up with `1` as the counter
2. Run it again. Notice the sync button updat... | completed | Outgoing counter doesn't update when committing Testing #199177
<img width="341" alt="image" src="https://github.com/microsoft/vscode/assets/22350/b2c1f767-7a88-437c-b12e-078ff4317228">
1. In the integrated terminal run `git commit --allow-empty -m foo`. Notice the outgoing section comes up with `1` as the counte... | 143 |
199308 | hover does not show when jumping between action bar sections | 2023-11-28 11:31:56+00:00 | 2023-12-06 17:08:32+00:00 | Testing #199199
1. F1 > focus activity bar
2. Move focus using up/down arrows
3. Hover gets nicely rendered. Hover is not rendered when the focus is moved for the first time to the Account item. Or the first time the focus goes from bottom items to top items 🐛
These are two actions bars, the top and the botto... | completed | hover does not show when jumping between action bar sections Testing #199199
1. F1 > focus activity bar
2. Move focus using up/down arrows
3. Hover gets nicely rendered. Hover is not rendered when the focus is moved for the first time to the Account item. Or the first time the focus goes from bottom items to top i... | 117 |
199307 | Status bar focus movement not complete | 2023-11-28 11:29:54+00:00 | 2023-11-29 17:18:44+00:00 | Testing #199199
1. Install azure account extension. Login
2. F6 to focus on status bar. Press right arrow to move focus. The focus is not moved across the whole status bar, it stops half way through (after problems entry) 🐛
The issue is probably that we use two action bars in the status bar, and we are not pro... | completed | Status bar focus movement not complete Testing #199199
1. Install azure account extension. Login
2. F6 to focus on status bar. Press right arrow to move focus. The focus is not moved across the whole status bar, it stops half way through (after problems entry) 🐛
The issue is probably that we use two action bar... | 154 |
199306 | D&D doesn't work under WSL2 dragging from Nautilus into VS Code (both Linux apps) | 2023-11-28 11:24:38+00:00 | Testing #198894 | D&D doesn't work under WSL2 dragging from Nautilus into VS Code (both Linux apps) Testing #198894 | 33 | ||
199305 | Terminal Sticky Scroll disappears when the beginning (not the end) of code block reaches the end of the scope | 2023-11-28 11:21:19+00:00 | 2024-02-28 23:13:05+00:00 | Testing #199240
So I was testing the terminal sticky scroll and I noticed that the sticky code block disappears in an abrupt manner when the beginning (not the end) of the multiline terminal command, reaches the end of the scope. To give more context about what I mean, I added the GIF below. I was sort of expecting ... | completed | Terminal Sticky Scroll disappears when the beginning (not the end) of code block reaches the end of the scope Testing #199240
So I was testing the terminal sticky scroll and I noticed that the sticky code block disappears in an abrupt manner when the beginning (not the end) of the multiline terminal command, reaches... | 353 |
199303 | Toolbar Flickering When Switching Focus Changes | 2023-11-28 11:06:51+00:00 | Might be related to `when: ContextKeyExpr.has('isInDiffEditor'),`


| Toolbar Flickering When Switching Focus Changes Might be related to `when: ContextKeyExpr.has('isInDiffEditor'),`


... | 139 | ||
199299 | Missing Badge In Sidebar | 2023-11-28 10:41:21+00:00 | 2023-11-29 08:33:09+00:00 | Testing #199172
I think I can only reproduce when the "problems" pane is in the SCM view.
Note that there is no badge:

I don't know what exactly triggered it to finally update:

I don't know what exactly triggered it to finally update:

| Terminal Sticky Scroll renders at wrong height when resizing Testing #199240
When having a splitview terminal, resizing it such that it becomes small can cause the sticky scroll to render at the wrong top position.

| completed | Goto line should reveal hidden range Testing #199155
I clicked the line picker from the status bar and it was actually working well and navigated, but in the end the line was not revealed because its inside a hidden range.

used... | Terminal Sticky Scroll does not show all lines each time Testing #199240
I ran the following command twice in a row. Running it the first time displayed the 3 lines of the multi line command in the sticky scroll. In the second run it only showed the first line of the command.
powershell command: ping 8.8.8.8; >> ... | 166 | ||
199272 | Terminal Sticky Scroll Disappears with multi line commands | 2023-11-28 08:33:06+00:00 | Testing #199240
I ran the following command twice in a row. Running it the first time behaved as expected. The second time I ran it sticky scroll disappeared for a while.
powershell command: ping 8.8.8.8; >> ping 8.8.8.8; >> ping 8.8.8.8
(>> is new line)
used setting `terminal.integrated.stickyScroll.maxLin... | Terminal Sticky Scroll Disappears with multi line commands Testing #199240
I ran the following command twice in a row. Running it the first time behaved as expected. The second time I ran it sticky scroll disappeared for a while.
powershell command: ping 8.8.8.8; >> ping 8.8.8.8; >> ping 8.8.8.8
(>> is new lin... | 159 | ||
199257 | Aux window: window focus change when stepping through code | 2023-11-28 03:27:45+00:00 | 2023-11-28 05:19:22+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. -->
Thanks for all the work on aux windows @bpasero,... | completed | Aux window: window focus change when stepping through code <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd ... | 342 |
199253 | Document highlight feature broken when Output pane is visible and outputting text | 2023-11-28 02:24:28+00:00 | Version: 1.85.0-insider (user setup)
Commit: 055458feab40fc308fc6d70b185068138c8cf8eb
Date: 2023-11-27T05:35:23.734Z
Electron: 25.9.4
ElectronBuildId: 25127168
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.22621
At first I thought this was a bug in the C/C++ Ext... | Document highlight feature broken when Output pane is visible and outputting text Version: 1.85.0-insider (user setup)
Commit: 055458feab40fc308fc6d70b185068138c8cf8eb
Date: 2023-11-27T05:35:23.734Z
Electron: 25.9.4
ElectronBuildId: 25127168
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
O... | 290 | ||
199251 | Multi-diff editor doesn't seem to respect readonly on the right side | 2023-11-28 01:20:47+00:00 | 2023-11-29 11:52:23+00:00 | The multi-diff editor from the SCM view (or using the `vscode.changes` command directly) isn't honoring the `readonly` state of the Uri on the right side. Allowing you to still edit the in-memory document when you shouldn't be able to.
The easiest way to see this is to open the multi-diff editor for staged changes -... | completed | Multi-diff editor doesn't seem to respect readonly on the right side The multi-diff editor from the SCM view (or using the `vscode.changes` command directly) isn't honoring the `readonly` state of the Uri on the right side. Allowing you to still edit the in-memory document when you shouldn't be able to.
The easiest ... | 197 |
199244 | IW tab shows dirty and indicates error for invalid syntax in a cell input | 2023-11-27 22:38:43+00:00 | 2024-03-07 17:54:56+00:00 | Steps to Reproduce:
1. Create a python file with an if statement
2. select only the line with the if statement and press ctrl+enter to execute it in the interactive window
🐛 tab is marked dirty and indicates an error
![image](https://github.com/microsoft/vscode/assets/2019016/55cf2e04-371c-414b-bcdc-b4aec4c4e1... | completed | IW tab shows dirty and indicates error for invalid syntax in a cell input Steps to Reproduce:
1. Create a python file with an if statement
2. select only the line with the if statement and press ctrl+enter to execute it in the interactive window
🐛 tab is marked dirty and indicates an error
![image](https://git... | 121 |
199232 | workbench.action.nextPanelView no longer wraps around | 2023-11-27 21:31:42+00:00 | 2023-11-29 10:07:29+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | workbench.action.nextPanelView no longer wraps around <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sugge... | 420 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.