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 |
|---|---|---|---|---|---|---|---|
194421 | Markdown Preview shows outdated file content | 2023-09-28 17:14:23+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... | Markdown Preview shows outdated file content <!-- ⚠️⚠️ 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 --... | 470 | ||
194412 | Settings editor width overflows space in 2x2 grid | 2023-09-28 16:06:29+00:00 | 1. Open 2x2 grid
2. `Cmd+,` to open settings editor
3. :bug: settings editor scrollbar overflows its bounding grid

| Settings editor width overflows space in 2x2 grid 1. Open 2x2 grid
2. `Cmd+,` to open settings editor
3. :bug: settings editor scrollbar overflows its bounding grid

| 104 | ||
194397 | [regression] CodeAction on save is broken | 2023-09-28 12:05:26+00:00 | 2023-09-28 21:18:02+00:00 | Version: 1.83.0-insider
Commit: aad333b878b4cfce2f4152d48552fb6f980d7daf
* have the user setting spec'd below
* open `src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts`
* remove the semicolon on line 29
* save via `Cmd+S`, semi column isn't inserted
```
"editor.codeActionsOnSave": {
... | completed | [regression] CodeAction on save is broken Version: 1.83.0-insider
Commit: aad333b878b4cfce2f4152d48552fb6f980d7daf
* have the user setting spec'd below
* open `src/vs/editor/contrib/stickyScroll/test/browser/stickyScroll.test.ts`
* remove the semicolon on line 29
* save via `Cmd+S`, semi column isn't inserted
... | 165 |
194394 | Clarify what `always` means | 2023-09-28 11:47:28+00:00 | 2023-09-28 21:54:50+00:00 | The comment for `editor.codeActionsOnSave: always` just says "Always trigger code actions on save" but that's not true because format on delay isn't a trigger reason. This should be mentioned explicitly because other folks are confused. Also, the `#setting.name#` syntax could be used to link to the required setting | completed | Clarify what `always` means The comment for `editor.codeActionsOnSave: always` just says "Always trigger code actions on save" but that's not true because format on delay isn't a trigger reason. This should be mentioned explicitly because other folks are confused. Also, the `#setting.name#` syntax could be used to link... | 88 |
194391 | Settings editor screen cheese | 2023-09-28 10:48:24+00:00 | * have the config below
* have a narrow editor column
* open settings UI, reveal the codeActionsOnSave
* 🐛 the value and item overlap
```
"notebook.codeActionsOnSave": {
"notebook.source.normalizeVariableNames": "explicit"
}
```
<img width="850" alt="Screenshot 2023-09-28 at 12 47 00" src="https://githu... | Settings editor screen cheese * have the config below
* have a narrow editor column
* open settings UI, reveal the codeActionsOnSave
* 🐛 the value and item overlap
```
"notebook.codeActionsOnSave": {
"notebook.source.normalizeVariableNames": "explicit"
}
```
<img width="850" alt="Screenshot 2023-09-28 a... | 153 | ||
194375 | Keep getting a change on workspace open | 2023-09-28 08:32:39+00:00 | 2023-09-29 18:16:53+00:00 | * I guess this a regression from https://github.com/microsoft/vscode/pull/194345
* Have workspace setting like below
* Reload the window
* :bug: you get change in `.vscode/settings.json` which is a spread of those compact settings
### Before
```
"[typescript][javascript]": {
"editor.insertSpaces": false... | completed | Keep getting a change on workspace open * I guess this a regression from https://github.com/microsoft/vscode/pull/194345
* Have workspace setting like below
* Reload the window
* :bug: you get change in `.vscode/settings.json` which is a spread of those compact settings
### Before
```
"[typescript][javascrip... | 402 |
194338 | "task.allowAutomaticTasks": "off" doesn't work in workspace settings? | 2023-09-27 18:43:27+00:00 | 2023-10-05 14:51:44+00:00 | I have a multiroot workspace that contains vscode and vscode-copilot, which has an auto-run task. I have `"task.allowAutomaticTasks": "off"` in my workspace config settings, but when I reload the window, the build task autoruns anyway. I thought this was working earlier, maybe not. | completed | "task.allowAutomaticTasks": "off" doesn't work in workspace settings? I have a multiroot workspace that contains vscode and vscode-copilot, which has an auto-run task. I have `"task.allowAutomaticTasks": "off"` in my workspace config settings, but when I reload the window, the build task autoruns anyway. I thought this... | 110 |
194320 | clear persistent tasks when task reconnection is disabled | 2023-09-27 16:54:44+00:00 | 2023-09-29 20:09:02+00:00 | When one disables task reconnection, the persistent tasks should get cleared. | completed | clear persistent tasks when task reconnection is disabled When one disables task reconnection, the persistent tasks should get cleared. | 33 |
194317 | Pending comments in a thread are restored as new threads | 2023-09-27 16:30:35+00:00 | 2023-10-27 16:20:06+00:00 | Testing #193104
1. Have a PR comment
2. Reply to the PR comment, do not submit it
3. Transfer that state to a different machine or reset your local state and then restore changes from cloud
4. :bug: the PR comment shows up as a new discussion thread rather than a reply to the existing comment | completed | Pending comments in a thread are restored as new threads Testing #193104
1. Have a PR comment
2. Reply to the PR comment, do not submit it
3. Transfer that state to a different machine or reset your local state and then restore changes from cloud
4. :bug: the PR comment shows up as a new discussion thread rather... | 78 |
194314 | Dialogs that error in actions bring down dialog handling | 2023-09-27 15:31:04+00:00 | 2023-10-05 19:39:32+00:00 | 1. Turn on settings sync
2. Get conflicts
3. Cancel turning on settings sync
4. Run Reload window
5. :bug: reload doesn't happen, I see this in the window console, no amount of running reload window makes a difference
```
2023-09-27 08:28:47.771 [warning] [lifecycle] onBeforeShutdown is taking a long time, pend... | completed | Dialogs that error in actions bring down dialog handling 1. Turn on settings sync
2. Get conflicts
3. Cancel turning on settings sync
4. Run Reload window
5. :bug: reload doesn't happen, I see this in the window console, no amount of running reload window makes a difference
```
2023-09-27 08:28:47.771 [warning]... | 107 |
194290 | clarity changing | 2023-09-27 12:48:37+00:00 |

