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 |
|---|---|---|---|---|---|---|---|
180850 | Dependency tasks can run more than once | 2023-04-25 17:03:19+00:00 | 2023-05-04 13:03: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 | Dependency tasks can run more than once <!-- ⚠️⚠️ 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 -->
<!... | 711 |
180836 | Dragging files doesn't properly insert path | 2023-04-25 15:29:23+00:00 | 2023-04-26 00:12:28+00:00 | Testing #180741
1. Open a workspace, with no custom drop providers registered
2. Drag and drop a file from the native file explorer
3. See an absolute path is inserted (not sure if this should be relative, I dragged a file that was not inside the workspace)
4. Drag and drop a file from the VS Code file explorer
... | completed | Dragging files doesn't properly insert path Testing #180741
1. Open a workspace, with no custom drop providers registered
2. Drag and drop a file from the native file explorer
3. See an absolute path is inserted (not sure if this should be relative, I dragged a file that was not inside the workspace)
4. Drag and ... | 98 |
180835 | editor.actions.findWithArgs to resolve variables such as ${selectedText} | 2023-04-25 15:28:38+00:00 | 2023-12-13 20:43:07+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. -->
At the momment `editor.actions.findWithArgs` doe... | not_planned | editor.actions.findWithArgs to resolve variables such as ${selectedText} <!-- ⚠️⚠️ 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 ... | 404 |
180834 | [insiders] Gutter icons are stretched and cropped when adding breakpoints | 2023-04-25 15:20:14+00:00 | 2023-04-27 22:35:48+00:00 | Presumably related to #5923. Adding breakpoints to lines with gutter icons causes the icon to be stretched and cropped:

