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
202232
DocumentData for notebook cell documents looses notebook releation ship when switching from trusted to untrusted workspace
2024-01-11 10:07:43+00:00
2024-02-16 10:02:05+00:00
For the steps see: https://github.com/microsoft/vscode-languageserver-node/issues/1394#issuecomment-1885888954 When a workspace switches from trusted to untrusted only the extension host is reloaded not the workbench itself. When the extension host is initialized it looks like that the link between a cell document a...
completed
DocumentData for notebook cell documents looses notebook releation ship when switching from trusted to untrusted workspace For the steps see: https://github.com/microsoft/vscode-languageserver-node/issues/1394#issuecomment-1885888954 When a workspace switches from trusted to untrusted only the extension host is relo...
271
202204
Debug toolbar can be hidden by window resize
2024-01-11 01:42:08+00:00
Type: <b>Bug</b> 1. Start debugging 1. With debug toolbar on right side of window, grab the right side of the window to make it narrower **Bug** The debug toolbar remains where it is and ends up being clipped or getting hidden completely ![Image](https://github.com/microsoft/vscode/assets/12821956/e7b772...
Debug toolbar can be hidden by window resize Type: <b>Bug</b> 1. Start debugging 1. With debug toolbar on right side of window, grab the right side of the window to make it narrower **Bug** The debug toolbar remains where it is and ends up being clipped or getting hidden completely ![Image](https://githu...
529
202199
Cannot scroll beyond ~40K lines
2024-01-10 23:35:02+00:00
2024-01-10 23:36:44+00:00
On the latest Insiders 1. Open a file with a lot of lines 2. Scroll down 3. Eventually you'll hit a point where the file is cut off. I can scroll beyond this but nothing is rendered. This seems to be around 40K lines for me ![image](https://github.com/microsoft/vscode/assets/2230985/495e7fd3-f4fb-40f1-9f91-6c6a...
completed
Cannot scroll beyond ~40K lines On the latest Insiders 1. Open a file with a lot of lines 2. Scroll down 3. Eventually you'll hit a point where the file is cut off. I can scroll beyond this but nothing is rendered. This seems to be around 40K lines for me ![image](https://github.com/microsoft/vscode/assets/2230...
116
202196
Minimising a Maximised Window and bringing it back up causes the window to appear stretched
2024-01-10 22:20: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...
Minimising a Maximised Window and bringing it back up causes the window to appear stretched <!-- โš ๏ธโš ๏ธ 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...
589
202181
Test explorer view is incorrectly hidden in secondary sidebar
2024-01-10 18:03:50+00:00
2024-01-15 15:39:23+00:00
1. In a repo where tests exist, move the Test Explorer view to the secondary sidebar 2. Reload 3. The `view/title` actions are visible for the test explorer, and it's actually rendered, but it's hidden by the `.empty-pane-message-area` ๐Ÿ› 4. Resize the secondary sidebar, and the empty message goes away The testi...
completed
Test explorer view is incorrectly hidden in secondary sidebar 1. In a repo where tests exist, move the Test Explorer view to the secondary sidebar 2. Reload 3. The `view/title` actions are visible for the test explorer, and it's actually rendered, but it's hidden by the `.empty-pane-message-area` ๐Ÿ› 4. Resize the s...
128
202164
Paused inline chat resumes with wrong "diff"
2024-01-10 14:59:04+00:00
2024-01-12 08:11:07+00:00
* open the same file in two editor columns * start inline chat * get AI changes * in column A switch to another file * in column B makes changes to the original file (w/o overlap of the AI chnages) * in column A switch back * the UI suggests that all edits (yours and AIs) are AI edits
completed
Paused inline chat resumes with wrong "diff" * open the same file in two editor columns * start inline chat * get AI changes * in column A switch to another file * in column B makes changes to the original file (w/o overlap of the AI chnages) * in column A switch back * the UI suggests that all edits (yours and A...
97
202163
`languages.match` doesn't work for notebook cell documents in document close events
2024-01-10 14:50:13+00:00
Underlying reason is that the document data for the notebook cell document got already removed from the `ExtHostDocumentsAndEditors` registry. Since matching the notebook cell requires the underlying notebook document to get to the notebook type the match fails and return 0.
`languages.match` doesn't work for notebook cell documents in document close events Underlying reason is that the document data for the notebook cell document got already removed from the `ExtHostDocumentsAndEditors` registry. Since matching the notebook cell requires the underlying notebook document to get to the note...
81
202153
Accepting suggestion/completion with `tab` is removing completion suffix
2024-01-10 13:31:01+00:00
2024-01-11 22:27:23+00:00
# Description Accepting suggestion/completion with `tab` is removing completion suffix. # Example Given `|` is cursor ```ts const obj = { foo: 1, bar: 2, jar: 3, }; for (const { foo, |bar } of obj) { console.log(foo, bar); } ``` Typing in `j` and accepting completion `jar` results i...
completed
Accepting suggestion/completion with `tab` is removing completion suffix # Description Accepting suggestion/completion with `tab` is removing completion suffix. # Example Given `|` is cursor ```ts const obj = { foo: 1, bar: 2, jar: 3, }; for (const { foo, |bar } of obj) { console.log(foo...
334
202151
Selecting while preview pane is selected as no effect.
2024-01-10 13:14:00+00:00
Type: <b>Bug</b> While viewing a .md file with the Preview window selected, the option to save the file is still active, but has not effect. The actual .md code edit window must be selected for save to have effect. VS Code version: Code 1.85.1 (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:48:16.874Z) ...
Selecting while preview pane is selected as no effect. Type: <b>Bug</b> While viewing a .md file with the Preview window selected, the option to save the file is still active, but has not effect. The actual .md code edit window must be selected for save to have effect. VS Code version: Code 1.85.1 (0ee08df0cf452...
883
202149
Jupyter markdown cells fail with a `cases` environment nested in an `equation`
2024-01-10 12:37:54+00:00
2024-01-16 20:55:22+00:00
Write the following latex code inside a markdown cell in a Jupyter notebook ```latex Consider \begin{equation} f(x) = \begin{cases} 1 & \text{if ...} \\ 1 & \text{otherwise} \end{cases} \end{equation} ``` Rendering the cell fails with `ParseError: Katex parse error: Expected & or \ or \cr or \end at end o...
completed
Jupyter markdown cells fail with a `cases` environment nested in an `equation` Write the following latex code inside a markdown cell in a Jupyter notebook ```latex Consider \begin{equation} f(x) = \begin{cases} 1 & \text{if ...} \\ 1 & \text{otherwise} \end{cases} \end{equation} ``` Rendering the cell fai...
288
202140
[css] Erroneous Description for setting "CSS Hover Documentation"
2024-01-10 09:26:31+00:00
2024-01-10 13:42: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
[css] Erroneous Description for setting "CSS Hover Documentation" <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bu...
431
202138
Json breaks for large files after roughly 50000 lines
2024-01-10 09:04:03+00:00
2024-01-15 11:30:41+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Json breaks for large files after roughly 50000 lines <!-- โš ๏ธโš ๏ธ 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...
600
202137
Multifile diff editor is all grey on start/load
2024-01-10 08:56:26+00:00
2024-02-06 18:46:27+00:00
* use light theme * open a multifile diff editor for the first time * while it loads its background is grey, much darker than the default editor background color https://github.com/microsoft/vscode/assets/1794099/b1f314a8-64f9-4ce5-bafd-408daf4b31d2
completed
Multifile diff editor is all grey on start/load * use light theme * open a multifile diff editor for the first time * while it loads its background is grey, much darker than the default editor background color https://github.com/microsoft/vscode/assets/1794099/b1f314a8-64f9-4ce5-bafd-408daf4b31d2
94
202124
Improvements to CSS terminology in Settings text
2024-01-10 06:54:20+00:00
2024-01-10 12:44:27+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Improvements to CSS terminology in Settings text <!-- โš ๏ธโš ๏ธ 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-Suggestion...
357
202120
Go to References results in "ListError [ReferencesWidget] Invalid index"
2024-01-10 06:11:28+00:00
2024-02-29 02:12:26+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Go to References results in "ListError [ReferencesWidget] Invalid index" <!-- โš ๏ธโš ๏ธ 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/Submit...
952
202118
Parsing of .gitignore files doesn't match git, causing cmd+p to not find any files
2024-01-10 04:51:33+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Parsing of .gitignore files doesn't match git, causing cmd+p to not find any files <!-- โš ๏ธโš ๏ธ 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/w...
892
202103
Handling of Windows Virtual Drives with Git
2024-01-09 19:51:33+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
reopened
Handling of Windows Virtual Drives with Git <!-- โš ๏ธโš ๏ธ 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 -->...
530
212292
kernel picker stays in loading state forever
2024-01-09 17:18:42+00:00
Type: <b>Bug</b> Even after all kernels seem to have been loaded, the spinning arrows did not go away on the kernel picker. Occurred consistently through reloading vscode with both the stable version and the RC for the patch. I switched profiles, didn't repro, switched back and no longer repro's on the original...
kernel picker stays in loading state forever Type: <b>Bug</b> Even after all kernels seem to have been loaded, the spinning arrows did not go away on the kernel picker. Occurred consistently through reloading vscode with both the stable version and the RC for the patch. I switched profiles, didn't repro, switch...
863
202094
Visual Settings Editor loses position when saving
2024-01-09 16:44:17+00:00
Type: <b>Bug</b> When you use the visual settings and modify a setting, the window scrolls to a new position. VS Code version: Code 1.85.1 (Universal) (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:48:06.308Z) OS version: Darwin x64 22.4.0 Modes: Unsupported <details> <summary>System Info</summa...
Visual Settings Editor loses position when saving Type: <b>Bug</b> When you use the visual settings and modify a setting, the window scrolls to a new position. VS Code version: Code 1.85.1 (Universal) (0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2, 2023-12-13T09:48:06.308Z) OS version: Darwin x64 22.4.0 Modes: Uns...
985
202090
Double header in settings UI
2024-01-09 16:15:24+00:00
2024-01-15 14:13:52+00:00
* enable tree sticky scroll * open settings UI * reveal the "Update" section * scroll so that the update section becomes sticky * ๐Ÿ› it's easy to have the header be showing and be sticky <img width="738" alt="Screenshot 2024-01-09 at 17 14 05" src="https://github.com/microsoft/vscode/assets/1794099/a118d14a-5a2b...
completed
Double header in settings UI * enable tree sticky scroll * open settings UI * reveal the "Update" section * scroll so that the update section becomes sticky * ๐Ÿ› it's easy to have the header be showing and be sticky <img width="738" alt="Screenshot 2024-01-09 at 17 14 05" src="https://github.com/microsoft/vscode...
125
202082
GLIBC version requirement is incorrectly hardcoded in error message
2024-01-09 14:38:14+00:00
2024-01-16 19:34:20+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
GLIBC version requirement is incorrectly hardcoded in error message <!-- โš ๏ธโš ๏ธ 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-...
766
202078
extra padding near dropdown in terminal in insider release
2024-01-09 14:10:19+00:00
2024-01-31 15:02:39+00:00
extra padding right to the dropdown in terminal in insider release as shown in image below ![image](https://github.com/microsoft/vscode/assets/50770619/420d218a-52d3-4cfa-ae4f-23844ff9269a) in stable release I don't see it ![image](https://github.com/microsoft/vscode/assets/50770619/e2df3fb1-c8b1-48d5-8bdb-d57a344...
completed
extra padding near dropdown in terminal in insider release extra padding right to the dropdown in terminal in insider release as shown in image below ![image](https://github.com/microsoft/vscode/assets/50770619/420d218a-52d3-4cfa-ae4f-23844ff9269a) in stable release I don't see it ![image](https://github.com/micro...
136
202074
Problems Panel Context Menu has two Separators with nothing in between
2024-01-09 13:38:37+00:00
2024-01-20 11:24:20+00:00
I right clicked an entry in the problems view and the context menu showed actions contributed by extensions, then two separators right after each other and then actions contributed by Core. There either should be one separator or the Copilot suggestions should be in the middle group. <img width="1561" alt="image" sr...
completed
Problems Panel Context Menu has two Separators with nothing in between I right clicked an entry in the problems view and the context menu showed actions contributed by extensions, then two separators right after each other and then actions contributed by Core. There either should be one separator or the Copilot suggest...
130
202073
Many links in Settings cannot be clicked in the Chinese environment
2024-01-09 12:47:13+00:00
2024-06-24 18:03:22+00:00
![image](https://github.com/microsoft/vscode/assets/11473889/3754dc56-fede-4762-873c-3310c9a34999) Reproduction steps: 1. Open https://insiders.vscode.dev/ 2. Switch `zh-cn` language. 3. Use `cmd + ,` to call out Settings. 4. Search `showTabs` or any other keyword in this [document](https://github.com/microsoft/...
completed
Many links in Settings cannot be clicked in the Chinese environment ![image](https://github.com/microsoft/vscode/assets/11473889/3754dc56-fede-4762-873c-3310c9a34999) Reproduction steps: 1. Open https://insiders.vscode.dev/ 2. Switch `zh-cn` language. 3. Use `cmd + ,` to call out Settings. 4. Search `showTabs` o...
323
202390
`No Folder Opened` Translation is lost.
2024-01-09 12:33:05+00:00
2024-02-01 18:42:17+00:00
![image](https://github.com/microsoft/vscode-loc/assets/11473889/6b5a4f55-29fc-4dbb-9cc5-40f64f7394eb) Reproduction steps: 1. Open https://insiders.vscode.dev/ 2. Switch `zh-cn` or any other language except English. 3. Focus explorer tree view title Version: 1.86.0-insider Commit: fb769554405bee9be16e21ceb0a4...
completed
`No Folder Opened` Translation is lost. ![image](https://github.com/microsoft/vscode-loc/assets/11473889/6b5a4f55-29fc-4dbb-9cc5-40f64f7394eb) Reproduction steps: 1. Open https://insiders.vscode.dev/ 2. Switch `zh-cn` or any other language except English. 3. Focus explorer tree view title Version: 1.86.0-insid...
200
202072
VSCode Snap doesn't start when using Wayland mode
2024-01-09 12:27:57+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 Snap doesn't start when using Wayland mode <!-- โš ๏ธโš ๏ธ 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...
932
202059
'git.checkout' command hangs after cancelled
2024-01-09 09:23:02+00:00
2024-01-15 11:26: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
'git.checkout' command hangs after cancelled <!-- โš ๏ธโš ๏ธ 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 --...
707
202058
File Explorer Issue
2024-01-09 09:00:52+00:00
2024-01-17 11:23:55+00:00
![Image](https://github.com/microsoft/vscode/assets/2931520/84599127-399d-4345-beb8-a61327a360cf) ![Image](https://github.com/microsoft/vscode/assets/2931520/4f967c85-af0c-4dde-a29f-2819b27d9612)
not_planned
File Explorer Issue ![Image](https://github.com/microsoft/vscode/assets/2931520/84599127-399d-4345-beb8-a61327a360cf) ![Image](https://github.com/microsoft/vscode/assets/2931520/4f967c85-af0c-4dde-a29f-2819b27d9612)
96
202025
use checkboxes for help: list alerts/audio cues
2024-01-08 17:32:11+00:00
2024-01-30 11:45:49+00:00
When using the `Help: List Audio Cues` command, Roberto did not know there was a configure action available. He said: It works, but in all my time using the editor, it never occurred to me to try using the tab key in that list. I always assumed it was read only. _Originally posted by @rperez030 in h...
completed
use checkboxes for help: list alerts/audio cues When using the `Help: List Audio Cues` command, Roberto did not know there was a configure action available. He said: It works, but in all my time using the editor, it never occurred to me to try using the tab key in that list. I always assumed it was rea...
120
202013
Pasting from a TypeScript file to a TypeScript file should not show Paste "Insert HTML" option
2024-01-08 14:53:11+00:00
2024-01-08 20:32:04+00:00
* open a .ts file * copy an identifier (a word) * paste it * ๐Ÿ› observe that the paste picker appears https://github.com/microsoft/vscode/assets/5047891/a275ad80-c43c-4936-bb7a-9c7ccfed8bd9 ``` Version: 1.86.0-insider Commit: 4caba0473af34a2b128cedc46f6b13316aae9226 Date: 2024-01-08T05:37:58.813Z El...
completed
Pasting from a TypeScript file to a TypeScript file should not show Paste "Insert HTML" option * open a .ts file * copy an identifier (a word) * paste it * ๐Ÿ› observe that the paste picker appears https://github.com/microsoft/vscode/assets/5047891/a275ad80-c43c-4936-bb7a-9c7ccfed8bd9 ``` Version: 1.86....
203
202005
Uncaught Error: TreeError [Test Explorer List] Tree element not found: [object Object]
2024-01-08 14:17:22+00:00
2024-02-27 23:53:29+00:00
```javascript Error: TreeError [Test Explorer List] Tree element not found: [object Object] at D.o in src/vs/base/browser/ui/tree/objectTreeModel.ts:318:10 at D.setChildren in src/vs/base/browser/ui/tree/objectTreeModel.ts:70:25 at D.setChildren in src/vs/base/browser/ui/tree/objectTree.ts:56:14 at i.applyTo in sr...
completed
Uncaught Error: TreeError [Test Explorer List] Tree element not found: [object Object] ```javascript Error: TreeError [Test Explorer List] Tree element not found: [object Object] at D.o in src/vs/base/browser/ui/tree/objectTreeModel.ts:318:10 at D.setChildren in src/vs/base/browser/ui/tree/objectTreeModel.ts:70:25 ...
374
201999
The extensions list should have the ARIA listbox role; not the list role
2024-01-08 14:02:27+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
The extensions list should have the ARIA listbox role; not the list role <!-- โš ๏ธโš ๏ธ 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/Submit...
938
201975
Lightbulb / Sparkle Icon does not have transparent background
2024-01-08 09:50:30+00:00
2024-06-06 00:14:45+00:00
1. Open diff 2. Cause Lightbulb / Sparkle to show (For example click on method name which is in a diff) 3. Lightbulb / Sparkle Icon shows with a background color even though it should probably be transparent. <img width="770" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/95a08263-982a-4e7b-a...
completed
Lightbulb / Sparkle Icon does not have transparent background 1. Open diff 2. Cause Lightbulb / Sparkle to show (For example click on method name which is in a diff) 3. Lightbulb / Sparkle Icon shows with a background color even though it should probably be transparent. <img width="770" alt="image" src="https://gi...
121
201952
When typing Korean, a red box suddenly appears(same with #163106).
2024-01-07 12:15: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...
When typing Korean, a red box suddenly appears(same with #163106). <!-- โš ๏ธโš ๏ธ 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...
498
201922
Quotes with headings on markdown not rendering properly
2024-01-06 07:53:03+00:00
2024-06-24 21:32:46+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Quotes with headings on markdown not rendering properly <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sug...
412
201916
Partial search results get transferred from quick search if search is not done
2024-01-05 22:35:29+00:00
2024-01-16 22:59:58+00:00
Steps: 1. Open up the vscode repo 2. Use quick search to search for `d`. 3. Try to switch to the search viewlet before the search is complete (when there are open-editor results, but no closed editor results). This is easiest when you just open the editor and try to click the button to switch before the extension ho...
completed
Partial search results get transferred from quick search if search is not done Steps: 1. Open up the vscode repo 2. Use quick search to search for `d`. 3. Try to switch to the search viewlet before the search is complete (when there are open-editor results, but no closed editor results). This is easiest when you jus...
127
201892
`uniqueItems` property in JSON validation schema is not working properly for arrays of objects.
2024-01-05 15:33:40+00:00
2024-01-08 19:05:00+00:00
Hello! I'm trying to use VSCode for validating JSON files. However, it seems there is a problem with the `uniqueItems` property when specifying an array property. Indeed, the uniqueness of the items in the array seems to be ignored if they're of type `object`. **Steps to reproduce:** 1. Create a `simple_schema...
completed
`uniqueItems` property in JSON validation schema is not working properly for arrays of objects. Hello! I'm trying to use VSCode for validating JSON files. However, it seems there is a problem with the `uniqueItems` property when specifying an array property. Indeed, the uniqueness of the items in the array seems to ...
609
201890
Explorer rename is broken
2024-01-05 15:08:25+00:00
2024-01-05 15:45:13+00:00
1. Rename a file 2. Cancel 3. Rename a file ๐Ÿ› Doesn't work. Broken by https://github.com/microsoft/vscode/pull/201789
completed
Explorer rename is broken 1. Rename a file 2. Cancel 3. Rename a file ๐Ÿ› Doesn't work. Broken by https://github.com/microsoft/vscode/pull/201789
46
201832
Screen cheese when reloading with a notebook in a floating window
2024-01-04 19:38:01+00:00
2024-01-10 14:48:25+00:00
Steps to Reproduce: 1. move a notebook into a aux window 2. reload window ๐Ÿ› screen cheese restoring the notebook <img width="1612" alt="image" src="https://github.com/microsoft/vscode/assets/900690/bbbaab53-e67f-4e13-9a6c-97cb2f81797f">
completed
Screen cheese when reloading with a notebook in a floating window Steps to Reproduce: 1. move a notebook into a aux window 2. reload window ๐Ÿ› screen cheese restoring the notebook <img width="1612" alt="image" src="https://github.com/microsoft/vscode/assets/900690/bbbaab53-e67f-4e13-9a6c-97cb2f81797f">
103
201823
Cannot read properties of undefined (reading 'element')
2024-01-04 18:06:31+00:00
2024-01-08 16:36:30+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'element') at b.element in src/vs/base/browser/ui/list/listView.ts:780:28 at <anonymous> in src/vs/base/browser/ui/list/listWidget.ts:244:98 at Array.map (<anonymous>) at b.splice in src/vs/base/browser/ui/list/listWidget.ts:244:50 at <anonymou...
completed
Cannot read properties of undefined (reading 'element') ```javascript TypeError: Cannot read properties of undefined (reading 'element') at b.element in src/vs/base/browser/ui/list/listView.ts:780:28 at <anonymous> in src/vs/base/browser/ui/list/listWidget.ts:244:98 at Array.map (<anonymous>) at b.splice in src/vs...
694
201821
Cannot read properties of undefined (reading 'getViewState')
2024-01-04 18:04:42+00:00
2024-01-05 14:05:58+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'getViewState') at Lt.Dc in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:3087:72 at Lt.<anonymous> in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:2630:9 at u.y in src/vs/base/common/event.ts:1148:13 at u.z in src/vs/base/common/ev...
completed
Cannot read properties of undefined (reading 'getViewState') ```javascript TypeError: Cannot read properties of undefined (reading 'getViewState') at Lt.Dc in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:3087:72 at Lt.<anonymous> in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:2630:9 at u.y in src/vs/...
319
201820
Unexpected call to getParent
2024-01-04 18:04:29+00:00
2024-02-07 20:41:28+00:00
```javascript Error: Unexpected call to getParent at We.getParent in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:3475:10 at ce.expandTo in src/vs/base/browser/ui/tree/asyncDataTree.ts:659:30 at <anonymous> in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:2912:25 at promiseTask in src/vs/base/common/a...
completed
Unexpected call to getParent ```javascript Error: Unexpected call to getParent at We.getParent in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:3475:10 at ce.expandTo in src/vs/base/browser/ui/tree/asyncDataTree.ts:659:30 at <anonymous> in src/vs/workbench/contrib/scm/browser/scmViewPane.ts:2912:25 at promis...
232
201742
workspace.fs.delete useTrash option is not respected
2024-01-03 20:53:28+00:00
2024-01-10 14:22: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
workspace.fs.delete useTrash option is not respected <!-- โš ๏ธโš ๏ธ 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...
491
201734
No "Restart TS Server" when viewing diff editor
2024-01-03 18:27:58+00:00
* Working on a branch with changes, open a diff editor for a modified ts file * Switch to another branch * TS Server generates a lot of unexpected errors * Now I want to restart the ts server to start fresh * Open Command Palette, the command is not available ![image](https://github.com/microsoft/vscode/assets/8...
reopened
No "Restart TS Server" when viewing diff editor * Working on a branch with changes, open a diff editor for a modified ts file * Switch to another branch * TS Server generates a lot of unexpected errors * Now I want to restart the ts server to start fresh * Open Command Palette, the command is not available ![ima...
125
201728
Editor Sticky Scroll highlighting does not kick in after reload
2024-01-03 16:25:12+00:00
2024-01-17 10:36:15+00:00
Reproduce: 1. Open a file and scroll to a location where sticky scroll appears in the editor 2. Reload Window 3. See that sticky scroll highlighting does not kick in until the user scrolls <img width="908" alt="image" src="https://github.com/microsoft/vscode/assets/44439583/15ce8cc9-fe07-4b83-9e8d-853ba5eb6439"> ...
completed
Editor Sticky Scroll highlighting does not kick in after reload Reproduce: 1. Open a file and scroll to a location where sticky scroll appears in the editor 2. Reload Window 3. See that sticky scroll highlighting does not kick in until the user scrolls <img width="908" alt="image" src="https://github.com/microsof...
114
201726
In split screen between code editor and interactive window, new tabs are randomly opened under heavy loading
2024-01-03 16:11:55+00:00
2024-01-12 06:21:49+00:00
- VS Code Version: Version: 1.86.0-insider Commit: df8db3a75a49b85c9636530a3557cdbc639f7bdc Date: 2024-01-01T05:35:59.858Z Electron: 27.1.3 ElectronBuildId: 25612240 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 Jupyter extension v2023.11.1003402403 Python extension v2023.22.1 - OS Vers...
completed
In split screen between code editor and interactive window, new tabs are randomly opened under heavy loading - VS Code Version: Version: 1.86.0-insider Commit: df8db3a75a49b85c9636530a3557cdbc639f7bdc Date: 2024-01-01T05:35:59.858Z Electron: 27.1.3 ElectronBuildId: 25612240 Chromium: 118.0.5993.159 Node.js: 18.17...
578
201720
Abnormal syntax highlight for Perl in Search Editor ("search.action.openNewEditor")
2024-01-03 13:57:08+00:00
ย  ย  Incorrect handling for the [Pod](https://perldoc.perl.org/perlfaq7#How-can-I-comment-out-a-large-block-of-Perl-code%3F) part. ย  ย  Working alright in Text Editor though. &#x2D;--- Version: 1.85.1 Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 User Agent: Mozilla/5.0 (Linux; rv:999) Gecko/20100101 Firefox/...
Abnormal syntax highlight for Perl in Search Editor ("search.action.openNewEditor") ย  ย  Incorrect handling for the [Pod](https://perldoc.perl.org/perlfaq7#How-can-I-comment-out-a-large-block-of-Perl-code%3F) part. ย  ย  Working alright in Text Editor though. &#x2D;--- Version: 1.85.1 Commit: 0ee08df0cf4527e40edc9...
170
201717
[Source Control] Changes not showing
2024-01-03 13:03:40+00:00
2024-01-23 08:33:12+00:00
As you can see in the screenshot below, I have changes in three files, but none of them appear un source control tab: ![image](https://github.com/microsoft/vscode/assets/39303639/e4883072-b828-4bd7-a450-9c251163a454) <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct...
completed
[Source Control] Changes not showing As you can see in the screenshot below, I have changes in three files, but none of them appear un source control tab: ![image](https://github.com/microsoft/vscode/assets/39303639/e4883072-b828-4bd7-a450-9c251163a454) <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> ...
460
201707
In empty profile, debugging an extension causes "Reload Required" button to show up
2024-01-03 09:44:59+00:00
2024-01-03 14:56:58+00:00
* Debug extension, e.g. copilot * Create empty profile in dev window, switch to it, reload (just to make sure there is no previous install extension) * Observe the "Reload Required" button on the extension ![Image](https://github.com/microsoft/vscode/assets/2931520/8ea526e2-bc59-4435-9310-d946da0c4b03)
completed
In empty profile, debugging an extension causes "Reload Required" button to show up * Debug extension, e.g. copilot * Create empty profile in dev window, switch to it, reload (just to make sure there is no previous install extension) * Observe the "Reload Required" button on the extension ![Image](https://github.c...
122
201700
Some editors show icons even when icon theme disabled
2024-01-03 05:57:40+00:00
2024-01-08 15:29:37+00:00
I think when the user has explicitly disabled icons via setting `workbench.iconTheme` to `null`, we should respect that choice and not show icons in editors such as settings or extensions: <img width="1179" alt="image" src="https://github.com/microsoft/vscode/assets/900690/77ef5671-0a90-4d0a-9993-b419cb2cae39">
completed
Some editors show icons even when icon theme disabled I think when the user has explicitly disabled icons via setting `workbench.iconTheme` to `null`, we should respect that choice and not show icons in editors such as settings or extensions: <img width="1179" alt="image" src="https://github.com/microsoft/vscode/ass...
120
201696
Middle-clicking nonexistent tab pastes text into the code editor
2024-01-03 03:50:05+00:00
2024-04-26 10:22: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...
completed
Middle-clicking nonexistent tab pastes text into the code 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/Submitting-Bug...
534
201689
The "Show raw keys" option (showKeys) is disabling everything
2024-01-02 18:26:33+00:00
2024-01-18 15:07:15+00:00
When I disable the "Show raw keys" option (showKeys) in the VS Code settings, the editor no longer shows the shortcuts either. If the "showKeybingings" option is enabled it should show the shortcuts. This is not behaving the way expected. ![image](https://github.com/microsoft/vscode/assets/100484/2ff4e691-e694-4e7e-...
completed
The "Show raw keys" option (showKeys) is disabling everything When I disable the "Show raw keys" option (showKeys) in the VS Code settings, the editor no longer shows the shortcuts either. If the "showKeybingings" option is enabled it should show the shortcuts. This is not behaving the way expected. ![image](https:/...
129
201688
Wrong position of Manage and Accounts model when primary side bar is in the right
2024-01-02 17:35:35+00:00
2024-01-04 10:55:18+00:00
Type: <b>Bug</b> in Plasma desktop (KDE), and when the Primary Side Bar is in the right, the model shown from clicking on Manage and Accounts overlaps with the bar itself. ![Screenshot_20240102_183421](https://github.com/microsoft/vscode/assets/61097104/9a9f3060-42c2-4a02-a608-e2f1f4f34f18) ![Screenshot_20240102...
completed
Wrong position of Manage and Accounts model when primary side bar is in the right Type: <b>Bug</b> in Plasma desktop (KDE), and when the Primary Side Bar is in the right, the model shown from clicking on Manage and Accounts overlaps with the bar itself. ![Screenshot_20240102_183421](https://github.com/microsoft/v...
597
201683
Install 'code' command in path bug when cancelling the process
2024-01-02 14:08:50+00:00
2024-01-03 19:10:36+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
Install 'code' command in path bug when cancelling the process <!-- โš ๏ธโš ๏ธ 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-...
558
201647
[Firefox][SCM] "Staged changes" and "Changes" disappear when "Incoming/outgoing" appears
2023-12-31 19:55:14+00:00
2024-01-24 11:54:41+00:00
Steps to Reproduce: 1. Open a directory with Git initialized. 2. Make "Incoming/Outgoing" section in the SCM pane appear. Could be done by either: - Make sure the current branch has an upstream branch, then commit something. Or - Set `scm.showIncomingChanges` and `scm.showOutgoingChanges` to `always`. 3. R...
completed
[Firefox][SCM] "Staged changes" and "Changes" disappear when "Incoming/outgoing" appears Steps to Reproduce: 1. Open a directory with Git initialized. 2. Make "Incoming/Outgoing" section in the SCM pane appear. Could be done by either: - Make sure the current branch has an upstream branch, then commit something....
687
201613
Alt Shortcuts Don't Work Properly With Top Activity Bar
2023-12-29 16:45:50+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Alt Shortcuts Don't Work Properly With Top 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/microsoft/vscode/wiki/Submitting-Bugs-and-Sug...
533
201596
Debugger for language not set when in a diff editor for debugging supported language
2023-12-28 21:11:35+00:00
2023-12-31 07:28: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...
completed
Debugger for language not set when in a diff editor for debugging supported language <!-- โš ๏ธโš ๏ธ 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...
541
201579
Triggering search for a selected text in detached editor not working properly
2023-12-28 07:18:42+00:00
2024-01-13 19:31:33+00:00
Triggering `Search: Find in files`, for a selected text in detached editor, using both command palette as well as the keyboard shortcut (Ctrl + Shift + F), works only the first time. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/co...
completed
Triggering search for a selected text in detached editor not working properly Triggering `Search: Find in files`, for a selected text in detached editor, using both command palette as well as the keyboard shortcut (Ctrl + Shift + F), works only the first time. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ -...
424
201575
vscode open recent <ctrl+r> command dont support fuzzy search path
2023-12-28 03:38:30+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. --> assume we have a dir/hello file now vscode ope...
vscode open recent <ctrl+r> command dont support fuzzy search path <!-- โš ๏ธโš ๏ธ 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 featur...
157
201555
Moving outline view out of explorer makes command name weird
2023-12-27 14:30:45+00:00
1. Take out the outline view from the explorer into the activity bar 2. See the command name "Focus on outline view" to be come weird https://github.com/microsoft/vscode/assets/16353531/8652eeaa-006f-4bda-a482-947f51a614c4 Version: 1.86.0-insider Commit: 9621add46007f7a1ab37d1fce9bcdcecca62aeb0 Date: 2023-1...
Moving outline view out of explorer makes command name weird 1. Take out the outline view from the explorer into the activity bar 2. See the command name "Focus on outline view" to be come weird https://github.com/microsoft/vscode/assets/16353531/8652eeaa-006f-4bda-a482-947f51a614c4 Version: 1.86.0-insider C...
191
201465
Unable switch to HTTPS for Local Port Forwarding
2023-12-24 15:45:19+00:00
2024-05-31 04:42: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
Unable switch to HTTPS for Local Port Forwarding <!-- โš ๏ธโš ๏ธ 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-Suggestion...
792
201431
[folding] Manual folding range not useful after copy-paste
2023-12-23 11:24: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...
[folding] Manual folding range not useful after copy-paste <!-- โš ๏ธโš ๏ธ 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-...
428
201424
Autoindent doesn't trigger on closing parenthesis
2023-12-23 04:13:59+00:00
2024-03-11 08:56:41+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Autoindent doesn't trigger on closing parenthesis <!-- โš ๏ธโš ๏ธ 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...
607
201731
triple backticks with language specifiers rendering
2023-12-21 23:17:28+00:00
2024-01-08 16:33:57+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Using triple backticks with language specifiers (e.g., "\`\`\`python" or "\`\`\`bash") displays two additional lines (before and after the code block) starting with a ve...
completed
triple backticks with language specifiers rendering ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Using triple backticks with language specifiers (e.g., "\`\`\`python" or "\`\`\`bash") displays two additional lines...
560
201340
Command center window title with newline
2023-12-21 00:38:04+00:00
2024-01-08 11:02:44+00:00
- Open the multi-diff editor from the Timeline view - See a messed up window title, I think due to the editor title having a newline in it <img width="700" alt="image" src="https://github.com/microsoft/vscode/assets/323878/a27da2c5-d1af-4ac7-a065-718d97d1298a">
completed
Command center window title with newline - Open the multi-diff editor from the Timeline view - See a messed up window title, I think due to the editor title having a newline in it <img width="700" alt="image" src="https://github.com/microsoft/vscode/assets/323878/a27da2c5-d1af-4ac7-a065-718d97d1298a">
101
201313
`typescript.experimental.aiCodeActions` actions are not marked with `isAI`
2023-12-20 15:33:27+00:00
2024-02-08 01:05:30+00:00
Code actions provided by Copilot are marked with a sparkle because they are marked as `isAI` code actions using the `codeActionAI` API proposal. We could also mark the TypeScript experimental AI code actions as `isAI`. ![Screenshot 2023-12-20 at 16 31 18](https://github.com/microsoft/vscode/assets/61460952/13da03e6...
completed
`typescript.experimental.aiCodeActions` actions are not marked with `isAI` Code actions provided by Copilot are marked with a sparkle because they are marked as `isAI` code actions using the `codeActionAI` API proposal. We could also mark the TypeScript experimental AI code actions as `isAI`. ![Screenshot 2023-12-2...
130
201312
Explorer: Expanding unmatched folders while filtering loses focus
2023-12-20 15:29:35+00:00
Type: <b>Bug</b> The latest Insider has the #180078 changes which I originally created and have been improved by @joaomoreno prior to merging. But it looks like this change has reintroduced #177444, meaning that when an unresolved folder in the filtered tree are navigated to (Alt+DownArrow), then resolved by expa...
Explorer: Expanding unmatched folders while filtering loses focus Type: <b>Bug</b> The latest Insider has the #180078 changes which I originally created and have been improved by @joaomoreno prior to merging. But it looks like this change has reintroduced #177444, meaning that when an unresolved folder in the fil...
245
201310
Code actions "Move to file" and "Move to new file" are shown everywhere
2023-12-20 15:15:26+00:00
2024-02-21 08:28:51+00:00
Upstream corresponding issue is here: https://github.com/microsoft/TypeScript/issues/56416
completed
Code actions "Move to file" and "Move to new file" are shown everywhere Upstream corresponding issue is here: https://github.com/microsoft/TypeScript/issues/56416
46
201305
Explorer: NPM when pasting a file repeatedly
2023-12-20 14:48:47+00:00
1. In the File Explorer press <kbd>Cmd C</kbd> to copy a file 2. Paste it with <kbd>Cmd V</kdb> 3. Hold <kbd>Cmd V</kbd> for a few seconds to try to paste it many times ๐Ÿ› ๐Ÿ’ฅ https://github.com/microsoft/vscode/assets/22350/4466bc00-c13b-462d-8b51-dca80a8157de
Explorer: NPM when pasting a file repeatedly 1. In the File Explorer press <kbd>Cmd C</kbd> to copy a file 2. Paste it with <kbd>Cmd V</kdb> 3. Hold <kbd>Cmd V</kbd> for a few seconds to try to paste it many times ๐Ÿ› ๐Ÿ’ฅ https://github.com/microsoft/vscode/assets/22350/4466bc00-c13b-462d-8b51-dca80a8157de
118
201304
Editor border theme keys are complaining about requiring transparency
2023-12-20 14:14:38+00:00
2024-04-08 13:11:01+00:00
This might be my design, but I would think that a border color would never set transparency required as it would be too difficult to differentiate colors when stacked upon each other on a 1px wide line ![image](https://github.com/microsoft/vscode/assets/2193314/f4a36256-256f-4f28-85e3-f57636eb01db) The `, true`...
completed
Editor border theme keys are complaining about requiring transparency This might be my design, but I would think that a border color would never set transparency required as it would be too difficult to differentiate colors when stacked upon each other on a 1px wide line ![image](https://github.com/microsoft/vscod...
181
201303
Sticky scroll shows up on the first command
2023-12-20 14:09:46+00:00
2023-12-20 18:16:26+00:00
On Windows: ![image](https://github.com/microsoft/vscode/assets/2193314/5fc4dc05-6449-4943-bbcd-9f49be5f7bcb) Might be an issue tracking this already
completed
Sticky scroll shows up on the first command On Windows: ![image](https://github.com/microsoft/vscode/assets/2193314/5fc4dc05-6449-4943-bbcd-9f49be5f7bcb) Might be an issue tracking this already
68
201297
Aux window: fullscreen windows show custom title bar
2023-12-20 12:44:33+00:00
2024-01-25 19:03:46+00:00
Maybe related to https://github.com/microsoft/vscode/issues/197325
completed
Aux window: fullscreen windows show custom title bar Maybe related to https://github.com/microsoft/vscode/issues/197325
33
201286
Please allow users to decide whether to add the above setting code...
2023-12-20 11:21:20+00:00
2024-01-31 14:07:22+00:00
Hello! Starting from VSCode version 1.85, why is it mandatory to append the following code to settings.json? What is the purpose of doing this? ``` "[csharp][css][go][go.mod][html][java][javascript][json][jsonc][markdown][python][rust][toml][typescript][xml][yaml]": { "editor.codeActionsOnSave": { ...
completed
Please allow users to decide whether to add the above setting code... Hello! Starting from VSCode version 1.85, why is it mandatory to append the following code to settings.json? What is the purpose of doing this? ``` "[csharp][css][go][go.mod][html][java][javascript][json][jsonc][markdown][python][rust][toml][ty...
207
201260
Terminal sticky scroll incorrect identifies the top of buffer as a command
2023-12-20 03:41:32+00:00
I had a very long terminal whose lines reached the terminal's max limit, and then had an ugly sticky scroll state: ![image](https://github.com/microsoft/vscode/assets/2230985/b4f73891-3cff-4601-a657-eee70a26f638)
reopened
Terminal sticky scroll incorrect identifies the top of buffer as a command I had a very long terminal whose lines reached the terminal's max limit, and then had an ugly sticky scroll state: ![image](https://github.com/microsoft/vscode/assets/2230985/b4f73891-3cff-4601-a657-eee70a26f638)
91
201258
Output Peek doesn't scroll using touch
2023-12-20 03:25:35+00:00
2024-01-12 11:24:16+00:00
Steps to Reproduce: 1. Using a touch screen (I could also repro on macOS using Dev Tools) 2. try to scroll in the Test Output Peek view 3. :bug: scrolling doesn't happen workaround: scrolling with a trackpad does work https://github.com/microsoft/vscode/assets/2644648/11afe375-91e9-4e5e-a664-2c0ae7bfc73d
not_planned
Output Peek doesn't scroll using touch Steps to Reproduce: 1. Using a touch screen (I could also repro on macOS using Dev Tools) 2. try to scroll in the Test Output Peek view 3. :bug: scrolling doesn't happen workaround: scrolling with a trackpad does work https://github.com/microsoft/vscode/assets/2644648/1...
112
201247
"Open in Integrated Terminal" does not set the environment variables of the profile
2023-12-19 22:20:54+00:00
2024-04-08 17:36:18+00:00
Type: <b>Bug</b> 1. Create a custom profile for the integrated terminal and set it as the default. 1. Add an environment variable to be set for the profile. 1. Right click on an item in the explorer view and click "Open in Integrated Terminal" 1. The variable is not set in the environment. Here's a GIF demonst...
completed
"Open in Integrated Terminal" does not set the environment variables of the profile Type: <b>Bug</b> 1. Create a custom profile for the integrated terminal and set it as the default. 1. Add an environment variable to be set for the profile. 1. Right click on an item in the explorer view and click "Open in Integrat...
247
201244
TypeScript Output: Starting TS Server undefined
2023-12-19 21:14:03+00:00
2023-12-19 23:22:45+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
TypeScript Output: Starting TS Server undefined <!-- โš ๏ธโš ๏ธ 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...
599
201233
Esc doesn't dismiss inline chat widget when there is a code block in the response
2023-12-19 17:57:59+00:00
2024-03-22 14:29:51+00:00
0. Use `live` mode 1. Select some code 2. Ask `explain` (not using inline chat) 3. Hopefully the response has a codeblock 4. :bug: focus the codeblock, then press esc, nothing happens Keyboard shortcut troubleshooting: ``` 2023-12-19 09:57:27.884 [info] [KeybindingService]: / Received keydown event - modifier...
completed
Esc doesn't dismiss inline chat widget when there is a code block in the response 0. Use `live` mode 1. Select some code 2. Ask `explain` (not using inline chat) 3. Hopefully the response has a codeblock 4. :bug: focus the codeblock, then press esc, nothing happens Keyboard shortcut troubleshooting: ``` 2023-1...
290
201197
Inline chat is not indented to the line number anymore
2023-12-19 11:28:18+00:00
2023-12-19 16:55:46+00:00
I think we used to indent inline chat to the indentation level of the line: ![image](https://github.com/microsoft/vscode/assets/900690/33732d9a-0e88-4f21-a83f-f4a4e98aea5d) **Steps:** * have an indented line * press enter to be on an empty line (still indented) * press `Cmd+I` to bring up inline chat
completed
Inline chat is not indented to the line number anymore I think we used to indent inline chat to the indentation level of the line: ![image](https://github.com/microsoft/vscode/assets/900690/33732d9a-0e88-4f21-a83f-f4a4e98aea5d) **Steps:** * have an indented line * press enter to be on an empty line (still inden...
123
201174
Hang when loading large cpuprofile
2023-12-19 00:52:31+00:00
2024-04-04 23:36:54+00:00
Load this cpuprofile in vscode [CPU-20231219T004810.583Z.cpuprofile.txt](https://github.com/microsoft/vscode/files/13709812/CPU-20231219T004810.583Z.cpuprofile.txt) The window stops responding <img width="307" alt="image" src="https://github.com/microsoft/vscode/assets/323878/32f1803b-eb3a-4b5d-b7df-c1c6426ed1...
completed
Hang when loading large cpuprofile Load this cpuprofile in vscode [CPU-20231219T004810.583Z.cpuprofile.txt](https://github.com/microsoft/vscode/files/13709812/CPU-20231219T004810.583Z.cpuprofile.txt) The window stops responding <img width="307" alt="image" src="https://github.com/microsoft/vscode/assets/323878...
162
201085
Internal view container ID surfaced when view moved to alternate side bar
2023-12-17 18:27: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...
Internal view container ID surfaced when view moved to alternate side 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/Submi...
623
201081
Click `install dependencies from package` shows error
2023-12-17 13:58:15+00:00
2023-12-19 19:12:56+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Click `install dependencies from package` shows 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/vscode/wiki/Submitting-Bugs-and-Sugge...
412
201178
Copy and Paste broken from co-pilot chat (or other extension sidebar)
2023-12-16 16:29:34+00:00
2024-01-08 22:31:39+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.10.1100000000 - Python Extension version (available under the Extensions sidebar): v2023.22.1 - OS (Windows | Ma...
completed
Copy and Paste broken from co-pilot chat (or other extension sidebar) <!-- 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.10.1100000000 - Python Extension version (ava...
418
201053
showTextDocument steals window focus
2023-12-16 13:02:19+00:00
2024-01-25 11:11:54+00:00
Since the november 2023 update `showTextDocument` steals window focus. This is really problematic because [Cursorless](https://github.com/cursorless-dev/cursorless) uses this to run end to end tests and now the development host window pops up for every single test case, which renders all other windows unusable while Iโ€™...
completed
showTextDocument steals window focus Since the november 2023 update `showTextDocument` steals window focus. This is really problematic because [Cursorless](https://github.com/cursorless-dev/cursorless) uses this to run end to end tests and now the development host window pops up for every single test case, which render...
504
201045
Replace in files global command should move focus
2023-12-16 08:53:17+00:00
When running `workbench.action.replaceInFiles` <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>H</kbd> with global search view already visible it shows the "Replace" input but it doesn't focus it. It would be consistent with editor find widget to do that (pressing <kbd>Ctrl</kbd>+<kbd>H</kbd> multiple times switches focus bet...
Replace in files global command should move focus When running `workbench.action.replaceInFiles` <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>H</kbd> with global search view already visible it shows the "Replace" input but it doesn't focus it. It would be consistent with editor find widget to do that (pressing <kbd>Ctrl</k...
133
201026
Keyboard shortcuts should flash corresponding menubar command's menu
2023-12-15 23:14:57+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...
Keyboard shortcuts should flash corresponding menubar command's menu <!-- โš ๏ธโš ๏ธ 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...
456
201025
Single terminal tab `rename` action does not work
2023-12-15 22:17:16+00:00
2023-12-18 18:20:45+00:00
1. Right click on a single terminal tab 2. Select `rename` 3. ๐Ÿ› The quickpick doesn't open Reproduces in stable
completed
Single terminal tab `rename` action does not work 1. Right click on a single terminal tab 2. Select `rename` 3. ๐Ÿ› The quickpick doesn't open Reproduces in stable
42
201008
single tab context menu actions sometimes don't work
2023-12-15 19:27:15+00:00
2023-12-15 22:36:01+00:00
![image](https://github.com/microsoft/vscode/assets/18154705/defd6a90-be32-4ae6-b845-dcb4751e325a) It's those 3 options that don't work, until there are multiple shells running. Once you have two or more shells, those options start working, as below I'm showing me renaming successfully the 2nd shell: ![image](http...
completed
single tab context menu actions sometimes don't work ![image](https://github.com/microsoft/vscode/assets/18154705/defd6a90-be32-4ae6-b845-dcb4751e325a) It's those 3 options that don't work, until there are multiple shells running. Once you have two or more shells, those options start working, as below I'm showing m...
199
200992
Suggest details should be top aligned when showing above
2023-12-15 17:16:25+00:00
2023-12-15 17:39:15+00:00
* on a line towards the bottom of the view port * trigger suggest * notice how the details view is always bottom aligned * it should be top aligned as long as it isn't taller than the list <img width="1057" alt="image" src="https://github.com/microsoft/vscode/assets/1794099/ab9a4e79-35f5-4afe-b1f9-e70946872a28"> ...
completed
Suggest details should be top aligned when showing above * on a line towards the bottom of the view port * trigger suggest * notice how the details view is always bottom aligned * it should be top aligned as long as it isn't taller than the list <img width="1057" alt="image" src="https://github.com/microsoft/vsco...
117
200984
After the update - tabing after writing commit dosen't go to commit (accessibility)
2023-12-15 16:34:47+00:00
2024-02-07 11:47:56+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
After the update - tabing after writing commit dosen't go to commit (accessibility) <!-- โš ๏ธโš ๏ธ 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/...
461
200956
JAWS screen reader does not read curly braces ({}) in the code editor
2023-12-15 12:47:22+00:00
2024-02-21 17:26:15+00:00
Type: <b>Bug</b> AFter updating to Electron 27, JAWS screen reader does not read curly braces ({}) in the code editor evenn with the accessibility support enabled. I tested from source code, and it starts failing after checking out the commit 12fece34ed49c972d85b1a9ff0f5b8532eea569c VS Code version: Code - OSS D...
completed
JAWS screen reader does not read curly braces ({}) in the code editor Type: <b>Bug</b> AFter updating to Electron 27, JAWS screen reader does not read curly braces ({}) in the code editor evenn with the accessibility support enabled. I tested from source code, and it starts failing after checking out the commit 12f...
487
200949
Hover occasionally stops working
2023-12-15 11:05:47+00:00
2024-01-08 09:25:48+00:00
Since 1.86-insider I see that occasionally the hover stops working. Looking at the EH logs shows that no more requests are made, hover in another (to the side) editor is still working which makes me believe something is wrong with the hover editor contribution. I will update this issue once I have step to reproduce...
completed
Hover occasionally stops working Since 1.86-insider I see that occasionally the hover stops working. Looking at the EH logs shows that no more requests are made, hover in another (to the side) editor is still working which makes me believe something is wrong with the hover editor contribution. I will update this i...
86
200944
Test peek over eagerly reveals lines
2023-12-15 10:13:08+00:00
2023-12-15 18:53:30+00:00
* run a test that fails * ๐Ÿ› the fail peek causes the editor to scroll even though there is enough space https://github.com/microsoft/vscode/assets/1794099/3906949b-aa41-4ad0-ae89-0e049c66ac9e
completed
Test peek over eagerly reveals lines * run a test that fails * ๐Ÿ› the fail peek causes the editor to scroll even though there is enough space https://github.com/microsoft/vscode/assets/1794099/3906949b-aa41-4ad0-ae89-0e049c66ac9e
80
200941
Settings editor: typing fast enough on open replaces my search with the previous one
2023-12-15 09:58:42+00:00
2023-12-15 17:39:00+00:00
Steps to Reproduce: 1. have previously used the settings editor with a search input 2. close it 3. open it and quickly type before the previous search input comes in => ๐Ÿ› my search is replaced with the previous input
not_planned
Settings editor: typing fast enough on open replaces my search with the previous one Steps to Reproduce: 1. have previously used the settings editor with a search input 2. close it 3. open it and quickly type before the previous search input comes in => ๐Ÿ› my search is replaced with the previous input
67
200897
Terminal toolbar disappears when terminal in panel is focused and terminal editor is open
2023-12-14 22:09:35+00:00
2023-12-15 21:26:03+00:00
1. Open terminal panel 2. Open a second terminal in the panel 3. Move the second terminal to the editor area 4. Focus the terminal in the panel area 5. Click the + to create another terminal in the panel area 6. Click the trash icon to kill that terminal 7. :bug: the terminal tab area remains momentarily open a...
completed
Terminal toolbar disappears when terminal in panel is focused and terminal editor is open 1. Open terminal panel 2. Open a second terminal in the panel 3. Move the second terminal to the editor area 4. Focus the terminal in the panel area 5. Click the + to create another terminal in the panel area 6. Click the tr...
259
200875
Clicking into notebook activates links when VS Code is unfocused
2023-12-14 18:19:35+00:00
Type: <b>Bug</b> 1. Create a notebook markdown cell with the content: `[click me](http://example.com)` 2. Switch to another application so that VS Code is no longer focused 3. Try to focus back onto VS Code by clicking onto `click me` **Bug** The link is opened I'd expect this to instead focus vscode firs...
Clicking into notebook activates links when VS Code is unfocused Type: <b>Bug</b> 1. Create a notebook markdown cell with the content: `[click me](http://example.com)` 2. Switch to another application so that VS Code is no longer focused 3. Try to focus back onto VS Code by clicking onto `click me` **Bug** T...
521
200860
TypeError: Cannot read properties of undefined (reading 'asChangedText')
2023-12-14 16:12:02+00:00
2023-12-19 11:41:57+00:00
* use live3 * have changes * discard them * the error below is printed ``` Cannot read properties of undefined (reading 'asChangedText'): TypeError: Cannot read properties of undefined (reading 'asChangedText') at InlineChatController.cancelSession (vscode-file://vscode-app/Users/jrieken/Code/vscode/out/vs/...
completed
TypeError: Cannot read properties of undefined (reading 'asChangedText') * use live3 * have changes * discard them * the error below is printed ``` Cannot read properties of undefined (reading 'asChangedText'): TypeError: Cannot read properties of undefined (reading 'asChangedText') at InlineChatController....
151
200799
"editor.fontLigatures" is invalid for Italic fonts
2023-12-14 01:41: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...
"editor.fontLigatures" is invalid for Italic fonts <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggesti...
438
200773
Branch on new local repo fails
2023-12-13 18:37: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...
Branch on new local repo fails <!-- โš ๏ธโš ๏ธ 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 --> <!-- ๐Ÿ”Ž Sea...
616
200752
Terminal character display error, when there are lots of prints in the program
2023-12-13 14:52:58+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...
Terminal character display error, when there are lots of prints in the program <!-- โš ๏ธโš ๏ธ 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/...
625