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
178205
Welcome page Connect to: Name the command to run in `remoteExtensionTips`
2023-03-24 09:15:00+00:00
2023-05-30 18:17:49+00:00
Testing #177702 - new profile with not remote extensions installed - click on `Connect to` - command show up, click on one This will run the first command found in the `'statusBar/remoteIndicator' menu I suggest adding a new property `connectCommand` to the `remoteExtensionTips`. That is less fragile and all...
completed
Welcome page Connect to: Name the command to run in `remoteExtensionTips` Testing #177702 - new profile with not remote extensions installed - click on `Connect to` - command show up, click on one This will run the first command found in the `'statusBar/remoteIndicator' menu I suggest adding a new property `...
112
178202
msCompile problem matcher does not match "fatal error"
2023-03-24 07:35:23+00:00
2023-06-01 15:27:06+00:00
Type: <b>Bug</b> Including a non-existent file in C++ causes an error that does not get matched. `C:\Users\akbyrd\Desktop\vscode-tasks\main.cpp(1): fatal error C1083: Cannot open include file: 'foo.h': No such file or directory` https://github.com/microsoft/vscode/blob/fabb5745425b3e1836000995deea37601e3024a8/sr...
completed
msCompile problem matcher does not match "fatal error" Type: <b>Bug</b> Including a non-existent file in C++ causes an error that does not get matched. `C:\Users\akbyrd\Desktop\vscode-tasks\main.cpp(1): fatal error C1083: Cannot open include file: 'foo.h': No such file or directory` https://github.com/microsoft/...
988
178184
Difference in hover sequence results between run-time and test-time
2023-03-24 00:16:27+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
Difference in hover sequence results between run-time and test-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/microsoft/vscode/wiki/Submitting-...
617
178175
pre-push and pre-commit git hooks are handled differently when errors occur
2023-03-23 19:56:40+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...
pre-push and pre-commit git hooks are handled differently when errors occur <!-- ⚠️⚠️ 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/Sub...
798
178173
`Terminal: navigate accessible buffer` sometimes shows incomplete command history
2023-03-23 18:51:52+00:00
2023-05-01 20:02:01+00:00
1. Open a new integrated terminal 2. `cd ..` 3. `cd` 4. `ls` 5. Ctrl/Cmd + Shift + O 6. :bug: only see `cd` and `ls` in the list of commands
completed
`Terminal: navigate accessible buffer` sometimes shows incomplete command history 1. Open a new integrated terminal 2. `cd ..` 3. `cd` 4. `ls` 5. Ctrl/Cmd + Shift + O 6. :bug: only see `cd` and `ls` in the list of commands
68
178161
Text diff scrollbars are slightly misaligned
2023-03-23 17:41:12+00:00
2023-07-04 17:43:46+00:00
This has been fixed for notebook diffs but is still an issue for text diffs: <img width="115" alt="image" src="https://user-images.githubusercontent.com/30305945/214964817-2d87bd98-a39d-4e7c-83a5-1f1453b6999a.png">
completed
Text diff scrollbars are slightly misaligned This has been fixed for notebook diffs but is still an issue for text diffs: <img width="115" alt="image" src="https://user-images.githubusercontent.com/30305945/214964817-2d87bd98-a39d-4e7c-83a5-1f1453b6999a.png">
94
178135
Terminal: Find widget has an empty space
2023-03-23 13:08:48+00:00
2023-08-04 14:23:17+00:00
Version: 1.77.0-insider (user setup) Commit: a5bd844beddef8ca5f9ccfdb1bb7b3b4f8e5204e Date: 2023-03-22T10:38:48.144Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT x64 10.0.22624 Sandboxed: Yes - open a terminal, press Ctrl + F - there's a gap behind th...
completed
Terminal: Find widget has an empty space Version: 1.77.0-insider (user setup) Commit: a5bd844beddef8ca5f9ccfdb1bb7b3b4f8e5204e Date: 2023-03-22T10:38:48.144Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT x64 10.0.22624 Sandboxed: Yes - open a terminal, ...
240
178127
Sticky scroll consumes ESC to eagerly
2023-03-23 10:54:44+00:00
2023-03-23 11:34:12+00:00
* enable sticky scroll * select something in the editor * select `ESC` * :bug: the selection isn't cleared * enable keybindings debug mode (F1 > Toggle Keyboard Shortcuts Troubleshooting) * see that sticky scroll is consuming ESC ``` 2023-03-23 11:52:47.214 [info] [KeybindingService]: \ From 58 keybinding ...
completed
Sticky scroll consumes ESC to eagerly * enable sticky scroll * select something in the editor * select `ESC` * :bug: the selection isn't cleared * enable keybindings debug mode (F1 > Toggle Keyboard Shortcuts Troubleshooting) * see that sticky scroll is consuming ESC ``` 2023-03-23 11:52:47.214 [info] [Key...
171
178107
editor.actions.removeBrackets doesn't play well with Undo stack
2023-03-23 04:58:43+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.77.0 Insiders - OS Version: Windows 11 Steps to Reproduce: 1. With the cursor on a bracket, press Ctrl+Alt+Backspace to remove the bracket and its matching bracket. 2....
editor.actions.removeBrackets doesn't play well with Undo stack <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.77.0 Insiders - OS Version: Windows 11 Steps to Reproduce: 1. With the cursor on a bracket, press Ctrl+A...
161
178098
VS Code interprets Firefox keys incorrectly (minus, equal sign)
2023-03-23 00:47:18+00:00
2023-04-13 14:46: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
VS Code interprets Firefox keys incorrectly (minus, equal sign) <!-- ⚠️⚠️ 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...
497
178091
code tunnel access: Only show `Ctrl+C to detach` when in a terminal
2023-03-22 23:10:22+00:00
2023-04-28 22:13:28+00:00
When a tunnel process connects to an existing process, the following is printed: ``` - Ctrl+C to detach - "x" + Enter to stop the tunnel and exit - "r" + Enter to restart the tunnel ``` This should only be printed when running in a terminal. Right now it appears in the `Remote Tunnel Service` output page whe...
completed
code tunnel access: Only show `Ctrl+C to detach` when in a terminal When a tunnel process connects to an existing process, the following is printed: ``` - Ctrl+C to detach - "x" + Enter to stop the tunnel and exit - "r" + Enter to restart the tunnel ``` This should only be printed when running in a terminal. ...
106
178090
code tunnel access: when attaching, always print the connection link
2023-03-22 23:07:37+00:00
2023-03-27 19:52:52+00:00
When `Turn on Remote Tunnel Access...` starts a tunnel, it waits for the message `Open this link in your browser ...` When the tunnel process is attaching, this message is not always shown. `Turn on Remote Tunnel Access` is stuck connecting. Can we always show the link message? I use the link to generate the v...
completed
code tunnel access: when attaching, always print the connection link When `Turn on Remote Tunnel Access...` starts a tunnel, it waits for the message `Open this link in your browser ...` When the tunnel process is attaching, this message is not always shown. `Turn on Remote Tunnel Access` is stuck connecting. ...
144
178089
code tunnel access: only connect to existing tunnel process when quality is the same
2023-03-22 22:59:04+00:00
2023-03-27 19:11:20+00:00
I run a tunnel on my VS Code insiders but I also want to run a different one from Code OSS for testing. I use different tunnel names. This no longer works as the second tunnel process attaches to the first process. We should use separate `.vscode-cli` folders per quality. `.vscode-cli`, `.vscode-cli-insiders`, ...
completed
code tunnel access: only connect to existing tunnel process when quality is the same I run a tunnel on my VS Code insiders but I also want to run a different one from Code OSS for testing. I use different tunnel names. This no longer works as the second tunnel process attaches to the first process. We should us...
197
178085
Editor selection is changed to whole line when right clicking on a line which already has a selection
2023-03-22 22:05:11+00:00
2023-03-22 22:13:09+00:00
1. Select a word on a line 2. Copy Markdown permalink from gutter 3. :bug: editor selection updates to whole line This makes it impossible to generate a Markdown link with a specific word selection from right clicking on an editor line number.
completed
Editor selection is changed to whole line when right clicking on a line which already has a selection 1. Select a word on a line 2. Copy Markdown permalink from gutter 3. :bug: editor selection updates to whole line This makes it impossible to generate a Markdown link with a specific word selection from right clic...
70
178082
notebook output font size needs reload to update when changing editor.fontsize
2023-03-22 21:42:26+00:00
2023-10-06 22:44:46+00:00
Steps to Reproduce: 1. have a notebook that has a cell with text output 2. ensure `notebook.output.fontSize` is set to 0 so that `editor.fontSize` is used 3. change `editor.fontSize` :bug: output font size does not change
completed
notebook output font size needs reload to update when changing editor.fontsize Steps to Reproduce: 1. have a notebook that has a cell with text output 2. ensure `notebook.output.fontSize` is set to 0 so that `editor.fontSize` is used 3. change `editor.fontSize` :bug: output font size does not change
80
178075
De-indentation breaks pair autoclosing
2023-03-22 21:11:09+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
De-indentation breaks pair autoclosing <!-- ⚠️⚠️ 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 --> <!-...
483
178067
Quickpick tooltip not appearing
2023-03-22 20:00:54+00:00
2023-03-23 19:03: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
Quickpick tooltip not appearing <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Se...
494
178059
The open detected link keybinding is being overwritten by navigate accessible buffer
2023-03-22 18:54:50+00:00
2023-03-23 16:00:48+00:00
This makes the terminal links feature unavailable to screen reader users via the previously announced keybinding. So they would need to go via the command palette for an inconvenient option or know how to configure keybindings to get the convenience back. I know we discussed this at some point but I think we should ...
completed
The open detected link keybinding is being overwritten by navigate accessible buffer This makes the terminal links feature unavailable to screen reader users via the previously announced keybinding. So they would need to go via the command palette for an inconvenient option or know how to configure keybindings to get t...
96
178058
Don't use meta for the navigate accessible buffer quick pick
2023-03-22 18:41:17+00:00
2023-03-24 23:06:55+00:00
It's searchable apparently: ![image](https://user-images.githubusercontent.com/2193314/227005292-28a263a5-5ac2-412c-9f5b-dc31bea6ddbc.png) The typical way to do this is to add an additional property on the quick pick item.
completed
Don't use meta for the navigate accessible buffer quick pick It's searchable apparently: ![image](https://user-images.githubusercontent.com/2193314/227005292-28a263a5-5ac2-412c-9f5b-dc31bea6ddbc.png) The typical way to do this is to add an additional property on the quick pick item.
94
178055
Can't focus on the terminal view when the terminal accessible buffer is enabled
2023-03-22 18:28:21+00:00
2023-03-27 18:42:06+00:00
1. Focus the terminal and press shift+tab to open terminal accessible buffer 2. Focus somewhere else 3. run `Focus on Terminal View` :bug: focus does not change also found that pressing `alt+f1` from the accessible buffer and then escape to close the help menu will lose terminal focus.
completed
Can't focus on the terminal view when the terminal accessible buffer is enabled 1. Focus the terminal and press shift+tab to open terminal accessible buffer 2. Focus somewhere else 3. run `Focus on Terminal View` :bug: focus does not change also found that pressing `alt+f1` from the accessible buffer and then esc...
83
178045
Cannot toggle sidebar visibility when the terminal is focused
2023-03-22 17:36:50+00:00
2023-10-02 16:49:32+00:00
On Windows, even with `workbench.action.toggleSidebarVisibility` in `terminal.integrated.commandsToSkipShell`, I cannot toggle the sidebar with the default keybinding of `ctrl+b`. ``` 2023-03-22 10:36:14.333 [info] [KeybindingService]: | Resolving ctrl+B 2023-03-22 10:36:14.333 [info] [KeybindingService]: \ From 1...
completed
Cannot toggle sidebar visibility when the terminal is focused On Windows, even with `workbench.action.toggleSidebarVisibility` in `terminal.integrated.commandsToSkipShell`, I cannot toggle the sidebar with the default keybinding of `ctrl+b`. ``` 2023-03-22 10:36:14.333 [info] [KeybindingService]: | Resolving ctrl+B...
250
178042
Keybindings generated using `Define Keybindings` command is not formatted.
2023-03-22 17:27:55+00:00
Generated content breaks default formatting by not inserting in a new line. <img width="468" alt="image" src="https://user-images.githubusercontent.com/25044782/226987915-5a27b8e8-a251-45aa-a589-bc00e2cf7292.png">
Keybindings generated using `Define Keybindings` command is not formatted. Generated content breaks default formatting by not inserting in a new line. <img width="468" alt="image" src="https://user-images.githubusercontent.com/25044782/226987915-5a27b8e8-a251-45aa-a589-bc00e2cf7292.png">
103
178027
Action button font size is unusually large on modal dialogs
2023-03-22 15:35:58+00:00
2023-03-22 16:23:58+00:00
<img width="1286" alt="image" src="https://user-images.githubusercontent.com/30305945/226956475-639ea4bb-429c-4671-b9ac-6f9e589f2521.png"> Inspecting the CSS shows ```css #monaco-dialog-message-body>.link>p, .monaco-dialog-box>.dialog-buttons-row>.dialog-buttons>.monaco-button { font-size: 16px; } ```
completed
Action button font size is unusually large on modal dialogs <img width="1286" alt="image" src="https://user-images.githubusercontent.com/30305945/226956475-639ea4bb-429c-4671-b9ac-6f9e589f2521.png"> Inspecting the CSS shows ```css #monaco-dialog-message-body>.link>p, .monaco-dialog-box>.dialog-buttons-row>.dialog...
146
178737
Blue cell running spinner bar not visible sometimes
2023-03-22 14:40:02+00:00
2023-03-31 17:28:51+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When you run a cell, a blue moving bar appears at the top of the cell indicating activity. If you partially scroll the running cell out of view, so that the top of th...
completed
Blue cell running spinner bar not visible sometimes ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? When you run a cell, a blue moving bar appears at the top of the cell indicating activity. If you partially scroll...
377
178020
fix: adding escape command in order to focus out of the sticky scroll
2023-03-22 14:29:11+00:00
2023-03-22 16:31:03+00:00
Fixes https://github.com/microsoft/vscode/issues/177871 Simple fix to add escape command to focus out of the sticky scroll
fix: adding escape command in order to focus out of the sticky scroll Fixes https://github.com/microsoft/vscode/issues/177871 Simple fix to add escape command to focus out of the sticky scroll
51
178017
Improve terminal find behavior when there are more than 1000 results
2023-03-22 14:06:30+00:00
2023-05-19 17:31:32+00:00
Currently find in the terminal behaves a little strangely when there are more than 1000 results. The result count may not show up at all or it may say "0 of -1": ![image](https://user-images.githubusercontent.com/2193314/226929324-eede87fc-c4b9-4882-9b65-8c1e645ee717.png) ![image](https://user-images.githubusercont...
completed
Improve terminal find behavior when there are more than 1000 results Currently find in the terminal behaves a little strangely when there are more than 1000 results. The result count may not show up at all or it may say "0 of -1": ![image](https://user-images.githubusercontent.com/2193314/226929324-eede87fc-c4b9-488...
234
178014
Links in the terminal on Windows can be offset strangely
2023-03-22 13:48:00+00:00
2023-03-28 21:42:48+00:00
Happens after resizing the terminal: ![Code_-_Insiders_PT8v7S83WS](https://user-images.githubusercontent.com/2931520/226924352-9fa819f0-71c0-44fe-9806-750c13da5746.gif)
completed
Links in the terminal on Windows can be offset strangely Happens after resizing the terminal: ![Code_-_Insiders_PT8v7S83WS](https://user-images.githubusercontent.com/2931520/226924352-9fa819f0-71c0-44fe-9806-750c13da5746.gif)
90
178009
fix: adding focus on editor after revealing a line with sticky scroll
2023-03-22 13:21:18+00:00
2023-03-22 14:04:15+00:00
Fixes https://github.com/microsoft/vscode/issues/177874 ⚠️ Also fixing a regression that was caused from a previous fix which aimed to keep the focus enabled on scrolling
fix: adding focus on editor after revealing a line with sticky scroll Fixes https://github.com/microsoft/vscode/issues/177874 ⚠️ Also fixing a regression that was caused from a previous fix which aimed to keep the focus enabled on scrolling
64
178008
[json] schemas in workspace settings also apply to external files
2023-03-22 13:17:33+00:00
2023-03-23 08:38:50+00:00
I have a workspace open with the correct JSON schemas configuration in the workspace's `settings.json`, but the JSON file in question is outside of this workspace, even though it's open in the workspace's window and matches `fileMatch` (or at least used to). So, the workspace's settings must have applied to such files ...
completed
[json] schemas in workspace settings also apply to external files I have a workspace open with the correct JSON schemas configuration in the workspace's `settings.json`, but the JSON file in question is outside of this workspace, even though it's open in the workspace's window and matches `fileMatch` (or at least used ...
158
177955
Missing hover info on "Connect to GitHub Codespaces" under "connect to..." picker
2023-03-22 02:30:24+00:00
Testing #177702 When I don't have any of the remote extensions installed, I see a "Also installs dependencies - <ExtensionName>" when hovering over all the items, expect the Connect to GitHub Codepsaces one. Is that intentional? I was also wondering if there could be a more descriptive text for hover (e.g. "Inst...
Missing hover info on "Connect to GitHub Codespaces" under "connect to..." picker Testing #177702 When I don't have any of the remote extensions installed, I see a "Also installs dependencies - <ExtensionName>" when hovering over all the items, expect the Connect to GitHub Codepsaces one. Is that intentional? I ...
119
177946
Keyboard esc does not close replace window
2023-03-22 01:17:51+00:00
2023-05-19 02:43:03+00:00
Type: <b>Feature Request</b> After I opened "find & replace" window with Ctrl+H in a Jupyter notebook by vscode, I can't close it with "esc" button. It does work with "find" window opened with Ctrl+F. VS Code version: Code 1.76.2 (ee2b180d582a7f601fa6ecfdad8d9fd269ab1884, 2023-03-14T17:55:54.936Z) OS version: W...
completed
Keyboard esc does not close replace window Type: <b>Feature Request</b> After I opened "find & replace" window with Ctrl+H in a Jupyter notebook by vscode, I can't close it with "esc" button. It does work with "find" window opened with Ctrl+F. VS Code version: Code 1.76.2 (ee2b180d582a7f601fa6ecfdad8d9fd269ab188...
149
177944
No option to Connect to a RemoteHub repo when connected to a remote
2023-03-22 01:03:28+00:00
2023-04-03 18:58:04+00:00
Testing #177702 ![image](https://user-images.githubusercontent.com/2644648/226775096-4dd5d1c1-a4da-4b55-8120-5ffb454446e7.png) While connected to a Tunnel, I don't see the option to Connect to... a Remote Repository, even though I have those extensions installed.
completed
No option to Connect to a RemoteHub repo when connected to a remote Testing #177702 ![image](https://user-images.githubusercontent.com/2644648/226775096-4dd5d1c1-a4da-4b55-8120-5ffb454446e7.png) While connected to a Tunnel, I don't see the option to Connect to... a Remote Repository, even though I have those exte...
105
177943
Unhelpful quick pick for remote tunnels in connect to
2023-03-22 01:01:38+00:00
2023-03-25 00:37:51+00:00
Testing #177702 1. Open `Connect to` 2. Select `remote tunnels` **bug** The resulting quick pick isn't very helpful as I'm not sure what I'm supposed to put: ![Screenshot 2023-03-21 at 5 58 59 PM](https://user-images.githubusercontent.com/12821956/226774986-6935b564-b4b1-423d-8946-d8ade6d286de.png)
completed
Unhelpful quick pick for remote tunnels in connect to Testing #177702 1. Open `Connect to` 2. Select `remote tunnels` **bug** The resulting quick pick isn't very helpful as I'm not sure what I'm supposed to put: ![Screenshot 2023-03-21 at 5 58 59 PM](https://user-images.githubusercontent.com/12821956/2267749...
124
177942
Remote explorer help and feedback buttons are busted after installing code spaces extension
2023-03-22 00:56:18+00:00
2023-03-23 16:11:38+00:00
Testing #177702 1. Install the GitHub code spaces extension 1. Open remote explorer and try clicking on any of the help and feedback items **bug** Nothing happens In the developer tools I see: ``` command 'github.codespaces.getStartedLink' not found: Error: command 'github.codespaces.getStartedLink' not ...
completed
Remote explorer help and feedback buttons are busted after installing code spaces extension Testing #177702 1. Install the GitHub code spaces extension 1. Open remote explorer and try clicking on any of the help and feedback items **bug** Nothing happens In the developer tools I see: ``` command 'github...
103
177936
'connect to' prompt should likely say `Workspace` instead of window
2023-03-22 00:41:22+00:00
2023-05-31 17:17:22+00:00
Testing #177702 1. Open `connect to` quick pick from welcome view **bug** The current prompt says `connect to remote window`: ![Screenshot 2023-03-21 at 5 39 56 PM](https://user-images.githubusercontent.com/12821956/226772787-af8341d6-a32c-4576-9115-a6a486cddeab.png) I found this confusing. It should likel...
completed
'connect to' prompt should likely say `Workspace` instead of window Testing #177702 1. Open `connect to` quick pick from welcome view **bug** The current prompt says `connect to remote window`: ![Screenshot 2023-03-21 at 5 39 56 PM](https://user-images.githubusercontent.com/12821956/226772787-af8341d6-a32c-45...
128
177925
Case-sensitive files/folders on Windows are not shown correctly in vscode
2023-03-21 23:47:26+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
reopened
Case-sensitive files/folders on Windows are not shown correctly in vscode <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submi...
596
177923
Cannot navigate to commands as buffer dynamically updates
2023-03-21 23:32:03+00:00
2023-04-05 21:15:40+00:00
From @Tyriar: - Fill the scrollback - Run some command that outputs over time - Focus accessible buffer - Navigate commands via the quick pick, _bufferToEditorIndex will point at the original stale values
completed
Cannot navigate to commands as buffer dynamically updates From @Tyriar: - Fill the scrollback - Run some command that outputs over time - Focus accessible buffer - Navigate commands via the quick pick, _bufferToEditorIndex will point at the original stale values
66
177914
localize info messages in notebook output
2023-03-21 22:54:02+00:00
[This file](https://github.com/microsoft/vscode/blob/main/extensions/notebook-renderers/src/textHelper.ts) has a lot of unlocalized strings
localize info messages in notebook output [This file](https://github.com/microsoft/vscode/blob/main/extensions/notebook-renderers/src/textHelper.ts) has a lot of unlocalized strings
61
177906
Search keybindings activating outside of search
2023-03-21 22:31:44+00:00
2023-03-22 00:52:50+00:00
repro steps (only on macOS): 1. Have search results 2. Focus the editor 3. `F4` to focus on search results (which doesn't focus the tree) 4. Use `cmd`+`down` 5. Focuses on first line of search results and opens it. // cc @roblourens edit: alternate repro in otherOS's: 1. Have search results 2. Focus the...
completed
Search keybindings activating outside of search repro steps (only on macOS): 1. Have search results 2. Focus the editor 3. `F4` to focus on search results (which doesn't focus the tree) 4. Use `cmd`+`down` 5. Focuses on first line of search results and opens it. // cc @roblourens edit: alternate repro in ...
153
177905
Cannot drag file from one window to another
2023-03-21 22:28:38+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
Cannot drag file from one window to another <!-- ⚠️⚠️ 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 -->...
483
177899
Cannot read accessibility instructions.
2023-03-21 21:24:45+00:00
2023-04-07 19:58:18+00:00
Testing #177674 ![image](https://user-images.githubusercontent.com/3840081/226743733-9ac431ad-95e3-43fb-a9da-eb30449723d5.png)
completed
Cannot read accessibility instructions. Testing #177674 ![image](https://user-images.githubusercontent.com/3840081/226743733-9ac431ad-95e3-43fb-a9da-eb30449723d5.png)
67
177897
Recommended extensions should only show once per window load per extension
2023-03-21 21:22:13+00:00
2023-03-23 09:51:42+00:00
Testing #177675 Testing the "File content based recommendations", the following flow can happen 1. Open a file 2. See a recommendation and dismiss it 3. Do other work, close the file or whatever 4. Open the file again 5. See the same recommendation a second time I know there's the ⚙️ option to "Don't Show ...
completed
Recommended extensions should only show once per window load per extension Testing #177675 Testing the "File content based recommendations", the following flow can happen 1. Open a file 2. See a recommendation and dismiss it 3. Do other work, close the file or whatever 4. Open the file again 5. See the same r...
114
177896
Test: Screen reader unable to read the items in the status bar
2023-03-21 21:17:48+00:00
2023-03-22 18:43:53+00:00
Testing #177674 Encountered this on Linux Mint with Orca screen reader.
completed
Test: Screen reader unable to read the items in the status bar Testing #177674 Encountered this on Linux Mint with Orca screen reader.
35
177895
Test: Does not detect `orca` screen reader for Linux Mint or Ubuntu
2023-03-21 21:11:01+00:00
Testing #177674 Use latest linux mint or Ubuntu. It should come with `orca`. Enable orca by pressing `Super+Alt+S`. Then open VS code, and trigger accessibility mode info with `Shift+Alt+f1`. It says it did not detect the screen reader.
Test: Does not detect `orca` screen reader for Linux Mint or Ubuntu Testing #177674 Use latest linux mint or Ubuntu. It should come with `orca`. Enable orca by pressing `Super+Alt+S`. Then open VS code, and trigger accessibility mode info with `Shift+Alt+f1`. It says it did not detect the screen reader.
88
177894
Opening a devcontainer.json file recommends the JSON with comments extension
2023-03-21 21:05:29+00:00
2023-03-22 11:29:02+00:00
Testing #177675 This should be dev containers, not json with comments: <img width="556" alt="image" src="https://user-images.githubusercontent.com/2193314/226740600-99f511ff-3c60-4eef-a499-0f11ca4e13f7.png"> Show Recommendations shows: <img width="217" alt="image" src="https://user-images.githubusercontent....
completed
Opening a devcontainer.json file recommends the JSON with comments extension Testing #177675 This should be dev containers, not json with comments: <img width="556" alt="image" src="https://user-images.githubusercontent.com/2193314/226740600-99f511ff-3c60-4eef-a499-0f11ca4e13f7.png"> Show Recommendations shows...
272
177886
Accessible buffer feature can trap focus and prevent tab navigation from working
2023-03-21 20:17:12+00:00
2023-03-22 16:34:21+00:00
Not sure how to get into this state but pretty sure I've seen it before. The gif shows shift+tab and typing repeatedly which: 1. Shift+tab: Focuses the accessible buffer :bug: but does not show it 2. Shift+tab: 🐛 Focuses the terminal again 3. Repeat ![Recording 2023-03-21 at 13 14 54](https://user-images.githu...
completed
Accessible buffer feature can trap focus and prevent tab navigation from working Not sure how to get into this state but pretty sure I've seen it before. The gif shows shift+tab and typing repeatedly which: 1. Shift+tab: Focuses the accessible buffer :bug: but does not show it 2. Shift+tab: 🐛 Focuses the terminal ...
223
177882
Accessible buffer does not get new lines if buffer changes while focused
2023-03-21 20:09:19+00:00
2023-03-29 22:47:24+00:00
Saw this while testing https://github.com/microsoft/vscode/pull/177864: Accessible buffer while focused and receiving output: <img width="809" alt="image" src="https://user-images.githubusercontent.com/2193314/226727932-3b12b5fb-1832-4ff0-9e06-a5cc533b195d.png"> Going back to real buffer: <img width="520" a...
completed
Accessible buffer does not get new lines if buffer changes while focused Saw this while testing https://github.com/microsoft/vscode/pull/177864: Accessible buffer while focused and receiving output: <img width="809" alt="image" src="https://user-images.githubusercontent.com/2193314/226727932-3b12b5fb-1832-4ff0-9e...
251
177881
Problems panel lightbulb shifts problems around
2023-03-21 19:48:49+00:00
2023-03-22 09:03:35+00:00
Type: <b>Bug</b> 1. With a TS file: ```ts const abcdefg = 123; abcdef; ``` 2. Open the problems panel and hover over the error about `abcdef` **Bug** On hover, the entire error message shifts over when the lightbulb is shown <img width="350" alt="Screenshot 2023-03-21 at 12 46 23 PM" src="https://use...
completed
Problems panel lightbulb shifts problems around Type: <b>Bug</b> 1. With a TS file: ```ts const abcdefg = 123; abcdef; ``` 2. Open the problems panel and hover over the error about `abcdef` **Bug** On hover, the entire error message shifts over when the lightbulb is shown <img width="350" alt="Screen...
581
177876
Tab from Sticky Scroll goes to Status bar rather than editor
2023-03-21 19:35:40+00:00
Testing #177642 1. Open a Markdown file with headers (up to H3) and enable Sticky Scroll. 2. Focus Sticky Scroll 3. Press Tab through the Stick Scroll levels until you leave Sticky Scroll. Focus goes the Status bar. It should probably go to the editor. Interestingly, Shift + Tab goes from the top level o...
Tab from Sticky Scroll goes to Status bar rather than editor Testing #177642 1. Open a Markdown file with headers (up to H3) and enable Sticky Scroll. 2. Focus Sticky Scroll 3. Press Tab through the Stick Scroll levels until you leave Sticky Scroll. Focus goes the Status bar. It should probably go to the edi...
95
177874
Editor focus lost after selecting from Sticky Scroll
2023-03-21 19:26:22+00:00
2023-03-22 14:04:17+00:00
Testing #177642 1. In a Markdown file with headers up to H3, enable Sticky Scroll and scroll up and down in the editor. 2. Focus Stick Scroll 3. Select a header leve and press `Enter`. Try to scroll up and down with the arrow keys. Unclear where the cursor focus is. Try typing, the editor doesn't have focus ...
completed
Editor focus lost after selecting from Sticky Scroll Testing #177642 1. In a Markdown file with headers up to H3, enable Sticky Scroll and scroll up and down in the editor. 2. Focus Stick Scroll 3. Select a header leve and press `Enter`. Try to scroll up and down with the arrow keys. Unclear where the cursor fo...
117
177871
Can't easily get out of Sticky Scroll focus
2023-03-21 19:15:48+00:00
2023-03-22 16:31:05+00:00
Testing #177642 1. Scroll around an open file in the editor with Stick Scroll enabled. 2. Focus Sticky Scroll Try to move focus out of Sticky Scroll. Tried pressing `Escape`. Tried running "Focus Sticky Scroll" command a second time. Only way to get focus back to the editor is to select a level and press `...
completed
Can't easily get out of Sticky Scroll focus Testing #177642 1. Scroll around an open file in the editor with Stick Scroll enabled. 2. Focus Sticky Scroll Try to move focus out of Sticky Scroll. Tried pressing `Escape`. Tried running "Focus Sticky Scroll" command a second time. Only way to get focus back to...
104
177862
Terminal UI glitch when scrolling after entering Terminal Accessible Buffer mode
2023-03-21 18:28:11+00:00
2023-03-21 23:59:58+00:00
Testing #177674 https://user-images.githubusercontent.com/25044782/226706266-317275a4-5dc4-4c2f-b465-918f999e0c0a.mp4
completed
Terminal UI glitch when scrolling after entering Terminal Accessible Buffer mode Testing #177674 https://user-images.githubusercontent.com/25044782/226706266-317275a4-5dc4-4c2f-b465-918f999e0c0a.mp4
73
177860
Missing back button in Remote Repositories picker
2023-03-21 18:14:08+00:00
2023-12-05 19:09:48+00:00
Testing #177534 - "Open Remote Repository" - "Open Repository from Azure Repos" - I might change my mind and want to go back here but I have to escape and start over
not_planned
Missing back button in Remote Repositories picker Testing #177534 - "Open Remote Repository" - "Open Repository from Azure Repos" - I might change my mind and want to go back here but I have to escape and start over
57
177859
fix: placing the focus into the editor upon escaping from the content hover
2023-03-21 18:10:17+00:00
2023-03-22 10:27:03+00:00
fixes https://github.com/microsoft/vscode/issues/177806 which was opened during testing
fix: placing the focus into the editor upon escaping from the content hover fixes https://github.com/microsoft/vscode/issues/177806 which was opened during testing
43
177854
Links in cell output aren't working
2023-03-21 17:49:48+00:00
Testing #177719 Running this: ```py %pip install pandas import pandas as pd for i in range(100): print(i) data = {'A': [1, 2], 'B': [3, 4]} df = pd.DataFrame(data) # This line will generate a KeyError because column 'C' does not exist in the DataFrame print(df['C']) ``` Resulted in: <im...
Links in cell output aren't working Testing #177719 Running this: ```py %pip install pandas import pandas as pd for i in range(100): print(i) data = {'A': [1, 2], 'B': [3, 4]} df = pd.DataFrame(data) # This line will generate a KeyError because column 'C' does not exist in the DataFrame print(...
770
177851
Find in notebooks makes the notebook global scroll bar scroll when scrolling a cell output's scrollbar
2023-03-21 17:38:01+00:00
Testing #177719 ![Recording 2023-03-21 at 10 37 15](https://user-images.githubusercontent.com/2193314/226694758-13653e61-5a43-418e-b577-76572c745b22.gif)
Find in notebooks makes the notebook global scroll bar scroll when scrolling a cell output's scrollbar Testing #177719 ![Recording 2023-03-21 at 10 37 15](https://user-images.githubusercontent.com/2193314/226694758-13653e61-5a43-418e-b577-76572c745b22.gif)
87
177850
Resizing notebooks locks up the UI thread
2023-03-21 17:35:39+00:00
Testing #177719 ![Recording 2023-03-21 at 10 28 03](https://user-images.githubusercontent.com/2193314/226692499-b7a26eb0-2012-4064-9830-630546eb126d.gif) This seems to go away when doing a perf/cpu profile, it might do something with process priority that fixes the problem? Regardless, in all profiles I see some ...
Resizing notebooks locks up the UI thread Testing #177719 ![Recording 2023-03-21 at 10 28 03](https://user-images.githubusercontent.com/2193314/226692499-b7a26eb0-2012-4064-9830-630546eb126d.gif) This seems to go away when doing a perf/cpu profile, it might do something with process priority that fixes the proble...
151
177848
Scrollable output scroll bar should use default cursor
2023-03-21 17:24:59+00:00
Testing #177719 Currently shows text cursor when hovering the scroll bar: ![Recording 2023-03-21 at 10 24 26](https://user-images.githubusercontent.com/2193314/226691729-cf78c950-6392-41e8-952d-0121443440c7.gif)
reopened
Scrollable output scroll bar should use default cursor Testing #177719 Currently shows text cursor when hovering the scroll bar: ![Recording 2023-03-21 at 10 24 26](https://user-images.githubusercontent.com/2193314/226691729-cf78c950-6392-41e8-952d-0121443440c7.gif)
90
177841
Show full output in text editor link is not accessible
2023-03-21 17:06:16+00:00
2023-03-21 22:26:19+00:00
Testing #177719 When there's too much output, this link uses `title` to explain what it does: <img width="76" alt="image" src="https://user-images.githubusercontent.com/2193314/226686833-14725e0c-6620-4ce2-a338-291612e4a3b2.png"> <img width="205" alt="image" src="https://user-images.githubusercontent.com/21933...
completed
Show full output in text editor link is not accessible Testing #177719 When there's too much output, this link uses `title` to explain what it does: <img width="76" alt="image" src="https://user-images.githubusercontent.com/2193314/226686833-14725e0c-6620-4ce2-a338-291612e4a3b2.png"> <img width="205" alt="imag...
186
177836
Link to rerender output after enabling scrollable output is weird
2023-03-21 15:53:27+00:00
Testing #177719 After enabling scrollable output and reopening a notebook, I would expect all the notebook cell outputs to automatically rerender as scrollable rather than requiring me to manually go through and click to refresh each individual output.
Link to rerender output after enabling scrollable output is weird Testing #177719 After enabling scrollable output and reopening a notebook, I would expect all the notebook cell outputs to automatically rerender as scrollable rather than requiring me to manually go through and click to refresh each individual output...
71
177833
Telemetry opt out link broken on welcome page
2023-03-21 15:41:12+00:00
2023-03-22 16:14:17+00:00
Appears the opt out link at the bottom of the welcome page on a new instance of vscode.dev is broken. Looks like the command `settings.filterByTelemetry` was deleted at some point. We must fix this for the upcoming release.
completed
Telemetry opt out link broken on welcome page Appears the opt out link at the bottom of the welcome page on a new instance of vscode.dev is broken. Looks like the command `settings.filterByTelemetry` was deleted at some point. We must fix this for the upcoming release.
71
177828
Code output is not decorated
2023-03-21 15:23:42+00:00
2023-03-22 16:24:13+00:00
Testing #177709 1. Have a code cell with `help(range)` in it. 2. Search for `range` 3. 🐛 Clicking the results in the rendered output doesn't render decorations making it hard to find the matches
completed
Code output is not decorated Testing #177709 1. Have a code cell with `help(range)` in it. 2. Search for `range` 3. 🐛 Clicking the results in the rendered output doesn't render decorations making it hard to find the matches
61
177826
Search editor doesn't appear to search notebooks
2023-03-21 15:00:27+00:00
2023-04-12 17:33:10+00:00
Testing #177709 1. Do a search for some rendered markdown in the search view and it works 2. Open the search editor and do the same search 3. 🐛 No results
completed
Search editor doesn't appear to search notebooks Testing #177709 1. Do a search for some rendered markdown in the search view and it works 2. Open the search editor and do the same search 3. 🐛 No results
49
177823
Occurrences highlighting broken in JS/TS on windows
2023-03-21 14:47:44+00:00
2023-03-21 20:09:21+00:00
![Code_-_Insiders_5dwZBuY350](https://user-images.githubusercontent.com/2193314/226643185-47d2de3a-ae1d-4dcd-93d5-9f2571a2082b.gif) `_tooltip` should be highlighted: ![image](https://user-images.githubusercontent.com/2193314/226643244-408b8ecf-7b60-4c89-8024-dc475417f061.png) Version: 1.77.0-insider (user ...
completed
Occurrences highlighting broken in JS/TS on windows ![Code_-_Insiders_5dwZBuY350](https://user-images.githubusercontent.com/2193314/226643185-47d2de3a-ae1d-4dcd-93d5-9f2571a2082b.gif) `_tooltip` should be highlighted: ![image](https://user-images.githubusercontent.com/2193314/226643244-408b8ecf-7b60-4c89-8024...
246
177814
Jupyter crashes EH
2023-03-21 13:50:01+00:00
2023-03-22 22:59:57+00:00
Testing #177646 1. Use exploration build on macOS 2. Install Jupyter Notebook extension (not pre-release) 3. Create a new Jupyter notebook with the following content `print("hello there")` 4. Run the Notebook -> EH crash in dev tools ``` [Extension Host] Starting WebSocket: RAW/api/kernels/1ecaf549-4d63-4748-...
completed
Jupyter crashes EH Testing #177646 1. Use exploration build on macOS 2. Install Jupyter Notebook extension (not pre-release) 3. Create a new Jupyter notebook with the following content `print("hello there")` 4. Run the Notebook -> EH crash in dev tools ``` [Extension Host] Starting WebSocket: RAW/api/kernels/...
540
177813
Making the sticky scroll keep focus when the sticky lines disappear on scrolling
2023-03-21 13:47:04+00:00
2023-03-21 15:03:57+00:00
Fixes https://github.com/microsoft/vscode/issues/177770
Making the sticky scroll keep focus when the sticky lines disappear on scrolling Fixes https://github.com/microsoft/vscode/issues/177770
39
177808
Replace all on file shall not be shown if none of the matches support replace
2023-03-21 12:52:47+00:00
2023-05-11 18:44:06+00:00
Testing #177709 <img width="1014" alt="image" src="https://user-images.githubusercontent.com/10746682/226611531-79a75cfb-48be-4b5c-a881-2518f2a0dd9c.png">
completed
Replace all on file shall not be shown if none of the matches support replace Testing #177709 <img width="1014" alt="image" src="https://user-images.githubusercontent.com/10746682/226611531-79a75cfb-48be-4b5c-a881-2518f2a0dd9c.png">
91
177807
Results are not in right order
2023-03-21 12:51:41+00:00
2023-03-27 15:29:15+00:00
Testing #177709 I suspect results are not in right order <img width="1198" alt="image" src="https://user-images.githubusercontent.com/10746682/226611065-4157a907-66ac-4a2d-894b-b7c2897c8f93.png"> Output result is shown first
completed
Results are not in right order Testing #177709 I suspect results are not in right order <img width="1198" alt="image" src="https://user-images.githubusercontent.com/10746682/226611065-4157a907-66ac-4a2d-894b-b7c2897c8f93.png"> Output result is shown first
92
177806
Hover: Can break editor keyboard navigation
2023-03-21 12:45:25+00:00
2023-03-22 10:27:05+00:00
Testing #177651 1. Press <kbd>Cmd K, Cmd I</kbd> twice on a symbol which has a hover. 2. Press <kbd>Escape</kbd> 3. Press <kbd>UpArrow</kbd> or <kbd>DownArrow</kbd> 🐛 Nothing happens, since focus didn't return to the editor after pressing <kbd>Escape</kbd>.
completed
Hover: Can break editor keyboard navigation Testing #177651 1. Press <kbd>Cmd K, Cmd I</kbd> twice on a symbol which has a hover. 2. Press <kbd>Escape</kbd> 3. Press <kbd>UpArrow</kbd> or <kbd>DownArrow</kbd> 🐛 Nothing happens, since focus didn't return to the editor after pressing <kbd>Escape</kbd>.
108
177803
Notebook output settings not applied immediately
2023-03-21 12:38:11+00:00
Testing #177719 I have to reopen the notebook when I turn off scrolling or change the text line limit.
Notebook output settings not applied immediately Testing #177719 I have to reopen the notebook when I turn off scrolling or change the text line limit.
34
177800
Arrow key navigation always targets editor scroll position
2023-03-21 12:22:21+00:00
2023-09-07 20:42:01+00:00
Testing #177719 Up / down, go to top / bottom always targets the editor's scroll position, not the cell's scroll position. (Related: https://github.com/microsoft/vscode/issues/177792)
completed
Arrow key navigation always targets editor scroll position Testing #177719 Up / down, go to top / bottom always targets the editor's scroll position, not the cell's scroll position. (Related: https://github.com/microsoft/vscode/issues/177792)
66
177784
Right click in WebView causes focus to shift to the last active Tree View Item
2023-03-21 10:56:09+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
Right click in WebView causes focus to shift to the last active Tree View Item <!-- ⚠️⚠️ 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/...
489
177780
Continue installing the extension when signature verification fails
2023-03-21 10:41:14+00:00
2023-03-21 12:17:09+00:00
Continue installing the extension when signature verification fails - Report the error in telemetry CC @isidorn @dtivel
completed
Continue installing the extension when signature verification fails Continue installing the extension when signature verification fails - Report the error in telemetry CC @isidorn @dtivel
41
177779
editor/lineNumber/context: two arguments passed to extension command ?
2023-03-21 10:39:07+00:00
2023-03-22 03:51:36+00:00
Testing #177521 # Description I first didn't understand this test instruction: > Today we expose the target line number in an argument passed to the extension command so decided to console.log args passed to my extension's command. Somehow, I see two same arguments being passed to the command: ``` [ {...
completed
editor/lineNumber/context: two arguments passed to extension command ? Testing #177521 # Description I first didn't understand this test instruction: > Today we expose the target line number in an argument passed to the extension command so decided to console.log args passed to my extension's command. Som...
484
177776
Show extension display name instead of extension id
2023-03-21 09:50:00+00:00
2023-03-22 14:10:46+00:00
Testing #177735 Show extension display name instead of extension id. You can also make them links to open the extension editor. <img width="522" alt="image" src="https://user-images.githubusercontent.com/10746682/226570520-3ae6f7ac-b2c3-492e-b67f-309fd0393b11.png">
completed
Show extension display name instead of extension id Testing #177735 Show extension display name instead of extension id. You can also make them links to open the extension editor. <img width="522" alt="image" src="https://user-images.githubusercontent.com/10746682/226570520-3ae6f7ac-b2c3-492e-b67f-309fd0393b11.pn...
103
177771
Sticky scroll lines are clipped
2023-03-21 08:17:15+00:00
Testing #177642 Not sure how I got there but I had focus on sticky scroll and scrolled inside the file <img width="579" alt="image" src="https://user-images.githubusercontent.com/1931590/226550354-b6dd1194-7ee1-4486-a62d-d6fb06d8439b.png">
Sticky scroll lines are clipped Testing #177642 Not sure how I got there but I had focus on sticky scroll and scrolled inside the file <img width="579" alt="image" src="https://user-images.githubusercontent.com/1931590/226550354-b6dd1194-7ee1-4486-a62d-d6fb06d8439b.png">
97
177770
Focus sticky scroll is not preserved when sticky lines disappear and reapper
2023-03-21 08:14:17+00:00
2023-03-21 15:04:00+00:00
Testing #177642 - have a couple of lines in sticky scroll - Focus sticky scroll - scroll inside the file to a place that sticky scroll lines disappear - scroll to a place that has sticky scroll lines again Observe: focus is lost. I would have expected that focus is kept.
completed
Focus sticky scroll is not preserved when sticky lines disappear and reapper Testing #177642 - have a couple of lines in sticky scroll - Focus sticky scroll - scroll inside the file to a place that sticky scroll lines disappear - scroll to a place that has sticky scroll lines again Observe: focus is lost. I wo...
82
177755
[Accessibility]: Switching editor (Ctrl+Tab) does not work from a11y terminal buffer
2023-03-21 01:17:12+00:00
2023-03-22 16:34:22+00:00
CC @meganrogge 1. Enable screen reader. 1. In the same editor group, create first editor for source code and the second editor for terminal. 1. Now you can switch between two editors by pressing Ctrl+Tab. 1. However, Ctrl+Tab does not work in the a11y terminal buffer. It behaves like a tab key press. * N...
completed
[Accessibility]: Switching editor (Ctrl+Tab) does not work from a11y terminal buffer CC @meganrogge 1. Enable screen reader. 1. In the same editor group, create first editor for source code and the second editor for terminal. 1. Now you can switch between two editors by pressing Ctrl+Tab. 1. However, Ctrl+T...
233
177747
Notebook Search: regex enabled on default toggle state
2023-03-20 23:55:35+00:00
The default toggle state of notebook search includes outputs, but the regex search for outputs doesn't actually search with regex. However, disabling regex in the default state seems strange, since that would just disable regex once someone opens a notebook for the first time.
Notebook Search: regex enabled on default toggle state The default toggle state of notebook search includes outputs, but the regex search for outputs doesn't actually search with regex. However, disabling regex in the default state seems strange, since that would just disable regex once someone opens a notebook for...
74
177736
Change appearance of line cursor in terminal panel when terminal loses focus
2023-03-20 22:46:21+00:00
2023-03-27 18:42:46+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. --> ## Relevant settings: * `"terminal.integrated.c...
completed
Change appearance of line cursor in terminal panel when terminal loses focus <!-- ⚠️⚠️ 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 ...
356
177725
Regex disabled when disabling output on Notebook Find Widget
2023-03-20 22:02:17+00:00
<img width="253" alt="image" src="https://user-images.githubusercontent.com/31675041/226475027-76687d16-94f6-4f3d-a75c-976c19f689c1.png"> Although we're not searching in the webview, regex is disabled. Also, I can toggle regex when output is enabled- I'm not too sure if this is as intended, since I don't think we...
Regex disabled when disabling output on Notebook Find Widget <img width="253" alt="image" src="https://user-images.githubusercontent.com/31675041/226475027-76687d16-94f6-4f3d-a75c-976c19f689c1.png"> Although we're not searching in the webview, regex is disabled. Also, I can toggle regex when output is enabled- I'...
275
177724
wrong cursor type when hovering a scrollbar in the scrollable notebook output
2023-03-20 22:01:50+00:00
2023-03-21 01:39:21+00:00
create a notebook with a cell that produces long output: ``` for i in range(1000): print(i) ``` hover over the scrollbar within the output, it should be the pointer, but it is text
completed
wrong cursor type when hovering a scrollbar in the scrollable notebook output create a notebook with a cell that produces long output: ``` for i in range(1000): print(i) ``` hover over the scrollbar within the output, it should be the pointer, but it is text
67
177721
notebook output scrollbar cannot be dragged if output continues to stream
2023-03-20 21:51:46+00:00
2023-05-23 22:13:19+00:00
1. create a notebook and run a cell that will continuously update over time ``` import time for i in range(200): time.sleep(.3) print('string ' * 100) print(i) ``` 2. try to drag the scrollbar while output is still being written :bug: scrollbar is not held and returns to the bottom
completed
notebook output scrollbar cannot be dragged if output continues to stream 1. create a notebook and run a cell that will continuously update over time ``` import time for i in range(200): time.sleep(.3) print('string ' * 100) print(i) ``` 2. try to drag the scrollbar while output is still being wri...
88
177707
`Navigate accessible buffer` does not work in reconnected terminals
2023-03-20 20:36:36+00:00
2023-10-02 16:44:09+00:00
We should probably start the accessible buffer editor from scratch on window reload
completed
`Navigate accessible buffer` does not work in reconnected terminals We should probably start the accessible buffer editor from scratch on window reload
34
177705
Notebook Search: jumping to output doesn't work when toggling it on after having it off
2023-03-20 20:04:54+00:00
2023-04-12 17:33:11+00:00
1. Only have cell input and markdown input toggled on in notebook search filter. 2. Reload window. 3. Perform search and open up a result that also has notebook output matches (but aren't visible) 4. Toggle on search for outputs 5. The outputs show in the list, but clicking on them doesn't jump to the location :bug...
completed
Notebook Search: jumping to output doesn't work when toggling it on after having it off 1. Only have cell input and markdown input toggled on in notebook search filter. 2. Reload window. 3. Perform search and open up a result that also has notebook output matches (but aren't visible) 4. Toggle on search for outputs ...
99
177703
Notebook Search: Initial state is invalid
2023-03-20 19:49:30+00:00
2023-03-20 23:33:24+00:00
Upon opening a new workspace and opening a notebook, clicking on the filter shows this: <img width="177" alt="image" src="https://user-images.githubusercontent.com/31675041/226449694-cf017f59-7cc0-4fc8-a5d5-f61e514aef47.png"> - You can't have both markdown input and rendered markdown search at once, so this is inva...
completed
Notebook Search: Initial state is invalid Upon opening a new workspace and opening a notebook, clicking on the filter shows this: <img width="177" alt="image" src="https://user-images.githubusercontent.com/31675041/226449694-cf017f59-7cc0-4fc8-a5d5-f61e514aef47.png"> - You can't have both markdown input and rendere...
135
177697
`Terminal: navigate accessible buffer` does not work sometimes
2023-03-20 18:34:33+00:00
2023-03-21 23:59:56+00:00
found by @jooyoungseo
completed
`Terminal: navigate accessible buffer` does not work sometimes found by @jooyoungseo
25
177696
Inline suggestion is read twice by the screen reader
2023-03-20 18:21:38+00:00
2023-04-14 20:49:20+00:00
reported by @jooyoungseo 1. trigger an inline suggestion 2. 🐛 it is read twice
completed
Inline suggestion is read twice by the screen reader reported by @jooyoungseo 1. trigger an inline suggestion 2. 🐛 it is read twice
33
177693
Keyboard shortcuts sync conflict - `undefined`
2023-03-20 18:05:13+00:00
2023-03-22 11:13: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
Keyboard shortcuts sync conflict - `undefined` <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions...
588
177639
Failed to open workspace settings file under empty workspace
2023-03-20 09:31:31+00:00
2023-04-19 10:31: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
Failed to open workspace settings file under empty workspace <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-an...
579
177625
runCommands doesn't work with "type" command
2023-03-20 05:50:17+00:00
2023-03-20 14:36: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
runCommands doesn't work with "type" command <!-- ⚠️⚠️ 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 --...
501
177591
Ranges where `additionalTextEdits` are applied are not appropriate when characters are typed
2023-03-19 02:48:17+00:00
2023-12-05 13:56:04+00:00
Does this issue occur when all extensions are disabled?: Yes Version: 1.77.0-insider (Universal) Commit: 2a6bd78f745d3e6330c8ff7db5282dc582e117fd Date: 2023-03-17T21:00:47.582Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Darwin arm64 20.6.0 Sandboxed: Yes St...
completed
Ranges where `additionalTextEdits` are applied are not appropriate when characters are typed Does this issue occur when all extensions are disabled?: Yes Version: 1.77.0-insider (Universal) Commit: 2a6bd78f745d3e6330c8ff7db5282dc582e117fd Date: 2023-03-17T21:00:47.582Z Electron: 19.1.11 Chromium: 102.0.5005.196 ...
490
177588
Hover is annoying
2023-03-19 02:01:21+00:00
2023-12-12 11:26:16+00:00
Type: <b>Bug</b> Whenever you write the 'query' word, the hover appears in the screen and it doesn't dissappear when you write a parameter as it happens for other words. It's quite annoying. VS Code version: Code 1.76.1 (5e805b79fcb6ba4c2d23712967df89a089da575b, 2023-03-08T16:32:00.131Z) OS version: Windows_NT x...
not_planned
Hover is annoying Type: <b>Bug</b> Whenever you write the 'query' word, the hover appears in the screen and it doesn't dissappear when you write a parameter as it happens for other words. It's quite annoying. VS Code version: Code 1.76.1 (5e805b79fcb6ba4c2d23712967df89a089da575b, 2023-03-08T16:32:00.131Z) OS ver...
914
177560
about Scrolling hover popup with keyboard #69836
2023-03-18 11:47:24+00:00
2023-05-21 02:33:09+00:00
@aiday-mar thanks and the latest version work now but there are some questions and suggestion 1. <kbd>ctrl+k ctrl+i</kbd> to pin the hover context and tap again, we should unpin the hover. maybe that is great 2. when hover is pin, we tap <kbd>Esc</kbd> to exit the hover, but we lost the focus from ...
not_planned
about Scrolling hover popup with keyboard #69836 @aiday-mar thanks and the latest version work now but there are some questions and suggestion 1. <kbd>ctrl+k ctrl+i</kbd> to pin the hover context and tap again, we should unpin the hover. maybe that is great 2. when hover is pin, we tap <kbd>Esc</kb...
250
177557
"Revert File" on inactive editors are ignored
2023-03-18 09:24:21+00:00
2023-05-31 06:57:47+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
"Revert File" on inactive editors are ignored <!-- ⚠️⚠️ 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 -...
564
177548
Removed Keybinding can't be found in the keybinding list
2023-03-18 02:59:44+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...
Removed Keybinding can't be found in the keybinding list <!-- ⚠️⚠️ 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-Su...
818
177543
Searching when notebook is open isn't working
2023-03-18 00:18:53+00:00
2023-03-19 00:02:00+00:00
1. try to search for something in an open notebook 2. no results :bug:
completed
Searching when notebook is open isn't working 1. try to search for something in an open notebook 2. no results :bug:
28
177536
search highlight in notebook persists
2023-03-17 22:26:48+00:00
2023-04-12 17:33:12+00:00
1. enable `search.experimental.notebookSearch` 2. Search something that appears in an open notebook 3. Search something else 4. Notice that both results are still highlighted
completed
search highlight in notebook persists 1. enable `search.experimental.notebookSearch` 2. Search something that appears in an open notebook 3. Search something else 4. Notice that both results are still highlighted
44
177512
Notebook search: search focus moves when opening a notebook
2023-03-17 19:04:10+00:00
2023-05-16 17:06:18+00:00
repro: 1. `search.experimental.notebookSearch: true` in settings 2. Set notebook search filter to look at outputs 3. close all editors 4. search for something that only appears in outputs 5. click on the result and wait for the results to convert to rich notebook results 6. the list focus has shifted ![Recordi...
completed
Notebook search: search focus moves when opening a notebook repro: 1. `search.experimental.notebookSearch: true` in settings 2. Set notebook search filter to look at outputs 3. close all editors 4. search for something that only appears in outputs 5. click on the result and wait for the results to convert to rich ...
143
177499
terminal go to command doesn't scroll outside of viewport
2023-03-17 17:21:28+00:00
2023-03-17 22:20:07+00:00
1. run a command, `ls -la` 2. run more commands until the first is out of the viewport 3. in screen reader mode `shift+ctrl/cmd+o` and select the first command 4. 🐛 the cursor is on the right line, but it hasn't scrolled pretty sure there's a race condition because we update the editor when the editor text is f...
completed
terminal go to command doesn't scroll outside of viewport 1. run a command, `ls -la` 2. run more commands until the first is out of the viewport 3. in screen reader mode `shift+ctrl/cmd+o` and select the first command 4. 🐛 the cursor is on the right line, but it hasn't scrolled pretty sure there's a race condi...
140