I don't know if related, but I'm using `gutterIconSize`:
```ts
v... | completed | [insiders] Gutter icons are stretched and cropped when adding breakpoints Presumably related to #5923. Adding breakpoints to lines with gutter icons causes the icon to be stretched and cropped:
 {
};
/**
* Fires a <i>onComponentTitleChanged</i> event on all registered listeners.
... | completed | Sticky scroll stills displays function after it is hidden Sticky scroll still displays some functions even after they are hidden.
Example with this code:
```js
/**
* File: file.js
*/
/**
* @class mynamespace.Component class
*/
mynamespace.Component = function () {
};
/**
* Fires a <i>onCompo... | 848 |
180826 | Recommendation to search from Marketplace is not shown | 2023-04-25 13:47:06+00:00 | 2023-05-31 15:28:41+00:00 | I opened VS Code with a brand new profile (`--profile-temp --user-data-dir /foo/tmp`) and opened `.arb` file. I was expected to see a notification "Marketplace has extensions that can help with '.arb' files" but nothing appeared.
I put a breakpoint inside [`promptRecommendations()` in `fileBasedRecommendations.ts`](... | completed | Recommendation to search from Marketplace is not shown I opened VS Code with a brand new profile (`--profile-temp --user-data-dir /foo/tmp`) and opened `.arb` file. I was expected to see a notification "Marketplace has extensions that can help with '.arb' files" but nothing appeared.
I put a breakpoint inside [`prom... | 568 |
180892 | [de] Settings links broken | 2023-04-25 12:56:25+00:00 | 2023-04-25 23:27:39+00:00 | - open the settings, in the filter box enter `Auto detect color`. Check the settings description. It should contain links.
The links use a special syntax: `backtick hash settingsId hash backtick` that must not be changed.
The translated string has a message mentioning that.

| completed | Unexpected link highlighting in search editor Testing #179922

| 83 |
180802 | The "Replace" label is not centered | 2023-04-25 09:57:19+00:00 | 2023-06-02 07:50:22+00:00 | Testing #180678

Notice there is more space to the right than to the left. | completed | The "Replace" label is not centered Testing #180678

Notice there is more space to the right than to the left. | 85 |
180800 | vscode.dev link does not open correct branch | 2023-04-25 09:35:03+00:00 | 2023-04-27 06:48:30+00:00 | Testing #180563
Follow steps in https://github.com/microsoft/vscode/issues/180799 but from a branch called `ben/;@&=+$`. Opening a vscode.dev link puts you on `main` branch. | completed | vscode.dev link does not open correct branch Testing #180563
Follow steps in https://github.com/microsoft/vscode/issues/180799 but from a branch called `ben/;@&=+$`. Opening a vscode.dev link puts you on `main` branch. | 73 |
180799 | vscode.dev link with spaces does not open the file | 2023-04-25 09:32:22+00:00 | 2023-04-27 06:48:31+00:00 | Testing #180563
The links is: https://insiders.vscode.dev/github/bpasero/vscode-bisect/blob/ben/initial-jaguar/src/super%2520duper%2520test%2520.%2520txt#L1
Steps:
* clone https://github.com/bpasero/vscode-bisect to local
* create a branch and push
* create files `src/super duper test . txt` and `src/more comi... | completed | vscode.dev link with spaces does not open the file Testing #180563
The links is: https://insiders.vscode.dev/github/bpasero/vscode-bisect/blob/ben/initial-jaguar/src/super%2520duper%2520test%2520.%2520txt#L1
Steps:
* clone https://github.com/bpasero/vscode-bisect to local
* create a branch and push
* create fi... | 161 |
180796 | "Report issue" for GH Codespaces opens issue reporter on 1st time clicking | 2023-04-25 09:17:17+00:00 | Testing #180561
> The Report Issue node for GitHub codespaces now goes to GitHub Discussions rather than opening the issue reporter
The first time I click on "Report issue" and pick GH Codespaces from the quickpick, I get the issue reporter. After the first time, it does open the browser. I was thinking I just ne... | "Report issue" for GH Codespaces opens issue reporter on 1st time clicking Testing #180561
> The Report Issue node for GitHub codespaces now goes to GitHub Discussions rather than opening the issue reporter
The first time I click on "Report issue" and pick GH Codespaces from the quickpick, I get the issue reporte... | 274 | ||
180792 | Manually triggered inline completions do not show up | 2023-04-25 08:05:00+00:00 | 2023-04-26 21:31:22+00:00 | 1. VS Code Insiders, Copilot
2. F1 > trigger inline completions
3. Nothing happens
Found by @hstaudacher | completed | Manually triggered inline completions do not show up 1. VS Code Insiders, Copilot
2. F1 > trigger inline completions
3. Nothing happens
Found by @hstaudacher | 42 |
180764 | on windows, when debugging OSS, the pty host crashes | 2023-04-24 22:54:31+00:00 | 2023-05-25 15:33:55+00:00 | reported by @joyceerhl and @alexr00
This does not occur as reliably when launching from the command line.
Disabling persistent sessions is the workaround | completed | on windows, when debugging OSS, the pty host crashes reported by @joyceerhl and @alexr00
This does not occur as reliably when launching from the command line.
Disabling persistent sessions is the workaround | 56 |
180754 | VSCode `${relativeFile}` in launch.json does not detect filename rename casing change | 2023-04-24 21:37: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... | VSCode `${relativeFile}` in launch.json does not detect filename rename casing change <!-- ⚠️⚠️ 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/vscod... | 755 | ||
180744 | "Show Next Change" doesn't show the right change | 2023-04-24 19:33:41+00:00 | 2023-04-26 16:04:30+00:00 | - Open a file with multiple changed regions in git
- Move cursor inside/next to some change
- Run "Show Next Change" (alt+f3)
- It reveals and shows a different change- I think it always shows the last one in the editor. It should show the next one after the cursor position
I can press it multiple times to cycle ... | completed | "Show Next Change" doesn't show the right change - Open a file with multiple changed regions in git
- Move cursor inside/next to some change
- Run "Show Next Change" (alt+f3)
- It reveals and shows a different change- I think it always shows the last one in the editor. It should show the next one after the cursor po... | 107 |
180729 | Investigate merge editor accessibility | 2023-04-24 18:09:45+00:00 | 2023-05-23 17:12:22+00:00 | @jooyoungseo and I chatted about how the 3 way merge editor isn't currently accessible / easy to understand, but would be very useful.
I'm going to explore what the current is experience is like to see how we could improve upon it. | completed | Investigate merge editor accessibility @jooyoungseo and I chatted about how the 3 way merge editor isn't currently accessible / easy to understand, but would be very useful.
I'm going to explore what the current is experience is like to see how we could improve upon it. | 64 |
180721 | quick fixes don't work on windows | 2023-04-24 17:14:05+00:00 | 2023-05-01 19:57:26+00:00 | `startLine` and `endLine` are the same and `offset` is `0` thus no lines are even looked at 🤔 | completed | quick fixes don't work on windows `startLine` and `endLine` are the same and `offset` is `0` thus no lines are even looked at 🤔 | 43 |
180711 | Sticky scroll screen cheese | 2023-04-24 15:15:22+00:00 | 2023-06-01 13:12:19+00:00 | 1. Open a diff
2. Enable inline diff

3. :bug: The line numbers are slightly offset:

| completed | Sticky scroll screen cheese 1. Open a diff
2. Enable inline diff

3. :bug: The line numbers are slightly offset:
.
https://user-images.githubusercontent.com/22350/234018103-1757f6a7-7c07-4bab-b9c7-6dc41f8fd451.mov
| completed | Hard to stop GitHub auth dance 1. Attempt to sign in to GitHub via GHPRI, click `Allow`
2. Click `Cancel`
🐛 I now have to click twice `No` and once `Cancel` to stop the notification stream. I expected no extra clicks after step (2).
https://user-images.githubusercontent.com/22350/234018103-1757f6a7-7c07-4bab-b9... | 119 |
180693 | Tunnel service: Problem restarting tunnel with uppercase letter in name | 2023-04-24 13:38:38+00:00 | 2023-04-25 21:50:17+00:00 | In the settings define a host name with a capital letter in it:
```
"remote.tunnels.access.hostNameOverride": "Nelson",
```
- start the tunnel. stop the server and start the server
```
2023-04-24 15:42:54.678 [info] tunnel Spawning: c:\Users\martinae\AppData\Local\Programs\Microsoft VS Code Insiders\bin\code-tunn... | completed | Tunnel service: Problem restarting tunnel with uppercase letter in name In the settings define a host name with a capital letter in it:
```
"remote.tunnels.access.hostNameOverride": "Nelson",
```
- start the tunnel. stop the server and start the server
```
2023-04-24 15:42:54.678 [info] tunnel Spawning: c:\Users\... | 410 |
180670 | `ERR play() can only be initiated by a user gesture` right on startup | 2023-04-24 05:40:19+00:00 | 2023-04-24 16:01:02+00:00 | I think this code cannot work without user gesture in Chrome:
https://github.com/microsoft/vscode/blob/3a69e153f6c68b2b855fb2f1e5bdb798a16a1ee4/src/vs/platform/audioCues/browser/audioCueService.ts#L41-L45 | completed | `ERR play() can only be initiated by a user gesture` right on startup I think this code cannot work without user gesture in Chrome:
https://github.com/microsoft/vscode/blob/3a69e153f6c68b2b855fb2f1e5bdb798a16a1ee4/src/vs/platform/audioCues/browser/audioCueService.ts#L41-L45 | 105 |
180631 | [scss] support interpolation in layer name | 2023-04-23 06:01:23+00:00 | 2023-11-30 22:58:45+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. -->
This feature request is about new CSS [at-rule c... | completed | [scss] support interpolation in layer name <!-- ⚠️⚠️ 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. -->
This ... | 234 |
180624 | welcome page, “Recent” items | 2023-04-23 02:55:03+00:00 | 2023-05-04 21:00:46+00:00 | Type: <b>Bug</b>
In welcome page, “Recent” items used to be the right part of the page, and it showed more items. But now the “Recent” items is on the left-bottom corner, and only five items are listed. I think the old version is better.
VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023... | not_planned | welcome page, “Recent” items Type: <b>Bug</b>
In welcome page, “Recent” items used to be the right part of the page, and it showed more items. But now the “Recent” items is on the left-bottom corner, and only five items are listed. I think the old version is better.
VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6... | 152 |
180622 | Running tests - Profile directory no longer reading from .vscode-test after 1.74.3 | 2023-04-23 00:50:53+00:00 | 2023-05-09 11:25:07+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 | Running tests - Profile directory no longer reading from .vscode-test after 1.74.3 <!-- ⚠️⚠️ 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... | 637 |
180619 | Breakpoints which appear in margin and injected text aren't factored into glyph margin width | 2023-04-22 23:15:45+00:00 | 2023-04-23 08:17:23+00:00 | 1. Have an active debug session
2. Add a bookmark to one line
3. Add a breakpoint to the same line where the breakpoint ends up being an inline breakpoint
4. :bug: the margin resizes so that the bookmark on the line in step 2 is also gone
Debugging this in devtools, this appears to be because the breakpoint does ... | completed | Breakpoints which appear in margin and injected text aren't factored into glyph margin width 1. Have an active debug session
2. Add a bookmark to one line
3. Add a breakpoint to the same line where the breakpoint ends up being an inline breakpoint
4. :bug: the margin resizes so that the bookmark on the line in step ... | 652 |
180589 | Java General profile template doesn't include Test Runner for Java even though it is include in the Extension Pack for Java | 2023-04-22 03:31:59+00:00 | 2023-04-26 13:39:20+00:00 | - VS Code Version: 1.78 Insiders
- OS Version: Windows 11
Steps to Reproduce:
1. Profiles > Create Profiles
2. Select the Java General profile from the dropdown
The Extension Pack for Java is included and I believe that is where most of the other extensions are coming from.

| completed | Notebook cell selection is altered by inner list view selection 1. create a notebook with a few cells
2. call function that has a few references
3. peek at the references and navigate between them
:bug: cell selection changes

Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710
Date: 2023-04-12T09:16:02.548Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No

Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710
Date: 2023-04-12T09:16:02.548Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No
` into a ts or jsx file.
3. No color decorator appears for that specific hsl value, but a decorator appe... | Test: standalone color picker: decorators with hsl values, some don't work, some hsl values do trigger the decorator
Testing https://github.com/microsoft/vscode/issues/180678
@aiday-mar
Steps to Reproduce:
1. Enable the setting `Editor: Default Color Decorator`.
2. Insert this color value: `hsl(253, 100... | 349 | ||
180433 | Test: standalone color picker: in a json file: no color decorator, or it disappears | 2023-04-20 18:31:31+00:00 | 2023-07-12 11:21:41+00:00 |
Testing https://github.com/microsoft/vscode/issues/180678
@aiday-mar
Steps to Reproduce:
1. Enable the setting `Editor: Default Color Decorators`
2. Open a json file with a css-formatted value.
3. Observe that there is no color decorator shown.
4. Reload vscode with the json file in focus: color decorato... | completed | Test: standalone color picker: in a json file: no color decorator, or it disappears
Testing https://github.com/microsoft/vscode/issues/180678
@aiday-mar
Steps to Reproduce:
1. Enable the setting `Editor: Default Color Decorators`
2. Open a json file with a css-formatted value.
3. Observe that there is n... | 294 |
180420 | Unresolved icon uses a border color in comments panel | 2023-04-20 14:53:14+00:00 | 2023-05-04 12:56:40+00:00 | In the Comments panel - the unresolved comment icon uses the colour `editorCommentsWidget.unresolvedBorder` which if not defined inherits `peekViewBorder`
This means for a theme which has a very low constrast set of borders, the icon is very low in in contrast, for example:
 attaches to a gdbserver instance in a paused state and immediately continues it (as part of the connection steps). This causes two DAB events to be sent really fast to VSCode: paused & continued. It appears that the processing of the continued event is much faster than t... | completed | Inconsistent debugger status when debuggee is paused/continued really fast I am in a situation where my debugger (codelldb) attaches to a gdbserver instance in a paused state and immediately continues it (as part of the connection steps). This causes two DAB events to be sent really fast to VSCode: paused & continued. ... | 207 |
180402 | New default color provider triggers for longer GitHub issue identifiers in comments | 2023-04-20 09:58: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... | New default color provider triggers for longer GitHub issue identifiers in comments <!-- ⚠️⚠️ 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/... | 563 | ||
180398 | Terminal: Ctrl+Click on paths with space | 2023-04-20 08:37:48+00:00 | 2023-05-09 14:19:58+00:00 | Type: <b>Bug</b>
Ctrl+Click on a path in terminal when the path have a space doesn't lead you to the file position

VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09... | completed | Terminal: Ctrl+Click on paths with space Type: <b>Bug</b>
Ctrl+Click on a path in terminal when the path have a space doesn't lead you to the file position

VS Code version: Code 1.77.3 (704ed70d4fd1c6... | 955 |
180347 | sometimes audio cues don't play | 2023-04-19 18:13:19+00:00 | 2023-05-10 20:28:02+00:00 | this happens in Insider's and has been around for a long time
I can reproduce in the `Help: List Audio Cues` quickpick and in the diff editor. I am not sure of a pattern. We request the sound to `play` and it doesn't happen.
https://user-images.githubusercontent.com/29464607/233163607-5061833b-42ac-4f29-99c0-ee1... | completed | sometimes audio cues don't play this happens in Insider's and has been around for a long time
I can reproduce in the `Help: List Audio Cues` quickpick and in the diff editor. I am not sure of a pattern. We request the sound to `play` and it doesn't happen.
https://user-images.githubusercontent.com/29464607/2331... | 118 |
180321 | Webview View fails to get focus | 2023-04-19 12:58:17+00:00 | Using this sample with minimal modification: https://github.com/microsoft/vscode-extension-samples/tree/main/webview-view-sample
Add anywhere in `media/main.js`:
```js
window.addEventListener('focus', () => {
document.body.append('✅✅✅ Focused', document.createElement('br'));
});
```
First (1-2) calls o... | Webview View fails to get focus Using this sample with minimal modification: https://github.com/microsoft/vscode-extension-samples/tree/main/webview-view-sample
Add anywhere in `media/main.js`:
```js
window.addEventListener('focus', () => {
document.body.append('✅✅✅ Focused', document.createElement('br'));
... | 228 | ||
180319 | Have a profile active. Opening a settings should not ask what settings.json to open (just open profile one) | 2023-04-19 12:50:18+00:00 | 2023-07-05 16:36:10+00:00 | 1. Apply some profile
2. Open settings UI. Click on settings.json button
3. We ask what settings.json to open 🐛
We should just open for the current profile.
The current flow is confusing.
fyi @sandy081
 1. Apply some profile
2. Open settings UI. Click on settings.json button
3. We ask what settings.json to open 🐛
We should just open for the current profile.
The current flow is confusing.
fyi @sandy0... | 149 |
180290 | Tweak wording of error button when extension is installed but not enabled | 2023-04-19 06:28:53+00:00 | 2023-04-26 18:29:57+00:00 | Here I have installed the extension but not enabled, so I suggest to change the wording of the button.

| completed | Tweak wording of error button when extension is installed but not enabled Here I have installed the extension but not enabled, so I suggest to change the wording of the button.

| 103 |
180281 | Source Control shows "Publish Branch" button continuously when check out on a tag | 2023-04-19 02:57:05+00:00 | 2023-05-03 12:43:17+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 | Source Control shows "Publish Branch" button continuously when check out on a 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/wi... | 464 |
180257 | Built-in linux terminal crashes when pasting 39-character string into nano | 2023-04-18 19:57:17+00:00 | 2023-12-19 16:58:48+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 | Built-in linux terminal crashes when pasting 39-character string into nano <!-- ⚠️⚠️ 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... | 490 |
180231 | Double-click on sidebar right-border doesn't adjust sidebar width | 2023-04-18 16:01:25+00:00 | 2023-05-11 11:24:18+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | not_planned | Double-click on sidebar right-border doesn't adjust sidebar width <!-- ⚠️⚠️ 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... | 492 |
180224 | Setting to not automatically show inline suggestion is not respected | 2023-04-18 14:01:29+00:00 | 2023-05-03 10:17: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 | Setting to not automatically show inline suggestion is not respected <!-- ⚠️⚠️ 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... | 463 |
180222 | Replying to a comment results in an exception | 2023-04-18 13:54:19+00:00 | 2023-04-24 13:01:40+00:00 | To reproduce, just try to reply to a comment in the microsoft/vscode workspace. For example:
1. Install GitHub Pull Requests and Issues extension
2. Open a file from a PR and leave a comment
3. Try to reply to that comment
```
textMateWorkerHost.ts:134 Uncaught Error: An unexpected bug occurred.
at Jo.crea... | completed | Replying to a comment results in an exception To reproduce, just try to reply to a comment in the microsoft/vscode workspace. For example:
1. Install GitHub Pull Requests and Issues extension
2. Open a file from a PR and leave a comment
3. Try to reply to that comment
```
textMateWorkerHost.ts:134 Uncaught Erro... | 351 |
180196 | ERR y.hasOwnProperty is not a function: | 2023-04-18 08:19:13+00:00 | 2023-04-19 19:52:58+00:00 | This [code](https://github.com/microsoft/vscode/blob/ada796969b6599a66c6deb0d057aae4b4f3ecf4b/src/vs/platform/telemetry/common/telemetryUtils.ts#L383) throws the exception below. This happens when logging objects without prototypes, e.g `Object.create(null)`. Instead of the property access `Object.hasOwnProperty.call(... | completed | ERR y.hasOwnProperty is not a function: This [code](https://github.com/microsoft/vscode/blob/ada796969b6599a66c6deb0d057aae4b4f3ecf4b/src/vs/platform/telemetry/common/telemetryUtils.ts#L383) throws the exception below. This happens when logging objects without prototypes, e.g `Object.create(null)`. Instead of the prop... | 714 |
180193 | Reverting notebook does not restore cells as they were | 2023-04-18 07:55:24+00:00 | Steps:
* change a notebook cell
* select File > Revert
=> 🐛 cell is not restored
I was using the GH issues notebook extension:

| Reverting notebook does not restore cells as they were Steps:
* change a notebook cell
* select File > Revert
=> 🐛 cell is not restored
I was using the GH issues notebook extension:

OS version: Darwin x64 22.4.0
Modes:
Sandboxed: ... | [linked editing] Linked editing stops syncing on quick edits
Type: <b>Bug</b>
1. `"editor.linkedEditing": true`
1. In an html file, start linked editing on some tags
1. Rapidly type a few characters
**Bug**
Sometimes linked editing stops working
VS Code version: Code - OSS Dev 1.78.0 (Commit unknown, Date... | 412 | ||
180138 | Window restores to wrong size when app closed and restarted while maximized | 2023-04-17 16:03:19+00:00 | 2023-12-05 16:45:42+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 | Window restores to wrong size when app closed and restarted while maximized <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Sub... | 699 |
180132 | Snippet choices are incorrectly escaped/applied | 2023-04-17 14:53:37+00:00 | 2023-12-15 09:37:26+00:00 | This code inserts a snippet with some dollars but no backslashes:
```ts
const s = new vs.SnippetString();
s.appendChoice(["aaa$aaa"]);
s.appendText("bbb$bbb");
const doc = await vs.workspace.openTextDocument({ content: "" });
const editor = await vs.window.showTextDocument(doc);
await editor.insertSnippet(s)... | completed | Snippet choices are incorrectly escaped/applied This code inserts a snippet with some dollars but no backslashes:
```ts
const s = new vs.SnippetString();
s.appendChoice(["aaa$aaa"]);
s.appendText("bbb$bbb");
const doc = await vs.workspace.openTextDocument({ content: "" });
const editor = await vs.window.showT... | 209 |
180115 | Settings UI - value description is not being read by Screen Reader | 2023-04-17 10:33:48+00:00 | 2023-05-25 20:35:03+00:00 | **GitHub Tags:**
#A11yMAS; #A11yTCS; #A11ySev2; #Device; #Visual Studio Code Client; #BM-VisualStudioCodeClient-MAC-Oct2022; WCAG1.3.1; #Voiceover; #Screenreader; #Info and Relationships;
### Environment and OS details:
Visual Studio Code Insiders
Screenreader: Voiceover
### Repro Steps:
1. Open Visual stud... | completed | Settings UI - value description is not being read by Screen Reader **GitHub Tags:**
#A11yMAS; #A11yTCS; #A11ySev2; #Device; #Visual Studio Code Client; #BM-VisualStudioCodeClient-MAC-Oct2022; WCAG1.3.1; #Voiceover; #Screenreader; #Info and Relationships;
### Environment and OS details:
Visual Studio Code Insiders
... | 450 |
180097 | deprecated terminal.integrated.shellArgs settings' hover info's fragment point to non-existent webpage element ID | 2023-04-17 05:01:55+00:00 | 2023-05-25 13:26:29+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | deprecated terminal.integrated.shellArgs settings' hover info's fragment point to non-existent webpage element ID <!-- ⚠️⚠️ 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:... | 593 |
180080 | Notebook cell language selection UI doesn't use custom language icons | 2023-04-16 18:31:09+00:00 | Contribute a language like this:
```
"languages": [
{
"id": "user",
"aliases": [
"User"
],
"icon": {
"dark": "./media/file-icon.png",
"light": "./media/file-icon.png"
}
},
```
And set your notebook controller to supp... | Notebook cell language selection UI doesn't use custom language icons Contribute a language like this:
```
"languages": [
{
"id": "user",
"aliases": [
"User"
],
"icon": {
"dark": "./media/file-icon.png",
"light": "./media/file-icon.png"... | 349 | ||
180069 | Markdown link label suggestions are not displayed when the snippet has a choice | 2023-04-16 13:26:15+00:00 | 2023-07-07 11:25:25+00:00 |
This problem still occurs even if you disable all extensions. This problem was confirmed in Markdown file.
## To reproduce
1. Create below the snippet (it contains a snippet choice)
```json
"link": {
"prefix": "xxx",
"body": "[${1|A,B,C|}][$2]$0"
}
```
1. Write below t... | not_planned | Markdown link label suggestions are not displayed when the snippet has a choice
This problem still occurs even if you disable all extensions. This problem was confirmed in Markdown file.
## To reproduce
1. Create below the snippet (it contains a snippet choice)
```json
"link": {
"prefix": "... | 374 |
180065 | Context Menu (Open with Code Insiders) Does Not Work If Marked To Run As Administrator | 2023-04-16 09:51:33+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... | Context Menu (Open with Code Insiders) Does Not Work If Marked To Run As Administrator <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vsco... | 543 | ||
180037 | QuickPick separators does not hide when searching | 2023-04-15 10:37:40+00:00 | 2023-05-02 06:02:31+00:00 | Does this issue occur when all extensions are disabled?: Yes
https://github.com/microsoft/vscode/issues/74967#issuecomment-500760469
>Search rearranges the items according to how well they match, so items are no longer in the original groups. Because of that we remove the separators. (See, e.g., the theme picker.)
... | completed | QuickPick separators does not hide when searching Does this issue occur when all extensions are disabled?: Yes
https://github.com/microsoft/vscode/issues/74967#issuecomment-500760469
>Search rearranges the items according to how well they match, so items are no longer in the original groups. Because of that we remo... | 362 |
180028 | On MacOS, `"workbench.startupEditor": "readme"` does not fallback to `welcomePage` | 2023-04-15 07:07:43+00:00 | 2023-06-07 19:02:31+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | On MacOS, `"workbench.startupEditor": "readme"` does not fallback to `welcomePage` <!-- ⚠️⚠️ 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... | 448 |
180021 | `code.cmd` does not give the correct exit code | 2023-04-15 04:48:30+00:00 | 2023-05-01 22:31:23+00:00 |
Type: <b>Bug</b>
`code.cmd --uninstall-extension this-does.not-exist` will exit with code `0`.
`code --uninstall-extension this-does.not-exist` will exit with code `1`.
VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.548Z)
OS version: Windows_NT x64 10.0.25336
Mo... | completed | `code.cmd` does not give the correct exit code
Type: <b>Bug</b>
`code.cmd --uninstall-extension this-does.not-exist` will exit with code `0`.
`code --uninstall-extension this-does.not-exist` will exit with code `1`.
VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.5... | 475 |
180018 | ITerminalService#getActiveOrCreateInstance returns a disposed terminal | 2023-04-14 23:38:46+00:00 | 2023-05-17 23:36:35+00:00 | - Open a Terminal Editor
- Close it
- Call `ITerminalService#getActiveOrCreateInstance`
- Get a terminal that has `isDisposed = true`
- Try to reveal the terminal, and it isn't shown
Noticed this with https://github.com/microsoft/vscode/pull/180017/files#diff-0cce141a5c2c60f7c15454df04f32133a8364c97b5d67af79de9d... | completed | ITerminalService#getActiveOrCreateInstance returns a disposed terminal - Open a Terminal Editor
- Close it
- Call `ITerminalService#getActiveOrCreateInstance`
- Get a terminal that has `isDisposed = true`
- Try to reveal the terminal, and it isn't shown
Noticed this with https://github.com/microsoft/vscode/pull/... | 160 |
180004 | New saved files show breadcrumb path as /run/user | 2023-04-14 19:57:41+00:00 | 2023-04-18 16:52:09+00:00 |
Type: <b>Bug</b>
1. Create new file
2. Save file to some location, say, `/tmp/deleteme`
3. Observe breadcrumb for the same file that you just saved, still open in the editor. The location you saved the file to won't appear, instead, the file appears in `/run/user/1000/[...]`
VS Code version: Code 1.77.3 (704e... | completed | New saved files show breadcrumb path as /run/user
Type: <b>Bug</b>
1. Create new file
2. Save file to some location, say, `/tmp/deleteme`
3. Observe breadcrumb for the same file that you just saved, still open in the editor. The location you saved the file to won't appear, instead, the file appears in `/run/user... | 935 |
179993 | Deleting a Cloud Change sometimes doesn't remove Tree Item completely and keeps around a GUID | 2023-04-14 17:25:10+00:00 | Title says it all... I had a few Cloud Changes and was deleting them one-by-one (without realizing the Delete All in the overflow)

It's usually like every other delete does this. | Deleting a Cloud Change sometimes doesn't remove Tree Item completely and keeps around a GUID Title says it all... I had a few Cloud Changes and was deleting them one-by-one (without realizing the Delete All in the overflow)
, click on another result in another file.
5. Allow the second file to loa... | completed | notebook search: notebook matches duplicate 1. `search.experimental.notebooksearch: true`
2. have all tabs closed and search for something that would appear in notebooks
3. click on a notebook and allow it to load.
4. While the tab is still in preview mode (the tab title is italicized), click on another result in an... | 115 |
179915 | notebook search: output matches not disappearing when dismissed | 2023-04-13 20:45:47+00:00 | 1. `search.experimental.notebooksearch: true`
2. search something that would have outputs in a notebook and open the notebook
3. try to dismiss the result for the output
4. text decoration for search result (orange by default) doesn't disappear. | notebook search: output matches not disappearing when dismissed 1. `search.experimental.notebooksearch: true`
2. search something that would have outputs in a notebook and open the notebook
3. try to dismiss the result for the output
4. text decoration for search result (orange by default) doesn't disappear. | 71 | ||
179907 | jemalloc issue in ripgrep on aarch64-linux | 2023-04-13 19:25:46+00:00 | 2023-06-27 01:05:54+00:00 | From https://github.com/microsoft/vscode/issues/179121#issuecomment-1502624811
@mycraftmw
> 2023-04-11 11:01:28.153 [debug] RipgrepSearchEH#search /home/tongyu/.vscode-server-insiders/bin/7f03ec6f7a48791d8027761b22773b454fc52478/node_modules/@vscode/ripgrep/bin/rg --hidden --ignore-case -g '!**/.git' -g '!**/.svn'... | completed | jemalloc issue in ripgrep on aarch64-linux From https://github.com/microsoft/vscode/issues/179121#issuecomment-1502624811
@mycraftmw
> 2023-04-11 11:01:28.153 [debug] RipgrepSearchEH#search /home/tongyu/.vscode-server-insiders/bin/7f03ec6f7a48791d8027761b22773b454fc52478/node_modules/@vscode/ripgrep/bin/rg --hidde... | 522 |
200295 | The functions for "match the whole word" and "match case sensitive" fail | 2023-04-13 15:37:49+00:00 | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
Below is an example for "match case sensitive", where I first pressed `Alt+C`, and then, by selecting `x1` , typed`Shift+Ctrl+L` to match all. But it still matches `X1` ... | The functions for "match the whole word" and "match case sensitive" fail ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
Below is an example for "match case sensitive", where I first pressed `Alt+C`, and then, by sele... | 632 | ||
179872 | "Accept all Current/Incoming" does not work when selecting multiple files (in Source Control Tab) | 2023-04-13 13:38:19+00:00 | Type: <b>Bug</b>
Same as issue #63621: When a merge conflict occurs in git, select multiple changed file in the "Source Control" panel, right-click on any of them and select "Accept all Incoming" or "Accept all Current". I would expect it to accept all changes in all of the selected files, not just the one I right-c... | "Accept all Current/Incoming" does not work when selecting multiple files (in Source Control Tab) Type: <b>Bug</b>
Same as issue #63621: When a merge conflict occurs in git, select multiple changed file in the "Source Control" panel, right-click on any of them and select "Accept all Incoming" or "Accept all Current"... | 877 | ||
179870 | Running `code .` on web vscode terminal cannot open a new window | 2023-04-13 13:16:46+00:00 | 2023-05-02 18:11: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... | completed | Running `code .` on web vscode terminal cannot open a new window <!-- ⚠️⚠️ 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-Bug... | 747 |
179850 | Visual Studio UI lag in Macos VMware | 2023-04-13 09:08:47+00:00 | 2023-04-21 15:36:13+00:00 | I'm trying to run Visual Studio on Macos VMware, but after booting, the following picture appears

