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
186866
SIngle terminal tabs is re-rendered several times on start up
2023-07-02 16:59:21+00:00
Creating a single tab: ![image](https://github.com/microsoft/vscode/assets/2193314/d36643d4-c976-4b7c-9f3d-06eb1794e6a2) Think I need @sbatten's help with this as `TerminalViewPane.getActionViewItem` which re-creates the action is getting called a lot, caching that warns about multiple disposes.
SIngle terminal tabs is re-rendered several times on start up Creating a single tab: ![image](https://github.com/microsoft/vscode/assets/2193314/d36643d4-c976-4b7c-9f3d-06eb1794e6a2) Think I need @sbatten's help with this as `TerminalViewPane.getActionViewItem` which re-creates the action is getting called a lot,...
121
186862
Terminal tabs are re-rendered several times on start up
2023-07-02 16:21:30+00:00
Creating a second tab: ![image](https://github.com/microsoft/vscode/assets/2193314/6de24b3d-5e14-42b2-97d8-57c00bb3e29d) Creating a third tab: ![image](https://github.com/microsoft/vscode/assets/2193314/c4a97fac-3101-44a0-b57d-9fe4fc6c196f)
Terminal tabs are re-rendered several times on start up Creating a second tab: ![image](https://github.com/microsoft/vscode/assets/2193314/6de24b3d-5e14-42b2-97d8-57c00bb3e29d) Creating a third tab: ![image](https://github.com/microsoft/vscode/assets/2193314/c4a97fac-3101-44a0-b57d-9fe4fc6c196f)
123
186859
EnvironmentVariableCollection.description only works for one extension
2023-07-02 15:56:12+00:00
2023-07-10 21:00:15+00:00
This is the reason js-debug isn't working but git is: https://github.com/microsoft/vscode/blob/01d4949f36c7a5598f115adaea463dc30e4f9c12/src/vs/platform/terminal/common/environmentVariableCollection.ts#L139-L161 This is probably a good candidate for recovery, not a good reason to push 1.80.0 out though.
completed
EnvironmentVariableCollection.description only works for one extension This is the reason js-debug isn't working but git is: https://github.com/microsoft/vscode/blob/01d4949f36c7a5598f115adaea463dc30e4f9c12/src/vs/platform/terminal/common/environmentVariableCollection.ts#L139-L161 This is probably a good candidat...
128
186823
Command outline.focus does not move cursor focus to the outline view
2023-07-01 13:54:02+00:00
2023-12-08 09:50:39+00:00
Type: <b>Bug</b> 1) hide outline view 2) put cursor focus on any editor window 2) issue the command "View: Focus on outline view" in the command palette Observed result: The outline view is shown, however the cursor focus remains in the editor. Expected result: the cursor focus moves to the outline view, ...
not_planned
Command outline.focus does not move cursor focus to the outline view Type: <b>Bug</b> 1) hide outline view 2) put cursor focus on any editor window 2) issue the command "View: Focus on outline view" in the command palette Observed result: The outline view is shown, however the cursor focus remains in the edito...
244
186811
TS Server not working for Typescript notebooks
2023-07-01 03:46:22+00:00
2023-07-18 19:29:24+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
TS Server not working for Typescript notebooks <!-- โš ๏ธโš ๏ธ 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 ...
395
186798
EnvironmentVariableCollection.description is not shown in the hover when the environment is stale
2023-06-30 21:58:16+00:00
2023-07-13 15:43:48+00:00
Repro: 1. Create a terminal 2. Hover the terminal tab, see the git extension shows a description 3. Change auto attach via command palette 4. Hover the terminal tab, ๐Ÿ› see the git extension _does not_ show a description ![image](https://github.com/microsoft/vscode/assets/2193314/7d0987c6-edd8-4067-99ed-ad6a7...
completed
EnvironmentVariableCollection.description is not shown in the hover when the environment is stale Repro: 1. Create a terminal 2. Hover the terminal tab, see the git extension shows a description 3. Change auto attach via command palette 4. Hover the terminal tab, ๐Ÿ› see the git extension _does not_ show a descri...
125
186793
Turning on Settings Sync with GitHub results in a HTTP 403 response
2023-06-30 21:07:54+00:00
2023-07-01 01:38:58+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Turning on Settings Sync with GitHub results in a HTTP 403 response <!-- โš ๏ธโš ๏ธ 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-...
623
186785
Restart pty host on remote doesn't currently work
2023-06-30 20:26:23+00:00
2023-08-04 18:28:26+00:00
Not sure it ever worked.
completed
Restart pty host on remote doesn't currently work Not sure it ever worked.
20
186782
Terminal data buffering isn't working
2023-06-30 20:05:16+00:00
2023-06-30 20:48:21+00:00
`TerminalProcess` data listener is forwarded here: https://github.com/microsoft/vscode/blob/e1455259172724474da34966c51f9a58e0f169bf/src/vs/platform/terminal/node/ptyService.ts#L273 But the buffering happens in `PersistentTerminalProcess`: https://github.com/microsoft/vscode/blob/e1455259172724474da34966c51f9a...
completed
Terminal data buffering isn't working `TerminalProcess` data listener is forwarded here: https://github.com/microsoft/vscode/blob/e1455259172724474da34966c51f9a58e0f169bf/src/vs/platform/terminal/node/ptyService.ts#L273 But the buffering happens in `PersistentTerminalProcess`: https://github.com/microsoft/vsco...
168
186781
Can't use cmd+up/down in terminal after closing find widget
2023-06-30 19:36:37+00:00
2023-07-13 15:22:27+00:00
- cmd+F to open find widget - Close it with escape - cmd+up to navigate to previous command - Nothing happens, I have to click or run a command to reset focus in the terminal
completed
Can't use cmd+up/down in terminal after closing find widget - cmd+F to open find widget - Close it with escape - cmd+up to navigate to previous command - Nothing happens, I have to click or run a command to reset focus in the terminal
62
186774
still does quite a bit of re-arranging, causing a version diff, but all the fields are the same now (our default diff view shows no changes)
2023-06-30 18:40:43+00:00
still does quite a bit of re-arranging, causing a version diff, but all the fields are the same now (our default diff view shows no changes) <img width="906" alt="image" src="https://github.com/microsoft/vscode-jupyter/assets/2019016/4d2a7349-5a83-4d65-9a2b-e918eaed70cf"> this is when adding a space, ...
still does quite a bit of re-arranging, causing a version diff, but all the fields are the same now (our default diff view shows no changes) still does quite a bit of re-arranging, causing a version diff, but all the fields are the same now (our default diff view shows no changes) <img width="906" alt="i...
197
186773
Restarting the pty host can permanently break the connection for some windows
2023-06-30 18:40:34+00:00
2023-06-30 22:02:12+00:00
Repro: 1. Open 2 windows 2. Open a terminal in each 3. Run the Restart Pty Host command, ๐Ÿ› there's a race (~50%) where a window may not acknowledge the pty host restart and brick terminals
completed
Restarting the pty host can permanently break the connection for some windows Repro: 1. Open 2 windows 2. Open a terminal in each 3. Run the Restart Pty Host command, ๐Ÿ› there's a race (~50%) where a window may not acknowledge the pty host restart and brick terminals
69
186772
Restarting the pty host does not kill the old pty host
2023-06-30 18:39:05+00:00
2023-06-30 22:02:11+00:00
Repro: 1. Open a window 2. Run the Restart Pty Host command 3. Check the process explorer, ๐Ÿ› there should only be one pty host
completed
Restarting the pty host does not kill the old pty host Repro: 1. Open a window 2. Run the Restart Pty Host command 3. Check the process explorer, ๐Ÿ› there should only be one pty host
50
186768
Inline codespan in comments widget uses wrong font
2023-06-30 18:10:13+00:00
2023-07-03 10:38:47+00:00
<img width="467" alt="image" src="https://github.com/microsoft/vscode/assets/323878/5f8a6d66-9b53-4fd7-a8f8-d07f9316f49c"> This is probably the default browser monospace font, but we have to set the markdown styles to get a better font manually everywhere we have these
completed
Inline codespan in comments widget uses wrong font <img width="467" alt="image" src="https://github.com/microsoft/vscode/assets/323878/5f8a6d66-9b53-4fd7-a8f8-d07f9316f49c"> This is probably the default browser monospace font, but we have to set the markdown styles to get a better font manually everywhere we have th...
104
186765
serverReadyAction can misbehave in compound launch configs
2023-06-30 17:54:43+00:00
2023-06-30 18:10:36+00:00
1. Have a compound launch configuration that launches two sessions using the serverReadyAction 2. (Use a debugger like Python that doesn't do the fancy nested session stuff that Node.js does) 3. Notice that often only one of the actions will kick in
completed
serverReadyAction can misbehave in compound launch configs 1. Have a compound launch configuration that launches two sessions using the serverReadyAction 2. (Use a debugger like Python that doesn't do the fancy nested session stuff that Node.js does) 3. Notice that often only one of the actions will kick in
77
186759
include matching incorrect
2023-06-30 16:25:00+00:00
2023-12-05 22:29:55+00:00
> Not sure if it was the case before, but I've noticed in vscode 1.79.2 something really weird. > > If I search for `./folder1*` it finds results in `./folder2` which I would not expect! > > ![image](https://github.com/microsoft/vscode/assets/387346/ce21dca4-a195-44f7-91b1-ffae93e7a4a8) > > The same happens wi...
completed
include matching incorrect > Not sure if it was the case before, but I've noticed in vscode 1.79.2 something really weird. > > If I search for `./folder1*` it finds results in `./folder2` which I would not expect! > > ![image](https://github.com/microsoft/vscode/assets/387346/ce21dca4-a195-44f7-91b1-ffae93e7a4a8)...
304
186749
task reconnection doesn't work
2023-06-30 14:51:48+00:00
2023-07-10 19:25:44+00:00
Repro: 1. Open vscode repo 2. Run default build task 3. Wait for it to finish 4. Reload window 5. Run default build task See no tick/cross in the tab: <img width="1276" alt="Screenshot 2023-06-30 at 7 50 38 am" src="https://github.com/microsoft/vscode/assets/2193314/5e753ba0-d23c-49f3-b1db-c3ee56f3eb06">
completed
task reconnection doesn't work Repro: 1. Open vscode repo 2. Run default build task 3. Wait for it to finish 4. Reload window 5. Run default build task See no tick/cross in the tab: <img width="1276" alt="Screenshot 2023-06-30 at 7 50 38 am" src="https://github.com/microsoft/vscode/assets/2193314/5e753ba0-...
120
186722
ctrl+e in editor accessibility help doesn't update help text
2023-06-30 10:37:44+00:00
2023-07-12 15:33:02+00:00
1. Focus in an editor 2. Command: Open Accessibility Help 3. Notice that the help says ctrl+e will set the editor to be screen reader optimized. Do ctrl+e. 4. I can see in the status bar that "Screen Reader Optimized" is now on โœ… 5. But the accessibility help still says that it is not optimized and that I can uses ...
completed
ctrl+e in editor accessibility help doesn't update help text 1. Focus in an editor 2. Command: Open Accessibility Help 3. Notice that the help says ctrl+e will set the editor to be screen reader optimized. Do ctrl+e. 4. I can see in the status bar that "Screen Reader Optimized" is now on โœ… 5. But the accessibility ...
111
186685
Markdown pasting is forcing url to be encoded
2023-06-30 00:49:13+00:00
2023-06-30 20:19:04+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
Markdown pasting is forcing url to be encoded <!-- โš ๏ธโš ๏ธ 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...
500
186680
Collapse Unmodified Bug When Adding Lines
2023-06-29 22:47:36+00:00
2023-07-05 16:04:14+00:00
[repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.40.0-dev.20230629#XQAAAAKmAgAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw2K5rJfGetoVyYgiB3WIAyGCL4buFPFOLc1lAy95RUKo5-bYIcNhSIZLf1BjG4OZiioDEEOlEJejzhzOWR-RCKHdxTeMkSWDEPRjwU6ReJN0XcgS_uPyBXFUvzzvg_G...
completed
Collapse Unmodified Bug When Adding Lines [repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.40.0-dev.20230629#XQAAAAKmAgAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw2K5rJfGetoVyYgiB3WIAyGCL4buFPFOLc1lAy95RUKo5-bYIcNhSIZLf1BjG4OZiioDEEOlEJejzhzOWR-RC...
550
186679
Alert that the help hint has been disabled
2023-06-29 21:41:02+00:00
2023-07-11 17:45:13+00:00
When in an accessibility help menu, a user can disable the `accessibility.verbosity` setting with a keystroke. We should alert the screen reader user when this happens. cc @jooyoungseo
completed
Alert that the help hint has been disabled When in an accessibility help menu, a user can disable the `accessibility.verbosity` setting with a keystroke. We should alert the screen reader user when this happens. cc @jooyoungseo
61
186675
when next/previous ghost text suggestion is shown, we don't alert screen reader users
2023-06-29 21:27:45+00:00
2023-07-12 13:01:17+00:00
1. trigger an inline ghost text suggestion 2. use `Alt+[ or ]` to get new suggestions 3. ๐Ÿ› not announced to screen reader users cc @jooyoungseo
completed
when next/previous ghost text suggestion is shown, we don't alert screen reader users 1. trigger an inline ghost text suggestion 2. use `Alt+[ or ]` to get new suggestions 3. ๐Ÿ› not announced to screen reader users cc @jooyoungseo
62
186674
Notebook list multi select doesn't select markdown cell
2023-06-29 21:25:33+00:00
I'm unsure if what I'm seeing is expected: ## GitHub Issue Notebooks ![Multiselect containing Markdown and code cells](https://github.com/microsoft/vscode/assets/7199958/39bdd847-7487-40c6-bcc1-8e88e7693d28) ## Jupyter Notebook (Python cells only) ![Multiselect only containing code cells](https:...
Notebook list multi select doesn't select markdown cell I'm unsure if what I'm seeing is expected: ## GitHub Issue Notebooks ![Multiselect containing Markdown and code cells](https://github.com/microsoft/vscode/assets/7199958/39bdd847-7487-40c6-bcc1-8e88e7693d28) ## Jupyter Notebook (Python cells...
293
186671
Getting terminal revive environments is currently slow
2023-06-29 21:18:43+00:00
2023-06-30 14:29:02+00:00
This has many async calls, some could probably be combined and made parallel https://github.com/microsoft/vscode/blob/6314fae1a37738b6555c8748af9ed000606f1788/src/vs/workbench/contrib/terminal/electron-sandbox/localTerminalBackend.ts#L281-L286
completed
Getting terminal revive environments is currently slow This has many async calls, some could probably be combined and made parallel https://github.com/microsoft/vscode/blob/6314fae1a37738b6555c8748af9ed000606f1788/src/vs/workbench/contrib/terminal/electron-sandbox/localTerminalBackend.ts#L281-L286
103
186669
Markdown injecting an extra backtick
2023-06-29 21:14:15+00:00
2024-07-02 18:40:44+00:00
![Recording 2023-06-29 at 14 12 08 (1)](https://github.com/microsoft/vscode/assets/2644648/8b46787f-bf26-4262-91d9-b1b57e59138b) Steps: * Add a single back tick at the start of a sentence * move the cursor to the end of the sentence * type backtick * ๐Ÿ› 2 backticks are inserted This didn't use to be the case,...
completed
Markdown injecting an extra backtick ![Recording 2023-06-29 at 14 12 08 (1)](https://github.com/microsoft/vscode/assets/2644648/8b46787f-bf26-4262-91d9-b1b57e59138b) Steps: * Add a single back tick at the start of a sentence * move the cursor to the end of the sentence * type backtick * ๐Ÿ› 2 backticks are insert...
123
186663
Lazily resolved checkbox tree items inconsistently receive parent checked state
2023-06-29 19:28:32+00:00
2023-06-30 13:17:05+00:00
Testing https://github.com/microsoft/vscode/issues/183829 1. Modify the tree-view-sample to `manageCheckboxStateManually: false` 2. Give all items `Unchecked` state by default 3. Expand items in the test tree view. Notice that lazily resolved items don't automatically inherit their parent check state. I would e...
completed
Lazily resolved checkbox tree items inconsistently receive parent checked state Testing https://github.com/microsoft/vscode/issues/183829 1. Modify the tree-view-sample to `manageCheckboxStateManually: false` 2. Give all items `Unchecked` state by default 3. Expand items in the test tree view. Notice that lazily r...
257
186661
terminal path can't be detected when endsWith `.`
2023-06-29 18:50:05+00:00
2023-06-30 12:39:40+00:00
@Tyriar <img width="1440" alt="image" src="https://github.com/microsoft/vscode/assets/41773861/974e504d-2b6c-49c5-8707-e7d5ed57611d"> path: ```bash /Users/yutengjing/code/leetcode-javascript-2023/tests/0083-remove-duplicates-from-sorted-list.test.js. ``` ``` Version: 1.79.2 Commit: 695af097c7bd098fbf01...
completed
terminal path can't be detected when endsWith `.` @Tyriar <img width="1440" alt="image" src="https://github.com/microsoft/vscode/assets/41773861/974e504d-2b6c-49c5-8707-e7d5ed57611d"> path: ```bash /Users/yutengjing/code/leetcode-javascript-2023/tests/0083-remove-duplicates-from-sorted-list.test.js. ``` ...
222
186651
Focus and hover outlines inconsistent in notebook toolbar
2023-06-29 17:29:43+00:00
2023-07-05 21:08:39+00:00
Testing https://github.com/microsoft/vscode/issues/186303 1. Click on some empty space in the notebook toolbar to focus it. 2. Use the tab and left/right arrow keys to focus the various buttons in the notebook toolbar. 3. :bug: Only the icons are outlined. When one mouses over the buttons, the entire button style ...
completed
Focus and hover outlines inconsistent in notebook toolbar Testing https://github.com/microsoft/vscode/issues/186303 1. Click on some empty space in the notebook toolbar to focus it. 2. Use the tab and left/right arrow keys to focus the various buttons in the notebook toolbar. 3. :bug: Only the icons are outlined. ...
105
186648
Diffs For Deleted Files Is Not Great
2023-06-29 16:25:39+00:00
2023-07-04 17:46:47+00:00
[Repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.40.0-dev.20230629#XQAAAALvBQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw9zsK1_7RaxvTpxkYn3V-u8LX9aoCz6W93JdE-E7gNRYqv4Nj7ofd3sXvMZS3Q7wGKETF2-D42O7I090YntPzuUtCYa-4cDJgFEOuR5W1ivQxZGNLFM0Lhb3UbKd8...
completed
Diffs For Deleted Files Is Not Great [Repro](https://microsoft.github.io/monaco-editor/playground.html?source=v0.40.0-dev.20230629#XQAAAALvBQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw9zsK1_7RaxvTpxkYn3V-u8LX9aoCz6W93JdE-E7gNRYqv4Nj7ofd3sXvMZS3Q7wGKETF2-D42O7I090YntPzuUt...
888
186645
Pty host last pty id is not restored when pty host is restarted
2023-06-29 16:02:38+00:00
2023-06-30 15:12:27+00:00
The `lastPtyId` on the main process was being updated here: https://github.com/microsoft/vscode/blob/cf30025bd71c48b0ede8943f10cb96b7f6fd82fe/src/vs/platform/terminal/node/ptyHostService.ts#L215 But since we now use a message port for `IPtyService.createProcess`, this isn't updated when creating a process anymore...
completed
Pty host last pty id is not restored when pty host is restarted The `lastPtyId` on the main process was being updated here: https://github.com/microsoft/vscode/blob/cf30025bd71c48b0ede8943f10cb96b7f6fd82fe/src/vs/platform/terminal/node/ptyHostService.ts#L215 But since we now use a message port for `IPtyService.cr...
203
186635
Revived terminals should take latest command's cwd into account
2023-06-29 14:33:23+00:00
Repro: 1. Open a terminal 2. cd into a different directory 3. Wait a few seconds (to make sure it's persisted) 4. File > Exit 5. Open vscode, ๐Ÿ› it's restored to its original cwd, not the one in step 2 ![image](https://github.com/microsoft/vscode/assets/2193314/09a39bf8-ae75-44ab-b6c3-80742ced0324) The cwd...
Revived terminals should take latest command's cwd into account Repro: 1. Open a terminal 2. cd into a different directory 3. Wait a few seconds (to make sure it's persisted) 4. File > Exit 5. Open vscode, ๐Ÿ› it's restored to its original cwd, not the one in step 2 ![image](https://github.com/microsoft/vscode...
282
186630
A view with id '~remote.helpPanel' is already registered
2023-06-29 13:32:10+00:00
2023-07-03 09:24:13+00:00
```javascript Error: A view with id '~remote.helpPanel' is already registered at u.l in src/vs/workbench/common/views.ts:526:11 at <anonymous> in src/vs/workbench/common/views.ts:438:52 at Array.forEach (<anonymous>) at u.registerViews2 in src/vs/workbench/common/views.ts:438:9 at u.registerViews in src/vs/workbe...
completed
A view with id '~remote.helpPanel' is already registered ```javascript Error: A view with id '~remote.helpPanel' is already registered at u.l in src/vs/workbench/common/views.ts:526:11 at <anonymous> in src/vs/workbench/common/views.ts:438:52 at Array.forEach (<anonymous>) at u.registerViews2 in src/vs/workbench/c...
517
186629
Cannot read properties of null (reading 'scheme')
2023-06-29 13:24:16+00:00
2024-02-07 20:54:16+00:00
```javascript TypeError: Cannot read properties of null (reading 'scheme') at o.from in src/vs/base/common/uri.ts:339:15 at <anonymous> in src/vs/workbench/browser/parts/editor/editorCommands.ts:520:80 at fn in src/vs/platform/instantiation/common/instantiationService.ts:68:11 at e.CommandService.k in src/vs/workb...
completed
Cannot read properties of null (reading 'scheme') ```javascript TypeError: Cannot read properties of null (reading 'scheme') at o.from in src/vs/base/common/uri.ts:339:15 at <anonymous> in src/vs/workbench/browser/parts/editor/editorCommands.ts:520:80 at fn in src/vs/platform/instantiation/common/instantiationServi...
875
186628
Cursor Down Does Not Work When There Are Wrapped Inline Values
2023-06-29 13:07:09+00:00
2023-07-05 16:58:16+00:00
Seems that we move the cursor to the right place, but when the wrapped decorations show up, the active line is not revealed. Seems like we would want to keep that in view. But then in this state, I can't cursorDown at all. Can my my cursor in every other direction. ![Recording 2022-05-23 at 10 29 21](https://user...
completed
Cursor Down Does Not Work When There Are Wrapped Inline Values Seems that we move the cursor to the right place, but when the wrapped decorations show up, the active line is not revealed. Seems like we would want to keep that in view. But then in this state, I can't cursorDown at all. Can my my cursor in every other...
410
186620
`onDidChangeInlayHints` not triggering when `provideInlayHints` returns empty array on initial call and non-empty array thereafter.
2023-06-29 12:38:13+00:00
2023-12-01 12:42:53+00:00
Does this issue occur when all extensions are disabled?: Yes Version: 1.80.0-insider (Universal) Commit: c1bca6d7cc2c5f71ae04deda90c0cf50819ffde4 Date: 2023-06-29T07:48:55.355Z Electron: 22.3.14 ElectronBuildId: 21893604 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Darwin arm64 ...
completed
`onDidChangeInlayHints` not triggering when `provideInlayHints` returns empty array on initial call and non-empty array thereafter. Does this issue occur when all extensions are disabled?: Yes Version: 1.80.0-insider (Universal) Commit: c1bca6d7cc2c5f71ae04deda90c0cf50819ffde4 Date: 2023-06-29T07:48:55.355Z Ele...
651
186619
Open accessibility view only works if focus on particular Chat view element
2023-06-29 12:16:19+00:00
2023-07-24 17:57:34+00:00
1. Copilot chat 2. Focus the whole view 3. F1 > accessibility view. Nothing happens ๐Ÿ› Only if I move focus to be on one exact element the command will work. We should make the command more flexibly, so it is not so strict with regards to focus. It should also work if I am on the Chat input, or on the whole Ch...
completed
Open accessibility view only works if focus on particular Chat view element 1. Copilot chat 2. Focus the whole view 3. F1 > accessibility view. Nothing happens ๐Ÿ› Only if I move focus to be on one exact element the command will work. We should make the command more flexibly, so it is not so strict with regards...
113
186611
Grid: distribute split views evenly even when one view requires a larger width
2023-06-29 09:14:08+00:00
When you have 2 editors opened side by side where one of the 2 requires a bit more width (for example settings editor or diff editor) and you split to a third editor group, we try to distribute the available width evenly. However, if the one editor requires more width, we steal that from the last editor group inste...
Grid: distribute split views evenly even when one view requires a larger width When you have 2 editors opened side by side where one of the 2 requires a bit more width (for example settings editor or diff editor) and you split to a third editor group, we try to distribute the available width evenly. However, if the...
159
186591
Do not show welcome widget if notifications are visible
2023-06-29 05:27:36+00:00
2023-06-29 08:07:45+00:00
Related: https://github.com/microsoft/vscode/issues/179401
completed
Do not show welcome widget if notifications are visible Related: https://github.com/microsoft/vscode/issues/179401
31
186575
Creating new profile with custom set of extensions doesn't carry over extensions
2023-06-28 22:53:27+00:00
2023-07-24 05:03:41+00:00
Ref https://github.com/microsoft/vscode/issues/185253#issuecomment-1612213000 1. Create a profile using the current profile. 2. De-select all extensions, and then select two individual non-language-pack extensions. 3. Continue creating the profile. 4. :bug: The extensions view doesn't show those extensions in the...
completed
Creating new profile with custom set of extensions doesn't carry over extensions Ref https://github.com/microsoft/vscode/issues/185253#issuecomment-1612213000 1. Create a profile using the current profile. 2. De-select all extensions, and then select two individual non-language-pack extensions. 3. Continue creatin...
103
186570
Unable to assign Ctrl+, keybinding using UI on Windows
2023-06-28 22:38:48+00:00
2024-04-03 18:07:39+00:00
1. Enable keyboard shortcuts troubleshooting by running the "Developer: Toggle Keyboard Shortcuts Troubleshooting" command. 2. Open the keybindings editor. 3. Try assigning the keybinding Ctrl+, to a command. 4. :bug: Developer tools logs the following: `[KeybindingService]: + Ignoring single modifier ctrl due to i...
not_planned
Unable to assign Ctrl+, keybinding using UI on Windows 1. Enable keyboard shortcuts troubleshooting by running the "Developer: Toggle Keyboard Shortcuts Troubleshooting" command. 2. Open the keybindings editor. 3. Try assigning the keybinding Ctrl+, to a command. 4. :bug: Developer tools logs the following: `[Keybi...
107
186564
IW doesn't pick up font family setting changes in real time
2023-06-28 20:49:16+00:00
2023-12-08 18:57:58+00:00
Ref https://github.com/microsoft/vscode/issues/178829#issuecomment-1612085121 1. Create an interactive window (IW) and run a command like `print(5)`. 2. Keep the IW open. On the left, open settings and change the font family. 3. :bug: The IW output font immediately changes, but the input font stays the same.
completed
IW doesn't pick up font family setting changes in real time Ref https://github.com/microsoft/vscode/issues/178829#issuecomment-1612085121 1. Create an interactive window (IW) and run a command like `print(5)`. 2. Keep the IW open. On the left, open settings and change the font family. 3. :bug: The IW output font i...
102
186549
Git actions in multiroot workspace show workspaces in wrong order
2023-06-28 18:57:23+00:00
My workspace config has folders in this order <img width="413" alt="image" src="https://github.com/microsoft/vscode/assets/323878/b14edbe3-b7b8-4da2-b3e0-c64bdc12dca5"> I run "undo last commit" and get this <img width="391" alt="image" src="https://github.com/microsoft/vscode/assets/323878/7b66adde-5700-4847-86f...
Git actions in multiroot workspace show workspaces in wrong order My workspace config has folders in this order <img width="413" alt="image" src="https://github.com/microsoft/vscode/assets/323878/b14edbe3-b7b8-4da2-b3e0-c64bdc12dca5"> I run "undo last commit" and get this <img width="391" alt="image" src="https:...
177
186526
Accessible view should show content of currently focused chat message
2023-06-28 16:51:07+00:00
2023-06-28 18:59:48+00:00
Accessible view should show content of currently focused chat message, of the most recent if the textbox has focus. Currently if I focus some message in the past and hit alt+f2, it brings up the most recent message instead.
completed
Accessible view should show content of currently focused chat message Accessible view should show content of currently focused chat message, of the most recent if the textbox has focus. Currently if I focus some message in the past and hit alt+f2, it brings up the most recent message instead.
63
186523
Why does accessibility help go to the monaco editor accessibility wiki page?
2023-06-28 16:14:25+00:00
2023-06-28 19:22:07+00:00
Previously this went to _VS Code's_ a11y help https://go.microsoft.com/fwlink/?linkid=851010 -> https://code.visualstudio.com/docs/editor/accessibility ![image](https://github.com/microsoft/vscode/assets/2193314/8445943b-c73c-4318-85b3-e7ed85ce96fa) Now it goes to monaco's? https://go.microsoft.com/fwlink/?linkid...
completed
Why does accessibility help go to the monaco editor accessibility wiki page? Previously this went to _VS Code's_ a11y help https://go.microsoft.com/fwlink/?linkid=851010 -> https://code.visualstudio.com/docs/editor/accessibility ![image](https://github.com/microsoft/vscode/assets/2193314/8445943b-c73c-4318-85b3-e7ed...
181
186521
accessible view should not show unless focused element has registered provider
2023-06-28 16:07:14+00:00
2023-07-12 17:04:05+00:00
Running the open accessible view command doesn't do anything for me. It doesn't work regardless of whether screen reader mode is on Version: 1.80.0-insider (user setup) Commit: 4649b5333370139d161e7b5d4f78ca13741efa35 Date: 2023-06-28T08:01:04.380Z Electron: 22.3.14 ElectronBuildId: 21893604 Chromium: 108.0.535...
completed
accessible view should not show unless focused element has registered provider Running the open accessible view command doesn't do anything for me. It doesn't work regardless of whether screen reader mode is on Version: 1.80.0-insider (user setup) Commit: 4649b5333370139d161e7b5d4f78ca13741efa35 Date: 2023-06-28T0...
147
186520
Improve accessible view styling
2023-06-28 16:06:04+00:00
2023-07-28 04:15:06+00:00
Repro: Alt+F1 ![image](https://github.com/microsoft/vscode/assets/2193314/fee328c6-5447-462f-9b78-a290b47bdc1e) If should be in the center as that's the most obvious location Version: 1.80.0-insider (user setup) Commit: 4649b5333370139d161e7b5d4f78ca13741efa35 Date: 2023-06-28T08:01:04.380Z Electron: 22.3.1...
completed
Improve accessible view styling Repro: Alt+F1 ![image](https://github.com/microsoft/vscode/assets/2193314/fee328c6-5447-462f-9b78-a290b47bdc1e) If should be in the center as that's the most obvious location Version: 1.80.0-insider (user setup) Commit: 4649b5333370139d161e7b5d4f78ca13741efa35 Date: 2023-06-28...
181
186514
Closing accessibility hint doesn't stop VoiceOver from reading it
2023-06-28 15:15:13+00:00
2023-06-28 21:43:59+00:00
* run voice over * open terminal * start accessibility help via `alt+f1` * while it start reading select `ESC` * :bug: the reading continues all way to the end
completed
Closing accessibility hint doesn't stop VoiceOver from reading it * run voice over * open terminal * start accessibility help via `alt+f1` * while it start reading select `ESC` * :bug: the reading continues all way to the end
60
186508
Sash corners disappear
2023-06-28 13:58:59+00:00
2023-06-29 13:18:04+00:00
1. Start with side bar on the left, sash corners should work just fine 2. Toggle side bar position ๐Ÿ› Sash corners of views in the side bar are now gone https://github.com/microsoft/vscode/assets/22350/10d8fe23-89c8-4882-83ff-8c3a902d9f62
completed
Sash corners disappear 1. Start with side bar on the left, sash corners should work just fine 2. Toggle side bar position ๐Ÿ› Sash corners of views in the side bar are now gone https://github.com/microsoft/vscode/assets/22350/10d8fe23-89c8-4882-83ff-8c3a902d9f62
86
186502
cpuUsage.sh: line 51: let: PROCESS_TIME_AFTER=+: syntax error: operand expected (error token is "+")
2023-06-28 13:09:35+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
cpuUsage.sh: line 51: let: PROCESS_TIME_AFTER=+: syntax error: operand expected (error token is "+") <!-- โš ๏ธโš ๏ธ 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/...
644
186500
Listing processes failed: Error: cat: /proc/241496/stat: No such file or directory
2023-06-28 12:53: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...
Listing processes failed: Error: cat: /proc/241496/stat: No such file or directory <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/w...
645
186488
TypeError: Cannot read properties of undefined (reading 'scope') when remove config from non-default profile
2023-06-28 10:16:37+00:00
2023-07-04 11:41:42+00:00
Issue filed by @Cosifne Hi, I would like to ask about a problem related to the usage of WorkspaceConfiguration.Update() We received an issue https://github.com/dotnet/vscode-csharp/issues/5714 This happens when the C# extension starts, we are migrating some old configurations to its new name when using a non-def...
completed
TypeError: Cannot read properties of undefined (reading 'scope') when remove config from non-default profile Issue filed by @Cosifne Hi, I would like to ask about a problem related to the usage of WorkspaceConfiguration.Update() We received an issue https://github.com/dotnet/vscode-csharp/issues/5714 This happens...
432
186487
Don't hardcode slash commands
2023-06-28 10:16:07+00:00
2023-07-20 18:57:17+00:00
Chat accessibility help hardcodes certain slash commands. This is wrong because they are contributed by extensions and can be dynamic. Instead the [Session#session](https://github.com/microsoft/vscode/blob/fb2354b794ff063cb17c21dc6dfdd32d9ce8d544/src/vs/workbench/contrib/inlineChat/browser/inlineChatSession.ts#L111)-ob...
completed
Don't hardcode slash commands Chat accessibility help hardcodes certain slash commands. This is wrong because they are contributed by extensions and can be dynamic. Instead the [Session#session](https://github.com/microsoft/vscode/blob/fb2354b794ff063cb17c21dc6dfdd32d9ce8d544/src/vs/workbench/contrib/inlineChat/browser...
139
186453
Infinite modal from vscode.dev
2023-06-27 22:11:00+00:00
1. open incognito mode and go to https://insiders.vscode.dev/github/microsoft/vscode 2. Try to close out of the modals. 3. They appear infinitely :bug: ![Recording 2023-06-27 at 15 09 02](https://github.com/microsoft/vscode/assets/31675041/6642e8a0-9e63-4b51-9352-8ca10e42e607)
Infinite modal from vscode.dev 1. open incognito mode and go to https://insiders.vscode.dev/github/microsoft/vscode 2. Try to close out of the modals. 3. They appear infinitely :bug: ![Recording 2023-06-27 at 15 09 02](https://github.com/microsoft/vscode/assets/31675041/6642e8a0-9e63-4b51-9352-8ca10e42e607)
111
186441
Unable to type in the command palette input box
2023-06-27 20:43:25+00:00
Testing #186217 https://github.com/microsoft/vscode/assets/3840081/34e41c74-5cd3-42c1-aa37-dc7cf2c4df2d This is on Windows, works fine on linux. I pressed ctrl+shift+p, and started typing "o". That is when the narrator says "not available", because the focus is on the first quick pick item, and not on the in...
Unable to type in the command palette input box Testing #186217 https://github.com/microsoft/vscode/assets/3840081/34e41c74-5cd3-42c1-aa37-dc7cf2c4df2d This is on Windows, works fine on linux. I pressed ctrl+shift+p, and started typing "o". That is when the narrator says "not available", because the focus is...
140
186440
Empty profile w/o extensions, no install prompts in remote indicator quick pick
2023-06-27 20:42:30+00:00
2023-06-28 02:26:33+00:00
Testing #186258 During step 2, the quick pick only contained a signle entry `Continue Working in vscode.dev // Remote Repositories` No extensions are installed at all. ![Recording 2023-06-27 at 13 42 08](https://github.com/microsoft/vscode/assets/12552271/36ce1b43-c3d5-4265-85dc-d6308a156188)
completed
Empty profile w/o extensions, no install prompts in remote indicator quick pick Testing #186258 During step 2, the quick pick only contained a signle entry `Continue Working in vscode.dev // Remote Repositories` No extensions are installed at all. ![Recording 2023-06-27 at 13 42 08](https://github.com/mic...
121
186437
accessibility view does not work on linux
2023-06-27 20:29:57+00:00
2023-06-27 21:32:16+00:00
Testing #186214 ![image](https://github.com/microsoft/vscode/assets/3840081/91e4ea57-c30f-4362-8ba5-1e9daa08fe2f) In the above image, it only reads: `(method) def has_id(` rest of the content is skipped.
completed
accessibility view does not work on linux Testing #186214 ![image](https://github.com/microsoft/vscode/assets/3840081/91e4ea57-c30f-4362-8ba5-1e9daa08fe2f) In the above image, it only reads: `(method) def has_id(` rest of the content is skipped.
96
186436
Accessibility: "Help" and "View" are bound to the same keybinding
2023-06-27 20:10:40+00:00
2023-06-27 22:24:29+00:00
Testing #186217 ![image](https://github.com/microsoft/vscode/assets/3840081/824ada0d-c269-4a5a-bd69-fffa636353da)
completed
Accessibility: "Help" and "View" are bound to the same keybinding Testing #186217 ![image](https://github.com/microsoft/vscode/assets/3840081/824ada0d-c269-4a5a-bd69-fffa636353da)
75
186434
Accessibility: with Orca (ctrl+e) does not work
2023-06-27 19:50:21+00:00
2023-06-29 16:51:51+00:00
Testing #186217 ![image](https://github.com/microsoft/vscode/assets/3840081/ef326e28-73a1-4afa-994f-c7b755049b61) Shows Ctrl + e , but that is mapped to "Go to file"
completed
Accessibility: with Orca (ctrl+e) does not work Testing #186217 ![image](https://github.com/microsoft/vscode/assets/3840081/ef326e28-73a1-4afa-994f-c7b755049b61) Shows Ctrl + e , but that is mapped to "Go to file"
88
186433
Up in chat input should only navigate history when the custom is on the top line
2023-06-27 19:26:38+00:00
2023-12-15 23:02:53+00:00
Testing https://github.com/microsoft/vscode-internalbacklog/issues/4396 Repro: 1. Write out a multi line prompt 2. Press up Here the chat navigates prompt history, it should only do that when the cursor is on the first line imo.
completed
Up in chat input should only navigate history when the custom is on the top line Testing https://github.com/microsoft/vscode-internalbacklog/issues/4396 Repro: 1. Write out a multi line prompt 2. Press up Here the chat navigates prompt history, it should only do that when the cursor is on the first line imo.
82
186428
Reopen folder in windows from tunneled WSL wants to open WSL locations
2023-06-27 18:51:56+00:00
2023-07-06 18:14:55+00:00
Testing #186246 1. open a WSL tunnel to a remote machine and open a folder in the WSL home 2. run `WSL: reopen in windows`, there is an error because that WSL location isn't available for windows (expected) 3. try to open another folder :bug: linux style file picker opens and has a filter which makes it look like...
completed
Reopen folder in windows from tunneled WSL wants to open WSL locations Testing #186246 1. open a WSL tunnel to a remote machine and open a folder in the WSL home 2. run `WSL: reopen in windows`, there is an error because that WSL location isn't available for windows (expected) 3. try to open another folder :bug: ...
156
186423
tunneled WSL connections is just displayed as WSL
2023-06-27 18:45:24+00:00
2023-08-01 21:58:46+00:00
Testing #186246 ![image](https://github.com/microsoft/vscode/assets/2019016/9c810f54-00fd-4ec7-8473-65457d2533cc) The remote indicator does not specify the distro, nor that it is remote (though maybe the purple bar is mean to indicate that)
completed
tunneled WSL connections is just displayed as WSL Testing #186246 ![image](https://github.com/microsoft/vscode/assets/2019016/9c810f54-00fd-4ec7-8473-65457d2533cc) The remote indicator does not specify the distro, nor that it is remote (though maybe the purple bar is mean to indicate that)
94
186421
`Reveal in Explorer` from explorer context menu is a noop on WSL
2023-06-27 18:37:33+00:00
2023-06-27 19:31:55+00:00
Testing #186246 (on windows) 1. open a folder in vscode and then run `WSL: Reopen folder in WSL` 2. right click a file in the context menu and select `Reveal in Explorer` :bug: nothing happens The same thing happens if you just open a folder within the WSL filesystem, but the item should probably just be hidden...
completed
`Reveal in Explorer` from explorer context menu is a noop on WSL Testing #186246 (on windows) 1. open a folder in vscode and then run `WSL: Reopen folder in WSL` 2. right click a file in the context menu and select `Reveal in Explorer` :bug: nothing happens The same thing happens if you just open a folder with...
152
186417
Accessibility tip advises Shift+F7 in the diff editor
2023-06-27 18:31:32+00:00
2023-07-19 16:33:08+00:00
Testing #186213 This would go through changes backwards, should it just say F7? Also, it always reads undefined before that tip. <img width="674" alt="image" src="https://github.com/microsoft/vscode/assets/323878/9f415be6-7c26-477d-bf3b-880a60654446">
completed
Accessibility tip advises Shift+F7 in the diff editor Testing #186213 This would go through changes backwards, should it just say F7? Also, it always reads undefined before that tip. <img width="674" alt="image" src="https://github.com/microsoft/vscode/assets/323878/9f415be6-7c26-477d-bf3b-880a60654446">
108
186416
Remote menu option inconsistencies
2023-06-27 18:30:58+00:00
2023-06-27 22:32:56+00:00
Testing #186222 A few inconsistencies between the two ways to get to the remote menu: - Category `GitHub Codespaces` vs. `Codespaces` - Differences in order of remote sources - `Install` options appear differently Go to `Help: Welcome` -> click `Connect to...` shows this list: ![image](https://github.com/micr...
not_planned
Remote menu option inconsistencies Testing #186222 A few inconsistencies between the two ways to get to the remote menu: - Category `GitHub Codespaces` vs. `Codespaces` - Differences in order of remote sources - `Install` options appear differently Go to `Help: Welcome` -> click `Connect to...` shows this list...
191
186413
Inline Chat Accessibility Help doesn't mention how to navigate to the diff view
2023-06-27 18:25:52+00:00
2023-06-28 14:01:32+00:00
Testing #186218 <img width="1232" alt="image" src="https://github.com/microsoft/vscode/assets/876920/18fdd63c-ef3f-407d-9041-321d570071fb"> When the change is in a diff editor, NVDA reads that we can navigate to the diff editor to review the changes, but it doesn't say what keybindings to use to navigate to the d...
completed
Inline Chat Accessibility Help doesn't mention how to navigate to the diff view Testing #186218 <img width="1232" alt="image" src="https://github.com/microsoft/vscode/assets/876920/18fdd63c-ef3f-407d-9041-321d570071fb"> When the change is in a diff editor, NVDA reads that we can navigate to the diff editor to rev...
278
186409
Slash command description is read in Inline Chat but not in Panel
2023-06-27 18:22:29+00:00
Testing #186218 * Type `/` command in Inline Chat box, NVDA reads both the command and its description * Type `/` command in Panel Chat, NVDA reads only command id but not its description
Slash command description is read in Inline Chat but not in Panel Testing #186218 * Type `/` command in Inline Chat box, NVDA reads both the command and its description * Type `/` command in Panel Chat, NVDA reads only command id but not its description
67
186407
Inform screen reader user about follow up command(s)
2023-06-27 18:15:36+00:00
2023-10-30 20:39:33+00:00
Testing #186218 * Run `/createNotebook load csv to data frame` * When the response finishes, NVDA starts to read the response * ๐Ÿ› It ignores the follow up command to "Create Notebook" <img width="354" alt="image" src="https://github.com/microsoft/vscode/assets/876920/b00fa483-36f9-4d75-9980-aba016a2f4a4">
completed
Inform screen reader user about follow up command(s) Testing #186218 * Run `/createNotebook load csv to data frame` * When the response finishes, NVDA starts to read the response * ๐Ÿ› It ignores the follow up command to "Create Notebook" <img width="354" alt="image" src="https://github.com/microsoft/vscode/asse...
124
186404
Accessibility View always reads "the editor has auto complete" first
2023-06-27 18:10:55+00:00
2023-08-25 16:46:18+00:00
Testing #186218 When the accessibility view is opened, it always reads "the editor has auto complete, multi line", which is irrelevant, especially that this editor is readonly so should not mention "auto complete" at all.
completed
Accessibility View always reads "the editor has auto complete" first Testing #186218 When the accessibility view is opened, it always reads "the editor has auto complete, multi line", which is irrelevant, especially that this editor is readonly so should not mention "auto complete" at all.
70
186402
Show Next Difference is not working
2023-06-27 18:09:04+00:00
2023-07-07 12:42:51+00:00
Testing #186213 Running this from the command palette, I see the cursor move but the editor doesn't change. Then if I switch to a different editor and switch back, I get the view of the diff, but I'm not <img width="1548" alt="image" src="https://github.com/microsoft/vscode/assets/323878/17058c3e-c285-474d-aac4-...
completed
Show Next Difference is not working Testing #186213 Running this from the command palette, I see the cursor move but the editor doesn't change. Then if I switch to a different editor and switch back, I get the view of the diff, but I'm not <img width="1548" alt="image" src="https://github.com/microsoft/vscode/as...
148
186401
NVDA can not read Accessibility View when screen mode not turned on
2023-06-27 18:08:17+00:00
2023-07-12 17:49:28+00:00
Testing #186218 * Turn off screen reader mode * Go to Panel Chat * NVDA reads "Press alt+f1 to open accessibility view" * Press alt+f1 * NVDA reads the editor is not accessible at this time ... the editor has multiple content ... blank IMHO this defeats some of the purpose of the accessible view, which should...
completed
NVDA can not read Accessibility View when screen mode not turned on Testing #186218 * Turn off screen reader mode * Go to Panel Chat * NVDA reads "Press alt+f1 to open accessibility view" * Press alt+f1 * NVDA reads the editor is not accessible at this time ... the editor has multiple content ... blank IMHO t...
112
186397
Learn more for Remote Repos should be a docs page like the others
2023-06-27 17:55:50+00:00
2023-06-27 18:33:21+00:00
Testing #186258 <img width="673" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/5b80eeac-8c9d-4075-9d16-fc2859c99ef8"> The `learn more` for all of the items here _except_ for Remote Repos take you to a nice page on our docs. Example: https://code.visualstudio.com/docs/remote/ssh Remote Rep...
completed
Learn more for Remote Repos should be a docs page like the others Testing #186258 <img width="673" alt="image" src="https://github.com/microsoft/vscode/assets/2644648/5b80eeac-8c9d-4075-9d16-fc2859c99ef8"> The `learn more` for all of the items here _except_ for Remote Repos take you to a nice page on our docs. Ex...
191
186396
Revert arrows reverting the wrong chunk
2023-06-27 17:54:06+00:00
2023-06-28 17:56:37+00:00
Testing #186213 ![Recording 2023-06-27 at 10 53 12](https://github.com/microsoft/vscode/assets/323878/16ffe725-84d1-474c-903c-5e5a30527198)
completed
Revert arrows reverting the wrong chunk Testing #186213 ![Recording 2023-06-27 at 10 53 12](https://github.com/microsoft/vscode/assets/323878/16ffe725-84d1-474c-903c-5e5a30527198)
71
186394
`NotebookEditor.layout()` throws: TypeError: Cannot read properties of undefined (reading 'size')
2023-06-27 17:51:35+00:00
2023-06-28 21:50:47+00:00
Testing #186191 1. Open a foo.py file 2. Shift+enter to run cell in interactive window 3. Reload window 4. Have GitHub Copilot classic installed and signed in 5. Type something into the input box and ctrl+enter, this opens a third editor group with multiple synthesized Copilot solutions (feature from GitHub Copi...
completed
`NotebookEditor.layout()` throws: TypeError: Cannot read properties of undefined (reading 'size') Testing #186191 1. Open a foo.py file 2. Shift+enter to run cell in interactive window 3. Reload window 4. Have GitHub Copilot classic installed and signed in 5. Type something into the input box and ctrl+enter, th...
286
186393
Two different inserted line background colors
2023-06-27 17:43:56+00:00
2023-07-07 18:28:16+00:00
Testing #186213 <img width="333" alt="image" src="https://github.com/microsoft/vscode/assets/323878/0ca53627-729f-4521-9314-57e608e97cdf"> I peeked at the DOM and I think `var(--vscode-diffEditor-insertedTextBackground)` is doubled up with `var(--vscode-diffEditor-insertedLineBackground)` on some of these
completed
Two different inserted line background colors Testing #186213 <img width="333" alt="image" src="https://github.com/microsoft/vscode/assets/323878/0ca53627-729f-4521-9314-57e608e97cdf"> I peeked at the DOM and I think `var(--vscode-diffEditor-insertedTextBackground)` is doubled up with `var(--vscode-diffEditor-ins...
127
186392
Continue in vscode.dev should work even with no file open
2023-06-27 17:42:51+00:00
2023-06-28 01:58:40+00:00
Testing #186258 Steps: * disable Remote Repos, GitHub Repos, Azure Repos. * Then I `Connect to...` * Continue Working in vscode.dev shows up so I picked it * nothing happens This might be https://github.com/microsoft/vscode/issues/186388 but I see the same behavior when I disable Codespaces so it might be a d...
completed
Continue in vscode.dev should work even with no file open Testing #186258 Steps: * disable Remote Repos, GitHub Repos, Azure Repos. * Then I `Connect to...` * Continue Working in vscode.dev shows up so I picked it * nothing happens This might be https://github.com/microsoft/vscode/issues/186388 but I see the ...
108
186390
Copying vscode.dev link from notebook cell gutter, no cursor placement.
2023-06-27 17:39:35+00:00
2023-08-28 22:29:59+00:00
Testing #186199 As title states, copying a vscode.dev link from the gutter within a cell of a notebook does not place the cursor within the cell, just selects the cell. The column and line are specified, just no cursor placement in the cell. Example link is below: `https://insiders.vscode.dev/github/Yoyokrazy/ipy...
completed
Copying vscode.dev link from notebook cell gutter, no cursor placement. Testing #186199 As title states, copying a vscode.dev link from the gutter within a cell of a notebook does not place the cursor within the cell, just selects the cell. The column and line are specified, just no cursor placement in the cell. Exa...
139
186388
Continue on not working from vscode repo
2023-06-27 17:37:53+00:00
2023-06-27 18:50:54+00:00
Testing #186258 Steps: * Open locally cloned vscode repo with any branch * Welcome page Connect to... * Continue Working in vscode.dev Nothing happens after this for me... but I do see the commands get run: ``` 2023-06-27 10:37:17.025 [trace] CommandService#executeCommand workbench.action.remote.showMenu ...
completed
Continue on not working from vscode repo Testing #186258 Steps: * Open locally cloned vscode repo with any branch * Welcome page Connect to... * Continue Working in vscode.dev Nothing happens after this for me... but I do see the commands get run: ``` 2023-06-27 10:37:17.025 [trace] CommandService#executeC...
214
186385
TypeScript project wide IntelliSense reads malformed URIs in an Azure Repos web workspace
2023-06-27 17:30:38+00:00
2023-07-11 15:45:14+00:00
1. Open https://insiders.vscode.dev/azurerepos/monacotools/monaco/sandbox with TS project wide IntelliSense enabled 2. Open dev tools 3. :bug: see a ton of errors. Disabling project wide IntelliSense makes the errors go away
completed
TypeScript project wide IntelliSense reads malformed URIs in an Azure Repos web workspace 1. Open https://insiders.vscode.dev/azurerepos/monacotools/monaco/sandbox with TS project wide IntelliSense enabled 2. Open dev tools 3. :bug: see a ton of errors. Disabling project wide IntelliSense makes the errors go away
92
186382
Run current file in interactive window doesn't show interactive window
2023-06-27 17:25:40+00:00
2023-12-06 22:47:10+00:00
Testing #186191 1. Run Python file in interactive window 2. Move interactive window to background (i.e. tab is visible but not active) 3. Interactive window isn't made active/visible. Not really sure what the expected behavior is here, I could see users maybe wanting to be able to send execution requests in the ...
not_planned
Run current file in interactive window doesn't show interactive window Testing #186191 1. Run Python file in interactive window 2. Move interactive window to background (i.e. tab is visible but not active) 3. Interactive window isn't made active/visible. Not really sure what the expected behavior is here, I coul...
102
186381
`notebook controller is not associated to notebook` error
2023-06-27 17:23:51+00:00
Testing #186191 <img width="231" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/3604da9c-3aad-4929-92a9-0a9140cef974"> repro: 1. With the python file linked in the TPI, run `Jupyter: Run Current File in Interactive Window` 2. While the notebook is still running, close the interactive windo...
reopened
`notebook controller is not associated to notebook` error Testing #186191 <img width="231" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/3604da9c-3aad-4929-92a9-0a9140cef974"> repro: 1. With the python file linked in the TPI, run `Jupyter: Run Current File in Interactive Window` 2. While ...
141
186378
Suppress recommending `.interactive` extensions
2023-06-27 17:11:52+00:00
2023-06-28 22:56:31+00:00
Testing #186191 1. Open an interactive window 2. :bug: get this extension recommendation notification We should be able to suppress this, cc @isidorn <img width="571" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/3ddc2ef2-7e8e-4fcf-a37d-3d91927d1366">
completed
Suppress recommending `.interactive` extensions Testing #186191 1. Open an interactive window 2. :bug: get this extension recommendation notification We should be able to suppress this, cc @isidorn <img width="571" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/3ddc2ef2-7e8e-4fcf-a37d-3d9...
109
186377
No Go to Source option for test output in peek view
2023-06-27 17:07:10+00:00
2023-06-30 23:07:45+00:00
Testing #186245 The panel allows to open test run output in a new editor via a navigation action on the output item in the tree, but the peek view doesn't have this action
completed
No Go to Source option for test output in peek view Testing #186245 The panel allows to open test run output in a new editor via a navigation action on the output item in the tree, but the peek view doesn't have this action
55
186376
Inconsistent test status between peek view and test results panel
2023-06-27 17:05:43+00:00
2023-06-30 23:28:27+00:00
Testing #186245 1. Make an async test fail 2. :bug: Test appears to still be running in the peek view but has decisively failed in the panel view <img width="1257" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/2c870b49-95d2-4628-9759-d034e509f524">
completed
Inconsistent test status between peek view and test results panel Testing #186245 1. Make an async test fail 2. :bug: Test appears to still be running in the peek view but has decisively failed in the panel view <img width="1257" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/2c870b49-95d2-...
114
186375
Find related commands are broken in the terminal
2023-06-27 17:05:15+00:00
2023-06-30 13:15:43+00:00
Type: <b>Bug</b> Both `workbench.action.terminal.toggleFindWholeWord` and `workbench.action.terminal.toggleFindRegex` are broken at the moment. They both enable "Match Case" instead of toggling their respective option. This applies to both editor terminals and panel terminals. Tested on Insiders and 1.79.2. VS Co...
completed
Find related commands are broken in the terminal Type: <b>Bug</b> Both `workbench.action.terminal.toggleFindWholeWord` and `workbench.action.terminal.toggleFindRegex` are broken at the moment. They both enable "Match Case" instead of toggling their respective option. This applies to both editor terminals and panel t...
912
186373
Reconnected default build task not used
2023-06-27 17:02:06+00:00
2023-07-26 21:59:35+00:00
1. Have default build task already running 2. Reload window, reconnected to existing default build task 3. Ctrl+Shift+B 4. :bug: new set of default build tasks starts running (this is in the VS Code repo) ![image](https://github.com/microsoft/vscode/assets/30305945/1cc3e5be-cbe0-4a28-9e38-adf783aee0c2)
completed
Reconnected default build task not used 1. Have default build task already running 2. Reload window, reconnected to existing default build task 3. Ctrl+Shift+B 4. :bug: new set of default build tasks starts running (this is in the VS Code repo) ![image](https://github.com/microsoft/vscode/assets/30305945/1cc3e5be...
109
186370
Tree view actions inconsistently named
2023-06-27 16:54:11+00:00
2023-07-05 21:34:40+00:00
Testing #186245 For the same go to file codicon action, the one on the test says 'go to file' and the one on the output says 'go to source' <img width="421" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/bb72df35-07b3-4358-90f9-fe34a188cf2f"> Similarly for the same run codicon action, the o...
completed
Tree view actions inconsistently named Testing #186245 For the same go to file codicon action, the one on the test says 'go to file' and the one on the output says 'go to source' <img width="421" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/bb72df35-07b3-4358-90f9-fe34a188cf2f"> Similarly...
202
186367
.ipynb files can be saved as any type
2023-06-27 16:40:35+00:00
Testing #186196 in Linux (Fedora) 1. Follow the steps 2. Save the IW 3. Notice that the save dialog does not enforce that the file can only be saved in `ipynb` (not sure if this is a platform restriction)
.ipynb files can be saved as any type Testing #186196 in Linux (Fedora) 1. Follow the steps 2. Save the IW 3. Notice that the save dialog does not enforce that the file can only be saved in `ipynb` (not sure if this is a platform restriction)
72
186365
[Bug] Diff is out of view
2023-06-27 16:12:10+00:00
2023-12-05 10:58:21+00:00
Testing #186146 I am not sure if this is expected/ as designed https://github.com/microsoft/vscode/assets/29464607/4194135e-1261-47d2-ae10-32b7d18f4d7c
completed
[Bug] Diff is out of view Testing #186146 I am not sure if this is expected/ as designed https://github.com/microsoft/vscode/assets/29464607/4194135e-1261-47d2-ae10-32b7d18f4d7c
68
186364
Select Kernel spins forever
2023-06-27 15:39:08+00:00
Testing #186238 1. On Windows, connect via SSH to 127.0.0.1. 2. Open a folder containing the file from https://github.com/microsoft/vscode/issues/186238#issuecomment-1609748984 3. Hit the Run button on the top cell 4. A "Select Kernel" quick pick shows and spins forever.
Select Kernel spins forever Testing #186238 1. On Windows, connect via SSH to 127.0.0.1. 2. Open a folder containing the file from https://github.com/microsoft/vscode/issues/186238#issuecomment-1609748984 3. Hit the Run button on the top cell 4. A "Select Kernel" quick pick shows and spins forever.
85
186361
Scrolling in a notebook leaks memory
2023-06-27 15:25:36+00:00
* have GHINB extension installed * open an empty vscode window * open `.vscode/notebooks/my-work.github-issues` * scroll to the end and back up * take a heap snapshot * scroll to end and back up, repeat 5 time * take another heap snapshot and see a memory increase * repeat the scroll 10 more times * take anothe...
Scrolling in a notebook leaks memory * have GHINB extension installed * open an empty vscode window * open `.vscode/notebooks/my-work.github-issues` * scroll to the end and back up * take a heap snapshot * scroll to end and back up, repeat 5 time * take another heap snapshot and see a memory increase * repeat th...
230
186360
VS Code froze when I tried to make a big notebook
2023-06-27 15:24:12+00:00
Testing #186238 I was not connected via SSH, just local on Windows. 1. Open a small Jupyter notebook that already exists on disk. 2. Add many `print('hello')` lines. The file ended up being 140 kb. I added lines by selecting existing lines and doing shift+alt+down 3. Eventually VS Code freezes.
VS Code froze when I tried to make a big notebook Testing #186238 I was not connected via SSH, just local on Windows. 1. Open a small Jupyter notebook that already exists on disk. 2. Add many `print('hello')` lines. The file ended up being 140 kb. I added lines by selecting existing lines and doing shift+alt+dow...
93
186359
reverted custom editor for untitled files will stay open after shutdown
2023-06-27 15:23:42+00:00
follow-up for custom editors from https://github.com/microsoft/vscode/issues/185796 1. create a new untitled file in a custom editor, e.g. new image with Luna editor, and also a new text file 2. make all the editors dirty 3. ensure hotexit is off 4. close the window, selecting "don't save" when prompted to revert...
reverted custom editor for untitled files will stay open after shutdown follow-up for custom editors from https://github.com/microsoft/vscode/issues/185796 1. create a new untitled file in a custom editor, e.g. new image with Luna editor, and also a new text file 2. make all the editors dirty 3. ensure hotexit is ...
139
186356
Issue reporter does not react to profile changes
2023-06-27 15:18:48+00:00
Testing #186171 In the process of troubleshooting / bisecting once the problem is identified I get an option to report the issue and the issue reporter is opened. While the issue reporter is opened, the profile is reset. While the window picks up the profile change the issue reporter does not. <img width="1642" a...
Issue reporter does not react to profile changes Testing #186171 In the process of troubleshooting / bisecting once the problem is identified I get an option to report the issue and the issue reporter is opened. While the issue reporter is opened, the profile is reset. While the window picks up the profile change th...
132
186353
Lost terminals during double reload
2023-06-27 15:09:21+00:00
Testing #186228 1. Open a bash terminal on linux 2. Split the terminal. 3. In the first termianl `echo one` in the second `echo two` 4. Make a third, non-split terminal 5. Move the third terminal to the editor area 6. In this terminal `git log` 7. Reload the window twice in quick succession 8. The two split...
Lost terminals during double reload Testing #186228 1. Open a bash terminal on linux 2. Split the terminal. 3. In the first termianl `echo one` in the second `echo two` 4. Make a third, non-split terminal 5. Move the third terminal to the editor area 6. In this terminal `git log` 7. Reload the window twice i...
258
186352
Accessibility Help - H opens help many times
2023-06-27 15:09:10+00:00
2023-06-29 21:58:33+00:00
Every time I try it, it opens one more time: ![Code_-_Insiders_FwfeMdljlz](https://github.com/microsoft/vscode/assets/2931520/5605a00b-4eee-4ec4-acc7-ff877260d2e4)
completed
Accessibility Help - H opens help many times Every time I try it, it opens one more time: ![Code_-_Insiders_FwfeMdljlz](https://github.com/microsoft/vscode/assets/2931520/5605a00b-4eee-4ec4-acc7-ff877260d2e4)
85
186349
Troubleshooting in a remote session loses remote session
2023-06-27 14:57:47+00:00
2023-06-27 17:29:56+00:00
Testing #186171 1) Open a Remote-SSH workspace 2) Help>Troubleshoot 3) Say `yes` to installing/enabling the Remote-SSH extension after window reload -> you now are in the Troubleshooting profile but you lost all troubleshooting/bisecting guidance I would have expected that it behaves the same as if I ran Ext...
not_planned
Troubleshooting in a remote session loses remote session Testing #186171 1) Open a Remote-SSH workspace 2) Help>Troubleshoot 3) Say `yes` to installing/enabling the Remote-SSH extension after window reload -> you now are in the Troubleshooting profile but you lost all troubleshooting/bisecting guidance I wou...
115
186442
History icon flickers for ~1 frame when running a cell
2023-06-27 14:23:28+00:00
Testing microsoft/vscode-jupyter#13765 ![Recording 2023-06-27 at 07 19 15 (1)](https://github.com/microsoft/vscode-jupyter/assets/2193314/4e81d988-a3b3-468f-9a98-e76eb52409fe) This is the icon that shows: ![image](https://github.com/microsoft/vscode-jupyter/assets/2193314/fee439a9-2621-4e65-95f9-2cf24d62eaf5) ...
History icon flickers for ~1 frame when running a cell Testing microsoft/vscode-jupyter#13765 ![Recording 2023-06-27 at 07 19 15 (1)](https://github.com/microsoft/vscode-jupyter/assets/2193314/4e81d988-a3b3-468f-9a98-e76eb52409fe) This is the icon that shows: ![image](https://github.com/microsoft/vscode-jupyte...
180
186345
Forever spinning `Connecting to tunnel` notification
2023-06-27 14:21:40+00:00
2023-07-31 22:20:27+00:00
Testing #186246 Following steps 1-4 on macOS desktop client, trying to switch folders after connecting to the tunnel shows the following loader https://github.com/microsoft/vscode/assets/964386/9bcd4da3-2971-4bbb-ac6a-6d21805ca220
completed
Forever spinning `Connecting to tunnel` notification Testing #186246 Following steps 1-4 on macOS desktop client, trying to switch folders after connecting to the tunnel shows the following loader https://github.com/microsoft/vscode/assets/964386/9bcd4da3-2971-4bbb-ac6a-6d21805ca220
82
200287
Sometimes opening a new notebook doesn't focus it
2023-06-27 14:14:28+00:00
Ref https://github.com/microsoft/vscode-jupyter/issues/13765 ## Environment data Jupyter v2023.6.1001801100 Pre-Release Version: 1.80.0-insider (user setup) Commit: 45b31e9a872da8cc3cc8fff41c1eeb2063be04b7 Date: 2023-06-27T05:33:23.513Z Electron: 22.3.14 ElectronBuildId: 21893604 Chromium: 108.0.5359.21...
Sometimes opening a new notebook doesn't focus it Ref https://github.com/microsoft/vscode-jupyter/issues/13765 ## Environment data Jupyter v2023.6.1001801100 Pre-Release Version: 1.80.0-insider (user setup) Commit: 45b31e9a872da8cc3cc8fff41c1eeb2063be04b7 Date: 2023-06-27T05:33:23.513Z Electron: 22.3.14 ...
488
186473
Command "Notebook: Select Notebook Kernel" does nothing
2023-06-27 13:50:39+00:00
2023-06-28 18:27:41+00:00
Testing microsoft/vscode-jupyter#13577 1. Open `insiders.vscode.dev` 2. Run the command "Notebook: Select Notebook Kernel" 3. Nothing appears to happen
completed
Command "Notebook: Select Notebook Kernel" does nothing Testing microsoft/vscode-jupyter#13577 1. Open `insiders.vscode.dev` 2. Run the command "Notebook: Select Notebook Kernel" 3. Nothing appears to happen
58