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
200742
Diff: Move detection header is pushing line height by 1 pixel
2023-12-13 13:23:34+00:00
This is visible due to the _crack_ in the diagonal lines, right below each first line of each region in the right-hand side: <img width="1153" alt="image" src="https://github.com/microsoft/vscode/assets/22350/8470d793-8024-428e-b278-00fa281705c9">
Diff: Move detection header is pushing line height by 1 pixel This is visible due to the _crack_ in the diagonal lines, right below each first line of each region in the right-hand side: <img width="1153" alt="image" src="https://github.com/microsoft/vscode/assets/22350/8470d793-8024-428e-b278-00fa281705c9">
101
200737
Terminal sticky scroll doesn't handle side bar color correctly
2023-12-13 12:53:41+00:00
2023-12-15 21:25:25+00:00
From @aeschli in https://github.com/microsoft/vscode/pull/200251#issuecomment-1850282256 > Is suggest also outputEditorStickyScroll.background defaults to null and is computed based on the background. Terminal [does this](https://github.com/microsoft/vscode/blob/177522431411f4fc6e3149135f56da186f0b5144/src/vs/workb...
completed
Terminal sticky scroll doesn't handle side bar color correctly From @aeschli in https://github.com/microsoft/vscode/pull/200251#issuecomment-1850282256 > Is suggest also outputEditorStickyScroll.background defaults to null and is computed based on the background. Terminal [does this](https://github.com/microsoft/vs...
176
200702
Float exact matches to the top in the Command Palette
2023-12-13 02:45:34+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. --> <img width="851" alt="image" src="https://github...
Float exact matches to the top in the Command Palette <!-- โš ๏ธโš ๏ธ 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....
275
200696
`Terminal Gpu Acceleration` setting `auto` should pick up the `--disable-gpu` command line option
2023-12-13 00:22:35+00:00
When disabling the GPU on Raspberry PI by running VS Code with the `--disable-gpu` command line option, I still see rendering issues in VS Code's integrated Terminal. These issues are fixed by turning off VS Code's `Terminal Gpu Acceleration` setting. I would expect that the default `Terminal Gpu Acceleration` setti...
`Terminal Gpu Acceleration` setting `auto` should pick up the `--disable-gpu` command line option When disabling the GPU on Raspberry PI by running VS Code with the `--disable-gpu` command line option, I still see rendering issues in VS Code's integrated Terminal. These issues are fixed by turning off VS Code's `Termi...
138
200694
Cannot read properties of null (reading 'finishedPaste')
2023-12-12 23:17:28+00:00
2023-12-12 23:19:32+00:00
1. Paste text copied from anywhere into the panel chat input box 2. :bug: get a warning popup ![image](https://github.com/microsoft/vscode/assets/30305945/7fbd9478-4114-4ce3-b5b1-ffdc29c2f9df)
completed
Cannot read properties of null (reading 'finishedPaste') 1. Paste text copied from anywhere into the panel chat input box 2. :bug: get a warning popup ![image](https://github.com/microsoft/vscode/assets/30305945/7fbd9478-4114-4ce3-b5b1-ffdc29c2f9df)
91
200687
trackFocus is a busy loop
2023-12-12 21:31:40+00:00
> This issue is still around and still paper cutting. One major offender is still [`trackFocus`](https://github.com/microsoft/vscode/blob/af0f0398694cb1411318615383db98933ea24cf6/src/vs/workbench/contrib/webview/browser/pre/index.html#L39-L61) _Originally posted by @jrieken
trackFocus is a busy loop > This issue is still around and still paper cutting. One major offender is still [`trackFocus`](https://github.com/microsoft/vscode/blob/af0f0398694cb1411318615383db98933ea24cf6/src/vs/workbench/contrib/webview/browser/pre/index.html#L39-L61) _Originally posted by @jrieken
112
200668
Unable to save performance profile from devtools
2023-12-12 17:24:26+00:00
2024-01-09 07:33:35+00:00
What we know so far: - Devtools uses filesystem api to save traces via `window.showSaveFilePicker` since 114 https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4381791 - Issue does not repro with Electron fiddle when page being traced is `file:` scheme, repros for all other privileged schemes `...
completed
Unable to save performance profile from devtools What we know so far: - Devtools uses filesystem api to save traces via `window.showSaveFilePicker` since 114 https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4381791 - Issue does not repro with Electron fiddle when page being traced is `file:` ...
115
200649
Multi diff editor doesn't run save participants
2023-12-12 14:32:04+00:00
* configure format on save * open a multi diff editor * make changes & save * ๐Ÿ› the save participants, like formatting, aren't run
Multi diff editor doesn't run save participants * configure format on save * open a multi diff editor * make changes & save * ๐Ÿ› the save participants, like formatting, aren't run
42
200641
Cannot paste content copied from outside on VS Code Web
2023-12-12 13:34:30+00:00
2023-12-14 05:07:35+00:00
- VS Code Version: Version: 1.85.0 Commit: af28b32d7e553898b2a91af498b1fb666fdebe0c Date: 2023-12-06T18:18:26.691Z (5 days ago) - OS Version: Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Steps to Reproduce: 1. Open vscode.dev (o...
completed
Cannot paste content copied from outside on VS Code Web - VS Code Version: Version: 1.85.0 Commit: af28b32d7e553898b2a91af498b1fb666fdebe0c Date: 2023-12-06T18:18:26.691Z (5 days ago) - OS Version: Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safar...
279
200636
Incoming/Outgoing section fails for long branch name
2023-12-12 12:53:39+00:00
2024-01-08 20:23:22+00:00
Type: <b>Bug</b> 1. Open Source Control with Incoming/Outgoing section enabled with branch that has long name - in my case 91 characters 2. Git output shows message `[info] fatal: failed to stat 'refs/heads/feature/` followed by local and remote branch names and finished with `: Filename too long` 3. Incoming/Outg...
completed
Incoming/Outgoing section fails for long branch name Type: <b>Bug</b> 1. Open Source Control with Incoming/Outgoing section enabled with branch that has long name - in my case 91 characters 2. Git output shows message `[info] fatal: failed to stat 'refs/heads/feature/` followed by local and remote branch names and ...
297
200635
editor.mouseWheelZoom modifier in setting description is wrong for mac
2023-12-12 12:53:18+00:00
2023-12-12 15:19:14+00:00
Ctrl hardcoded: https://github.com/microsoft/vscode/blob/45a10538c4c558a7b5accf37a8d79a609c17177f/src/vs/editor/common/config/editorOptions.ts#L5603
completed
editor.mouseWheelZoom modifier in setting description is wrong for mac Ctrl hardcoded: https://github.com/microsoft/vscode/blob/45a10538c4c558a7b5accf37a8d79a609c17177f/src/vs/editor/common/config/editorOptions.ts#L5603
85
200615
Aux window: window flickers briefly when changing window focus
2023-12-12 08:30:02+00:00
2024-01-29 13:39:17+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Aux window: window flickers briefly when changing window focus <!-- โš ๏ธโš ๏ธ 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-...
550
200613
Aux window: `increase current view size` doesn't consider floating windows
2023-12-12 07:53:48+00:00
2023-12-12 10:15:12+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
Aux window: `increase current view size` doesn't consider floating windows <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Subm...
497
200608
Can't copy paste in Explorer
2023-12-12 06:21:56+00:00
2023-12-12 07:45:28+00:00
1. Copy a file in the Explorer 2. Paste ๐Ÿ› It doesn't work. Found related copy paste issue: https://github.com/microsoft/vscode/issues/200597 cc @alexdima @mjbvz
not_planned
Can't copy paste in Explorer 1. Copy a file in the Explorer 2. Paste ๐Ÿ› It doesn't work. Found related copy paste issue: https://github.com/microsoft/vscode/issues/200597 cc @alexdima @mjbvz
62
200604
File Explorer does not show the coverage bar
2023-12-12 03:13:30+00:00
2023-12-12 17:13:16+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
File Explorer does not show the coverage 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/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --...
535
200602
Command highlight shows incorrect height when the original command is wrapped
2023-12-12 02:23:08+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Command highlight shows incorrect height when the original command is wrapped <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/S...
477
200597
Cannot read properties of null (reading 'finishedPaste')
2023-12-12 00:54:49+00:00
2023-12-12 19:39:33+00:00
- Paste any text into the SCM commit message input - Get this notification popup: `Cannot read properties of null (reading 'finishedPaste')` - I can't find a stack trace in any log but it happens in every window so hopefully it's easy to repro. The paste text doesn't seem to matter
completed
Cannot read properties of null (reading 'finishedPaste') - Paste any text into the SCM commit message input - Get this notification popup: `Cannot read properties of null (reading 'finishedPaste')` - I can't find a stack trace in any log but it happens in every window so hopefully it's easy to repro. The paste text d...
92
200592
Pinning a tab bug
2023-12-11 22:08:10+00:00
2023-12-13 15:35:14+00:00
Version: 1.85.0 Electron: 25.9.7 ElectronBuildId: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows x64 10.0.22621 ( I am using a Python interpter ) Steps to Reproduce: 1. Have at least 1 tab/file open 2. Pin the tab ( at the top ) 3. Issue: The run button disappe...
completed
Pinning a tab bug Version: 1.85.0 Electron: 25.9.7 ElectronBuildId: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows x64 10.0.22621 ( I am using a Python interpter ) Steps to Reproduce: 1. Have at least 1 tab/file open 2. Pin the tab ( at the top ) 3. Issue: The ...
185
200581
Cannot copy/paste files anymore between folders
2023-12-11 19:03:19+00:00
2023-12-12 01:44:18+00:00
I am trying to `Cmd+C` a file in the one root folder and `Cmd+V` into another root folder and nothing happens anymore. Is this known? I am using multi-root folder setup. ![Recording 2023-12-11 at 20 04 26](https://github.com/microsoft/vscode/assets/900690/fa0de413-715c-4f88-ae15-a1feb7872ff8)
completed
Cannot copy/paste files anymore between folders I am trying to `Cmd+C` a file in the one root folder and `Cmd+V` into another root folder and nothing happens anymore. Is this known? I am using multi-root folder setup. ![Recording 2023-12-11 at 20 04 26](https://github.com/microsoft/vscode/assets/900690/fa0de413-7...
114
200575
Rendering glitch when using the 'ChatAgentTask' progress report
2023-12-11 18:28:22+00:00
2023-12-12 06:32:41+00:00
Pls see the screenshot below ![Image](https://github.com/microsoft/vscode/assets/172399/c8e33554-580a-4a6c-86e7-e3a018466671) The code is here https://github.com/egamma/codetour-agent/blob/6c6a8a82752a9f236e73a39799c513dc8466209f/src/extension.ts#L156
completed
Rendering glitch when using the 'ChatAgentTask' progress report Pls see the screenshot below ![Image](https://github.com/microsoft/vscode/assets/172399/c8e33554-580a-4a6c-86e7-e3a018466671) The code is here https://github.com/egamma/codetour-agent/blob/6c6a8a82752a9f236e73a39799c513dc8466209f/src/extension.ts#L15...
132
200571
Two `Customize Layout` bugs related to Activity Bar
2023-12-11 17:49:20+00:00
2024-01-03 16:21:47+00:00
Type: <b>Bug</b> 1. Put Activity Bar into Top position and display it by showing Side Bar. 2. Open `Customize Layout` quickpick, e.g. by clicking on titlebar button. 3. Hover over right-hand end of Activity Bar row. :bug: The eye icon is struck through and the tip says "Select to Show" even though the Activity ...
completed
Two `Customize Layout` bugs related to Activity Bar Type: <b>Bug</b> 1. Put Activity Bar into Top position and display it by showing Side Bar. 2. Open `Customize Layout` quickpick, e.g. by clicking on titlebar button. 3. Hover over right-hand end of Activity Bar row. :bug: The eye icon is struck through and the...
264
200569
Color picker inserts text repeatedly when switching between different presentations
2023-12-11 17:23:28+00:00
2023-12-13 15:10:49+00:00
Originally noted at https://github.com/microsoft/vscode/issues/136965#issuecomment-1850252538. When cycling between colour presentations, rather than updating the same regions, the edits/inserts are now made on every click, resulting in broken code: https://github.com/microsoft/vscode/assets/1078012/0eed2879-fca2-46...
completed
Color picker inserts text repeatedly when switching between different presentations Originally noted at https://github.com/microsoft/vscode/issues/136965#issuecomment-1850252538. When cycling between colour presentations, rather than updating the same regions, the edits/inserts are now made on every click, resulting in...
568
200558
Tasks with CustomExecution fails if the default terminal profile is contributed by the same extension
2023-12-11 14:57: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 cr...
Tasks with CustomExecution fails if the default terminal profile is contributed by the same extension <!-- โš ๏ธโš ๏ธ 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...
700
200547
Settings progress bar is too eager to appear
2023-12-11 12:19:01+00:00
Notice how the progress bar is too eager to appear just after I type any character: https://github.com/microsoft/vscode/assets/22350/02b18f63-c4bb-4a6b-aa9e-0db9bbe2f534 Showing the progress bar should have a much looser debounce, like 500ms, maybe even 750ms.
Settings progress bar is too eager to appear Notice how the progress bar is too eager to appear just after I type any character: https://github.com/microsoft/vscode/assets/22350/02b18f63-c4bb-4a6b-aa9e-0db9bbe2f534 Showing the progress bar should have a much looser debounce, like 500ms, maybe even 750ms.
96
200535
SCM - title actions not visible in a multi-repository workspace
2023-12-11 10:53:37+00:00
2023-12-12 14:03:48+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
SCM - title actions not visible in a multi-repository workspace <!-- โš ๏ธโš ๏ธ 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...
406
200515
Panel Title Overflows when not enough space to show all panel names
2023-12-11 04:54:48+00:00
2024-02-22 10:04:13+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
Panel Title Overflows when not enough space to show all panel names <!-- โš ๏ธโš ๏ธ 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-...
511
200510
Add a separate button for clean Terminal
2023-12-11 03:20:35+00:00
2023-12-12 12:43:58+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. --> VS Code has always been able to clear Terminal...
completed
Add a separate button for clean Terminal <!-- โš ๏ธโš ๏ธ 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. --> VS Co...
251
200506
Toolbar has been overflow debugger tool
2023-12-11 02:48:31+00:00
Type: <b>Bug</b> When i launch debugger toolbar, it has been overflow by vscode toolbar ![image](https://github.com/microsoft/vscode/assets/43102628/b52aba93-da20-4fa3-8c27-5b4b63ec0b4d) VS Code version: Code 1.85.0 (af28b32d7e553898b2a91af498b1fb666fdebe0c, 2023-12-06T20:48:09.019Z) OS version: Windows_NT x6...
reopened
Toolbar has been overflow debugger tool Type: <b>Bug</b> When i launch debugger toolbar, it has been overflow by vscode toolbar ![image](https://github.com/microsoft/vscode/assets/43102628/b52aba93-da20-4fa3-8c27-5b4b63ec0b4d) VS Code version: Code 1.85.0 (af28b32d7e553898b2a91af498b1fb666fdebe0c, 2023-12-06T2...
827
200497
VS Code "open file in editor" line number not working with docker-compose
2023-12-10 23:47:46+00:00
2023-12-23 11:24:02+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
not_planned
VS Code "open file in editor" line number not working with docker-compose <!-- โš ๏ธโš ๏ธ 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/Submi...
537
200487
vscode menus become disabled
2023-12-10 16:45:10+00:00
Not sure what causes it, but the menus become disabled (this is using a remote vscode). See attached screenshot. Interestingly, if I click 'Report Issue' the menus will become enabled again. <img width="464" alt="image" src="https://github.com/microsoft/vscode/assets/4958833/21574f05-8c77-4b72-91df-8237caa6b4d9">...
vscode menus become disabled Not sure what causes it, but the menus become disabled (this is using a remote vscode). See attached screenshot. Interestingly, if I click 'Report Issue' the menus will become enabled again. <img width="464" alt="image" src="https://github.com/microsoft/vscode/assets/4958833/21574f05-...
185
200469
Aux Window: Full screen Terminal Window Input Lag
2023-12-10 07:53:51+00:00
2023-12-15 18:11:12+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
Aux Window: Full screen Terminal Window Input Lag <!-- โš ๏ธโš ๏ธ 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-Suggestio...
424
200445
github.dev shows no diff after making changes
2023-12-09 17:31:05+00:00
2023-12-27 11:24:09+00:00
The github.dev editor does not show diffs and the accessible diff viewer does not launch. I can successfully export changes to a diff file, but that's all. Screenshots and troubleshooting details below. Version: 1.85.0 Commit: af28b32d7e553898b2a91af498b1fb666fdebe0c User Agent: Mozilla/5.0 (Windows NT 10.0; Win6...
not_planned
github.dev shows no diff after making changes The github.dev editor does not show diffs and the accessible diff viewer does not launch. I can successfully export changes to a diff file, but that's all. Screenshots and troubleshooting details below. Version: 1.85.0 Commit: af28b32d7e553898b2a91af498b1fb666fdebe0c ...
632
200435
Aux Window: Respect zoom level in the lightweight windows
2023-12-09 08:44:37+00:00
2024-01-12 06:21: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 cr...
completed
Aux Window: Respect zoom level in the lightweight windows <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-S...
456
200430
Task progress indicator does not appear after the first time
2023-12-09 08:01:38+00:00
2023-12-18 17:01:34+00:00
Type: <b>Bug</b> The little spinner / progress indicator shows up the first time a task is run then never again after that. ![Bug](https://github.com/microsoft/vscode/assets/484784/dfa37605-d2ee-4684-8ef2-d4d8eff37766) VS Code version: Code - Insiders 1.86.0-insider (02b90714767f05c734ac29a64d0e5b4768f532d8, 2...
completed
Task progress indicator does not appear after the first time Type: <b>Bug</b> The little spinner / progress indicator shows up the first time a task is run then never again after that. ![Bug](https://github.com/microsoft/vscode/assets/484784/dfa37605-d2ee-4684-8ef2-d4d8eff37766) VS Code version: Code - Insider...
955
200422
Python package tqdm output breaks when toggling Explorer
2023-12-09 01:01:29+00:00
2023-12-15 15:20:55+00:00
Type: <b>Bug</b> With a Python file, create a tqdm loop with an arbitrary delay so the loop lasts a while. As tqdm prints the progress bar to the console when the program is running, open the Explorer with Ctrl+Shift+E or by clicking the icon and the progress bar will start printing on a new line for each iteration ...
completed
Python package tqdm output breaks when toggling Explorer Type: <b>Bug</b> With a Python file, create a tqdm loop with an arbitrary delay so the loop lasts a while. As tqdm prints the progress bar to the console when the program is running, open the Explorer with Ctrl+Shift+E or by clicking the icon and the progress...
961
200409
Cannot read properties of undefined (reading 'querySelector')
2023-12-08 21:42:53+00:00
2023-12-20 14:18:11+00:00
``` 2023-12-08 12:41:58.988 [error] Cannot read properties of undefined (reading 'querySelector'): TypeError: Cannot read properties of undefined (reading 'querySelector') at b.n (vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/workbenc...
completed
Cannot read properties of undefined (reading 'querySelector') ``` 2023-12-08 12:41:58.988 [error] Cannot read properties of undefined (reading 'querySelector'): TypeError: Cannot read properties of undefined (reading 'querySelector') at b.n (vscode-file://vscode-app/c:/Users/huer/AppData/Local/Programs/Microsoft%...
290
200402
Patch crashing explorer on paste (#200396)
2023-12-08 20:06:47+00:00
2023-12-08 21:06:27+00:00
Cherry pick #200396
Patch crashing explorer on paste (#200396) Cherry pick #200396
18
200400
TerminalInstance memory leak
2023-12-08 19:52:45+00:00
2024-01-29 07:57:49+00:00
Repro: 1. Open Code - OSS 2. Close all terminals 3. Reload 4. Open devtools 5. Go to memory and take a heap snapshot 6. Open a terminal 7. Close the terminal 8. Go to memory and take a heap snapshot 9. Compare the two heap snapshots, you should not see `TerminalInstance`
completed
TerminalInstance memory leak Repro: 1. Open Code - OSS 2. Close all terminals 3. Reload 4. Open devtools 5. Go to memory and take a heap snapshot 6. Open a terminal 7. Close the terminal 8. Go to memory and take a heap snapshot 9. Compare the two heap snapshots, you should not see `TerminalInstance`
82
200387
Changed files don't appear under Source Control > Changes
2023-12-08 17:36:36+00:00
2024-01-23 08:48:51+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Changed files don't appear under Source Control > Changes <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-S...
468
200378
SCM incoming/outgoing changes show full commit message on hover
2023-12-08 15:54:29+00:00
2024-04-05 07:42:53+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. --> When hovering over a commit in the SCM incoming/...
completed
SCM incoming/outgoing changes show full commit message on hover <!-- โš ๏ธโš ๏ธ 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 y...
166
200373
Visible scrollbar from the panel behind when browsing Open Recent tab in File.
2023-12-08 15:25:35+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...
Visible scrollbar from the panel behind when browsing Open Recent tab in 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/...
457
200369
The debug console content is cleared when debug console font size is changed
2023-12-08 14:54:19+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
reopened
The debug console content is cleared when debug console font size is changed <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Su...
438
200312
Not respond when I paste a file into the input box for creating a file
2023-12-08 07:53:54+00:00
2023-12-08 19:59: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 cr...
completed
Not respond when I paste a file into the input box for creating a 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/Submitti...
535
200305
Pin editor keyboard shortcut sometimes doesn't work
2023-12-08 04:36:12+00:00
2023-12-12 11:34:56+00:00
Type: <b>Bug</b> This started happening since the latest patch. One way I was able to reproduce: There is more than one editor open. At least one editor is pinned. There is only one editor that is not pinned. For that one editor that is unpinned, the keyboard shortcut will not pin it. If another pinned edi...
completed
Pin editor keyboard shortcut sometimes doesn't work Type: <b>Bug</b> This started happening since the latest patch. One way I was able to reproduce: There is more than one editor open. At least one editor is pinned. There is only one editor that is not pinned. For that one editor that is unpinned, the keybo...
889
200304
!IMPORTANT: Double click doesn't select the word in VSCode insiders
2023-12-08 04:13:21+00:00
2023-12-08 08:55:09+00:00
!IMPORTANT: Double click doesn't select the word in VSCode insiders
completed
!IMPORTANT: Double click doesn't select the word in VSCode insiders !IMPORTANT: Double click doesn't select the word in VSCode insiders
38
200283
Hover/quick info stops working after any edit with a TypeScript project with the latest Insiders
2023-12-08 00:30:52+00:00
2023-12-11 08:42:49+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
Hover/quick info stops working after any edit with a TypeScript project with the latest 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/micr...
508
200279
Regression: Mangled path in user tasks shell when executed in a workspace
2023-12-07 23:20:14+00:00
2023-12-18 18:00:54+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
Regression: Mangled path in user tasks shell when executed in a workspace <!-- โš ๏ธโš ๏ธ 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/Submi...
555
200265
VSC freezes when uploading a file
2023-12-07 18:13:17+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
VSC freezes when uploading a 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 --> <!-- ๐Ÿ”Ž ...
515
200262
Deleted collapsed folders remain visible until explorer refresh
2023-12-07 18:04: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 cr...
Deleted collapsed folders remain visible until explorer refresh <!-- โš ๏ธโš ๏ธ 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...
561
200259
Widget navigation steals editor focus
2023-12-07 17:51:31+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Widget navigation steals editor focus <!-- โš ๏ธโš ๏ธ 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 --> <!--...
765
200255
Copy&Paste work not expected when open ipynb file
2023-12-07 13:37:29+00:00
<!-- Please search existing issues to avoid creating duplicates. --> ## Environment data VS Code version: 1.84.2 Jupyter Extension version (available under the Extensions sidebar): v2023.6.1101941928 Python Extension version (available under the Extensions sidebar): v2023.12.0 OS (Windows | M...
Copy&Paste work not expected when open ipynb file <!-- Please search existing issues to avoid creating duplicates. --> ## Environment data VS Code version: 1.84.2 Jupyter Extension version (available under the Extensions sidebar): v2023.6.1101941928 Python Extension version (available under the Ex...
248
200223
Endless loop when discard changes inside a notebook
2023-12-07 08:51:03+00:00
2023-12-12 11:32:19+00:00
* open notebook * make inline chat changes * select "Discard" * ๐ŸงŠ the editor will freeze, stuck in an endless loop in `_undoModelUntil`
completed
Endless loop when discard changes inside a notebook * open notebook * make inline chat changes * select "Discard" * ๐ŸงŠ the editor will freeze, stuck in an endless loop in `_undoModelUntil`
51
200202
VS Code Will Not Open reason: launch-failed, code: 65
2023-12-06 23:47: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...
VS Code Will Not Open reason: launch-failed, code: 65 <!-- โš ๏ธโš ๏ธ 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...
632
200192
UI glitches with test view widget and sticky scroll
2023-12-06 21:55:49+00:00
2023-12-09 00:18:55+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
UI glitches with test view widget and sticky scroll <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggest...
402
200190
Chat links disappear when hovered in high contrast themes
2023-12-06 21:41:32+00:00
2024-04-07 01:23:13+00:00
This color kicks in https://github.com/microsoft/vscode/blob/7f359c6e9bc60229052392c00e38765608196d9c/src/vs/workbench/contrib/chat/browser/media/chat.css#L202-L207
completed
Chat links disappear when hovered in high contrast themes This color kicks in https://github.com/microsoft/vscode/blob/7f359c6e9bc60229052392c00e38765608196d9c/src/vs/workbench/contrib/chat/browser/media/chat.css#L202-L207
88
200189
Git diff populated in the commit message on `--amend`
2023-12-06 21:23: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 cr...
Git diff populated in the commit message on `--amend` <!-- โš ๏ธโš ๏ธ 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...
496
200172
Notebook search results not showing in search editor
2023-12-06 18:07:34+00:00
2023-12-15 20:01:03+00:00
1, Open the search editor and search for something in an open notebook 2. The result for the open notebook isn't there. :bug:
completed
Notebook search results not showing in search editor 1, Open the search editor and search for something in an open notebook 2. The result for the open notebook isn't there. :bug:
39
200169
Smoke test failure: settings editor
2023-12-06 18:00:09+00:00
Build: https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=248024 Changes: https://github.com/Microsoft/vscode/compare/14f3868...e2e4466 ``` 1) VSCode Smoke Tests (Electron) Settings editor shows a modified indicator on a modified setting: Error: T...
Smoke test failure: settings editor Build: https://dev.azure.com/monacotools/a6d41577-0fa3-498e-af22-257312ff0545/_build/results?buildId=248024 Changes: https://github.com/Microsoft/vscode/compare/14f3868...e2e4466 ``` 1) VSCode Smoke Tests (Electron) Settings editor shows a modified indicator o...
474
200165
In screen reader mode, users have to tab bw activity bar sections
2023-12-06 17:12:40+00:00
1. enable screen reader mode 2. focus the activity bar 3. try to use the down arrow key to reach the bottom section of the activity bar 4. ๐Ÿ› users have to use tab or shift tab
reopened
In screen reader mode, users have to tab bw activity bar sections 1. enable screen reader mode 2. focus the activity bar 3. try to use the down arrow key to reach the bottom section of the activity bar 4. ๐Ÿ› users have to use tab or shift tab
56
200142
Git history not shown for symlinked repositories
2023-12-06 14:18:33+00:00
2023-12-26 11:24:50+00:00
Type: <b>Bug</b> As of the 1.81 release in July 2023, support was included for repositories in a symlinked repository. Since at least the 1.84 release in October, it seems broken again. At least in the Timeline view I don't see the git history if I open a Workspace by following a path that includes a symlink. If ...
not_planned
Git history not shown for symlinked repositories Type: <b>Bug</b> As of the 1.81 release in July 2023, support was included for repositories in a symlinked repository. Since at least the 1.84 release in October, it seems broken again. At least in the Timeline view I don't see the git history if I open a Workspace...
867
200124
[regression] `workbench.files.action.showActiveFileInExplorer` doesn't reveal explorer anymore
2023-12-06 10:36:45+00:00
2024-01-08 17:54:26+00:00
* add a keybinding for `workbench.files.action.showActiveFileInExplorer` (see below) * open a file * open debug viewlet * trigger the command * :bug: nothing happens Try the same with 1.82 and see it working just fine ``` { "key": "shift+cmd+e", "command": "workbench.files.action.showActiveFileInExpl...
completed
[regression] `workbench.files.action.showActiveFileInExplorer` doesn't reveal explorer anymore * add a keybinding for `workbench.files.action.showActiveFileInExplorer` (see below) * open a file * open debug viewlet * trigger the command * :bug: nothing happens Try the same with 1.82 and see it working just fine ...
136
200109
Refresh explorer doesn't work when explorer is moved
2023-12-06 05:56:09+00:00
2023-12-14 18:16:41+00:00
Does this issue occur when all extensions are disabled?: Yes Version: 1.84.2 (user setup) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:51:52.184Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.190...
completed
Refresh explorer doesn't work when explorer is moved Does this issue occur when all extensions are disabled?: Yes Version: 1.84.2 (user setup) Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e Date: 2023-11-09T10:51:52.184Z Electron: 25.9.2 ElectronBuildId: 24603566 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8...
237
200092
allow copy paste of problem messages
2023-12-05 22:50:59+00:00
Type: <b>Feature Request</b> there's a nice way to show a table of problems, but you can't copy-paste all the message column at once. if you could, it would be incredibly useful, because you could paste that to an AI LLM to get a batch of ideas to fix the problems. please let us copy paste the messages from the Pr...
allow copy paste of problem messages Type: <b>Feature Request</b> there's a nice way to show a table of problems, but you can't copy-paste all the message column at once. if you could, it would be incredibly useful, because you could paste that to an AI LLM to get a batch of ideas to fix the problems. please let u...
206
200406
Notebook cell editor -- selection highlighting doesn't work
2023-12-05 22:19:36+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When `"editor.selectionHighlight"` is set, in non-notebook windows, selecting a block of text will highlight matching blocks elsewhere in the document. I seem to reca...
Notebook cell editor -- selection highlighting doesn't work ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When `"editor.selectionHighlight"` is set, in non-notebook windows, selecting a block of text will highlight ...
489
200085
Doing a search when the Settings editor first loads results in the query being cleared
2023-12-05 20:56:21+00:00
2024-01-31 14:11:41+00:00
1. Restart VS Code 2. Open the Settings editor and immediately start doing a search 3. :bug: The query gets cleared/replaced with an empty string midway through the search
completed
Doing a search when the Settings editor first loads results in the query being cleared 1. Restart VS Code 2. Open the Settings editor and immediately start doing a search 3. :bug: The query gets cleared/replaced with an empty string midway through the search
62
200083
Make it clearer what the suggested question is/does
2023-12-05 20:41:50+00:00
2024-01-09 14:29:16+00:00
Users in the fable study weren't sure if the question was asking them something (given it's a chat experience) or if it was actionable. Could we use a better icon to indicate this? Should we add static text: `Suggested question:`? We should also add `Suggested question:` to the aria label.
completed
Make it clearer what the suggested question is/does Users in the fable study weren't sure if the question was asking them something (given it's a chat experience) or if it was actionable. Could we use a better icon to indicate this? Should we add static text: `Suggested question:`? We should also add `Suggest...
92
200054
With an unsaved file exists, the blue color at the edge of the current tab disappears when the tab is moved.
2023-12-05 15:29:59+00:00
2023-12-13 10:59:06+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
With an unsaved file exists, the blue color at the edge of the current tab disappears when the tab is moved. <!-- โš ๏ธโš ๏ธ 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...
559
200046
SCM "Incoming/Outgoing" label doesn't reflect settings
2023-12-05 14:23:50+00:00
2023-12-15 14:28:56+00:00
I have incoming changes disabled in SCM. When I have outgoing changes, the label still says "Incoming/Outgoing", which is a little confusing. ![image](https://github.com/microsoft/vscode/assets/38270282/57eb3a3a-0077-4f79-b824-692ca84c19c8)
completed
SCM "Incoming/Outgoing" label doesn't reflect settings I have incoming changes disabled in SCM. When I have outgoing changes, the label still says "Incoming/Outgoing", which is a little confusing. ![image](https://github.com/microsoft/vscode/assets/38270282/57eb3a3a-0077-4f79-b824-692ca84c19c8)
107
200038
Locking groups with floating windows
2023-12-05 13:34:45+00:00
2023-12-06 11:23:20+00:00
Currently locking groups is not properly supported across windows. Some problems: - Closing an aux window adds all editors to the active group even if it is locked - `Lock group` action is shown when 1 group is open in main and 1 in aux, but nothing happens when pressed - ...
completed
Locking groups with floating windows Currently locking groups is not properly supported across windows. Some problems: - Closing an aux window adds all editors to the active group even if it is locked - `Lock group` action is shown when 1 group is open in main and 1 in aux, but nothing happens when pressed - ...
74
200028
Diagnostic Invalid Position
2023-12-05 11:40:41+00:00
When adding/inserting lines, sometimes the diagnostics jump to the wrong line (notice the squiggle on `ster(a`): ![Image](https://github.com/microsoft/vscode/assets/2931520/9158a774-8786-4c56-98b9-026822661360) Originally this diagnostic has been reported for `cursor`: ![Image](https://github.com/microsoft/vsc...
Diagnostic Invalid Position When adding/inserting lines, sometimes the diagnostics jump to the wrong line (notice the squiggle on `ster(a`): ![Image](https://github.com/microsoft/vscode/assets/2931520/9158a774-8786-4c56-98b9-026822661360) Originally this diagnostic has been reported for `cursor`: ![Image](http...
221
200015
stick with #193421, memory leak
2023-12-05 09:14:35+00:00
2024-01-24 13:47: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 cr...
completed
stick with #193421, memory leak <!-- โš ๏ธโš ๏ธ 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 --> <!-- ๐Ÿ”Ž Se...
650
200005
Debug toolbar not offset in aux windows
2023-12-05 05:43:09+00:00
2024-01-24 05:23:40+00:00
Seems to be very much to the top of the window: <img width="912" alt="image" src="https://github.com/microsoft/vscode/assets/900690/ee927e77-eb97-485f-9ef0-f5a8404db3cf"> Are we missing some offset here that we only apply in the main window?
completed
Debug toolbar not offset in aux windows Seems to be very much to the top of the window: <img width="912" alt="image" src="https://github.com/microsoft/vscode/assets/900690/ee927e77-eb97-485f-9ef0-f5a8404db3cf"> Are we missing some offset here that we only apply in the main window?
99
199998
Entering Markdown Preview doesn't retain Alt key state for editor buttons
2023-12-05 00:26:36+00:00
Type: <b>Bug</b> When you hold the Alt key, you can change the behavior of the editor buttons for preview button ("a") and editor split button ("b"). For a source editor with a markdown file: 1. Normal state: a. Open Preview to the Side b. Split Editor Right 2. Alt state: a. Open Preview b. Split ...
Entering Markdown Preview doesn't retain Alt key state for editor buttons Type: <b>Bug</b> When you hold the Alt key, you can change the behavior of the editor buttons for preview button ("a") and editor split button ("b"). For a source editor with a markdown file: 1. Normal state: a. Open Preview to the Si...
809
199982
Unexpected drop shadow when clicking a tree sticky scroll item
2023-12-04 20:32:31+00:00
2023-12-12 11:23:54+00:00
It's happening because it scrolls 1px to high so the shadow for src shows: ![image](https://github.com/microsoft/vscode/assets/2193314/269d02a2-b981-4fbf-a5ad-69d3a03d6038) ![image](https://github.com/microsoft/vscode/assets/2193314/d3657556-753b-46c5-860e-8f895ed68e81)
not_planned
Unexpected drop shadow when clicking a tree sticky scroll item It's happening because it scrolls 1px to high so the shadow for src shows: ![image](https://github.com/microsoft/vscode/assets/2193314/269d02a2-b981-4fbf-a5ad-69d3a03d6038) ![image](https://github.com/microsoft/vscode/assets/2193314/d3657556-753b-46c5-8...
127
205404
Azure repo extension creds expired.
2023-12-04 18:42:16+00:00
Getting the following each day several times. **_The provided credentials are either invalid or expired. Would you like to reauthenticate? Source: Azure Repos_**
Azure repo extension creds expired. Getting the following each day several times. **_The provided credentials are either invalid or expired. Would you like to reauthenticate? Source: Azure Repos_**
50
199958
Stepping through Jupyter Notebook Diffs does not respect Metadata / Output view settings
2023-12-04 14:29:09+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...
Stepping through Jupyter Notebook Diffs does not respect Metadata / Output view settings <!-- โš ๏ธโš ๏ธ 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/vs...
520
199944
Color picker is far too wide and does not remember when I resize it smaller
2023-12-04 11:36:40+00:00
This was discussed a little in #178670, but I'm not sure I totally understand the logic behind it sometimes not saving my size. Additionally, it now seems even wider than it was back then. https://github.com/microsoft/vscode/assets/1078012/e4ed2947-e391-4834-a899-c0f13559cc12
reopened
Color picker is far too wide and does not remember when I resize it smaller This was discussed a little in #178670, but I'm not sure I totally understand the logic behind it sometimes not saving my size. Additionally, it now seems even wider than it was back then. https://github.com/microsoft/vscode/assets/1078012/e...
106
199940
Terminal Sticky Scroll: git pull wrong sticky node
2023-12-04 10:46:23+00:00
2024-02-29 20:13:09+00:00
_Starting from an empty terminal_ When using `git pull origin main`, the command is not set to be the sticky node but `main -> origin/main` is <img width="529" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/742c60bd-817f-4e51-8214-9fd5d9cf15fc"> <img width="800" alt="image" src="htt...
completed
Terminal Sticky Scroll: git pull wrong sticky node _Starting from an empty terminal_ When using `git pull origin main`, the command is not set to be the sticky node but `main -> origin/main` is <img width="529" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/742c60bd-817f-4e51-8214-9fd5...
169
199939
`createSession` passes in a set of scopes and the session returned shouldn't need to match those scopes
2023-12-04 10:32:01+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
reopened
`createSession` passes in a set of scopes and the session returned shouldn't need to match those scopes <!-- โš ๏ธโš ๏ธ 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...
617
199938
Error: Illegal value for lineNumber
2023-12-04 10:04:59+00:00
2023-12-12 16:25:18+00:00
I was switching between files, opened an empty file and got the error below ``` ERR Illegal value for lineNumber: Error: Illegal value for lineNumber at TextModel.getLineContent (vscode-file://vscode-app/Users/jrieken/Code/vscode/out/vs/editor/common/model/textModel.js:572:23) at LightBulbWidget.update (v...
completed
Error: Illegal value for lineNumber I was switching between files, opened an empty file and got the error below ``` ERR Illegal value for lineNumber: Error: Illegal value for lineNumber at TextModel.getLineContent (vscode-file://vscode-app/Users/jrieken/Code/vscode/out/vs/editor/common/model/textModel.js:572:2...
220
199921
SCM: When multiple `scm/inputBox` been registered, the button shifted
2023-12-04 07:00:40+00:00
2023-12-12 13:56:31+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
SCM: When multiple `scm/inputBox` been registered, the button shifted <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submittin...
528
199900
Color picker is bugged, adding additional ) when choosing color
2023-12-03 17:24:13+00:00
2023-12-12 16:21:42+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
Color picker is bugged, adding additional ) when choosing color <!-- โš ๏ธโš ๏ธ 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...
419
199867
Aux window: Search in files input doesn't update if the sidebar is open
2023-12-02 18:27:13+00:00
2023-12-04 08:13:44+00:00
Repro: 1. Open an editor in an aux window 2. Select a text 3. Run search in files (`ctrl + shift + f`) 4. Repeat step 3 with another selection 5. I expect the search input to be updated for a new search, but nothing happens ![Code_-_Insiders_Jx9t9kK2yc](https://github.com/microsoft/vscode/assets/75252297/637c2...
completed
Aux window: Search in files input doesn't update if the sidebar is open Repro: 1. Open an editor in an aux window 2. Select a text 3. Run search in files (`ctrl + shift + f`) 4. Repeat step 3 with another selection 5. I expect the search input to be updated for a new search, but nothing happens ![Code_-_Inside...
245
199866
Occurrences highlight remains even after losing focus
2023-12-02 18:18:32+00:00
2024-01-31 01:12:31+00:00
![Code_-_Insiders_dg0XWuGiQs](https://github.com/microsoft/vscode/assets/75252297/41f97555-2298-4c84-8e69-9b5d935ec489) Version: 1.85.0-insider (user setup) Commit: 94a3d7bac770b43ce97e9685715bef1a60d1a759 Date: 2023-12-01T19:00:37.339Z Electron: 25.9.6 ElectronBuildId: 25531495 Chromium: 114.0.5735.289 Node.j...
completed
Occurrences highlight remains even after losing focus ![Code_-_Insiders_dg0XWuGiQs](https://github.com/microsoft/vscode/assets/75252297/41f97555-2298-4c84-8e69-9b5d935ec489) Version: 1.85.0-insider (user setup) Commit: 94a3d7bac770b43ce97e9685715bef1a60d1a759 Date: 2023-12-01T19:00:37.339Z Electron: 25.9.6 Elect...
182
199864
No Feedback when Issue Reporter's GitHub API Call Fails
2023-12-02 17:24:30+00:00
Type: <b>Bug</b> when a user presses the "Create on GitHub" button, it sends a request to the GitHub API. However, if this request fails, there is no feedback to the user. Probably, instead of just return, it should check the return value and, if it fails, fallback to web-browser method. https://github.com/mic...
No Feedback when Issue Reporter's GitHub API Call Fails Type: <b>Bug</b> when a user presses the "Create on GitHub" button, it sends a request to the GitHub API. However, if this request fails, there is no feedback to the user. Probably, instead of just return, it should check the return value and, if it fails, f...
667
199863
Visual Studio CL terminal file links don't work
2023-12-02 17:16:43+00:00
2023-12-18 21:00:43+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
not_planned
Visual Studio CL terminal file links don't work <!-- โš ๏ธโš ๏ธ 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...
604
200898
Copy&Paste picture cell failure
2023-12-02 13:51:49+00:00
Type: <b>Bug</b> copy a picture into the clipboard create a new markdown cell paste the picture into the markdown cell select the new cell, copy it down the cell created below doesn't have the image in Metadata Extension version: 2023.10.1100000000 VS Code version: Code - Insiders 1.85.0-insider (c6b48c364...
Copy&Paste picture cell failure Type: <b>Bug</b> copy a picture into the clipboard create a new markdown cell paste the picture into the markdown cell select the new cell, copy it down the cell created below doesn't have the image in Metadata Extension version: 2023.10.1100000000 VS Code version: Code - In...
928
199800
Notebook change events are not firing when changing a kernel
2023-12-01 19:06:32+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Notebook change events are not firing when changing a kernel <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-an...
526
199791
Can't set tabSize and indentSize separately
2023-12-01 18:18:08+00:00
2023-12-08 15:11:15+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Can't set tabSize and indentSize separately <!-- โš ๏ธโš ๏ธ 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 -->...
964
199775
Only show terminal dev mode markers when the terminal is hovered
2023-12-01 16:17:18+00:00
2023-12-01 20:53:50+00:00
This should give us the best of both worlds; debug info available on demand while also keeping the terminal clear
completed
Only show terminal dev mode markers when the terminal is hovered This should give us the best of both worlds; debug info available on demand while also keeping the terminal clear
39
199773
Mutli Diff Editor: Unable to scroll to far right of the file.
2023-12-01 15:57:28+00:00
2024-04-07 17:34:32+00:00
In video if you see when I scroll to the right I can't see the text to the far right. Once I move the cursor on the text then only I can see it. //cc @hediet https://github.com/microsoft/vscode/assets/50770619/a6fdc73d-0d0a-4028-b973-d8560aa2cda8 I suspect this might be due to the vertical scroll width space ...
completed
Mutli Diff Editor: Unable to scroll to far right of the file. In video if you see when I scroll to the right I can't see the text to the far right. Once I move the cursor on the text then only I can see it. //cc @hediet https://github.com/microsoft/vscode/assets/50770619/a6fdc73d-0d0a-4028-b973-d8560aa2cda8 ...
176
199767
Annotations at the start of a codeblock can break codeblock rendering
2023-12-01 15:25:11+00:00
2023-12-01 18:38:20+00:00
This is when an annotation is added to the triple-backtick start of a codeblock. It should only be inside the codeblock, after the newline. <img width="433" alt="image" src="https://github.com/microsoft/vscode/assets/323878/1f744130-8bcb-40d6-a13b-4c2fc31bd4f8">
completed
Annotations at the start of a codeblock can break codeblock rendering This is when an annotation is added to the triple-backtick start of a codeblock. It should only be inside the codeblock, after the newline. <img width="433" alt="image" src="https://github.com/microsoft/vscode/assets/323878/1f744130-8bcb-40d6-a13b...
110
199762
Aux window: Copied terminal breaks when moved back to main window
2023-12-01 13:55:27+00:00
2023-12-18 19:03:57+00:00
Type: <b>Bug</b> Steps to reproduce: 1. Open a terminal (of any kind) 2. Use `Move Terminal into Editor Area` 3. Use `Copy into New Window` 4. Close the aux window Expected behavior: Terminal is moved back to main and window and continues to work. Actual behavior: Terminal is moved back to main window, b...
not_planned
Aux window: Copied terminal breaks when moved back to main window Type: <b>Bug</b> Steps to reproduce: 1. Open a terminal (of any kind) 2. Use `Move Terminal into Editor Area` 3. Use `Copy into New Window` 4. Close the aux window Expected behavior: Terminal is moved back to main and window and continues to w...
526
199748
Unlucky default color for sparkle lightbulb
2023-12-01 10:19:20+00:00
2023-12-05 07:54:12+00:00
* Use "Github Light Theme" from `GitHub.github-vscode-theme` * the sparkle lightbulb seems to be the same color as the editor background <img width="212" alt="Screenshot 2023-12-01 at 10 42 28" src="https://github.com/microsoft/vscode/assets/1794099/81322602-dc00-44e8-a32c-628c8945cf18">
completed
Unlucky default color for sparkle lightbulb * Use "Github Light Theme" from `GitHub.github-vscode-theme` * the sparkle lightbulb seems to be the same color as the editor background <img width="212" alt="Screenshot 2023-12-01 at 10 42 28" src="https://github.com/microsoft/vscode/assets/1794099/81322602-dc00-44e8-a32...
122
199746
SCM - Commit & Push fails with Actual command not found
2023-12-01 10:15:21+00:00
2023-12-01 10:52:36+00:00
Steps to Reproduce: 1. Open a folder/workspace that contains a git repository 2. Make change to a file 3. Invoke "Commit & Push" from the action button * Actual command not found 4. Invoke Commit from the action button * Actual command not found
completed
SCM - Commit & Push fails with Actual command not found Steps to Reproduce: 1. Open a folder/workspace that contains a git repository 2. Make change to a file 3. Invoke "Commit & Push" from the action button * Actual command not found 4. Invoke Commit from the action button * Actual command not found
80
199736
Unsaved changes error during settings migration
2023-12-01 09:17:10+00:00
2024-01-18 06:25:16+00:00
Steps to Reproduce: 1. Have following settings in your workspace settings file ```json "[typescript][javascript]": { "editor.insertSpaces": false, "editor.defaultFormatter": "vscode.typescript-language-features", "editor.formatOnSave": true, "editor.codeActionsO...
completed
Unsaved changes error during settings migration Steps to Reproduce: 1. Have following settings in your workspace settings file ```json "[typescript][javascript]": { "editor.insertSpaces": false, "editor.defaultFormatter": "vscode.typescript-language-features", "editor.format...
255
199735
Mouse cursor rapidly flashing when positioned in certain positions
2023-12-01 08:49:27+00:00
Type: <b>Bug</b> I have been able to reproduce this issue when using any color theme other than the new default theme "Dark modern" which does not have the issue - in the example I used "Kimbie Dark". When positioning the mouse cursor at the bottom of buttons embedded in the title bar, on a position where the exp...
Mouse cursor rapidly flashing when positioned in certain positions Type: <b>Bug</b> I have been able to reproduce this issue when using any color theme other than the new default theme "Dark modern" which does not have the issue - in the example I used "Kimbie Dark". When positioning the mouse cursor at the botto...
983
199734
@terminal selected when QuickChat was already open
2023-12-01 08:48:06+00:00
2024-03-22 19:59:47+00:00
> For me `Cmd+I` on mac works. Verified the fix with that. > > A remaining issue is that in this case the `@terminal` is selected, so it is overwritten when I start typing. This is unlike when the QuickChat was not open before. Will open a new issue for that. _Originally posted by @chrmarti in [#197076](https:/...
completed
@terminal selected when QuickChat was already open > For me `Cmd+I` on mac works. Verified the fix with that. > > A remaining issue is that in this case the `@terminal` is selected, so it is overwritten when I start typing. This is unlike when the QuickChat was not open before. Will open a new issue for that. _...
126
199733
SCM - input action button does not honour scm.showInputActionButton
2023-12-01 08:41:22+00:00
2023-12-01 10:42:34+00:00
Steps to Reproduce: 1. Install Copilot Chat 2. Open the Source Control view and see the "sparkle" action in the scm input box 3. Open settings and toggle the `scm.showInputActionButton` to `false` Expected: Input box action button should be hidden Actual Input box action button remains shown
completed
SCM - input action button does not honour scm.showInputActionButton Steps to Reproduce: 1. Install Copilot Chat 2. Open the Source Control view and see the "sparkle" action in the scm input box 3. Open settings and toggle the `scm.showInputActionButton` to `false` Expected: Input box action button should be hi...
101
199732
Unable to re-base & commit resolved merge conficts in VS Code
2023-12-01 08:26:19+00:00
2023-12-01 12:57:51+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Unable to re-base & commit resolved merge conficts in VS Code <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-a...
468