For your information: the specifications of my device are somewhat high, and I do... | completed | Visual Studio UI lag in Macos VMware I'm trying to run Visual Studio on Macos VMware, but after booting, the following picture appears

For your information: the specifications of ... | 119 |
179826 | Unable to open mp4 files on desktop in video preview | 2023-04-12 23:51:57+00:00 | 2023-04-19 02:34:37+00:00 | This works on web e.g. https://insiders.vscode.dev/github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_77.md but does not work in desktop, either with a desktop git clone or with RemoteHub. The last time this happened it was due to a regression in the list of enabled codecs for our Electron builds. | completed | Unable to open mp4 files on desktop in video preview This works on web e.g. https://insiders.vscode.dev/github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_77.md but does not work in desktop, either with a desktop git clone or with RemoteHub. The last time this happened it was due to a regression in the list o... | 109 |
179809 | Git merge is canceled when removing an untracked file | 2023-04-12 20:28:48+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.77.3
- OS Version: Windows 10 22H2
Steps to Reproduce:
1. Perform a Git merge with conflicts (from the command line, in or outside of VSCode - I'm using git bash as it shows the merge state by default, but I've tried this using C... | Git merge is canceled when removing an untracked file Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.77.3
- OS Version: Windows 10 22H2
Steps to Reproduce:
1. Perform a Git merge with conflicts (from the command line, in or outside of VSCode - I'm using git bash as it shows t... | 987 | ||
179793 | Emmet does not create BEM grandparent class with 2 hyphens | 2023-04-12 16:12:57+00:00 | 2023-08-04 16:26:25+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | not_planned | Emmet does not create BEM grandparent class with 2 hyphens <!-- ⚠️⚠️ 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-... | 622 |
179772 | onDidChangeWindowState does not behave as expected on Web | 2023-04-12 12:49:13+00:00 | 2023-09-04 11:30: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... | completed | onDidChangeWindowState does not behave as expected on Web <!-- ⚠️⚠️ 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... | 453 |
179749 | Confusing Bash/Shell syntax highlighting | 2023-04-12 06:28:49+00:00 | 2023-04-12 13:33: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 | Confusing Bash/Shell syntax highlighting <!-- ⚠️⚠️ 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 -->
<... | 442 |
179746 | Maximizing window doesn't work properly when using WaylandWindowDecorations | 2023-04-12 04:26:21+00:00 | 2023-12-23 11:25: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... | not_planned | Maximizing window doesn't work properly when using WaylandWindowDecorations <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Sub... | 422 |
179711 | `TextDocumentContentProvider` drops `onDidChange` events when they happen quickly | 2023-04-11 19:58:24+00:00 | 2023-12-06 15:29:27+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.77.2
- OS Version: Windows 10
It seems that when refreshing (`onDidChangeEmitter.fire`) the `TextDocumentContentProvider` in a short period, the second refresh is not actually performed.
I have provided an example repo and a vi... | completed | `TextDocumentContentProvider` drops `onDidChange` events when they happen quickly Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.77.2
- OS Version: Windows 10
It seems that when refreshing (`onDidChangeEmitter.fire`) the `TextDocumentContentProvider` in a short period, the seco... | 326 |
179684 | VS Code won`t show tasks defined in the .code-workspace file | 2023-04-11 14:22:41+00:00 | 2023-07-11 04:45:09+00:00 | Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
Version: 1.77.1 (user setup)
Commit: b7886d7461186a5eac768481578c1d7ca80e2d21
Date: 2023-04-04T23:21:11.906Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x... | completed | VS Code won`t show tasks defined in the .code-workspace file Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:
Version: 1.77.1 (user setup)
Commit: b7886d7461186a5eac768481578c1d7ca80e2d21
Date: 2023-04-04T23:21:11.906Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.... | 487 |
179679 | "Git relative path not found" error floods dev console | 2023-04-11 12:16:24+00:00 | 2023-04-27 14:45: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... | not_planned | "Git relative path not found" error floods dev console <!-- ⚠️⚠️ 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... | 557 |
179671 | Integrated terminal maximized panel glitch with jupyter notebook | 2023-04-11 10:45: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... | reopened | Integrated terminal maximized panel glitch with jupyter 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-Bug... | 528 | |
179700 | Jupyter notebook toolbar on top of maximized panel | 2023-04-11 06:14:54+00:00 | 2024-01-16 16:54:25+00:00 | <!-- Please search existing issues to avoid creating duplicates. -->
## Environment data
- VS Code version: 1.77.1
- Jupyter Extension version (available under the Extensions sidebar): v2023.3.1000892223
- Python Extension version (available under the Extensions sidebar): v2023.6.0
- OS (Windows | Mac... | completed | Jupyter notebook toolbar on top of maximized panel <!-- Please search existing issues to avoid creating duplicates. -->
## Environment data
- VS Code version: 1.77.1
- Jupyter Extension version (available under the Extensions sidebar): v2023.3.1000892223
- Python Extension version (available under the Ex... | 699 |
179639 | Ghost text background is not covering the whole line height | 2023-04-10 21:33:32+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... | Ghost text background is not covering the whole line height <!-- ⚠️⚠️ 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... | 827 | ||
179637 | Process created using `child_process.fork` behaves differently in 1.78.0-insiders | 2023-04-10 21:25:54+00:00 | 2023-04-13 12:32:26+00:00 | The Angular language service extension spawns a child process using `child_process.fork` and listens for the `error` and `close` events. The current version `1.77.0 (Universal)` works as expected. Without any changes to the project, simply updating to `1.78.0-insiders` results in the forked child process acting differe... | completed | Process created using `child_process.fork` behaves differently in 1.78.0-insiders The Angular language service extension spawns a child process using `child_process.fork` and listens for the `error` and `close` events. The current version `1.77.0 (Universal)` works as expected. Without any changes to the project, simpl... | 722 |
179590 | Search results in editor cannot ctrl click the file location and line of code | 2023-04-10 08:44:14+00:00 | 2023-04-13 22:50:46+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | Search results in editor cannot ctrl click the file location and line of code <!-- ⚠️⚠️ 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/S... | 400 |
179566 | Editor position in centered layout mode gets reset | 2023-04-09 14:17:29+00:00 | 2023-11-21 16:36:33+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 | Editor position in centered layout mode gets reset <!-- ⚠️⚠️ 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-Suggesti... | 420 |
179550 | improving typescript error message formatting: message contains [object Object] | 2023-04-09 08:20:17+00:00 | 2023-04-10 18:03:50+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 | improving typescript error message formatting: message contains [object Object] <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wik... | 657 |
179541 | Screencast mode regression - always shows all keystrokes | 2023-04-08 21:40:49+00:00 | 2023-08-29 19:33:01+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 | Screencast mode regression - always shows all keystrokes <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Su... | 486 |
179536 | Release Notes on the web shouldn't pop up | 2023-04-08 18:47:47+00:00 | 2023-04-26 13:32:48+00:00 | I clicked a deep link at https://vscode-errors.azurewebsites.net/card?ch=92da9481c0904c6adfe372c12da3b7748d74bdcb&bH=ed0449c3-cf7a-e89a-0f73-852d414cb033
e.g.
https://vscode.dev/github/microsoft/vscode/blob/92da9481c0904c6adfe372c12da3b7748d74bdcb/src/vs/editor/contrib/hover/browser/hover.ts#L141:10
The right ... | completed | Release Notes on the web shouldn't pop up I clicked a deep link at https://vscode-errors.azurewebsites.net/card?ch=92da9481c0904c6adfe372c12da3b7748d74bdcb&bH=ed0449c3-cf7a-e89a-0f73-852d414cb033
e.g.
https://vscode.dev/github/microsoft/vscode/blob/92da9481c0904c6adfe372c12da3b7748d74bdcb/src/vs/editor/contrib/ho... | 279 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.