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 ![image](https://github.com/microsoft/vscode/assets/2193314/1100747f-4687-4f03-9c8a-f864...
completed
Terminals never finishing starting up when the pty host takes a long time to start up 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 ![...
125
185254
Restarting the pty host can break future terminals
2023-06-15 16:59:12+00:00
2023-06-23 15:12:30+00:00
Something doesn't seem right, this may have regressed with the utility process refactor. May be the direct proxy never gets set up when it's restarted?
completed
Restarting the pty host can break future terminals Something doesn't seem right, this may have regressed with the utility process refactor. May be the direct proxy never gets set up when it's restarted?
52
185253
Profile creation: selecting second extension will always select all
2023-06-15 16:56:35+00:00
2023-06-28 22:51:00+00:00
* Create a new profile from existing one * Unselect all extensions * Manually select first extension * Manually select second extension -> now all extensions are selected
completed
Profile creation: selecting second extension will always select all * Create a new profile from existing one * Unselect all extensions * Manually select first extension * Manually select second extension -> now all extensions are selected
48
185250
Markdown cells in a notebook cannot be dragged in editor mode
2023-06-15 16:32:29+00:00
2023-06-17 01:28:30+00:00
1. Create a new jupyter notebook 2. Add a markdown cell 3. Attempt to drag it 4. You cannot 🐛
completed
Markdown cells in a notebook cannot be dragged in editor mode 1. Create a new jupyter notebook 2. Add a markdown cell 3. Attempt to drag it 4. You cannot 🐛
43
185249
Resize window area is 1 pixel in top right of screen
2023-06-15 16:12:09+00:00
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. ![image](https://github.com/microsoft/vscode/assets/2193314/0e2b3511-db0f-40dc-9d58-f77ce3e72d05)
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. ![image](https://github.com/microsoft/vscode/assets/2193314/0e2b3511-db0f-40dc-9d58-f77ce...
102
185228
Hide Sticky Scroll In Diff Editor When Collapse Unchanged Regions Is Enabled
2023-06-15 13:18:28+00:00
2023-06-30 09:07:12+00:00
![Code_-_Insiders_ppouFWjcAa](https://github.com/microsoft/vscode/assets/2931520/fda4d62c-10b5-496d-a50f-4c5eb7848a86) 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 ![Code_-_Insiders_ppouFWjcAa](https://github.com/microsoft/vscode/assets/2931520/fda4d62c-10b5-496d-a50f-4c5eb7848a86) 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
![JdXPsNjOiH](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/fb7579df-b3e9-457b-8c0c-f0edfc57d2e8) Here the frame where it happens: ![azbB4B0uoK](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/212c23ba-f372-4519-bcc8-d066714eb630) I'm pretty sure this is caused b...
Flicker When Opening A File/Diff From A PR ![JdXPsNjOiH](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/fb7579df-b3e9-457b-8c0c-f0edfc57d2e8) Here the frame where it happens: ![azbB4B0uoK](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/212c23ba-f372-4519-bcc8-d06671...
182
185222
Local extension should show why it was disabled when it prefers remote exthost, regardless of enablement status
2023-06-15 12:59:27+00:00
2023-12-14 11:00:47+00:00
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 ![image](https://github.com/microsoft/vscode/assets/2193314/7ffcf20f-fb8b-4935-b5e3-8be16d3319d1) 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 ![image](https://github.com/microsof...
188
185217
Missing View Zone
2023-06-15 12:44:19+00:00
2023-06-20 13:36:48+00:00
After line 6 in modified the diagonal view zone is missing: ![image_720](https://github.com/microsoft/vscode/assets/2931520/1211529a-b6a6-411a-afec-0d3c3c23efeb) [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: ![image_720](https://github.com/microsoft/vscode/assets/2931520/1211529a-b6a6-411a-afec-0d3c3c23efeb) [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: ![image](https://github.com/microsoft/vscode/assets/2193314/75853002-a375-462f-ba49-586cb0268f9f) If I remove the suffix it works: ![image](https://github.com/microsoft/vscode/assets/2193314/73...
completed
Go to file exact match does not work with :line:col suffix Trying to open the link `node_modules/@types/express/index.d.ts:58:29` in the terminal results in it not being found: ![image](https://github.com/microsoft/vscode/assets/2193314/75853002-a375-462f-ba49-586cb0268f9f) 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? ![MultiCursor](https://gith...
Column Select / Multiple Cursors: Ability to not have cursor inserted in wrapped part of wrapped text, without need to disable line wrap <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existin...
178
185088
`Copy` context menu item copies whole response in panel chat instead of selected text
2023-06-14 07:32:58+00:00
2023-12-15 23:02:27+00:00
<!-- Please search existing issues to avoid creating duplicates --> <!-- Please attach logs to help us diagnose your issue --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ --> https://github.com/microsoft/vscode-...
completed
`Copy` context menu item copies whole response in panel chat instead of selected text <!-- Please search existing issues to avoid creating duplicates --> <!-- Please attach logs to help us diagnose your issue --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed:...
267
185069
Warning message doesn't show up when `code-insiders --status` is run while no instances are open
2023-06-13 23:17:51+00:00
2023-06-14 06:43:31+00:00
Related to but not the same as #176701 1. Close all instances of VS Code. 2. From the command line, run `code --status` or `code-insiders --status`. 3. :bug: Nothing shows up. With `code --status --verbose` or `code-insiders --status --verbose`, one can see the warning that no instances are open. CC @bpasero
completed
Warning message doesn't show up when `code-insiders --status` is run while no instances are open Related to but not the same as #176701 1. Close all instances of VS Code. 2. From the command line, run `code --status` or `code-insiders --status`. 3. :bug: Nothing shows up. With `code --status --verbose` or `code-in...
119
185040
[Bug] Alignment difference between the initial editor and the inline preview editor
2023-06-13 16:10:00+00:00
2023-06-16 07:57:57+00:00
There is an alignment difference between the initial editor and the inline preview editor. https://github.com/microsoft/vscode/assets/61460952/d411bd2b-df7c-4757-b95d-9dce75b2b7c2
completed
[Bug] Alignment difference between the initial editor and the inline preview editor There is an alignment difference between the initial editor and the inline preview editor. https://github.com/microsoft/vscode/assets/61460952/d411bd2b-df7c-4757-b95d-9dce75b2b7c2
88
185038
Update edit session size limit to 1.9mb
2023-06-13 15:59:23+00:00
2023-06-13 18:46:06+00:00
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) ```
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 ![Recording 2023-06-13 at 07 28 29](https://github.com/microsoft/vscode/assets/2193314/20dc8ca8-0bd7-4d1a-a7a1-85e9aa8aa3f2)
Terminal welcome message animates the buttons the first time it's shown Repro is open the terminal in a github.dev/web window ![Recording 2023-06-13 at 07 28 29](https://github.com/microsoft/vscode/assets/2193314/20dc8ca8-0bd7-4d1a-a7a1-85e9aa8aa3f2)
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 ![image](https://github.com/microsoft/vscode/assets/2193314/e3e98c05-6bf4-4ca0-af2f-0764908900f7)
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 ![image](https://github.com/microsoft/vscode/assets/2193314/e3e98c05-6bf4-4ca0-af2f-0764908900f7)
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: ![Recording 2023-06-12 at 12 02 10](https://github.com/microsoft/vscode/assets/38270282/7f12d4c9-c21d-4a0b-818d-ee8409c44a22)
completed
Cannot click and drag scroll bar in terminal On the latest insiders I can't click and drag the terminal scroll bar: ![Recording 2023-06-12 at 12 02 10](https://github.com/microsoft/vscode/assets/38270282/7f12d4c9-c21d-4a0b-818d-ee8409c44a22)
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 ![image](https://github.com/microsoft/vscode/assets/2644648/b2d26cf7-d09e-4495-97b5-5971fba997cd) 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 ![image](https://github.com/microsoft/vscode/assets/2644648/b2d26cf7-d09e-4495-97b5-5971fba997cd) 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)" ``` ![image](https://github.com/microsoft/vscode/assets/2193314/40bb04f3-a15c-4cec-aaf8-4a37fbce89ad)
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)" ``` ![image](https://github.com/microsoft/vscode/assets/2193314/40bb04f3-a15c-4cec-aaf8...
124
184732
Allow createTrustedTypesPolicy to be optional on Monaco Environment
2023-06-09 15:40:20+00:00
2023-06-12 14:33:47+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. --> A change was made in #184148 which added the `...
completed
Allow createTrustedTypesPolicy to be optional on Monaco Environment <!-- ⚠️⚠️ 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 featu...
305
184731
Log when opening release notes
2023-06-09 15:39:22+00:00
2023-06-09 22:49:53+00:00
I see this in console when opening release notes: <img width="692" alt="Screenshot 2023-06-09 at 8 38 23 am" src="https://github.com/microsoft/vscode/assets/2193314/2d599db2-9177-4140-8b7f-c15af0c12dce"> Version: 1.80.0-insider Commit: db6bcdf309cc1565c502a54b73c33a63bdabfbd8 Date: 2023-06-09T05:22:41.121Z Ele...
completed
Log when opening release notes I see this in console when opening release notes: <img width="692" alt="Screenshot 2023-06-09 at 8 38 23 am" src="https://github.com/microsoft/vscode/assets/2193314/2d599db2-9177-4140-8b7f-c15af0c12dce"> Version: 1.80.0-insider Commit: db6bcdf309cc1565c502a54b73c33a63bdabfbd8 Date...
176
184722
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).
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. ![Screenshot 2023-06-09 105127](https://git...
completed
extensions.ignoreRecommendations setting ignored by vs code 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 d...
609
184703
vscode workspace with multiple folders - search "files to include" does not work as expected
2023-06-09 09:43:50+00:00
2023-12-05 22:31: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
vscode workspace with multiple folders - search "files to include" does not work as expected <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsof...
848
184690
Installed list is not showing installed extensions
2023-06-09 08:44:59+00:00
2023-06-09 08:59:45+00:00
- Open VS Code on an empty profile - Go to extensions view - Install an extension from popular view / recommended view 🐛 Installed extensions view expands but the installed extension is not shown
completed
Installed list is not showing installed extensions - Open VS Code on an empty profile - Go to extensions view - Install an extension from popular view / recommended view 🐛 Installed extensions view expands but the installed extension is not shown
53
184679
Fuzzy search not working well in Recent Folders quickpick in 1.79.0
2023-06-09 07:19: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...
Fuzzy search not working well in Recent Folders quickpick in 1.79.0 <!-- ⚠️⚠️ 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-...
626
184659
ShellIntegration for fish is gone
2023-06-08 22:47:39+00:00
2023-06-13 19:41: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
ShellIntegration for fish is gone <!-- ⚠️⚠️ 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 --> <!-- 🔎 ...
642
184657
Notebook streaming output is appended when it should replace
2023-06-08 22:18:42+00:00
2023-06-14 15:21:41+00:00
Inconsistent repro, not sure what triggers it yet. <img width="301" alt="image" src="https://github.com/microsoft/vscode/assets/2019016/cdb2bbb5-bf45-4831-95cb-333436126d95">
completed
Notebook streaming output is appended when it should replace Inconsistent repro, not sure what triggers it yet. <img width="301" alt="image" src="https://github.com/microsoft/vscode/assets/2019016/cdb2bbb5-bf45-4831-95cb-333436126d95">
81
184640
DebugProtocol.Source.presentationHint = "deemphasize" not handled correctly?
2023-06-08 19:49:33+00:00
2023-06-12 23:55:46+00:00
In my debugger, I sometimes have StackFrames that have a known named source file, but that file's text isn't available. To represent this, I created a Source object with a name and presentationHint set to "deemphasize", which according to the docs "can be used to indicate that the source is not available or that it is ...
completed
DebugProtocol.Source.presentationHint = "deemphasize" not handled correctly? In my debugger, I sometimes have StackFrames that have a known named source file, but that file's text isn't available. To represent this, I created a Source object with a name and presentationHint set to "deemphasize", which according to the ...
245
184631
Notebook cannot be "Saved As" in empty profile
2023-06-08 18:47:21+00:00
2023-06-08 19:04:47+00:00
**Steps:** * open a GH issues notebook * switch to an empty profile * make the notebook dirty * save it * from the error notification pick "Save As..." 🐛 nothing happens and the toast closes Best fix here is to simply re-show the toast as it was because it gives the correct hint to install the extension. ...
completed
Notebook cannot be "Saved As" in empty profile **Steps:** * open a GH issues notebook * switch to an empty profile * make the notebook dirty * save it * from the error notification pick "Save As..." 🐛 nothing happens and the toast closes Best fix here is to simply re-show the toast as it was because it give...
152
184617
Sticky scroll disappears and reappears when deleting lines in a Markdown file
2023-06-08 16:44:05+00:00
2023-08-21 13:53:14+00:00
1. Paste the following markdown text into a markdown file in VS Code, including newlines ```md start of file 1. bullet point - sub bullet point 1 - sub bullet point 2 - sub bullet point 3 - sub sub bullet point - sub sub bullet point - sub sub bullet point ...
completed
Sticky scroll disappears and reappears when deleting lines in a Markdown file 1. Paste the following markdown text into a markdown file in VS Code, including newlines ```md start of file 1. bullet point - sub bullet point 1 - sub bullet point 2 - sub bullet point 3 - sub sub bul...
305
184602
Switching profiles is removing the color theme setting
2023-06-08 13:59:42+00:00
Steps to Reproduce: 1. Have a profile with following settings ```json { "window.autoDetectColorScheme": true, "workbench.preferredDarkColorTheme": "Abyss", "workbench.colorTheme": "Abyss", "workbench.preferredHighContrastColorTheme": "Abyss", } ``` 2. From this profile, create a Doc Writer ...
Switching profiles is removing the color theme setting Steps to Reproduce: 1. Have a profile with following settings ```json { "window.autoDetectColorScheme": true, "workbench.preferredDarkColorTheme": "Abyss", "workbench.colorTheme": "Abyss", "workbench.preferredHighContrastColorTheme": "Abys...
158
184586
Revert change still no longer possible inline within submodules
2023-06-08 10:58:14+00:00
2024-02-02 23:12:28+00:00
@oltolm, could you please try the latest Stable/Insiders release? Thank you! _Originally posted by @lszomoru in https://github.com/microsoft/vscode/issues/177453#issuecomment-1549248277_ I could not reply in the original ticket, so I am creating a new one. It is still broken. Version: 1.78.2 (use...
completed
Revert change still no longer possible inline within submodules @oltolm, could you please try the latest Stable/Insiders release? Thank you! _Originally posted by @lszomoru in https://github.com/microsoft/vscode/issues/177453#issuecomment-1549248277_ I could not reply in the original ticket, so I am...
200
184552
tunnel client does not recognize when the instance under debug has closed
2023-06-07 22:48:51+00:00
2023-07-06 18:05:01+00:00
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 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: ![image](https://github.com/microsoft/vscode/assets/50770619/16e3737f-6f7f-4658-bc28-b6f86d1369b8)
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: ![image](https://github.com/microsoft/vscode/assets/50770619/16e3737f-6f7f-4658-bc28-b6f86d1369b8)
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: ![image](https://github.com/microsoft/vscode/assets/2193314/733fae04-53e1-4766-b9dd-435565b034e3) Looking into this I found that I only have a single build task, which is defined in user tasks: ![image](https://github.com/microso...
completed
Default build task runs user task in random repositories I got confused after seeing this a few times when running the default build task: ![image](https://github.com/microsoft/vscode/assets/2193314/733fae04-53e1-4766-b9dd-435565b034e3) 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 ![20230605_223221](https://github.com/microsoft/vscode/assets/48614781/ada75b7b-22b4-4f76-b458-705fb0c0d64a) expect: ![企业微信截图_16859762884029](https://github.com/microsoft/vscode/assets/48614781/d3719457-2ee5-4bb9-bd82-f7a368aaba82)
completed
collapse folds trigger SCM widget Version: 1.78.2 (user setup) , insiders ![20230605_223221](https://github.com/microsoft/vscode/assets/48614781/ada75b7b-22b4-4f76-b458-705fb0c0d64a) expect: ![企业微信截图_16859762884029](https://github.com/microsoft/vscode/assets/48614781/d3719457-2ee5-4bb9-bd82-f7a368aaba82)
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')) ``` ![image](https://github.com/microsoft/vscode/assets/2019016/3390ad53-eee0-4ca4-88f7-ededc94813b5)
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')) ``` ![image](https://github.com/microsoft/vscode/assets/2019016/3390ad53-eee0-4ca4-88f7-ededc94813b5)
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. ![Recording 2023-06-02 at 10 50 4...
Custom editors should not allow to make edits after extension host restart 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...
192
184130
Restarting the extension host ends up starting the web worker extension host
2023-06-02 07:28:03+00:00
* run out of sources * run `Developer: Restart Extension Host` * observe that the web worker extension host is started cc @bpasero
Restarting the extension host ends up starting the web worker extension host * run out of sources * run `Developer: Restart Extension Host` * observe that the web worker extension host is started cc @bpasero
52
184124
Crash when rebuilding application menu on wayland
2023-06-02 06:25:55+00:00
Extracted from https://github.com/microsoft/vscode/issues/181533#issuecomment-1565576439 ``` Crash reason: SIGSEGV /SEGV_MAPERR Crash address: 0x1010101 Process uptime: 142 seconds Thread 0 (crashed) 0 code-insiders!views::View::UnregisterChildrenForVisibleBoundsNotification(views::View*) [view.cc : 2859 +...
Crash when rebuilding application menu on wayland Extracted from https://github.com/microsoft/vscode/issues/181533#issuecomment-1565576439 ``` Crash reason: SIGSEGV /SEGV_MAPERR Crash address: 0x1010101 Process uptime: 142 seconds Thread 0 (crashed) 0 code-insiders!views::View::UnregisterChildrenForVisible...
662
184108
Inline completion not displaying when surrounded by whitespace
2023-06-01 23:46:03+00:00
2023-06-16 14:33:30+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Inline completion not displaying when surrounded by whitespace <!-- ⚠️⚠️ 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-...
694
184102
SCM consolidated status bar item no longer reflects incoming/outgoing changes
2023-06-01 22:43:52+00:00
2023-06-05 17:40:45+00:00
1. Have incoming changes 2. Run **Git: Fetch** command 3. :bug: status bar no longer shows incoming changes <img width="662" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/a4998732-77ef-48f6-984a-bcb240ecdd8b">
not_planned
SCM consolidated status bar item no longer reflects incoming/outgoing changes 1. Have incoming changes 2. Run **Git: Fetch** command 3. :bug: status bar no longer shows incoming changes <img width="662" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/a4998732-77ef-48f6-984a-bcb240ecdd8b">
107
184095
Can't scroll hover content with arrow keys in notebook editor
2023-06-01 21:02:31+00:00
likely caused by the fix for https://github.com/microsoft/vscode-jupyter/issues/13263 1. open notebook and add a few cells 2. put `print(1)` in the first cell and hover over `print` 3. click in the pop up content and press down to scroll :bug: next cell is focused ![Recording 2023-06-01 at 13 58 05](https://gi...
Can't scroll hover content with arrow keys in notebook editor likely caused by the fix for https://github.com/microsoft/vscode-jupyter/issues/13263 1. open notebook and add a few cells 2. put `print(1)` 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