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 |
|---|---|---|---|---|---|---|---|
185314 | Extra Disassembly view Window opens up when the breakpoint is hit on the disassembled Instructions | 2023-06-16 08:57:28+00:00 | 2023-09-07 21:11:03+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | Extra Disassembly view Window opens up when the breakpoint is hit on the disassembled Instructions <!-- ⚠️⚠️ 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/mi... | 459 |
185305 | Wrong button style in search | 2023-06-16 07:21:07+00:00 | 2023-06-16 07:56:58+00:00 | * insiders `0e9c2fa760932b13f81516aff15f2b0112aa6eeb`
* open search panel
* the expand/collapse button is wrong
That's a regression from me using/adding CSS variables with the default btn style colors
<img width="541" alt="Screenshot 2023-06-16 at 09 19 57" src="https://github.com/microsoft/vscode/assets/179409... | completed | Wrong button style in search * insiders `0e9c2fa760932b13f81516aff15f2b0112aa6eeb`
* open search panel
* the expand/collapse button is wrong
That's a regression from me using/adding CSS variables with the default btn style colors
<img width="541" alt="Screenshot 2023-06-16 at 09 19 57" src="https://github.com/m... | 147 |
185289 | Notebook search highlights are not hidden when closing the search sidebar | 2023-06-16 00:00:36+00:00 | 2023-07-05 15:10:15+00:00 | - Do a search that gives a result in a code cell
- I click the result to open the notebook
- The result is highlighted
<img width="791" alt="image" src="https://github.com/microsoft/vscode/assets/323878/16f2af6f-0b87-468f-9046-9bb318eeab3f">
- cmd+B to hide the sidebar
- The highlight decoration is still there
- ... | completed | Notebook search highlights are not hidden when closing the search sidebar - Do a search that gives a result in a code cell
- I click the result to open the notebook
- The result is highlighted
<img width="791" alt="image" src="https://github.com/microsoft/vscode/assets/323878/16f2af6f-0b87-468f-9046-9bb318eeab3f">
... | 142 |
185283 | Chat input widget is positioned wrong | 2023-06-15 22:46:18+00:00 | 2023-06-16 08:27:59+00:00 | I think this is supposed to be aligned with the code text
<img width="671" alt="image" src="https://github.com/microsoft/vscode/assets/323878/6e916284-fb79-4542-9779-3eecc1885aa7">
| completed | Chat input widget is positioned wrong I think this is supposed to be aligned with the code text
<img width="671" alt="image" src="https://github.com/microsoft/vscode/assets/323878/6e916284-fb79-4542-9779-3eecc1885aa7">
| 78 |
185279 | [linked editing] JSX tags: does not work when the whole tag is changed | 2023-06-15 21:54:57+00:00 | Type: <b>Bug</b>
1. Started editing the linked tag
eg: `<div> ....</div>`
2. Remove the complete tag
eg: `<>....</div>`
3. (Bug) Changing the original tag now does not affect the original tag.
eg: `<section>....</>` <- did not change`
VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bb... | [linked editing] JSX tags: does not work when the whole tag is changed Type: <b>Bug</b>
1. Started editing the linked tag
eg: `<div> ....</div>`
2. Remove the complete tag
eg: `<>....</div>`
3. (Bug) Changing the original tag now does not affect the original tag.
eg: `<section>....</>` <- did not chang... | 735 | ||
185275 | Can't initialize github repository | 2023-06-15 21:00:34+00:00 | 2023-06-19 10:42:32+00:00 |
Type: <b>Bug</b>
Go to 'Source control' and click 'Initialize Repository'.
An error message shows "Git:unknown switch 'b'".
VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:57:04.379Z)
OS version: Windows_NT x64 10.0.22621
Modes:
<details>
<summary>System Info</summar... | completed | Can't initialize github repository
Type: <b>Bug</b>
Go to 'Source control' and click 'Initialize Repository'.
An error message shows "Git:unknown switch 'b'".
VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:57:04.379Z)
OS version: Windows_NT x64 10.0.22621
Modes:
<det... | 855 |
185257 | Xterm instance never gets created for first restored terminal when the pty host takes a long time to start up | 2023-06-15 17:14:14+00:00 | 2023-06-22 13:52:30+00:00 | Repro:
1. Set "terminal.integrated.developer.ptyHost.startupDelay": 10000
2. Open terminal (such that it will be restored)
3. Restart main process
4. The terminal instance seemingly doesn't get created but the panel sticks around. Xterm isn't attached as you can't see the cursor
Expected:
The terminal event... | completed | Xterm instance never gets created for first restored terminal when the pty host takes a long time to start up Repro:
1. Set "terminal.integrated.developer.ptyHost.startupDelay": 10000
2. Open terminal (such that it will be restored)
3. Restart main process
4. The terminal instance seemingly doesn't get created bu... | 115 |
185256 | Terminals never finishing starting up when the pty host takes a long time to start up | 2023-06-15 17:12:26+00:00 | 2023-06-22 13:52:29+00:00 | Repro:
1. Set "terminal.integrated.developer.ptyHost.startupDelay": 10000
2. Restart main process
3. Open a terminal during start up
4. Open another terminal after a few seconds, 🐛 the first is broken but the second isn't

| Resize window area is 1 pixel in top right of screen I've noticed I naturally resize windows in the top right almost always, it's very difficult in VS Code as the hit area is a single pixel on Windows with the custom title bar.

Maybe we can quickly meet to discuss how to do this.
Verification steps:
* Make sure there is no sticky scroll (if previously enabled) in the diff editor when collapse unchanged regions is enabl... | completed | Hide Sticky Scroll In Diff Editor When Collapse Unchanged Regions Is Enabled 
Maybe we can quickly meet to discuss how to do this.
Verification steps:
* Make sure there is no sticky scroll (if pr... | 127 |
185551 | Flicker When Opening A File/Diff From A PR | 2023-06-15 13:11:06+00:00 | 
Here the frame where it happens:

I'm pretty sure this is caused b... | Flicker When Opening A File/Diff From A PR 
Here the frame where it happens:

2. Disable it
3. Connect to a remote window, 🐛 it's faded in the local, but it doesn't say why you cannot enable it

When you enable it in remote, it only then tell... | not_planned | Local extension should show why it was disabled when it prefers remote exthost, regardless of enablement status Repro:
1. Install thunder client (or any ext?)
2. Disable it
3. Connect to a remote window, 🐛 it's faded in the local, but it doesn't say why you cannot enable it

[how it should look like](
https://microsoft.github.io/monaco-editor/playground.html?source=v0.39.0#XQAAAAJDAgAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-... | completed | Missing View Zone After line 6 in modified the diagonal view zone is missing:

[how it should look like](
https://microsoft.github.io/monaco-editor/playground.html?source=v0.39.0#XQAAAAJDAgAAAAAAAABBqQkHQ5NjdMjwa... | 476 |
185198 | The hover should not disappear when moving mouse out of it and when it is focused | 2023-06-15 09:15:30+00:00 | 2023-07-14 13:42:08+00:00 | * hover over a symbol
* click into the hover, focusing it
* move the mouse outside the hover
* the hover should not hide itself
https://github.com/microsoft/vscode/assets/5047891/fc290a6d-9e34-4821-9a2e-fe650bbaf4ae
| completed | The hover should not disappear when moving mouse out of it and when it is focused * hover over a symbol
* click into the hover, focusing it
* move the mouse outside the hover
* the hover should not hide itself
https://github.com/microsoft/vscode/assets/5047891/fc290a6d-9e34-4821-9a2e-fe650bbaf4ae
| 94 |
185186 | Why the extensions of profile are duplicated? | 2023-06-15 07:20:56+00:00 | 2024-05-14 07:50: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 | Why the extensions of profile are duplicated? <!-- ⚠️⚠️ 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 -... | 725 |
185173 | Unable to launch sandboxed process from when application is started from a UNC path | 2023-06-15 01:11:54+00:00 | From @roblourens
```
when I launch it from the terminal, I get “GPU process launch failed”. If I start with --disable-gpu-sandbox
I get a window but it has a “terminated unexpectedly” dialog at startup.
```
It was confirmed that launching with `--no-sandbox --disable-gpu-sandbox` resolves the issue but the au... | Unable to launch sandboxed process from when application is started from a UNC path From @roblourens
```
when I launch it from the terminal, I get “GPU process launch failed”. If I start with --disable-gpu-sandbox
I get a window but it has a “terminated unexpectedly” dialog at startup.
```
It was confirmed th... | 216 | ||
185163 | Inability to Edit Recent Commands in Integrated Terminal using screen reader | 2023-06-14 20:37:31+00:00 | 2023-07-07 19:35:17+00:00 | Type: <b>Bug</b>
## Issue
While utilizing Visual Studio Code's integrated terminal, users have found that screen readers are unable to edit recent commands. This presents a significant accessibility issue, particularly for visually impaired users who rely on screen readers to interact with VS Code.
## Background... | completed | Inability to Edit Recent Commands in Integrated Terminal using screen reader Type: <b>Bug</b>
## Issue
While utilizing Visual Studio Code's integrated terminal, users have found that screen readers are unable to edit recent commands. This presents a significant accessibility issue, particularly for visually impaire... | 968 |
185158 | Terminal view in vscode.dev not rendering correctly in German | 2023-06-14 19:56:14+00:00 | 2023-06-29 16:52:29+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | Terminal view in vscode.dev not rendering correctly in German <!-- ⚠️⚠️ 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... | 651 |
185154 | Missing welcome content for scm view | 2023-06-14 19:04:53+00:00 | 2023-06-15 14:57:33+00:00 | Open a folder with no git repo
<img width="363" alt="image" src="https://github.com/microsoft/vscode/assets/323878/4cf9aa77-b8e9-4fe8-8b1d-ff9fdaca8bee">
in an older version of vscode I see this
<img width="414" alt="image" src="https://github.com/microsoft/vscode/assets/323878/90da24ff-571e-4854-a110-b710b8a4... | completed | Missing welcome content for scm view Open a folder with no git repo
<img width="363" alt="image" src="https://github.com/microsoft/vscode/assets/323878/4cf9aa77-b8e9-4fe8-8b1d-ff9fdaca8bee">
in an older version of vscode I see this
<img width="414" alt="image" src="https://github.com/microsoft/vscode/assets/32... | 146 |
185144 | execute command vscode.commands.executeCommand('outline.removeView') it not work | 2023-06-14 16:50: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... | execute command vscode.commands.executeCommand('outline.removeView') it not 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/wik... | 383 | ||
185139 | Go to file exact match does not work with :line:col suffix | 2023-06-14 16:00:31+00:00 | 2023-06-22 14:12:56+00:00 | Trying to open the link `node_modules/@types/express/index.d.ts:58:29` in the terminal results in it not being found:

If I remove the suffix it works:

If I remove the suffix it works:
![i... | 156 |
185251 | Code highlighting in Markdown cells in notebooks doesn't change when theme is changed | 2023-06-14 15:05:31+00:00 | 2023-06-19 23:03:49+00:00 | <!-- Please search existing issues to avoid creating duplicates. -->
## Environment data
- VS Code version: 1.79.1
- Jupyter Extension version: 2023.5.1001582324
- Python Extension version: 2023.10.1
- OS and version: Windows 11 Home Version 22H2, build 22621.1778
## Expected behaviour
If I chang... | completed | Code highlighting in Markdown cells in notebooks doesn't change when theme is changed <!-- Please search existing issues to avoid creating duplicates. -->
## Environment data
- VS Code version: 1.79.1
- Jupyter Extension version: 2023.5.1001582324
- Python Extension version: 2023.10.1
- OS and version:... | 496 |
185128 | Initial height is wrong for accessible help view | 2023-06-14 14:29:42+00:00 | 2023-06-20 16:47: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 | Initial height is wrong for accessible help view <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestion... | 370 |
185121 | [Bug] Inline Chat accept button does not highlight on hover like the GitHub commit button does | 2023-06-14 13:29:42+00:00 | 2023-06-14 14:58:19+00:00 | Make the accept button change color on hover
https://github.com/microsoft/vscode/assets/61460952/77d77451-5f32-421f-955c-6efff93a9441
| completed | [Bug] Inline Chat accept button does not highlight on hover like the GitHub commit button does Make the accept button change color on hover
https://github.com/microsoft/vscode/assets/61460952/77d77451-5f32-421f-955c-6efff93a9441
| 75 |
185112 | Column Select / Multiple Cursors: Ability to not have cursor inserted in wrapped part of wrapped text, without need to disable line wrap | 2023-06-14 11:25:28+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. -->
Is this possible?

``` | completed | Update edit session size limit to 1.9mb Not yet on the server but it will be soon
https://github.com/microsoft/vscode/blob/e845b77baa8be424c9e9c1a917d832ab9041652e/src/vs/workbench/contrib/editSessions/browser/editSessionsStorageService.ts#L36
```ts
1992294; // 1.9mb: Math.floor(1024 * 1024 * 1.9)
``` | 121 |
185026 | Terminal welcome message animates the buttons the first time it's shown | 2023-06-13 14:29:32+00:00 | Repro is open the terminal in a github.dev/web window