<img width="1280" alt="Screenshot 2023-09-27 154737" src="https://github.com/microsoft/vscode/assets/143600998/3ada6713-8f74-4eb3-bb10-f054bf9f7883">
on my vsc word clarity changing badly
... | clarity changing

<img width="1280" alt="Screenshot 2023-09-27 154737" src="https://github.com/microsoft/vscode/assets/143600998/3ada6713-8f74-4eb3-bb10-f054bf9f7883">
on my vsc word clarity ... | 199 | ||
194288 | Continue on for comments doesn't work sometimes | 2023-09-27 12:35:01+00:00 | 2023-10-10 15:15:15+00:00 | Testing #193104
To repro, follow the steps in the above test. | completed | Continue on for comments doesn't work sometimes Testing #193104
To repro, follow the steps in the above test. | 27 |
194284 | [web][ff] web socket breaks when changing network | 2023-09-27 11:01:28+00:00 | 2023-09-29 12:35:30+00:00 | At Gitpod we received bug requests that in FireFox (117-118) VS Code Web (1.82) sometimes became unresponsive. See [Loom](https://www.loom.com/share/c028fe3b10814f5f90b00255625eaac6?sid=5aa5fdaa-1d65-4581-bc45-5a1153dcafda) for what unresponsive means.
It is hard to reproduce, but I was able with following:
1. Le... | completed | [web][ff] web socket breaks when changing network At Gitpod we received bug requests that in FireFox (117-118) VS Code Web (1.82) sometimes became unresponsive. See [Loom](https://www.loom.com/share/c028fe3b10814f5f90b00255625eaac6?sid=5aa5fdaa-1d65-4581-bc45-5a1153dcafda) for what unresponsive means.
It is hard to ... | 203 |
194280 | Chat view not active after reload | 2023-09-27 10:09:52+00:00 | 2023-10-25 21:33:04+00:00 | continues https://github.com/microsoft/vscode/issues/185179 - it's less severe but equally annoying
* move chat view to secondary sidebar
* interact with it
* reload window
* the chat view isn't active, it needs another click | completed | Chat view not active after reload continues https://github.com/microsoft/vscode/issues/185179 - it's less severe but equally annoying
* move chat view to secondary sidebar
* interact with it
* reload window
* the chat view isn't active, it needs another click | 68 |
194275 | Comment widget jump to max height when switching editors | 2023-09-27 09:29:19+00:00 | 2023-09-27 11:09:34+00:00 | Testing #194011
https://github.com/microsoft/vscode/assets/9205389/3ab5b357-900b-42bd-b31f-43887b71a3f0
| completed | Comment widget jump to max height when switching editors Testing #194011
https://github.com/microsoft/vscode/assets/9205389/3ab5b357-900b-42bd-b31f-43887b71a3f0
| 59 |
194265 | Extension magically got reenabled | 2023-09-27 08:29:52+00:00 | 2023-09-27 13:42:30+00:00 | * I have rust-analyzer installed but disabled
* It's now enabled without me doing something
* I blame it on settings sync because yesterday I reenabled that and I have onboarded a bunch of clients (vscode.dev, separate mac, etc)
## Steps to Repro
- Open VS Code
- Install an extension A and disable it
- Instal... | completed | Extension magically got reenabled * I have rust-analyzer installed but disabled
* It's now enabled without me doing something
* I blame it on settings sync because yesterday I reenabled that and I have onboarded a bunch of clients (vscode.dev, separate mac, etc)
## Steps to Repro
- Open VS Code
- Install an ex... | 163 |
194249 | 'Focus Session' button shows in debug toolbar in command center | 2023-09-27 01:32:39+00:00 | 2023-09-27 07:49:43+00:00 | When there are multiple debug sessions, the dropdown action item shows in the debug toolbar here as a button that doesn't do anything. You can see it in the gif in https://github.com/microsoft/vscode/issues/194248
We could just hide that item when this setting is set | completed | 'Focus Session' button shows in debug toolbar in command center When there are multiple debug sessions, the dropdown action item shows in the debug toolbar here as a button that doesn't do anything. You can see it in the gif in https://github.com/microsoft/vscode/issues/194248
We could just hide that item when this ... | 86 |
194240 | Command center is hard to find without name | 2023-09-26 22:16:19+00:00 | Testing #194026
Search: "search box in title bar"

| Command center is hard to find without name Testing #194026
Search: "search box in title bar"

| 71 | ||
194238 | Synonyms dialog/prompt need some love | 2023-09-26 22:12:42+00:00 | Testing #194026
Searching: do you trust dialog
Results: 0
Searching: do you trust prompt
Results: 4
| Synonyms dialog/prompt need some love Testing #194026
Searching: do you trust dialog
Results: 0
Searching: do you trust prompt
Results: 4
| 39 | ||
194236 | Toggling file node in Comments view focuses comment | 2023-09-26 22:04:46+00:00 | 2023-09-27 09:31:40+00:00 | Testing #194012
1. Checkout https://github.com/microsoft/vscode/pull/193812
2. Open comments view
3. Have `debug.contribution.ts` open and scrolled to the top of the file
4. Hit enter in the `debug.contribution.ts` node
5. :bug: I get scrolled to the first comment | completed | Toggling file node in Comments view focuses comment Testing #194012
1. Checkout https://github.com/microsoft/vscode/pull/193812
2. Open comments view
3. Have `debug.contribution.ts` open and scrolled to the top of the file
4. Hit enter in the `debug.contribution.ts` node
5. :bug: I get scrolled to the first comm... | 92 |
194234 | Comments accessibility help nits | 2023-09-26 21:52:13+00:00 | 2023-09-27 18:14:48+00:00 | Testing #194012
The following commands are inconsistently treated in the accessibility help menu:
1. Run the command: Go to Previous Commenting Range, which is currently not triggerable via keybinding. <-- should just be listed as Go to Previous Commenting Range, aligning with Go to Next Commenting Range. Also, s... | completed | Comments accessibility help nits Testing #194012
The following commands are inconsistently treated in the accessibility help menu:
1. Run the command: Go to Previous Commenting Range, which is currently not triggerable via keybinding. <-- should just be listed as Go to Previous Commenting Range, aligning with Go ... | 183 |
194232 | Debug console with DWARF debugging isn't printing the expected value | 2023-09-26 21:44:38+00:00 | 2023-09-26 23:21:19+00:00 | Testing #194071
See top left `a` and debug console `a`:

| completed | Debug console with DWARF debugging isn't printing the expected value Testing #194071
See top left `a` and debug console `a`:

| 82 |
194230 | Scrolling is blocked when mouse is on review comment | 2023-09-26 21:21:31+00:00 | 2023-09-27 14:28:11+00:00 | Testing #194011
I am able to see the text size grow fine with the existing comment,
but realized scrolling freezes/blocked when my mouse cursor is on the comment section.
When I move the mouse cursor to the actual document itself, I am able to scroll back and forth in the document fine,
but scrolling seems to... | completed | Scrolling is blocked when mouse is on review comment Testing #194011
I am able to see the text size grow fine with the existing comment,
but realized scrolling freezes/blocked when my mouse cursor is on the comment section.
When I move the mouse cursor to the actual document itself, I am able to scroll back an... | 222 |
194229 | Specify what is in the event data for `env.onDidChangeShell` | 2023-09-26 21:18:55+00:00 | 2023-09-27 15:11:23+00:00 | Testing #194028
'env.onDidChangeShell' tsdoc does not specify what the event data string will contain.
It looks like it's the path to the newly selected default shell. | completed | Specify what is in the event data for `env.onDidChangeShell` Testing #194028
'env.onDidChangeShell' tsdoc does not specify what the event data string will contain.
It looks like it's the path to the newly selected default shell. | 71 |
194215 | codicon shown in filtered go to symbol view | 2023-09-26 20:27:36+00:00 | 2024-02-06 14:11:51+00:00 | Testing #194053
1. In a notebook with one python cell:
```py
myvar = 3
```
2. open `go to symbol` and type `s`
**Bug**

| completed | codicon shown in filtered go to symbol view Testing #194053
1. In a notebook with one python cell:
```py
myvar = 3
```
2. open `go to symbol` and type `s`
**Bug**

| 101 |
194202 | Top tab border wrong size with Pinned Tab Sizing shrink when scrolling/wrapping | 2023-09-26 18:24:06+00:00 | 2023-09-28 07:26:15+00:00 | Testing #193991
Enable `workbench.editor.highlightModifiedTabs` and make a pinned editor dirty. Notice how the blue color appears over the entire tab bar:

VS in stable:

I am still trying to recap how I got there...
**Update:**
* have some pinned and non-pinned tabs
* open an empty group to the right
* drag the entire group to the right by dragging from emp... | completed | Seeing two action bars Testing #193991

I am still trying to recap how I got there...
**Update:**
* have some pinned and non-pinned tabs
* open an empty group to the right
* drag the entire group to the rig... | 120 |
194196 | Wrapping tabs needs a smaller threshold for disabling wrapping when 2 rows show | 2023-09-26 18:06:22+00:00 | 2023-09-27 11:33:29+00:00 | Testing #193991
See here:

When many tabs are wrapping and height is little, at once point we disable wrapping to make room for the editor. I think this limit now needs to account for when 2 tab rows are showing... | completed | Wrapping tabs needs a smaller threshold for disabling wrapping when 2 rows show Testing #193991
See here:

When many tabs are wrapping and height is little, at once point we disable wrapping to make room for the... | 123 |
194195 | Debug toolbar with commandCenter limits command center search | 2023-09-26 18:04:35+00:00 | 2023-09-27 07:49:42+00:00 | Testing #194001
Followed the steps to turn on the debug toolbar with commandCenter options.
However, when the debugging started, clicking the area around the directory name did not trigger 'search files'. (the blank space at the right side of 'vscode-python' in terms of the attached screenshot.
I was able to trigg... | completed | Debug toolbar with commandCenter limits command center search Testing #194001
Followed the steps to turn on the debug toolbar with commandCenter options.
However, when the debugging started, clicking the area around the directory name did not trigger 'search files'. (the blank space at the right side of 'vscode-py... | 260 |
194193 | Active pinned tab has no separation to other tab row | 2023-09-26 18:00:39+00:00 | 2023-09-28 07:54:49+00:00 | Testing #193991
With the default light modern theme and this layout:

See how the active tab in the first row shows no border to the bottom row. I think I would have expected the border to go through here. | completed | Active pinned tab has no separation to other tab row Testing #193991
With the default light modern theme and this layout:

See how the active tab in the first row shows no border to the bottom row. I think I w... | 109 |
194191 | SCM decorations get messed up when whitespace settings are applied | 2023-09-26 17:55:50+00:00 | 2023-12-12 17:02:29+00:00 | Testing #194078
- Set `"files.trimFinalNewlines": true`
- Open a normal text file that has a final newline
- Type some extra newlines, press cmd+s so they get deleted
- There is a green new line indicator on that last line even though it was preexisting. The file doesn't show up in the SCM view at this point but ... | completed | SCM decorations get messed up when whitespace settings are applied Testing #194078
- Set `"files.trimFinalNewlines": true`
- Open a normal text file that has a final newline
- Type some extra newlines, press cmd+s so they get deleted
- There is a green new line indicator on that last line even though it was preex... | 160 |
194190 | Enable Source Mapped Stepping command is registered twice | 2023-09-26 17:51:18+00:00 | 2023-09-26 19:03:24+00:00 | Testing #194071
1. Run Disable Source Mapped Stepping
2. Open command palette
3. :bug: there are two Enable Source Mapped Stepping commands (there's only one Disable Source Mapped Stepping command)

| completed | Enable Source Mapped Stepping command is registered twice Testing #194071
1. Run Disable Source Mapped Stepping
2. Open command palette
3. :bug: there are two Enable Source Mapped Stepping commands (there's only one Disable Source Mapped Stepping command)

- Explore options, decide I want to try Run Recent Command (`Control+Alt+R`)
- `alt+f2` to open terminal a... | completed | Don't observe any result from Run Recent Command Testing #193852
Testing on Windows 11.
- `alt+f1` opens terminal accessibility help dialog correctly:

- Explore options, decide I want to try Run Recent Command... | 215 |
194166 | Views entry is only present when English is the display language | 2023-09-26 15:35:14+00:00 | 2023-09-27 14:29:42+00:00 | https://github.com/microsoft/vscode/issues/192271
English:

Korean:

Daniel:
😕 | completed | Views entry is only present when English is the display language https://github.com/microsoft/vscode/issues/192271
English:

Korean:
)
Changing zoom fixes it, eg zooming in.
I don't know how to repro, unfortunately.
# Version
```
Version: 1.83.0-insider
Commit: 8ecf5453e8e8f98cca0f9a661d3a6457d8a0... | reopened | Terminal text is weirdly spaced # Description
Text in the terminal is weirdly spaced. (more [info](https://vscodeteam.slack.com/archives/C03ERNTC03X/p1695375586931459))
Changing zoom fixes it, eg zooming in.
I don't know how to repro, unfortunately.
# Version
```
Version: 1.83.0-insider
Commit: 8ecf... | 192 | |
194152 | Cell output can be a pixel too short and result in a scroll bar | 2023-09-26 14:49:27+00:00 | 2024-06-07 23:40:44+00:00 | Testing #194069
Opened just now and saw the shadow on the top of the executed cell and the scroll bar on the right:

Similar to this issue https://github.com/microsoft/vscode/issues/193681. I'm on zoom level 1, see... | completed | Cell output can be a pixel too short and result in a scroll bar Testing #194069
Opened just now and saw the shadow on the top of the executed cell and the scroll bar on the right:

Similar to this issue https://git... | 158 |
194150 | Missing background color when showing inline chat inbetween | 2023-09-26 14:17:07+00:00 | 2023-09-27 14:15:32+00:00 | * open inline chat on a mid sized method/function
* the whole function gets included (by the chat extension)
* 🐛 the background color isn't contiguous
<img width="963" alt="Screenshot 2023-09-26 at 16 15 59" src="https://github.com/microsoft/vscode/assets/1794099/06155884-3cf2-4e8e-a43c-c548a5b5d365">
| completed | Missing background color when showing inline chat inbetween * open inline chat on a mid sized method/function
* the whole function gets included (by the chat extension)
* 🐛 the background color isn't contiguous
<img width="963" alt="Screenshot 2023-09-26 at 16 15 59" src="https://github.com/microsoft/vscode/ass... | 121 |
194148 | Settings Sync is uninstalling the extension that is installed from sources | 2023-09-26 14:07:28+00:00 | 2023-09-27 07:48:59+00:00 | Settings Sync is uninstalling the extension that is installed from sources.
It needs complex steps to setup and reproduce. @hediet has this setup and is seeing this issue. | completed | Settings Sync is uninstalling the extension that is installed from sources Settings Sync is uninstalling the extension that is installed from sources.
It needs complex steps to setup and reproduce. @hediet has this setup and is seeing this issue. | 57 |
194146 | Can not set breakpoint in .c files | 2023-09-26 13:50:26+00:00 | 2023-09-26 19:25:24+00:00 | Testing #194071
I have the DWARF extension installed but I can not set breakpoint in `.c` files.
Should Dwarf contribute the ability to set breakpoints in `c` files?
Or am I missing something? | completed | Can not set breakpoint in .c files Testing #194071
I have the DWARF extension installed but I can not set breakpoint in `.c` files.
Should Dwarf contribute the ability to set breakpoints in `c` files?
Or am I missing something? | 64 |
194142 | Problematic Theme Styles | 2023-09-26 13:42:32+00:00 | 2023-09-27 22:57:31+00:00 | White on gray is not readable. I think the explorer tree has a different behavior here.

| completed | Problematic Theme Styles White on gray is not readable. I think the explorer tree has a different behavior here.

| 78 |
194139 | SCM Sync: File change shows `COMMIT^` | 2023-09-26 13:24:02+00:00 | 2023-09-27 14:24:37+00:00 | Testing #194016
Although technically correct, we should use the actual commit's short hash, not the `PARENT^` syntax, for left side:

| completed | SCM Sync: File change shows `COMMIT^` Testing #194016
Although technically correct, we should use the actual commit's short hash, not the `PARENT^` syntax, for left side:

| 97 |
194138 | Git: Base branch detection should maybe prefer remote heads | 2023-09-26 13:20:58+00:00 | 2024-01-16 15:17:42+00:00 | Testing #194016
Start from `main`, on a repo:
```
git checkout -b foo
git push -u origin foo
git checkout -b bar
```
The git extension will associate `foo` as the most likely candidate for `bar`'s base. But since `foo` does have an upstream, `origin/foo`, which, at the point `bar` was created, was pointing... | completed | Git: Base branch detection should maybe prefer remote heads Testing #194016
Start from `main`, on a repo:
```
git checkout -b foo
git push -u origin foo
git checkout -b bar
```
The git extension will associate `foo` as the most likely candidate for `bar`'s base. But since `foo` does have an upstream, `orig... | 143 |
194136 | SCM Sync: Multiple select is enabled | 2023-09-26 13:06:15+00:00 | 2023-09-26 19:34:55+00:00 | Testing #194016
It seems like multiple selection is enabled in this list/tree, though without any value. Let's disable it for now. | completed | SCM Sync: Multiple select is enabled Testing #194016
It seems like multiple selection is enabled in this list/tree, though without any value. Let's disable it for now. | 44 |
194133 | Make max comment area height depend on editor height? | 2023-09-26 12:52:53+00:00 | 2023-09-27 15:24:18+00:00 | Testing #194011
The constant max height works well with large editors. When the editor area is small, the comment can overgrow it. Maybe the max height could be constant unless the editor is very small. | completed | Make max comment area height depend on editor height? Testing #194011
The constant max height works well with large editors. When the editor area is small, the comment can overgrow it. Maybe the max height could be constant unless the editor is very small. | 57 |
194132 | Arrow up while editing comment goes to previous comment | 2023-09-26 12:49:20+00:00 | 2023-09-26 15:30:05+00:00 | Testing #194011
Editing the second of two comment, the arrow up key navigates to the first comment instead of the previous line in the comment being edited.
https://github.com/microsoft/vscode/assets/9205389/39d6dc8d-e06b-4cd4-8468-cbd56a6ed2aa
| completed | Arrow up while editing comment goes to previous comment Testing #194011
Editing the second of two comment, the arrow up key navigates to the first comment instead of the previous line in the comment being edited.
https://github.com/microsoft/vscode/assets/9205389/39d6dc8d-e06b-4cd4-8468-cbd56a6ed2aa
| 94 |
194130 | Tooltip resize animation bug | 2023-09-26 12:44:39+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... | Tooltip resize animation bug <!-- ⚠️⚠️ 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 -->
<!-- 🔎 Searc... | 436 | ||
194117 | Cannot undo file deletions from a WorkspaceEdit | 2023-09-26 10:13:13+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. -->
To reproduce just delete a file using the `WorkspaceEdit` API - Since the undo stack seems ... | Cannot undo file deletions from a WorkspaceEdit <!-- ⚠️⚠️ 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. -->
To reproduce just delete a file using the `... | 315 | ||
194115 | Quick diff decorations not rendering at all or rendering the wrong state | 2023-09-26 10:11:07+00:00 | 2023-09-27 09:58:08+00:00 | Diff decorations are disappearing when switching to another file and back.

| completed | Quick diff decorations not rendering at all or rendering the wrong state Diff decorations are disappearing when switching to another file and back.

| 88 |
194114 | Inline notebook hint to use AI too distracting in notebooks | 2023-09-26 10:09:27+00:00 | 2023-10-05 17:51:20+00:00 | Testing #194053
1. F1 > Create New Jupyter Notebook
2. Notice what I see (image below). There is only one line visible and it is covered by the hint, the notebook does not have focus.
3. I do not have any space where I can click just to pass focus inside the notebook to start typing 🐛 If I click below, the focu... | completed | Inline notebook hint to use AI too distracting in notebooks Testing #194053
1. F1 > Create New Jupyter Notebook
2. Notice what I see (image below). There is only one line visible and it is covered by the hint, the notebook does not have focus.
3. I do not have any space where I can click just to pass focus inside... | 284 |
194111 | No registered selector for ID: copilot-chat.fixWithCopilot | 2023-09-26 09:53:03+00:00 | 2023-10-23 16:40:21+00:00 | Not sure about steps, sorry. I just get an error in Dev Tools console after some usage.
```
ERR No registered selector for ID: copilot-chat.fixWithCopilot: Error: No registered selector for ID: copilot-chat.fixWithCopilot
at vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Con... | completed | No registered selector for ID: copilot-chat.fixWithCopilot Not sure about steps, sorry. I just get an error in Dev Tools console after some usage.
```
ERR No registered selector for ID: copilot-chat.fixWithCopilot: Error: No registered selector for ID: copilot-chat.fixWithCopilot
at vscode-file://vscode-app... | 347 |
194106 | Settings description is wrong/swapped | 2023-09-26 09:38:25+00:00 | 2023-09-27 16:22:39+00:00 | Testing #194077
* configure `"notebook.codeActionsOnSave": { "notebook.source.normalizeVariableNames": "explicit"},`
* 🐛 the description of the value is wrong
<img width="417" alt="Screenshot 2023-09-26 at 11 37 31" src="https://github.com/microsoft/vscode/assets/1794099/fb5d43c7-7f8e-42f1-af14-67d8189d0371... | completed | Settings description is wrong/swapped Testing #194077
* configure `"notebook.codeActionsOnSave": { "notebook.source.normalizeVariableNames": "explicit"},`
* 🐛 the description of the value is wrong
<img width="417" alt="Screenshot 2023-09-26 at 11 37 31" src="https://github.com/microsoft/vscode/assets/179409... | 134 |
194104 | Go to prev/next commands keybindings are not working in terminal | 2023-09-26 09:25:09+00:00 | 2023-09-26 23:12:40+00:00 | Testing #193852

Option + Down/Up arrow in terminal is not navigating between commands. These are working only in accessibility view. In terminal the keybindings are cmd + Down/Up arrow.
| completed | Go to prev/next commands keybindings are not working in terminal Testing #193852

Option + Down/Up arrow in terminal is not navigating between commands. These are working only in accessibility view. In terminal... | 115 |
194102 | `git.requireGitUserConfig` setting has no effect | 2023-09-26 08:48:12+00:00 | I set `git.requireGitUserConfig` to `false`, but I still get the error message: Make sure you configure your "user.name" and "user.email" in git.
According to [January 2021 (version 1.53)](https://code.visualstudio.com/updates/v1_53), that setting should allow to disable the requirement of a user name or email addre... | `git.requireGitUserConfig` setting has no effect I set `git.requireGitUserConfig` to `false`, but I still get the error message: Make sure you configure your "user.name" and "user.email" in git.
According to [January 2021 (version 1.53)](https://code.visualstudio.com/updates/v1_53), that setting should allow to disa... | 147 | ||
194098 | Remove xtermTerminal.clearActiveSearchDecoration | 2023-09-26 08:31:03+00:00 | 2023-09-27 17:49:06+00:00 | Version: 1.83.0-insider (user setup)
Date: 2023-09-26T06:31:13.416Z

| completed | Remove xtermTerminal.clearActiveSearchDecoration Version: 1.83.0-insider (user setup)
Date: 2023-09-26T06:31:13.416Z

| 91 |
194090 | Uncaught RangeError: Map maximum size exceeded | 2023-09-26 04:22:29+00:00 | 2023-12-13 22:03:25+00:00 | ```javascript
RangeError: Map maximum size exceeded
at Map.set (<anonymous>)
at <anonymous> in src/vs/workbench/contrib/notebook/browser/viewModel/notebookViewModelImpl.ts:728:33
at Array.forEach (<anonymous>)
at <anonymous> in src/vs/workbench/contrib/notebook/browser/viewModel/notebookViewModelImpl.ts:727:8
at ... | completed | Uncaught RangeError: Map maximum size exceeded ```javascript
RangeError: Map maximum size exceeded
at Map.set (<anonymous>)
at <anonymous> in src/vs/workbench/contrib/notebook/browser/viewModel/notebookViewModelImpl.ts:728:33
at Array.forEach (<anonymous>)
at <anonymous> in src/vs/workbench/contrib/notebook/browse... | 377 |
194086 | `workbench.editorAssociations` not work in workbench configurationDefaults | 2023-09-26 04:08:06+00:00 | 2023-12-05 21:21:19+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | `workbench.editorAssociations` not work in workbench configurationDefaults <!-- ⚠️⚠️ 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/Subm... | 422 |
194084 | `task.json` -> `options.env` not working of `${env:VAR}` expansion | 2023-09-26 03:32:22+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... | `task.json` -> `options.env` not working of `${env:VAR}` expansion <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-B... | 638 | ||
194075 | Screen reader not announcing name of edit field announcing only place holder value in Issue Reporter | 2023-09-26 00:09:03+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Screen reader not announcing name of edit field announcing only place holder value in Issue Reporter <!-- ⚠️⚠️ 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/... | 546 | ||
194073 | Save As isn't disabled on internal pages, yet doesn't do anything. | 2023-09-25 23:43:51+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Save As isn't disabled on internal pages, yet doesn't do anything. <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-B... | 611 | ||
194065 | Settings Sync gets stuck at "Turning on Settings Sync..." after turning it off | 2023-09-25 20:57:05+00:00 | 2023-09-27 14:24:57+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | Settings Sync gets stuck at "Turning on Settings Sync..." after turning it off <!-- ⚠️⚠️ 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/... | 604 |
194043 | icon aria label isn't updated/correct | 2023-09-25 18:52:55+00:00 | 2023-09-26 03:29:10+00:00 | Testing #194040
It says settings gear regardless, making it seem to a screen reader user like the icon hasn't been successfully changed.
https://github.com/microsoft/vscode/assets/29464607/9bd2fbff-518c-432a-a1d5-b8f8f27a818e
| completed | icon aria label isn't updated/correct Testing #194040
It says settings gear regardless, making it seem to a screen reader user like the icon hasn't been successfully changed.
https://github.com/microsoft/vscode/assets/29464607/9bd2fbff-518c-432a-a1d5-b8f8f27a818e
| 91 |
194008 | searching animation continues after search has been aborted | 2023-09-25 15:54:36+00:00 | 2023-11-22 19:51:21+00:00 | I don't have precise repro steps, but maybe:
- search for something
- scroll all the way down
- clear search
- 🐛 searching animation persists
https://github.com/microsoft/vscode/assets/29464607/987a1e46-9743-4c23-b29b-eca736d62d19
| completed | searching animation continues after search has been aborted I don't have precise repro steps, but maybe:
- search for something
- scroll all the way down
- clear search
- 🐛 searching animation persists
https://github.com/microsoft/vscode/assets/29464607/987a1e46-9743-4c23-b29b-eca736d62d19
| 86 |
193997 | File > Open Recent > recent workspace no longet opens in new window when Ctrl or Shift used in VS Code Insiders | 2023-09-25 14:52:55+00:00 | 2023-09-26 05:08:52+00:00 |
Type: <b>Bug</b>
Opening in new window straing from File > Open Recent menu is great tool to quickly get to another workspace wiithout loosing curren open one, and much faster then New Window and searching same workspace in new window.
So I hope this change is not intentional.
Steps to reproduce:
1. Have hist... | completed | File > Open Recent > recent workspace no longet opens in new window when Ctrl or Shift used in VS Code Insiders
Type: <b>Bug</b>
Opening in new window straing from File > Open Recent menu is great tool to quickly get to another workspace wiithout loosing curren open one, and much faster then New Window and searchi... | 626 |
193996 | SCM sync view actions are contributed to all views | 2023-09-25 14:48:45+00:00 | 2023-09-25 15:09:50+00:00 | SCM Sync view refresh command:

| completed | SCM sync view actions are contributed to all views SCM Sync view refresh command:

| 68 |
193980 | Inconsistent context menu order: "Reveal in Explorer View" and "Reveal in File Explorer" | 2023-09-25 13:26:35+00:00 | 2024-01-08 12:02:15+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. -->
In the Source Control panel, "Reveal in Explorer... | completed | Inconsistent context menu order: "Reveal in Explorer View" and "Reveal in File Explorer" <!-- ⚠️⚠️ 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. -->
<!... | 284 |
193976 | Debug controls in command center appear and rightaway disappear on window reload | 2023-09-25 12:52:09+00:00 | 2023-09-25 15:25:30+00:00 | 1. Reload vscode window (given you have setting to put debug controls in the command center
2. 🐛 notice how the command center includes debug controls and then right away disappear
See:
https://github.com/microsoft/vscode/assets/16353531/747f1931-8688-48f2-853c-ab8723c38fd1
# Version
```
Version: 1.83.... | completed | Debug controls in command center appear and rightaway disappear on window reload 1. Reload vscode window (given you have setting to put debug controls in the command center
2. 🐛 notice how the command center includes debug controls and then right away disappear
See:
https://github.com/microsoft/vscode/assets/1... | 206 |
193974 | Unexpected token : "file:///Use"... is not valid JSON | 2023-09-25 12:49:18+00:00 | 2023-11-24 02:31:05+00:00 | I am seeing this on startup:
```
ERR Unexpected token 'i', "file:///Use"... is not valid JSON: SyntaxError: Unexpected token 'i', "file:///Use"... is not valid JSON
at JSON.parse (<anonymous>)
at TaskService._getFolderFromTaskKey (vscode-file://vscode-app/Users/bpasero/Development/Microsoft/vscode/out/vs/... | completed | Unexpected token : "file:///Use"... is not valid JSON I am seeing this on startup:
```
ERR Unexpected token 'i', "file:///Use"... is not valid JSON: SyntaxError: Unexpected token 'i', "file:///Use"... is not valid JSON
at JSON.parse (<anonymous>)
at TaskService._getFolderFromTaskKey (vscode-file://vscode-... | 474 |
193957 | Cannot read properties of undefined (reading 'id') | 2023-09-25 09:35:53+00:00 | 2023-09-25 10:03:20+00:00 | * open a file from a pull request
* get an error saying id cannot be read from undefined
```
ERR Cannot read properties of undefined (reading 'id'): TypeError: Cannot read properties of undefined (reading 'id')
at vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resou... | completed | Cannot read properties of undefined (reading 'id') * open a file from a pull request
* get an error saying id cannot be read from undefined
```
ERR Cannot read properties of undefined (reading 'id'): TypeError: Cannot read properties of undefined (reading 'id')
at vscode-file://vscode-app/Applications/Visua... | 761 |
193955 | Pasting a tab character into the terminal triggers autocomplete | 2023-09-25 09:25:00+00:00 | 2023-12-07 21:31:47+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.82.2
- OS Version: Windows 10 22H2
Steps to Reproduce:
1. Copy a tab character
2. Paste it into an open terminal
3. Note that autocomplete has been triggered, replacing the tab character by the name of the first executable.
... | not_planned | Pasting a tab character into the terminal triggers autocomplete Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.82.2
- OS Version: Windows 10 22H2
Steps to Reproduce:
1. Copy a tab character
2. Paste it into an open terminal
3. Note that autocomplete has been triggered, re... | 104 |
193951 | rpm doesn't run update-desktop-database | 2023-09-25 07:48:42+00:00 | 2023-10-05 08:52:27+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | rpm doesn't run update-desktop-database <!-- ⚠️⚠️ 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 -->
<!... | 566 |
193948 | Slow startup in version 1.82 | 2023-09-25 06:52:56+00:00 | Type: <b>Performance Issue</b>
At some point with VS Code version 1.82 introduced a regression, a visibly slow startup 3-5s even with an empty workspace. Initially noticed with VS Codium, checked with VS Code OSS build as provided by Arch linux package.
VS Code version: Code - OSS 1.82.2 (abd2f3db4bdb28f9e95536df... | Slow startup in version 1.82 Type: <b>Performance Issue</b>
At some point with VS Code version 1.82 introduced a regression, a visibly slow startup 3-5s even with an empty workspace. Initially noticed with VS Codium, checked with VS Code OSS build as provided by Arch linux package.
VS Code version: Code - OSS 1.8... | 718 | ||
193944 | editor rendering text overlapping in golang struct tag | 2023-09-25 03:12:42+00:00 | 2023-10-13 11:24:16+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | not_planned | editor rendering text overlapping in golang struct tag <!-- ⚠️⚠️ 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-Sugg... | 562 |
193932 | Allow running `code tunnel` as root in docker | 2023-09-24 22:02:13+00:00 | 2024-01-26 08:45: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 | Allow running `code tunnel` as root in docker <!-- ⚠️⚠️ 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 -... | 739 |
193931 | Settings Sync Conflicts resolution can not be cancelled | 2023-09-24 20:46:10+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... | Settings Sync Conflicts resolution can not be cancelled <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sug... | 485 | ||
193910 | Blurry fonts with native wayland mode until window reload | 2023-09-24 11:44:36+00:00 | 2023-12-07 09:48:26+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | Blurry fonts with native wayland mode until window reload <!-- ⚠️⚠️ 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-S... | 503 |
193838 | Profile icon missing | 2023-09-22 18:45:58+00:00 | 2023-09-22 18:48:44+00:00 | Type: <b>Bug</b>
In yesterday's Insider I changed the icon for my Documentation profile. Atfer the update today it's gone. Reloading the window didn't help.
<img width="177" alt="image" src="https://github.com/microsoft/vscode/assets/4674940/47a447f3-55ff-4931-a1f2-a112ad33f5e0">
VS Code version: Code - Insi... | not_planned | Profile icon missing Type: <b>Bug</b>
In yesterday's Insider I changed the icon for my Documentation profile. Atfer the update today it's gone. Reloading the window didn't help.
<img width="177" alt="image" src="https://github.com/microsoft/vscode/assets/4674940/47a447f3-55ff-4931-a1f2-a112ad33f5e0">
VS Code... | 199 |
193801 | When GPU acceleration is turned off, the cursor in the terminal does not turn into "block" after using the command "Focus on Terminal View" | 2023-09-22 12:45:52+00:00 | 2023-10-03 13:53:21+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 | When GPU acceleration is turned off, the cursor in the terminal does not turn into "block" after using the command "Focus on Terminal View" <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about... | 694 |
193790 | Debug: start without debugging should also announce "Started running without debugging" | 2023-09-22 10:06:12+00:00 | 2023-10-04 23:37:29+00:00 | 1. Launch Visual Studio code, create a sample .NET application with the below code
```
Console.WriteLine("Hello, World!");
Console.Read();
```
2. Build the application.
3. Start NVDA screen reader.
4. In VS Code, start the app without debugging by hit "Ctrl +F5"
Expected output
==============
On ... | completed | Debug: start without debugging should also announce "Started running without debugging" 1. Launch Visual Studio code, create a sample .NET application with the below code
```
Console.WriteLine("Hello, World!");
Console.Read();
```
2. Build the application.
3. Start NVDA screen reader.
4. In VS Code, start t... | 181 |
193789 | Command center with debug controls has strange mouse hover/active styling | 2023-09-22 10:04:33+00:00 | https://github.com/microsoft/vscode/assets/22350/e0beee6a-419f-43e4-b35e-20cb84695d35
Two observations:
- When debugging, the control center becomes red but when hovering the "non-debug" grey background appears. I expected a different shade of red when hovering, when in that state
- Also, pressing down with the ... | Command center with debug controls has strange mouse hover/active styling https://github.com/microsoft/vscode/assets/22350/e0beee6a-419f-43e4-b35e-20cb84695d35
Two observations:
- When debugging, the control center becomes red but when hovering the "non-debug" grey background appears. I expected a different shade... | 136 | ||
193785 | Actual command not found, wanted to execute _typescript.didApplyRefactoring/456396 | 2023-09-22 09:56:01+00:00 | 2023-12-13 11:25:02+00:00 | * select some code
* run the move to new file code action
* see this error: `Actual command not found, wanted to execute _typescript.didApplyRefactoring/456396`
This looks like a premature result disposal to me. E.g the placeholder command that's created is tracked by the code action result set and when that's dis... | not_planned | Actual command not found, wanted to execute _typescript.didApplyRefactoring/456396 * select some code
* run the move to new file code action
* see this error: `Actual command not found, wanted to execute _typescript.didApplyRefactoring/456396`
This looks like a premature result disposal to me. E.g the placeholder ... | 119 |
193746 | MarkdownString.appendCodeblock is not escaping code block border. | 2023-09-22 01:34:22+00:00 | 2023-12-05 12:42: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 | MarkdownString.appendCodeblock is not escaping code block border. <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bu... | 510 |
193741 | gitlens doesn't set sideBarFocus, making sidbar keybindings difficult | 2023-09-21 23:08:13+00:00 | Can you help me determine if this is a gitlens bug or a vscode bug? I opened the following issue on the gitlens repo but they bounced me back here:
- https://github.com/gitkraken/vscode-gitlens/issues/2930 | gitlens doesn't set sideBarFocus, making sidbar keybindings difficult Can you help me determine if this is a gitlens bug or a vscode bug? I opened the following issue on the gitlens repo but they bounced me back here:
- https://github.com/gitkraken/vscode-gitlens/issues/2930 | 85 | ||
193740 | Settings Sync always starts as logged out before realizing it's actually signed in | 2023-09-21 23:06:43+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Settings Sync always starts as logged out before realizing it's actually signed in <!-- ⚠️⚠️ 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... | 704 | ||
193737 | Focus into Side Bar commands don't focus the sidebar if the sidebar wasn't already visible | 2023-09-21 21:48:16+00:00 | 2024-04-26 07:33:51+00:00 | Type: <b>Bug</b>
1. Open an editor, with the primary sidebar not visible
2. Run the "Focus into Primary Side Bar" command (cmd+0)
- Observe that the editor is still visible — bug, it should have focused the sidebar
3. Run the "Focus into Primary Side Bar" command (cmd+0)
- Observe that the sidebar is now... | completed | Focus into Side Bar commands don't focus the sidebar if the sidebar wasn't already visible Type: <b>Bug</b>
1. Open an editor, with the primary sidebar not visible
2. Run the "Focus into Primary Side Bar" command (cmd+0)
- Observe that the editor is still visible — bug, it should have focused the sidebar
3. R... | 972 |
193732 | npm integration info is broken | 2023-09-21 20:31:25+00:00 | 2023-12-05 10:37:07+00:00 | Weird wrapping (maybe an issue with the content):

Cut off content and no wrapping:

| not_planned | npm integration info is broken Weird wrapping (maybe an issue with the content):

Cut off content and no wrapping:

... | 126 |
193728 | next/previous commenting range command doesn't work | 2023-09-21 19:46:59+00:00 | 2023-09-25 09:52:49+00:00 | I'm on a mac. setting it to be `option+f10` works though | completed | next/previous commenting range command doesn't work I'm on a mac. setting it to be `option+f10` works though | 34 |
193716 | active editor has commenting range is true even when it should not be | 2023-09-21 17:55:36+00:00 | 2023-09-22 10:55:33+00:00 | I don't have a PR checked out and yet, it's `true`


| completed | active editor has commenting range is true even when it should not be I don't have a PR checked out and yet, it's `true`


| completed | Sticky scroll in output is the wrong color Repro:
- Use a theme that has the editor as a different color to the panel
- Print a json object to an output channel

| 85 |
193640 | Source Control | Keep clicking to revert change and it will continue to be reverted | 2023-09-21 04:28:33+00:00 | 2023-12-05 17:59:55+00:00 | Type: <b>Bug</b>
0. Keep or Save `index.js` file to Git
1. Open `index.js`
2. Select all content to delete and save changes
3. Switch to Source Control panel
4. Open `index.js` to preview changes
5. Ensure that the editor window is wide enough to see the diff views
6. Find the arrow to revert change
7. Use th... | completed | Source Control | Keep clicking to revert change and it will continue to be reverted Type: <b>Bug</b>
0. Keep or Save `index.js` file to Git
1. Open `index.js`
2. Select all content to delete and save changes
3. Switch to Source Control panel
4. Open `index.js` to preview changes
5. Ensure that the editor windo... | 962 |
193637 | the same flashing "[D[D" in #180377 back | 2023-09-21 02:27:49+00:00 | 2023-12-07 21:33:23+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 | the same flashing "[D[D" in #180377 back <!-- ⚠️⚠️ 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 -->
<... | 480 |
193634 | `git-hook/pre-push: exec: python: not found` | 2023-09-20 23:40: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... | `git-hook/pre-push: exec: python: not found` <!-- ⚠️⚠️ 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 --... | 708 | ||
193623 | `onStartupFinished` activation event has no criteria for startup finishing | 2023-09-20 22:09:20+00:00 | 2024-02-06 09:25:52+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | `onStartupFinished` activation event has no criteria for startup finishing <!-- ⚠️⚠️ 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/Subm... | 908 |
193621 | goto symbol cell decorations do not persist for multiple symbols in a single cell | 2023-09-20 21:51:20+00:00 | 2023-09-20 22:12:30+00:00 | Steps to Reproduce:
1. create a notebook with a markdown cell that has multiple headers e.g.
```
# header
## sub header
```
3. Show the preview for the markdown cell - shift+enter
4. open symbols quickpick ctrl+shift+o and arrow down through the symbols list
:bug: cell decoration appears for the first item... | completed | goto symbol cell decorations do not persist for multiple symbols in a single cell Steps to Reproduce:
1. create a notebook with a markdown cell that has multiple headers e.g.
```
# header
## sub header
```
3. Show the preview for the markdown cell - shift+enter
4. open symbols quickpick ctrl+shift+o and arr... | 110 |
193606 | SCM Sync view: focus lost from the tree on mouse click | 2023-09-20 18:36:34+00:00 | 2023-09-21 17:58:09+00:00 | Nice view 👍
Noticed that when you click on a file with the mouse, focus moves into the editor immediately. Maybe connect with @alexr00 and custom trees to learn how you can get opening behaviour that is consistent for free. | completed | SCM Sync view: focus lost from the tree on mouse click Nice view 👍
Noticed that when you click on a file with the mouse, focus moves into the editor immediately. Maybe connect with @alexr00 and custom trees to learn how you can get opening behaviour that is consistent for free. | 68 |
193603 | [wsl] Can't run `code .` when offline and VS Code got updated | 2023-09-20 18:12: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... | [wsl] Can't run `code .` when offline and VS Code got updated <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-a... | 829 | ||
193597 | Wrong padding in suggest widget in notebook | 2023-09-20 16:32:10+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... | Wrong padding in suggest widget in notebook <!-- ⚠️⚠️ 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 -->... | 435 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.