| Terminal welcome message animates the buttons the first time it's shown Repro is open the terminal in a github.dev/web window

| 93 | ||
184985 | Manual linked editing doesn't seem to work | 2023-06-13 06:11:18+00:00 |
Type: <b>Bug</b>
1. With linked editing off
1. In a html file, put your cursor on an opening tag
1. Run the `Start linked editing` command
**bug**
The linked editing ranges show but typing doesn't update the closing tag
VS Code version: Code - Insiders 1.80.0-insider (Universal) (ef6abe4cd1573689d070b8715... | Manual linked editing doesn't seem to work
Type: <b>Bug</b>
1. With linked editing off
1. In a html file, put your cursor on an opening tag
1. Run the `Start linked editing` command
**bug**
The linked editing ranges show but typing doesn't update the closing tag
VS Code version: Code - Insiders 1.80.0-ins... | 459 | ||
184960 | All walkthroughs don't show immediately from "Welcome: Open Walkthrough" | 2023-06-12 23:29:04+00:00 | 2023-06-13 01:17:05+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 | All walkthroughs don't show immediately from "Welcome: Open Walkthrough" <!-- ⚠️⚠️ 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... | 515 |
184959 | If Markdown in Edit status -> collapse the markdown, the tip "1 cell hidden" doesn't show | 2023-06-12 22:56:23+00:00 | Originally reported in https://github.com/dotnet/interactive/issues/2948
* Create a markdown cell with a header, and a couple of code cells below
* Turn markdown cell to preview mode, fold (click on the chevron button), code cells will disappear and we should see "x cells hidden"
* Unfold, turn the markdown cell ... | If Markdown in Edit status -> collapse the markdown, the tip "1 cell hidden" doesn't show Originally reported in https://github.com/dotnet/interactive/issues/2948
* Create a markdown cell with a header, and a couple of code cells below
* Turn markdown cell to preview mode, fold (click on the chevron button), code ... | 137 | ||
184958 | Fix a browser sniff for Firefox support of async clipboard | 2023-06-12 22:26: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... | Fix a browser sniff for Firefox support of async clipboard <!-- ⚠️⚠️ 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-... | 600 | ||
184941 | Tasks endlessly fetches build tasks in remote | 2023-06-12 18:28:06+00:00 | 2023-12-06 21:32:51+00:00 | Repro:
1. `code tunnel` (Windows)
2. Connect to it via local desktop, open vscode repo
3. Run default build task
I then see:
1. Activating extensions
2. Fetching build tasks...
4. A task errors notification which shows an error with gulp hygiene
5. Fetching build tasks never ends
6. There are multiple Fe... | completed | Tasks endlessly fetches build tasks in remote Repro:
1. `code tunnel` (Windows)
2. Connect to it via local desktop, open vscode repo
3. Run default build task
I then see:
1. Activating extensions
2. Fetching build tasks...
4. A task errors notification which shows an error with gulp hygiene
5. Fetching bu... | 380 |
184940 | Shell integration run recent command shows an error when run in a remote | 2023-06-12 18:22:38+00:00 | Repro:
1. Run `code tunnel`
2. Connect to it via desktop
3. Open terminal
4. Hit ctrl+alt+r

| Shell integration run recent command shows an error when run in a remote Repro:
1. Run `code tunnel`
2. Connect to it via desktop
3. Open terminal
4. Hit ctrl+alt+r

| 88 | ||
184898 | Add file to gitignore does not properly escape special characters in gitignore syntax. | 2023-06-12 10:33: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... | Add file to gitignore does not properly escape special characters in gitignore syntax. <!-- ⚠️⚠️ 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/vsco... | 533 | ||
184895 | Error opening Welcome after reloading | 2023-06-12 10:05:07+00:00 | 2023-06-13 01:38:35+00:00 | 1. Make sure the File Explorer is visible
2. Create temporary profile
3. Reload window
🐛 Welcome editor fails to open.
https://github.com/microsoft/vscode/assets/22350/0d863c27-6db2-4e11-b05b-71cb17ab8474
cc @sandy081 | completed | Error opening Welcome after reloading 1. Make sure the File Explorer is visible
2. Create temporary profile
3. Reload window
🐛 Welcome editor fails to open.
https://github.com/microsoft/vscode/assets/22350/0d863c27-6db2-4e11-b05b-71cb17ab8474
cc @sandy081 | 82 |
184894 | Cannot click and drag scroll bar in terminal | 2023-06-12 10:02:52+00:00 | 2023-07-11 14:43:15+00:00 | On the latest insiders I can't click and drag the terminal scroll bar:

| completed | Cannot click and drag scroll bar in terminal On the latest insiders I can't click and drag the terminal scroll bar:

| 87 |
184890 | WSL: "Reveal in Explorer" no longer works | 2023-06-12 09:16:27+00:00 | 2023-06-14 14:48: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... | completed | WSL: "Reveal in Explorer" no longer works <!-- ⚠️⚠️ 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 |
184859 | `remote.autoForwardPortsSource` sometimes not respected from machine settings | 2023-06-12 00:24:52+00:00 | 2023-06-12 13:01:37+00:00 | - VS Code Version: stable
- OS Version:
Steps to Reproduce:
1. On a remote linux machine change `remote.autoForwardPortsSource` in machine `setting.json` e.g.`"process"`
2. Connect to remote machine using vscode
3. Try running some command that exposes a port
4. :bug: sometimes no ports is detected and autof... | completed | `remote.autoForwardPortsSource` sometimes not respected from machine settings - VS Code Version: stable
- OS Version:
Steps to Reproduce:
1. On a remote linux machine change `remote.autoForwardPortsSource` in machine `setting.json` e.g.`"process"`
2. Connect to remote machine using vscode
3. Try running some ... | 108 |
184858 | vscode.dev - Tunnel missing icons from extension | 2023-06-11 22:22:52+00:00 | 2023-06-20 22:03:04+00:00 | Tried with differenct icon extensions and different servers (external root server, home desktop, etc.).
Whenever I install an icon extension (in my example Material Icon Theme) and activate them, the icons are not shown in browser (source url showing: url('https://vscode.dev/loopback?{"$mid":1,"path":"/c:/Users/AT.DES... | completed | vscode.dev - Tunnel missing icons from extension Tried with differenct icon extensions and different servers (external root server, home desktop, etc.).
Whenever I install an icon extension (in my example Material Icon Theme) and activate them, the icons are not shown in browser (source url showing: url('https://vscod... | 294 |
184837 | ctrl+c doesn't exit commands in terminal | 2023-06-11 12:57:46+00:00 | 2023-06-21 01:32: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... | not_planned | ctrl+c doesn't exit commands in terminal <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<... | 597 |
184829 | JSX Linked Editing not working with Vim extension | 2023-06-11 07:30: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... | JSX Linked Editing not working with Vim 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/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestio... | 540 | ||
184825 | `TestRun` `appendOutput` does not always show up in real time. | 2023-06-11 05:24:03+00:00 | 2023-07-05 18:18:03+00:00 | - VS Code Version: 1.79.0
- OS Version: `Darwin Sakura 22.5.0 Darwin Kernel Version 22.5.0: Mon Apr 24 20:52:24 PDT 2023; root:xnu-8796.121.2~5/RELEASE_ARM64_T6000 arm64`
cc @connor4312 - A follow up to <https://github.com/microsoft/vscode/issues/174802>.
So, I wanted to add interactive output today using the `T... | completed | `TestRun` `appendOutput` does not always show up in real time. - VS Code Version: 1.79.0
- OS Version: `Darwin Sakura 22.5.0 Darwin Kernel Version 22.5.0: Mon Apr 24 20:52:24 PDT 2023; root:xnu-8796.121.2~5/RELEASE_ARM64_T6000 arm64`
cc @connor4312 - A follow up to <https://github.com/microsoft/vscode/issues/174802... | 305 |
184792 | code tunnel mistake | 2023-06-10 06:51:49+00:00 | 2023-06-14 14:34: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... | completed | code tunnel mistake <!-- ⚠️⚠️ 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 existin... | 487 |
184787 | In Explorer view, Voiceover won't announce the level of the file or folder | 2023-06-10 05:59:46+00:00 | Type: <b>Bug</b>
1. Run Voiceover with VS Code
2. Open any folder by for example selecting "File" > "Open ..." and then choosing a folder to view it in the Explorer view
3. Navigate to the Explorer File View table
4. Try to navigate the table with either arrow keys for "keyboard navigation", or with VO + arrow ke... | In Explorer view, Voiceover won't announce the level of the file or folder Type: <b>Bug</b>
1. Run Voiceover with VS Code
2. Open any folder by for example selecting "File" > "Open ..." and then choosing a folder to view it in the Explorer view
3. Navigate to the Explorer File View table
4. Try to navigate the ta... | 956 | ||
184766 | Cannot sign into GitHub when running elevated | 2023-06-09 21:50: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... | Cannot sign into GitHub when running elevated <!-- ⚠️⚠️ 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 -... | 509 | ||
184756 | Unclearer error when loading profile in vscode.dev | 2023-06-09 20:09:04+00:00 | 2023-08-22 16:30:15+00:00 |
Steps to Reproduce:
1. open https://insiders.vscode.dev/profile/github/68289caf572f794c290b2b5e0d8c869a
2. Click Install extensions button

3. progress bar displays but nothing else happens
4. click install extens... | completed | Unclearer error when loading profile in vscode.dev
Steps to Reproduce:
1. open https://insiders.vscode.dev/profile/github/68289caf572f794c290b2b5e0d8c869a
2. Click Install extensions button

3. progress bar display... | 246 |
184755 | Refused to create a TrustedTypePolicy named 'diffEditorWidget2' | 2023-06-09 20:04:59+00:00 | 2023-06-14 10:43:43+00:00 | 1. Try to open a diff editor in insiders.vscode.dev
2. :bug: see this in console
```
Refused to create a TrustedTypePolicy named 'diffEditorWidget2' because it violates the following Content Security Policy directive: "trusted-types amdLoader cellRendererEditorText defaultWorkerFactory diffEditorWidget diffReview ... | completed | Refused to create a TrustedTypePolicy named 'diffEditorWidget2' 1. Try to open a diff editor in insiders.vscode.dev
2. :bug: see this in console
```
Refused to create a TrustedTypePolicy named 'diffEditorWidget2' because it violates the following Content Security Policy directive: "trusted-types amdLoader cellRend... | 438 |
184740 | It's possible for terminal link hovers to be put in unhoverable locations | 2023-06-09 17:13:42+00:00 | 2024-02-23 22:20:55+00:00 | ```
echo " C:/Github/microsoft/vscode/src/vs/workbench/contrib/terminal/test/common/terminalEnvironment.test.ts(243,41)"
```

| completed | It's possible for terminal link hovers to be put in unhoverable locations ```
echo " C:/Github/microsoft/vscode/src/vs/workbench/contrib/terminal/test/common/terminalEnvironment.test.ts(243,41)"
```
. | 2023-06-09 13:41:38+00:00 | 2023-06-20 16:55:18+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | Problems reading lines word by word where there are `<`and `>` signs in the editor with screen readers (fixed in Chromium, but in a higher version not yet used in VS Code / Electron 22). <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/c... | 861 |
184720 | `editor.action.inlineSuggest.commit` doesn't commit when suggestWidget visible | 2023-06-09 13:05:50+00:00 | Version: 1.80.0-insider (Universal)
Commit: db6bcdf309cc1565c502a54b73c33a63bdabfbd8
Date: 2023-06-09T05:22:41.121Z
Electron: 22.5.5
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 20.6.0
ProductName: macOS
ProductVersion: 11.7.7
BuildVersion: 20G1345
`keybinding.jso... | `editor.action.inlineSuggest.commit` doesn't commit when suggestWidget visible Version: 1.80.0-insider (Universal)
Commit: db6bcdf309cc1565c502a54b73c33a63bdabfbd8
Date: 2023-06-09T05:22:41.121Z
Electron: 22.5.5
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 20.6.0
Produ... | 469 | ||
184718 | git: refresh button get error | 2023-06-09 12:10:29+00:00 | 2023-06-13 19:31: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 | git: refresh button get 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-Suggestions -->
<!-- 🔎 Sear... | 684 |
184713 | MacOS: "no job control in this shell" prevents Ctrl+C | 2023-06-09 10:33:50+00:00 | Type: <b>Bug</b>
Every terminal starts with the following message before the first prompt:
```
bash: cannot set terminal process group (8590): Inappropriate ioctl for device
bash: no job control in this shell
```
I thought it was related to issue #181939 but it's still present.
It prevents ctrl+C out of ... | MacOS: "no job control in this shell" prevents Ctrl+C Type: <b>Bug</b>
Every terminal starts with the following message before the first prompt:
```
bash: cannot set terminal process group (8590): Inappropriate ioctl for device
bash: no job control in this shell
```
I thought it was related to issue #181939... | 892 | ||
184711 | Keyboard: the configure button in the notification pop is not accessible by tab key | 2023-06-09 10:22:43+00:00 | 2023-06-13 13:14:02+00:00 | **GitHub Tags**:#A11yTCS;#A11y_VSCode;#CAITestPass_May2020; #DesktopApp;#Win11;#MAS2.4.3;#Benchmark;#FTP;#A11yMAS;#A11ySev2;#AINotInScope;#Keyboard;#Visual Studio Code;
## Environment Details:
Application Name: Azure Extensions for VS Code
Version: 1.80.0-insider (user setup)
Commit: db6bcdf309cc1565c502a54b73c33... | completed | Keyboard: the configure button in the notification pop is not accessible by tab key **GitHub Tags**:#A11yTCS;#A11y_VSCode;#CAITestPass_May2020; #DesktopApp;#Win11;#MAS2.4.3;#Benchmark;#FTP;#A11yMAS;#A11ySev2;#AINotInScope;#Keyboard;#Visual Studio Code;
## Environment Details:
Application Name: Azure Extensions for ... | 463 |
184706 | extensions.ignoreRecommendations setting ignored by vs code | 2023-06-09 09:58:53+00:00 | 2023-06-20 12:37:16+00:00 | Type: <b>Bug</b>
I have "extensions.ignoreRecommendations" set to true, but after upgrading to 1.79.0 I started to receive extension recommendations again. I have tested this in 1.80.0 insiders version as well, and get the same results. Restarting vs code does not help.
, but when OSS is closed, the client window needs to be reloaded for the debugging session to end. Pressing stop or disconnect on the debug toolbar doesn't seem to have any effect | completed | tunnel client does not recognize when the instance under debug has closed Steps to Reproduce:
When working on the vscode repo on a remote win11 machine, I can debug OSS (which launches on the remote machine), but when OSS is closed, the client window needs to be reloaded for the debugging session to end. Pressing st... | 95 |
184538 | Log channel flashes while updating | 2023-06-07 18:33:05+00:00 | 1. On vscode.dev
1. Enable trace logging for `typescript`
2. Open the log channel for typescript
3. perform some operation so that there is a lot of content in the log channel
**Bug**
As new content is added to the log, the entire contents of the channel flash:
https://github.com/microsoft/vscode/assets/12821... | Log channel flashes while updating 1. On vscode.dev
1. Enable trace logging for `typescript`
2. Open the log channel for typescript
3. perform some operation so that there is a lot of content in the log channel
**Bug**
As new content is added to the log, the entire contents of the channel flash:
https://githu... | 225 | ||
184536 | search setTimeout leak | 2023-06-07 18:11:26+00:00 | 2023-06-08 17:08: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 | search setTimeout 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 -->
<!-- 🔎 Search exis... | 555 |
184530 | Settings scope switcher is too verbose when using a screenreader | 2023-06-07 17:39:13+00:00 | 2023-06-13 21:06:47+00:00 | I'm able to repro the issue on at least macOS with VoiceOver. I still need to test with NVDA on Windows.
1. Navigate to the Settings editor.
2. Tab to the scope switcher (the navbar that contains tabs that usually say User and Workspace)
3. :bug: A lot of info is read out for those tabs. | completed | Settings scope switcher is too verbose when using a screenreader I'm able to repro the issue on at least macOS with VoiceOver. I still need to test with NVDA on Windows.
1. Navigate to the Settings editor.
2. Tab to the scope switcher (the navbar that contains tabs that usually say User and Workspace)
3. :bug: A l... | 97 |
184526 | Improper bracket pair highlighting in .ts file | 2023-06-07 17:17:10+00:00 | 2023-06-08 17:22:28+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.78.2
- OS Version: Windows
Steps to Reproduce:

| not_planned | Improper bracket pair highlighting in .ts file Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.78.2
- OS Version: Windows
Steps to Reproduce:

| 94 |
184519 | Can't resolve conflict of submodule checksum file | 2023-06-07 15:46: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... | Can't resolve conflict of submodule checksum 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-Suggestio... | 446 | ||
184472 | WSL over tunnels doesn't work because extension exports are not available | 2023-06-07 06:38:26+00:00 | 2023-06-07 10:49:46+00:00 | https://github.com/microsoft/vscode/pull/184137 made it that the web worker extension host is not auto-started. That change made it that this function always returns null while the resolver is running:
https://github.com/microsoft/vscode/blob/8bb91a0c34870de2e873a621444531b91c2a1467/src/vs/workbench/api/common/extHo... | completed | WSL over tunnels doesn't work because extension exports are not available https://github.com/microsoft/vscode/pull/184137 made it that the web worker extension host is not auto-started. That change made it that this function always returns null while the resolver is running:
https://github.com/microsoft/vscode/blob/... | 158 |
184455 | When viewing diff/changes to Python Notebook the mouse right-click context menu is hidden behind terminal | 2023-06-06 23:11: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... | When viewing diff/changes to Python Notebook the mouse right-click context menu is hidden behind terminal <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github... | 652 | ||
184454 | Default build task runs user task in random repositories | 2023-06-06 22:53:10+00:00 | 2024-04-03 21:33:50+00:00 | I got confused after seeing this a few times when running the default build task:

Looking into this I found that I only have a single build task, which is defined in user tasks:

Looking into this I found that I only have a single build task, which is defi... | 307 |
184446 | Why is `workspaceContains:<file that doesn't exist>` activating the Python, Pylance, and NPM extensions in the web? | 2023-06-06 19:25:17+00:00 | 2023-06-30 09:35:58+00:00 | Steps to repro:
* (prereq) make sure Python is installed in [insiders.vscode.dev](http://insiders.vscode.dev/) or [github.dev](http://github.dev/) (also repros with stable [vscode.dev](http://vscode.dev/), does not repo in Desktop)
* open https://insiders.vscode.dev/github/microsoft/vscode-extensions-loc or https://g... | completed | Why is `workspaceContains:<file that doesn't exist>` activating the Python, Pylance, and NPM extensions in the web? Steps to repro:
* (prereq) make sure Python is installed in [insiders.vscode.dev](http://insiders.vscode.dev/) or [github.dev](http://github.dev/) (also repros with stable [vscode.dev](http://vscode.dev/... | 620 |
184434 | Weird gap between selected cells | 2023-06-06 17:50:31+00:00 | 2023-06-06 18:20:22+00:00 | <img width="945" alt="image" src="https://github.com/microsoft/vscode/assets/876920/d4e03f28-ee27-4428-853f-e206a952abe8">
There is a gap between selected cells when we have multi cells selection. | completed | Weird gap between selected cells <img width="945" alt="image" src="https://github.com/microsoft/vscode/assets/876920/d4e03f28-ee27-4428-853f-e206a952abe8">
There is a gap between selected cells when we have multi cells selection. | 83 |
184348 | Search Editor peek support for notebook search | 2023-06-05 17:22:03+00:00 | 1. Open the search editor and search for something in an open notebook
2. Double-click on the name of the file in the result.
3. Doesn't show preview :bug:
<img width="732" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/641871b6-a030-4597-84aa-d8d28638fead">
| Search Editor peek support for notebook search 1. Open the search editor and search for something in an open notebook
2. Double-click on the name of the file in the result.
3. Doesn't show preview :bug:
<img width="732" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/641871b6-a030-4597-84aa-d8... | 107 | ||
184338 | collapse folds trigger SCM widget | 2023-06-05 14:46:16+00:00 | 2023-06-07 11:34:36+00:00 | Version: 1.78.2 (user setup) , insiders

expect:

| completed | collapse folds trigger SCM widget Version: 1.78.2 (user setup) , insiders

expect:

| 137 |
184298 | Crash every time at startup with 'Code 5' | 2023-06-05 05:32: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... | Crash every time at startup with 'Code 5' <!-- ⚠️⚠️ 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 -->
... | 533 | ||
184295 | Markdown extensions won't work after installation until window reload | 2023-06-05 03:53:08+00:00 | 2023-07-18 23:47:32+00:00 | * Install bierner.markdown-preview-github-styles on github.dev
* Preview markdown
* `[ ]` is not rendered until window reload
I didn't see a "reload" button for the markdown extension after installing it so I would expect it to work immediately. | completed | Markdown extensions won't work after installation until window reload * Install bierner.markdown-preview-github-styles on github.dev
* Preview markdown
* `[ ]` is not rendered until window reload
I didn't see a "reload" button for the markdown extension after installing it so I would expect it to work immediately. | 85 |
184192 | order of search results swaps on notebook open | 2023-06-02 17:13:59+00:00 | 1. Search for a string that shows up in notebook inputs and outputs. Ensure that the notebook is closed.
2. Click on a result to open the notebook.
3. Notice that the order changes. :bug:
https://github.com/microsoft/vscode/assets/31675041/e8df2500-e00f-475f-950b-85c1743da53a
This is expected, since the output... | order of search results swaps on notebook open 1. Search for a string that shows up in notebook inputs and outputs. Ensure that the notebook is closed.
2. Click on a result to open the notebook.
3. Notice that the order changes. :bug:
https://github.com/microsoft/vscode/assets/31675041/e8df2500-e00f-475f-950b-85c... | 154 | ||
184183 | multiple images outputs are not displayed in full | 2023-06-02 16:04:53+00:00 | 2023-06-02 20:11:20+00:00 | ```
from IPython.display import Image, display
for i in range(10):
display(Image(filename='sailboat.png'))
```

| completed | multiple images outputs are not displayed in full ```
from IPython.display import Image, display
for i in range(10):
display(Image(filename='sailboat.png'))
```

| 95 |
184180 | GitHub Authentication extension running in both web worker extension host & remote extension host | 2023-06-02 15:38:05+00:00 | 2023-06-05 13:05:01+00:00 | Steps to Reproduce:
1. Enable Remote Tunnel Access in VS Code Insiders Desktop
2. Copy the link and open it in your browser (note, you may hit: https://github.com/microsoft/vscode/issues/183792#issuecomment-1573938109)
3. If you open the Output pane and then the drop down, you'll see 🐛 2 `GitHub Authentication`s... | completed | GitHub Authentication extension running in both web worker extension host & remote extension host Steps to Reproduce:
1. Enable Remote Tunnel Access in VS Code Insiders Desktop
2. Copy the link and open it in your browser (note, you may hit: https://github.com/microsoft/vscode/issues/183792#issuecomment-1573938109... | 224 |
184179 | clearing all search results with notebook results will not clear highlight on outputs | 2023-06-02 15:34:28+00:00 | 2023-06-06 22:08:20+00:00 | 1. search for something in outputs of currently opened notebook
2. click the "Clear Search Results" button
3. the highlights for outputs are still there :bug:
This also repros if you go from searching text to having a blank query string. | completed | clearing all search results with notebook results will not clear highlight on outputs 1. search for something in outputs of currently opened notebook
2. click the "Clear Search Results" button
3. the highlights for outputs are still there :bug:
This also repros if you go from searching text to having a blank query... | 70 |
184155 | regression: ctrl+shift+g doesn't focus source control anymore when invoked for the first time | 2023-06-02 12:13:36+00:00 | 2024-05-13 13:32: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 | regression: ctrl+shift+g doesn't focus source control anymore when invoked for the first time <!-- ⚠️⚠️ 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/microso... | 429 |
184142 | Custom editors should not allow to make edits after extension host restart | 2023-06-02 08:51:40+00:00 | This is a follow up from https://github.com/microsoft/vscode/issues/180514
When the EH restarts with an opened custom editor, that editor continues to be editable but does not report any dirty indication and does not allow to be saved because the old EH it was talking to is gone.
` in the first cell and hover over `print`
3. click in the pop up content and press down to scroll
:bug: next cel... | 147 | ||
184082 | Welcome page doesn't load if internet isn't available | 2023-06-01 16:42:36+00:00 | 2023-06-02 20:09:45+00:00 | <img width="1680" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/9a079f6c-39a9-4cb6-b0a7-04becb227410">
Steps to repro:
* Connect to a wifi network that doesn't provide a reliable internet connection (like the Connector 😉 )
* Open VS Code
Welcome view fails to load due to a web request. I ... | completed | Welcome page doesn't load if internet isn't available <img width="1680" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/9a079f6c-39a9-4cb6-b0a7-04becb227410">
Steps to repro:
* Connect to a wifi network that doesn't provide a reliable internet connection (like the Connector 😉 )
* Open VS Code
... | 128 |
184081 | Disable global replace all if all files are readonly | 2023-06-01 16:37:11+00:00 | > The file-specific button is gone, but I'm wondering whether the general Replace All button next to the replace inputbox can also be disabled? Otherwise I can do the following:
>
> 1. Open a GitHub Issues Notebook.
> 2. Search for a string specifically only in the output. Add a string in the replace inputbox.
> ... | Disable global replace all if all files are readonly > The file-specific button is gone, but I'm wondering whether the general Replace All button next to the replace inputbox can also be disabled? Otherwise I can do the following:
>
> 1. Open a GitHub Issues Notebook.
> 2. Search for a string specifically only in ... | 218 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.