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 |
|---|---|---|---|---|---|---|---|
184058 | `code tunnel` service should be a headless service | 2023-06-01 12:42:36+00:00 | 2023-06-08 17:50:46+00:00 | # Issue
`code tunnel` opens in a `cmd` window instead of running in background.
I have seen #167741, which introduced this behavior. For me, `service` means `run in background all the time without interacting with user`. Console window breaks it completely. If the window is closed - service is gone, what shouldn't ... | completed | `code tunnel` service should be a headless service # Issue
`code tunnel` opens in a `cmd` window instead of running in background.
I have seen #167741, which introduced this behavior. For me, `service` means `run in background all the time without interacting with user`. Console window breaks it completely. If the ... | 484 |
184056 | remote tunnels: two download notifications | 2023-06-01 12:25:11+00:00 | 2023-07-06 20:29:23+00:00 | - open insiders.vscode.dev, go to the remote explorer, select a recent folder of a tunnel and connect
- new window opens. Two notifications appear, both tracking download progress. They don't show the same progress, so I suspect that these are two connections (extension host and management) and the server has separat... | completed | remote tunnels: two download notifications - open insiders.vscode.dev, go to the remote explorer, select a recent folder of a tunnel and connect
- new window opens. Two notifications appear, both tracking download progress. They don't show the same progress, so I suspect that these are two connections (extension host... | 131 |
184050 | Unable to switch to insiders in web Codespace | 2023-06-01 11:06:21+00:00 | 1. Connect to a Codespace in web, use VS Code stable
2. Have settings sync enabled, but don't sign in
3. Try to switch to insiders:
<img width="1920" alt="image" src="https://github.com/microsoft/vscode/assets/38270282/cfc82f21-8d92-453d-86a1-3edb9a3f1c25">
| Unable to switch to insiders in web Codespace 1. Connect to a Codespace in web, use VS Code stable
2. Have settings sync enabled, but don't sign in
3. Try to switch to insiders:
<img width="1920" alt="image" src="https://github.com/microsoft/vscode/assets/38270282/cfc82f21-8d92-453d-86a1-3edb9a3f1c25">
| 108 | ||
184041 | Setting `snippetsPreventQuickSuggestions` is not considered | 2023-06-01 10:01:54+00:00 | 2023-06-01 10:21:27+00:00 | > turn snippetsPreventQuickSuggestions to true and ensure typing in a snippet placeholder doesn't trigger quick suggestions
Does not work for me:

_Originally posted by @hediet in https://githu... | completed | Setting `snippetsPreventQuickSuggestions` is not considered > turn snippetsPreventQuickSuggestions to true and ensure typing in a snippet placeholder doesn't trigger quick suggestions
Does not work for me:

[right.txt](https://github.com/microsoft/vscode/files/11623610/right.txt)
I think this is caused by running word level diff over the large change:

[right.txt](https://github.com/microsoft/vscode/files/11623610/right.txt)
I think this is caused by running word level diff over the large change:... | 209 |
184009 | `env` set in my fish config prevails over what I set in the env var collection | 2023-06-01 01:00:13+00:00 | 2023-10-12 15:41:57+00:00 | Testing #182970
```ts
const term2 = vscode.window.createTerminal({
name: `Ext Terminal tranisent #${NEXT_TERM_ID++}`,
isTransient: true,
shellPath: 'fish'
} as any);
const collection = context.environmentVariableCollection;
collection.replace('FOO', 'REPLACED', { applyAtShellIntegration: true, appl... | completed | `env` set in my fish config prevails over what I set in the env var collection Testing #182970
```ts
const term2 = vscode.window.createTerminal({
name: `Ext Terminal tranisent #${NEXT_TERM_ID++}`,
isTransient: true,
shellPath: 'fish'
} as any);
const collection = context.environmentVariableCollection;... | 345 |
183998 | markdown.copyFiles.destination isn't applied when the markdown file is in a folder that starts with '.' | 2023-05-31 22:44:55+00:00 | 2023-06-02 04:33:50+00:00 | While verifying https://github.com/microsoft/vscode/issues/183851, I noticed this, it's odd, hopefully I'm interpreting it correctly
- Open the vscode workspace
- Add a `test.md` file under `.vscode/`
- Add any entry to the setting for `**/test*`
- Drag an image into that file
- The setting doesn't take effect, ... | completed | markdown.copyFiles.destination isn't applied when the markdown file is in a folder that starts with '.' While verifying https://github.com/microsoft/vscode/issues/183851, I noticed this, it's odd, hopefully I'm interpreting it correctly
- Open the vscode workspace
- Add a `test.md` file under `.vscode/`
- Add any ... | 156 |
183997 | Test explorer item title can be cut off by inline actions | 2023-05-31 22:41:27+00:00 | 2023-07-05 18:17:14+00:00 | In the test explorer, items with a long title and inline actions don't render an ellipses, so the actions cut off the text:
<img width="341" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/4b1d0a3c-79e2-4197-8909-711ae561dc78">
Elsewhere e.g. in the remote explorer, items with a long title an... | completed | Test explorer item title can be cut off by inline actions In the test explorer, items with a long title and inline actions don't render an ellipses, so the actions cut off the text:
<img width="341" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/4b1d0a3c-79e2-4197-8909-711ae561dc78">
Elsewhe... | 191 |
183993 | Test explorer: test-level causes a layout shift | 2023-05-31 20:23:54+00:00 | 2023-07-31 06:16:28+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 | Test explorer: test-level causes a layout shift <!-- ⚠️⚠️ 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... | 399 |
183989 | Build task not available when pressing cmd+shift+B immediately after window opens | 2023-05-31 18:48:35+00:00 | 2023-06-22 21:07:25+00:00 | Maybe related to https://github.com/microsoft/vscode/issues/173184
- Quit vscode
- Open vscode
- When the window for the vscode repo opens, immediately press cmd+shift+B. This is a multi-root workspace with vscode and one other repo, if it mattters
- On the first try, I get this
<img width="636" alt="image" sr... | completed | Build task not available when pressing cmd+shift+B immediately after window opens Maybe related to https://github.com/microsoft/vscode/issues/173184
- Quit vscode
- Open vscode
- When the window for the vscode repo opens, immediately press cmd+shift+B. This is a multi-root workspace with vscode and one other repo,... | 377 |
183976 | Disposed language status item comes back if modified after disposing | 2023-05-31 16:24:46+00:00 | 2023-07-18 14:07:11+00:00 | ```ts
const statusItem = vs.languages.createLanguageStatusItem("dart.test", { scheme: "file" });
statusItem.dispose();
statusItem.text = "foo";
```
If you run this code, the status item is removed when disposed, but comes back when the text is modified.
This seems like a bug. It's easy to have async code that... | completed | Disposed language status item comes back if modified after disposing ```ts
const statusItem = vs.languages.createLanguageStatusItem("dart.test", { scheme: "file" });
statusItem.dispose();
statusItem.text = "foo";
```
If you run this code, the status item is removed when disposed, but comes back when the text is ... | 257 |
183972 | Nonce does not appear to work on fish shell | 2023-05-31 15:59:44+00:00 | Testing https://github.com/microsoft/vscode/issues/181522
Other shells are okay, but fish shell did not appear to have a nonce, and prompted for confirmation when rerunning a command
<img width="1220" alt="image" src="https://github.com/microsoft/vscode/assets/2230985/1e4cf5db-b3ca-4773-b72e-82f2e5db68bc">
| Nonce does not appear to work on fish shell Testing https://github.com/microsoft/vscode/issues/181522
Other shells are okay, but fish shell did not appear to have a nonce, and prompted for confirmation when rerunning a command
<img width="1220" alt="image" src="https://github.com/microsoft/vscode/assets/2230985/1... | 123 | ||
183970 | Diff editor verbosity setting name should be camelcased | 2023-05-31 15:54:50+00:00 | 2023-05-31 17:41:39+00:00 | https://github.com/microsoft/vscode/blob/eef30e7165e19b33daa1e15e92fa34ff4a5df0d3/src/vs/workbench/contrib/accessibility/browser/accessibilityContribution.ts#L12
Should this rather be
```ts
DiffEditor = 'accessibility.verbosity.diffEditor',
```
<img width="969" alt="image" src="https://github.com/microsoft/vsc... | completed | Diff editor verbosity setting name should be camelcased https://github.com/microsoft/vscode/blob/eef30e7165e19b33daa1e15e92fa34ff4a5df0d3/src/vs/workbench/contrib/accessibility/browser/accessibilityContribution.ts#L12
Should this rather be
```ts
DiffEditor = 'accessibility.verbosity.diffEditor',
```
<img width... | 169 |
183968 | `:` should be used instead of a `,` to punctuate chat response from code block count | 2023-05-31 15:46:33+00:00 | 2023-05-31 16:10:23+00:00 | I learned from Roberto Perez that using `:` in favor of `,` makes the pronunciation with some speech engines clearer. | completed | `:` should be used instead of a `,` to punctuate chat response from code block count I learned from Roberto Perez that using `:` in favor of `,` makes the pronunciation with some speech engines clearer. | 54 |
183958 | Polish underlined portion of files with query strings | 2023-05-31 15:03:16+00:00 | 2023-06-08 15:53:20+00:00 | From @roblourens in https://github.com/microsoft/vscode/issues/180574#issuecomment-1569168377
> When I click, it opens the right file, but it underlines the first query argument when I hover, is that an issue?

| completed | Polish underlined portion of files with query strings From @roblourens in https://github.com/microsoft/vscode/issues/180574#issuecomment-1569168377
> When I click, it opens the right file, but it underlines the first query argument when I hover, is that an issue?

| completed | Cannot read properties of undefined reading `pushUrl` When I click on the branch picker of a repo that is not pushed to a remote:

| 95 |
183939 | Account icon shows blue badge (notification) while clicking on it, shows no actual notification | 2023-05-31 13:04:26+00:00 | 2023-06-02 16:12:48+00:00 | Recently I noticed that my account icon shows a notification, despite there being no notification :bug:
<img width="498" alt="Screenshot 2023-05-31 at 15 03 30" src="https://github.com/microsoft/vscode/assets/61460952/3ae65156-24a1-4642-9b91-f3474d45eaaa">
| completed | Account icon shows blue badge (notification) while clicking on it, shows no actual notification Recently I noticed that my account icon shows a notification, despite there being no notification :bug:
<img width="498" alt="Screenshot 2023-05-31 at 15 03 30" src="https://github.com/microsoft/vscode/assets/61460952/3ae... | 108 |
183933 | stat '# /etc/shells: valid login shells' | 2023-05-31 12:16:10+00:00 | 2023-06-09 19:23: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 | stat '# /etc/shells: valid login shells' <!-- ⚠️⚠️ 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 -->
<... | 734 |
183918 | Checked tree: Inconsistent hover styles | 2023-05-31 09:43:11+00:00 | 2023-06-02 12:02:32+00:00 | Testing https://github.com/microsoft/vscode/issues/183549
The hover on the checkbox uses the native hover, but the label our custom hover.
Would be nicer to just use the custom hover

| completed | Checked tree: Inconsistent hover styles Testing https://github.com/microsoft/vscode/issues/183549
The hover on the checkbox uses the native hover, but the label our custom hover.
Would be nicer to just use the custom hover

... | completed | Syncing of parent and child checked state is not enforced Testing https://github.com/microsoft/vscode/issues/183549
Create a tree with `manuallyManageCheckboxSelection` not set and where tree items are created as unchecked.
Unchecking child does not uncheck parent

- VS Code Version: 1.78.2
- OS Version: macOS Ventura 13.4
Steps to Reproduce:
1. Open a GitHub Codespace or a GitPod workspace in VS Code for macOS.
2. Open a file for editing, or... | not_planned | Spurious warning that "changes will be lost" when closing a file immediately after saving Does this issue occur when all extensions are disabled?: N/A (GitHub Codespaces and GitPod workspaces each require an extension)
- VS Code Version: 1.78.2
- OS Version: macOS Ventura 13.4
Steps to Reproduce:
1. Open a G... | 504 |
183891 | Extension debugging has regressed significantly recently | 2023-05-31 03:07:55+00:00 | 2023-06-23 11:24:41+00:00 | Version: 1.79.0-insider
Commit: 784e72bc4486b7ea5ad3447c506e31d949848592
Date: 2023-05-30T05:20:59.861Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.79.0-insider Chrome/108.0.5359.215 Electron/22.5.4 Safari/537.36
Unfortunately, it's hard to pin this do... | not_planned | Extension debugging has regressed significantly recently Version: 1.79.0-insider
Commit: 784e72bc4486b7ea5ad3447c506e31d949848592
Date: 2023-05-30T05:20:59.861Z
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.79.0-insider Chrome/108.0.5359.215 Electron/22.5.4... | 416 |
183889 | The Learn More button of build-in NPM support for VS code extensions goes to a page that does not exist. | 2023-05-31 01:59:08+00:00 | 2023-08-14 15:14:30+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | completed | The Learn More button of build-in NPM support for VS code extensions goes to a page that does not exist. <!-- ⚠️⚠️ 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.... | 740 |
183882 | Express that notebook search doesn't support regex for formatted text | 2023-05-30 22:34:53+00:00 | 2023-06-02 15:27:31+00:00 | In notebook global search, searching outputs and markdown preview doesn't use regex. It is too extreme to just disable regex when search for those is enabled (since it's now enabled by default), so it'd be best to have some type of warning. | completed | Express that notebook search doesn't support regex for formatted text In notebook global search, searching outputs and markdown preview doesn't use regex. It is too extreme to just disable regex when search for those is enabled (since it's now enabled by default), so it'd be best to have some type of warning. | 77 |
183877 | The parent was already checked but yet it was included in the firing of the `onDidChangeCheckboxState` | 2023-05-30 22:16:47+00:00 | 2023-06-02 12:21:36+00:00 | Testing #183549

You can see the parent is checked, but when I check the last child, the `onDidChangeCheckboxState` contains 2 items, the item I checked and the parent.
The parent's state... | completed | The parent was already checked but yet it was included in the firing of the `onDidChangeCheckboxState` Testing #183549

You can see the parent is checked, but when I check the last child, th... | 157 |
183871 | TS cannot move to an existing file | 2023-05-30 21:23:19+00:00 | 2023-05-30 23:27:19+00:00 | Testing #183683
1. Have a type in a file
2. Have another empty .ts file
3. Move to File > Select existing file
4. Observe the error notification:
```
2023-05-30 14:21:09.233 [trace] <semantic> Response received: getEditsForRefactor (123). Request took 2 ms. Success: false . Message: Error processing request. ... | completed | TS cannot move to an existing file Testing #183683
1. Have a type in a file
2. Have another empty .ts file
3. Move to File > Select existing file
4. Observe the error notification:
```
2023-05-30 14:21:09.233 [trace] <semantic> Response received: getEditsForRefactor (123). Request took 2 ms. Success: false . ... | 955 |
183870 | TS move to existing file should open the file's cwd by default | 2023-05-30 21:19:43+00:00 | 2023-05-30 23:58:05+00:00 | Testing #183683
1. Have a file and type in the file
2. "Move to file" and "Select an existing file"
3. The file explorer opens "recents" by default on Linux. I would expect it to be open to the directory where the current file is | completed | TS move to existing file should open the file's cwd by default Testing #183683
1. Have a file and type in the file
2. "Move to file" and "Select an existing file"
3. The file explorer opens "recents" by default on Linux. I would expect it to be open to the directory where the current file is | 79 |
183858 | Can't do regex search after opening notebook | 2023-05-30 19:07:47+00:00 | 2023-05-30 23:10:01+00:00 | - Open a notebook
- I want to do a regex search in normal text files in my workspace, but the option is disabled
<img width="136" alt="image" src="https://github.com/microsoft/vscode/assets/323878/cc0fa71d-ef74-4b3b-bddc-9bb18a200ad5">
This caught me off guard, I see that I have to disable searching in rendered ... | completed | Can't do regex search after opening notebook - Open a notebook
- I want to do a regex search in normal text files in my workspace, but the option is disabled
<img width="136" alt="image" src="https://github.com/microsoft/vscode/assets/323878/cc0fa71d-ef74-4b3b-bddc-9bb18a200ad5">
This caught me off guard, I see ... | 177 |
183854 | Notebook editor does not report dirty after EH restart when making edits | 2023-05-30 18:38:56+00:00 | 2023-06-05 17:41:15+00:00 | Testing #183534
1. create a new notebook and make an edit
2. switch profiles to restart the EH
3. save the file when prompted and provide a file name: `saved.ipynb`
The untitled-n.ipynb tab remains open, rather than opening saved.ipynb,
:bug: The file is no longer marked dirty, even with futher edits and **can ... | completed | Notebook editor does not report dirty after EH restart when making edits Testing #183534
1. create a new notebook and make an edit
2. switch profiles to restart the EH
3. save the file when prompted and provide a file name: `saved.ipynb`
The untitled-n.ipynb tab remains open, rather than opening saved.ipynb,
:b... | 115 |
183851 | `markdown.copyFiles.destination` variables not working? | 2023-05-30 18:21:51+00:00 | 2023-05-30 19:54:20+00:00 | Testing #183682
Not sure what's happening, but none of the "document" variables work for me. Example
<img width="814" alt="image" src="https://github.com/microsoft/vscode/assets/323878/17f2003c-15b0-4ad0-abb6-12f2114d5ef8">
That is pasted as this
<img width="590" alt="image" src="https://github.com/microsof... | completed | `markdown.copyFiles.destination` variables not working? Testing #183682
Not sure what's happening, but none of the "document" variables work for me. Example
<img width="814" alt="image" src="https://github.com/microsoft/vscode/assets/323878/17f2003c-15b0-4ad0-abb6-12f2114d5ef8">
That is pasted as this
<img ... | 189 |
183850 | PortAutoForwardAction's opening commands not working | 2023-05-30 18:18:26+00:00 | 2023-06-06 20:48:15+00:00 | Testing #183547
When I try to return `PortAutoForwardAction.OpenPreview`, `PortAutoForwardAction.OpenBrowser`, and `PortAutoForwardAction.OpenBrowserOnce` aren't working for me.
1. Create an extension as described in https://github.com/microsoft/vscode/issues/183846 and create a ports attribute provider.
2. Use ... | completed | PortAutoForwardAction's opening commands not working Testing #183547
When I try to return `PortAutoForwardAction.OpenPreview`, `PortAutoForwardAction.OpenBrowser`, and `PortAutoForwardAction.OpenBrowserOnce` aren't working for me.
1. Create an extension as described in https://github.com/microsoft/vscode/issues/1... | 244 |
183849 | `markdown.copyFiles.destination` doesn't escape markdown characters in path | 2023-05-30 18:17:41+00:00 | 2023-05-30 23:58:26+00:00 | Testing #183682
Set the value to `abc)/${fileName}`. This is a valid path, but the `)` does not get escaped in the markdown link. | completed | `markdown.copyFiles.destination` doesn't escape markdown characters in path Testing #183682
Set the value to `abc)/${fileName}`. This is a valid path, but the `)` does not get escaped in the markdown link. | 66 |
183848 | Empty value in markdown.copyFiles.destination sends the image to the parent directory | 2023-05-30 18:14:10+00:00 | 2023-05-30 20:09:45+00:00 | Testing #183682
When I set up the `markdown.copyFiles.destination` setting, but leave the value empty, the image goes to the parent directory of the workspace folder, which seems unexpected. I think I would want it to keep the default behavior of going next to the markdown file. Just testing this because settings li... | completed | Empty value in markdown.copyFiles.destination sends the image to the parent directory Testing #183682
When I set up the `markdown.copyFiles.destination` setting, but leave the value empty, the image goes to the parent directory of the workspace folder, which seems unexpected. I think I would want it to keep the defa... | 116 |
183846 | `registerPortAttributesProvider({portRange:[5000,5000]}...` doesn't match port 5000 | 2023-05-30 18:03:12+00:00 | 2023-08-31 17:43:43+00:00 | Testing #183547
Based on the docs, it's hard to tell whether the range includes the lower and upper number (is the range inclusive of the bounds?). Also, is the array of two numbers a lower and upper range? I feel like I made that assumption myself. It'd be great to specify that in the docs.
Repro steps:
1. Cre... | completed | `registerPortAttributesProvider({portRange:[5000,5000]}...` doesn't match port 5000 Testing #183547
Based on the docs, it's hard to tell whether the range includes the lower and upper number (is the range inclusive of the bounds?). Also, is the array of two numbers a lower and upper range? I feel like I made that as... | 307 |
183845 | Very minimal settings dropdown highlighting in Dark Modern | 2023-05-30 17:56:09+00:00 | 2023-06-07 22:03:18+00:00 | In Dark Modern it's hard to tell what is hovered. Since there's an extremely subtle hover decoration, it looks like something is missing. I like the blue background in Dark+

| completed | Very minimal settings dropdown highlighting in Dark Modern In Dark Modern it's hard to tell what is hovered. Since there's an extremely subtle hover decoration, it looks like something is missing. I like the blue background in Dark+

| completed | Additional details not rendered for embedder builtin extensions 1. Open extension details page for GitHub Repositories extension in insiders.vscode.dev
2. :bug: the marketplace and repository links aren't shown

| 105 |
183829 | Tree checkbox API: Improve `manuallyManageCheckboxSelection` | 2023-05-30 16:03:49+00:00 | 2023-06-02 09:28:38+00:00 | Testing #183549
It's difficult to know what `manuallyManageCheckboxSelection` dooes without reading the docs.
From what I observe, this setting is that whether the checked state of a parent node is based on the checked states of the (visible) children.
maybe the name can be `syncCheckboxSelectionWithChildern` | completed | Tree checkbox API: Improve `manuallyManageCheckboxSelection` Testing #183549
It's difficult to know what `manuallyManageCheckboxSelection` dooes without reading the docs.
From what I observe, this setting is that whether the checked state of a parent node is based on the checked states of the (visible) children.
... | 102 |
183826 | TreeCheckboxChangeEvent: doc comment should say `items` | 2023-05-30 15:53:01+00:00 | 2023-05-31 12:41:19+00:00 | Testing #183549
```
/**
* The item that was checked or unchecked.
*/
readonly items: ReadonlyArray<[T, TreeItemCheckboxState]>;
```
As the event can list multiple items, the doc comment should say `items` | completed | TreeCheckboxChangeEvent: doc comment should say `items` Testing #183549
```
/**
* The item that was checked or unchecked.
*/
readonly items: ReadonlyArray<[T, TreeItemCheckboxState]>;
```
As the event can list multiple items, the doc comment should say `items` | 83 |
183824 | tunnel service runs after removing the application on macOS | 2023-05-30 15:47:28+00:00 | 2023-06-19 16:01:51+00:00 | Testing #183700
* After starting the tunnel service, move the application to trash (there is no uninstall process on macOS)
* Verify `code-insiders tunnel status` results in `command not found: code-insiders`
* Check activity monitor and see `code-insiders-tunnel` is running out of `~/.Trash/Visual Studio Code - I... | completed | tunnel service runs after removing the application on macOS Testing #183700
* After starting the tunnel service, move the application to trash (there is no uninstall process on macOS)
* Verify `code-insiders tunnel status` results in `command not found: code-insiders`
* Check activity monitor and see `code-insider... | 126 |
183823 | Git: state of selected repositories lost when switching profiles | 2023-05-30 15:46:59+00:00 | 2024-04-10 16:20:53+00:00 | I end up with all my repositories selected when going into an empty profile and out again:

| completed | Git: state of selected repositories lost when switching profiles I end up with all my repositories selected when going into an empty profile and out again:

| 93 |
183820 | Startup performance regression restoring editors | 2023-05-30 15:33:48+00:00 | 2023-06-02 08:17:03+00:00 | We seem to be running in an increased startup time for editors:

The first bump seems to be in these commits: https://github.com/microsoft/vscode/compare/2dfb838f49...1942c0eccc | completed | Startup performance regression restoring editors We seem to be running in an increased startup time for editors:

The first bump seems to be in these commits: https://github.com/microsoft/vscode/compare/2dfb838f49...19... | 111 |
183819 | Markdown settings typo: "part of in a workspace" | 2023-05-30 14:57:18+00:00 | 2023-05-30 20:16:16+00:00 | Testing #183682
of vs. in, currently using both: "if the file is not part of in a workspace."
<img width="999" alt="image" src="https://github.com/microsoft/vscode/assets/9205389/0c5f0ba7-efd1-4c1c-9dae-84aeafa3d871">
| completed | Markdown settings typo: "part of in a workspace" Testing #183682
of vs. in, currently using both: "if the file is not part of in a workspace."
<img width="999" alt="image" src="https://github.com/microsoft/vscode/assets/9205389/0c5f0ba7-efd1-4c1c-9dae-84aeafa3d871">
| 103 |
183835 | Doubleclick should take me to the test | 2023-05-30 14:21:26+00:00 | 2023-07-05 21:38:31+00:00 | Testing microsoft/vscode-python#21092
Here:

| completed | Doubleclick should take me to the test Testing microsoft/vscode-python#21092
Here:

| 72 |
183814 | [Bug] Text jitters when using IME if the zoom level is 1 | 2023-05-30 13:50: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... | [Bug] Text jitters when using IME if the zoom level is 1 <!-- ⚠️⚠️ 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... | 450 | ||
183813 | 'WSL Targets' shown in Remote Explorer and 'Connect to WSL' shown in Remote Indicate quick pick | 2023-05-30 13:46:31+00:00 | 2023-07-31 23:45:02+00:00 | Testing #183732
> test that the remote indicator menu does not contain WSL commands
> test that the remote explorer does not contain a WSL Targets tab
these test instructions don't hold, see:
<img width="1507" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/b41343d9-6064-47f1-ac38-1e42ea... | completed | 'WSL Targets' shown in Remote Explorer and 'Connect to WSL' shown in Remote Indicate quick pick Testing #183732
> test that the remote indicator menu does not contain WSL commands
> test that the remote explorer does not contain a WSL Targets tab
these test instructions don't hold, see:
<img width="1507" alt... | 281 |
183809 | Share provider's document selector can't select by language | 2023-05-30 13:26:56+00:00 | 2023-06-02 18:19:34+00:00 | Testing #183574
`registerShareProvider` takes a `DocumentSelector` but doesn't respect the selector's `language`.
I created an extension which uses Share Provider API, but its share contribution wasn't being invoked. It seems the language isn't being passed - see 3rd arg being an empty string [here](https://gith... | completed | Share provider's document selector can't select by language Testing #183574
`registerShareProvider` takes a `DocumentSelector` but doesn't respect the selector's `language`.
I created an extension which uses Share Provider API, but its share contribution wasn't being invoked. It seems the language isn't being pa... | 192 |
183793 | Do not allow moving to the same file | 2023-05-30 12:03:12+00:00 | 2023-05-30 20:40:46+00:00 | Testing #183683
- Open a TS file and select a class symbol -> Refactor... -> Move to File... > Select Existing File
- Select the same file
🐛 Symbol gets moved inside the same file
| completed | Do not allow moving to the same file Testing #183683
- Open a TS file and select a class symbol -> Refactor... -> Move to File... > Select Existing File
- Select the same file
🐛 Symbol gets moved inside the same file
| 55 |
183778 | Extension host veto is registered multiple times on restart | 2023-05-30 10:16:59+00:00 | 2023-06-02 08:45:56+00:00 | Testing #183534
- Open a folder that has a image in an empty profile say T1
- Install Luna Paint Extension
- Edit the image using Luna Paint and do not save
- Switch the profile to another profile say T2
- A dialog is shown ✅ and press OK
🐛 Image is saved | completed | Extension host veto is registered multiple times on restart Testing #183534
- Open a folder that has a image in an empty profile say T1
- Install Luna Paint Extension
- Edit the image using Luna Paint and do not save
- Switch the profile to another profile say T2
- A dialog is shown ✅ and press OK
🐛 Image i... | 74 |
183777 | Switching profile works even if it has to be blocked | 2023-05-30 10:12:51+00:00 | 2023-05-31 12:12:52+00:00 | Testing #183534
- Open a folder that has a image in an empty profile say T1
- Install Luna Paint Extension
- Edit the image using Luna Paint and do not save
- Switch the profile to another profile say T2
- A dialog is shown ✅ and press OK
- Reload window
🐛 Profile is switched | completed | Switching profile works even if it has to be blocked Testing #183534
- Open a folder that has a image in an empty profile say T1
- Install Luna Paint Extension
- Edit the image using Luna Paint and do not save
- Switch the profile to another profile say T2
- A dialog is shown ✅ and press OK
- Reload window
... | 80 |
183775 | Empty reason while switching profile | 2023-05-30 10:05:11+00:00 | 2023-05-31 07:01:59+00:00 | Testing #183534
- Open a folder that has a image in an empty profile
- Install Luna Paint Extension
- Edit the image using Luna Paint and do not save
- Switch the profile to another profile
🐛 Reason is empty
<img width="573" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/448be215-af02-4... | completed | Empty reason while switching profile Testing #183534
- Open a folder that has a image in an empty profile
- Install Luna Paint Extension
- Edit the image using Luna Paint and do not save
- Switch the profile to another profile
🐛 Reason is empty
<img width="573" alt="image" src="https://github.com/microsoft/v... | 113 |
183772 | Status bar contributions: allow `accessibilityInformation` and `tooltip` | 2023-05-30 09:37:17+00:00 | 2023-06-08 10:33:26+00:00 | Testing #183545
Looks like I cannot put in `accessibilityInformation` and `tooltip` statically. At least for accessibility I think we should provide it and maybe even should enforce it (?) to ensure people are building accessible extensions out of the box. Though our accessible defaults are probably already taken go... | completed | Status bar contributions: allow `accessibilityInformation` and `tooltip` Testing #183545
Looks like I cannot put in `accessibilityInformation` and `tooltip` statically. At least for accessibility I think we should provide it and maybe even should enforce it (?) to ensure people are building accessible extensions out... | 92 |
183769 | The git stage operation will change the file encoding | 2023-05-30 09:24:59+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... | The git stage operation will change the file encoding <!-- ⚠️⚠️ 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-Sugge... | 398 | ||
183765 | Project wide intellisense not working on github.dev | 2023-05-30 09:06:54+00:00 | 2023-06-08 07:54:28+00:00 | Testing #183684
Wonderful feature 👏 . But it seems to not work on github.dev, which I use for reviewing PRs, such as https://github.dev/microsoft/vscode/pull/183310
To reproduce:
* open `editorCommands.ts`
* click on line 10 on the `IEditorIdentifier` import
* Find All References | completed | Project wide intellisense not working on github.dev Testing #183684
Wonderful feature 👏 . But it seems to not work on github.dev, which I use for reviewing PRs, such as https://github.dev/microsoft/vscode/pull/183310
To reproduce:
* open `editorCommands.ts`
* click on line 10 on the `IEditorIdentifier` import
... | 101 |
194843 | Disabled Python extension is being incorrectly detected as not installed | 2023-05-30 08:52:25+00:00 | 2023-10-04 22:48:14+00:00 | ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
When I have Python extension disabled, I get a quick-pick item to 'Install Python Extension'
<img width="1082" alt="image" src="https://github.com/microsoft/vscode-j... | completed | Disabled Python extension is being incorrectly detected as not installed ### Applies To
- [X] Notebooks (.ipynb files)
- [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers)
### What happened?
When I have Python extension disabled, I get a quick-pick item to 'Install Python Extension'
... | 330 |
183760 | Unexpected text color on hover in quick-pick | 2023-05-30 07:58:16+00:00 | # Description
Hovering over a quick-pick element leads to low-contrast color of the text - white :
<img width="619" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/50d642bd-0abc-4cb2-94f5-b36fead14cb9">
# Repro
1. Open a jupyter notebook
2. Click on 'Select Kernel' on top-right of edi... | Unexpected text color on hover in quick-pick # Description
Hovering over a quick-pick element leads to low-contrast color of the text - white :
<img width="619" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/50d642bd-0abc-4cb2-94f5-b36fead14cb9">
# Repro
1. Open a jupyter notebook
2.... | 254 | ||
183754 | Microsoft authentication broken on Codespaces (Web Insiders) | 2023-05-30 05:33:00+00:00 | 2023-06-02 15:33: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 | Microsoft authentication broken on Codespaces (Web Insiders) <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-an... | 539 |
183736 | Cursor not visible at column 1 when there is a merge conflict | 2023-05-29 18:37:11+00:00 | 2023-06-09 09:59:01+00:00 | * open the merge editor.
* place cursor in a conflict on column 1
* observe that cursor is not visible
https://github.com/microsoft/vscode/assets/5047891/aef1d347-3150-4a6f-b6bd-96dba5a6a295
```
Version: 1.79.0-insider
Commit: 2dfb838f494f035099e999f0cd0eff5f1f488a30
Date: 2023-05-26T05:28:24.761Z
Electron... | completed | Cursor not visible at column 1 when there is a merge conflict * open the merge editor.
* place cursor in a conflict on column 1
* observe that cursor is not visible
https://github.com/microsoft/vscode/assets/5047891/aef1d347-3150-4a6f-b6bd-96dba5a6a295
```
Version: 1.79.0-insider
Commit: 2dfb838f494f035099e9... | 183 |
183685 | 'Go to project configuration' doesn't work on web | 2023-05-28 20:48:34+00:00 | 2023-07-20 18:57:12+00:00 |
1. Open https://insiders.vscode.dev/github/microsoft/vscode-markdown-languageservice
2. Go to a ts file
3. Try to run `go to project configuration` or click on the `open tsconfig` option in the language status
**bug**
Nothing happens
Version: 1.79.0-insider
Commit: 2dfb838f494f035099e999f0cd0eff5f1f488a3... | completed | 'Go to project configuration' doesn't work on web
1. Open https://insiders.vscode.dev/github/microsoft/vscode-markdown-languageservice
2. Go to a ts file
3. Try to run `go to project configuration` or click on the `open tsconfig` option in the language status
**bug**
Nothing happens
Version: 1.79.0-inside... | 165 |
183679 | Contributed terminal profile with `iconPath` uri in `options` displays `$([object Object])` in panel header | 2023-05-28 19:02:57+00:00 | 2023-06-07 21:06:48+00:00 | Type: <b>Bug</b>
1. Modify terminal-sample in vscode-extension-samples to set `iconPath` property in the `options` its `provideTerminalProfile` method returns (or simply clone https://github.com/gjsjohnmurray/vscode-extension-samples/tree/show-183679 and build it).
2. Open an instance of the terminal it contributes... | completed | Contributed terminal profile with `iconPath` uri in `options` displays `$([object Object])` in panel header Type: <b>Bug</b>
1. Modify terminal-sample in vscode-extension-samples to set `iconPath` property in the `options` its `provideTerminalProfile` method returns (or simply clone https://github.com/gjsjohnmurray/... | 276 |
183670 | Opening remote WSL Ubuntu folder through command line with a trailing slash breaks search functionality and causes VSCode to hang | 2023-05-28 13:21:49+00:00 | 2023-07-07 06:57:53+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 | Opening remote WSL Ubuntu folder through command line with a trailing slash breaks search functionality and causes VSCode to hang <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submittin... | 617 |
183583 | git checkout branch/tag list ignores git.branchSortOrder when filtering | 2023-05-26 19:22:53+00:00 | 2023-12-19 12:44: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... | completed | git checkout branch/tag list ignores git.branchSortOrder when filtering <!-- ⚠️⚠️ 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/Submitt... | 473 |
183579 | Aggressive rendering of imbalanced brackets in Markdown | 2023-05-26 18:44:03+00:00 | I wouldn't expect `)` to be colorized like a mismatched bracket here:
<img width="503" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/40a12b12-63dc-4b1c-9a8a-bcde02617fa8">
| Aggressive rendering of imbalanced brackets in Markdown I wouldn't expect `)` to be colorized like a mismatched bracket here:
<img width="503" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/40a12b12-63dc-4b1c-9a8a-bcde02617fa8">
| 100 | ||
183529 | Unexpected focusing behavior of content hover inside of a Jupyter notebook | 2023-05-26 12:47:07+00:00 | This issue has first been noticed https://github.com/microsoft/vscode-jupyter/issues/13263. While the core issue of 13263 has been solved, there remains an unexpected behavior of the focusing of the content hover inside of the Jupyter notebook.
1. Open a Jupyter notebook
2. Hover on code inside of a cell. Click on ... | reopened | Unexpected focusing behavior of content hover inside of a Jupyter notebook This issue has first been noticed https://github.com/microsoft/vscode-jupyter/issues/13263. While the core issue of 13263 has been solved, there remains an unexpected behavior of the focusing of the content hover inside of the Jupyter notebook.
... | 209 | |
183503 | Settings editor: focus border is cut off | 2023-05-26 08:33:53+00:00 |
<img width="1408" alt="Screenshot 2023-05-26 at 10 32 44" src="https://github.com/microsoft/vscode/assets/22350/aec258c6-f4bd-4585-930b-5b6ed8698ca4">
cc @roblourens | reopened | Settings editor: focus border is cut off
<img width="1408" alt="Screenshot 2023-05-26 at 10 32 44" src="https://github.com/microsoft/vscode/assets/22350/aec258c6-f4bd-4585-930b-5b6ed8698ca4">
cc @roblourens | 86 | |
183472 | Data loss after creating an empty folder in the explorer view unexpectedly | 2023-05-25 21:31:23+00:00 | Not sure how I got to this state but I clicked on the "New Folder..." twice on the explorer title bar, the two folders created, the first one with an empty name. Then I tried to delete this folder, but it deletes an existing folder in the same parent folder.
Undo won't bring the folder back. This is my first data lo... | Data loss after creating an empty folder in the explorer view unexpectedly Not sure how I got to this state but I clicked on the "New Folder..." twice on the explorer title bar, the two folders created, the first one with an empty name. Then I tried to delete this folder, but it deletes an existing folder in the same ... | 98 | ||
183445 | Terminals aren't persisting anymore | 2023-05-25 15:16:07+00:00 | 2023-05-27 00:32:23+00:00 | 1. Create terminals, type in them
2. Reload the window
3. 🐛 they aren't persisted | completed | Terminals aren't persisting anymore 1. Create terminals, type in them
2. Reload the window
3. 🐛 they aren't persisted | 32 |
183441 | Focus on already opened editor instead of default editor provided by extension | 2023-05-25 14:52:27+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. -->
Sometimes I open a file with the text editor i... | Focus on already opened editor instead of default editor provided by extension <!-- ⚠️⚠️ 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. -->
<!-- Describ... | 276 | ||
183437 | Mouse wheel scroll does not respect windows mouse settings | 2023-05-25 14:33:06+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 Windows settings I can change the mouse wheel... | Mouse wheel scroll does not respect windows mouse settings <!-- ⚠️⚠️ 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 ... | 135 | ||
183418 | Workspace folder picker entry descriptions are suboptimal for some filesystems | 2023-05-25 12:15:43+00:00 | 2023-06-01 07:02:01+00:00 | Type: <b>Bug</b>
1. Configure setting `"terminal.integrated.splitCwd": "workspaceRoot"` in order to provide a convenient way of invoking the workspace folder picker by splitting a terminal when in a multiroot workspace.
2. Install the MemFS extension (jrieken.vscode-memfs) from Marketplace.
3. Close any open folde... | completed | Workspace folder picker entry descriptions are suboptimal for some filesystems Type: <b>Bug</b>
1. Configure setting `"terminal.integrated.splitCwd": "workspaceRoot"` in order to provide a convenient way of invoking the workspace folder picker by splitting a terminal when in a multiroot workspace.
2. Install the Me... | 445 |
183400 | Reverting a change in diff view, inserts a debug breakpoint | 2023-05-25 08:20:50+00:00 | 2023-11-29 22:17: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... | completed | Reverting a change in diff view, inserts a debug breakpoint <!-- ⚠️⚠️ 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... | 389 |
183570 | Unexpected output from standalone `code` CLI | 2023-05-25 00:53:31+00:00 | 2023-06-30 16:22:43+00:00 | Found a couple issues when using the standalone CLI:
- There seems to be a typo in the `status` description:
- 
- I wouldn't expect a lack of a running tunnel to be classified as an error:
- 
- I wouldn't expect a lack of a running tun... | 169 |
183359 | Built-in VB language LT / GT operators may appear not as operator color | 2023-05-24 18:45:48+00:00 | 2023-05-30 12:10: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... | completed | Built-in VB language LT / GT operators may appear not as operator color <!-- ⚠️⚠️ 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/Submitt... | 639 |
183353 | All dark color themes are broken after 1.78 update | 2023-05-24 17:31:49+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... | All dark color themes are broken after 1.78 update <!-- ⚠️⚠️ 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... | 519 | ||
183352 | toggling scrollable output for notebooks just shows the full output | 2023-05-24 17:10:30+00:00 | 2023-05-24 22:09:25+00:00 | 1. set `"notebook.output.scrolling": false`
2. run a cell with enough output to truncate scroll
```
for i in range(100):
print(i)
```
3. click the link to view as a scrollable element
:bug: output height is stretched to show entire output without scrollable region | completed | toggling scrollable output for notebooks just shows the full output 1. set `"notebook.output.scrolling": false`
2. run a cell with enough output to truncate scroll
```
for i in range(100):
print(i)
```
3. click the link to view as a scrollable element
:bug: output height is stretched to show entire outpu... | 87 |
183349 | terminalTextSelected context key is false when text is selected in the active terminal but is not focused | 2023-05-24 17:02:54+00:00 | See https://github.com/microsoft/vscode/issues/183279#issuecomment-1561600889

| terminalTextSelected context key is false when text is selected in the active terminal but is not focused See https://github.com/microsoft/vscode/issues/183279#issuecomment-1561600889

| 96 | ||
183343 | Markdown anchor links not working using <a name=""></a> in VSCode Preview | 2023-05-24 15:58:30+00:00 | 2023-07-18 20:22:31+00:00 | Anchor links with <a name=""></a> don't work properly in the Markdown Preview of VSCode, but they work fine with <a id=""></a>. I tested the same file in another markdown editor, Ghostwriter, and all the links worked correctly there. Links also function properly when viewed on GitHub's website. ... | completed | Markdown anchor links not working using <a name=""></a> in VSCode Preview Anchor links with <a name=""></a> don't work properly in the Markdown Preview of VSCode, but they work fine with <a id=""></a>. I tested the same file in another markdown editor, Ghostwriter, and all the links worked corre... | 231 |
183339 | TreeView Checkbox API not working for checkboxstate set to 0 | 2023-05-24 15:27:00+00:00 | 2023-05-25 13:47:36+00:00 | As @Eskibear mentioned in https://github.com/microsoft/vscode/issues/116141#issuecomment-1557107690 the checkboxstate of TreeItem2 does not work correctly when set to the value 0. It parses it incorrectly and sets it to "No checkbox" instead of "unchecked checkbox". When it's set to the value 1 it creates the checkbox ... | completed | TreeView Checkbox API not working for checkboxstate set to 0 As @Eskibear mentioned in https://github.com/microsoft/vscode/issues/116141#issuecomment-1557107690 the checkboxstate of TreeItem2 does not work correctly when set to the value 0. It parses it incorrectly and sets it to "No checkbox" instead of "unchecked che... | 237 |
183301 | Debugger disconnects from debuggee | 2023-05-24 08:46:39+00:00 | 2023-12-04 19:58:08+00:00 | * vscode development
* start debuggee (VS Code launch config)
* computer sleeps/resumes
* debuggee still running but disconnected from debugger | completed | Debugger disconnects from debuggee * vscode development
* start debuggee (VS Code launch config)
* computer sleeps/resumes
* debuggee still running but disconnected from debugger | 50 |
183262 | Multiline problem-matcher with empty line breaks when re-run in same terminal | 2023-05-23 20:53:56+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... | Multiline problem-matcher with empty line breaks when re-run in same terminal <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/S... | 825 | ||
183249 | Getting started page awaits a lifecycle phase in `setInput`? | 2023-05-23 18:00:33+00:00 | 2023-05-24 17:10:40+00:00 | (found this because this actually resulted in a error: https://github.com/microsoft/vscode/issues/183226)
Code is here:
https://github.com/microsoft/vscode/blob/bf9be2c3661005357d27b8099c54ec99e559cf31/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts#L308
I do not fully understand this,... | completed | Getting started page awaits a lifecycle phase in `setInput`? (found this because this actually resulted in a error: https://github.com/microsoft/vscode/issues/183226)
Code is here:
https://github.com/microsoft/vscode/blob/bf9be2c3661005357d27b8099c54ec99e559cf31/src/vs/workbench/contrib/welcomeGettingStarted/brow... | 197 |
183236 | EnvironmentVariableMutatorOptions when accessed via get should return default values, not undefined | 2023-05-23 16:04:18+00:00 | 2023-05-25 13:21:26+00:00 | Test here:
https://github.com/microsoft/vscode/blob/27293f19d28e908fb6971a23ac5414ea8ed3a7f2/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts#L845-L865
It should be expecting:
```js
{
applyAtProcessCreation: true,
applyAtShellIntegration: false
}
``` | completed | EnvironmentVariableMutatorOptions when accessed via get should return default values, not undefined Test here:
https://github.com/microsoft/vscode/blob/27293f19d28e908fb6971a23ac5414ea8ed3a7f2/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts#L845-L865
It should be expecting:
```js
{
appl... | 140 |
183231 | scope should not be exposed on the API EnvironmentVariableMutator object | 2023-05-23 15:35:50+00:00 | 2023-05-23 18:34:05+00:00 | We need to be strict with API objects:
https://github.com/microsoft/vscode/blob/36b7d5beb3f77fadd6f77d342a0b8b5366cbd12f/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts#L852-L864 | completed | scope should not be exposed on the API EnvironmentVariableMutator object We need to be strict with API objects:
https://github.com/microsoft/vscode/blob/36b7d5beb3f77fadd6f77d342a0b8b5366cbd12f/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts#L852-L864 | 112 |
183226 | WorkbenchContextKeysHandler accesses `hasCapability` on undefined | 2023-05-23 15:03:48+00:00 | 2023-05-23 18:11:39+00:00 | # Description
I see this in the console log when I reload vscode insiders window:
<img width="1463" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/52c31998-a97e-4351-83da-760b3a60cac5">
# Repro
1. Open vscode insiders with the vscode welcome page open (I can't repro without the welco... | completed | WorkbenchContextKeysHandler accesses `hasCapability` on undefined # Description
I see this in the console log when I reload vscode insiders window:
<img width="1463" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/52c31998-a97e-4351-83da-760b3a60cac5">
# Repro
1. Open vscode insiders... | 240 |
183149 | VS code crash when using find (CTRL+F) across edit and preview tabs | 2023-05-22 18:54:32+00:00 | 2023-05-25 00:18:59+00:00 | Type: <b>Bug</b>
1. Launch VS code
2. New text document (CTRL+N)
3. Switch language to Markdown
4. Switch to preview mode (CTRL+SHIFT+V)
5. Open the find box (CTRL+F) and type something in, can be "aaa"
6. Switch back to edit tab
7. Switch back to preview tab
8. VS code will crash
It has been happening for... | not_planned | VS code crash when using find (CTRL+F) across edit and preview tabs Type: <b>Bug</b>
1. Launch VS code
2. New text document (CTRL+N)
3. Switch language to Markdown
4. Switch to preview mode (CTRL+SHIFT+V)
5. Open the find box (CTRL+F) and type something in, can be "aaa"
6. Switch back to edit tab
7. Switch bac... | 854 |
183120 | Debugging indicators can mess with tab spacing | 2023-05-22 14:51:24+00:00 | I broke on this line, see how the tab on that line is 3 spaces, not the regular 4:

Stepping:

Stepping:
.
Notice that for the first string the opening `"` is selected (or without shift, the cursor is moved to before it.)
... | Select previous word in JSON string sometimes also selects `"`, but not always Type: <b>Bug</b>
Make these two json strings: "??" "N_FP"
For both strings, place the cursor just before the closing `"`.
For both strings, press CTRL+SHIFT+LEFT (also happens without shift).
Notice that for the first string the ... | 780 | ||
183101 | Hover should not wrap words partially | 2023-05-22 08:31:10+00:00 | <img width="627" alt="image" src="https://github.com/microsoft/vscode/assets/900690/d9941e26-5815-4b63-aa17-5cbb6930b283">
I think there is CSS rules how to wrap only full words. | Hover should not wrap words partially <img width="627" alt="image" src="https://github.com/microsoft/vscode/assets/900690/d9941e26-5815-4b63-aa17-5cbb6930b283">
I think there is CSS rules how to wrap only full words. | 81 | ||
183097 | UX-Bug: Not possible to determine which parent repo should be selected because of trimmed | 2023-05-22 07:07:22+00:00 | 2023-06-06 17:02: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... | not_planned | UX-Bug: Not possible to determine which parent repo should be selected because of trimmed <!-- ⚠️⚠️ 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/v... | 467 |
183087 | Cannot hide terminal find widget when pressing `esc` | 2023-05-22 00:51:59+00:00 | 2023-05-23 18:15:10+00:00 | - VS Code Version: stable and from sources
Steps to Reproduce:
1. open terminal panel
3. split terminal
4. show find widget in both terminal
5. focus first terminal and press `esc` to hide find widget
6. :bug: focus second terminal and press `esc` to hide find widget, doesn't work
Regression from https://g... | completed | Cannot hide terminal find widget when pressing `esc` - VS Code Version: stable and from sources
Steps to Reproduce:
1. open terminal panel
3. split terminal
4. show find widget in both terminal
5. focus first terminal and press `esc` to hide find widget
6. :bug: focus second terminal and press `esc` to hide f... | 100 |
183086 | wslServer.sh stays running after VS Code is shut down | 2023-05-22 00:16:51+00:00 | 2023-05-22 13:39:37+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 | wslServer.sh stays running after VS Code is shut down <!-- ⚠️⚠️ 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-Sugge... | 798 |
183076 | Wrong editor widget gets focused when inline chat gets disposed | 2023-05-21 20:46:06+00:00 | 2023-05-22 07:49: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... | completed | Wrong editor widget gets focused when inline chat gets disposed <!-- ⚠️⚠️ 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... | 371 |
183055 | Terminal panel layout wrong at certain sizes | 2023-05-21 10:38:24+00:00 | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | Terminal panel layout wrong at certain sizes <!-- ⚠️⚠️ 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 --... | 527 | ||
183030 | Reading suggestions or autocomplete of extensions | 2023-05-20 15:29:23+00:00 | 2023-05-31 15:44:41+00:00 | Type: <b>Feature Request</b>
Depending on the extension we are using, when code suggestion information appears, it is not read by screen readers.
Steps to reproduce.
Install the codeium extension.
Open any project, and start typing or commenting the code;
You will hear a sound when a hint appears, but th... | completed | Reading suggestions or autocomplete of extensions Type: <b>Feature Request</b>
Depending on the extension we are using, when code suggestion information appears, it is not read by screen readers.
Steps to reproduce.
Install the codeium extension.
Open any project, and start typing or commenting the code;
... | 224 |
183014 | Tunnel remote UI misses remote indicator icon | 2023-05-20 04:48:01+00:00 | 2023-05-22 12:38:16+00:00 | 
I think we should be consistent and also use the remote indicator when opening a tunnel as remote.
Compare with GH:

... | completed | Tunnel remote UI misses remote indicator icon 
I think we should be consistent and also use the remote indicator when opening a tunnel as remote.
Compare with GH:
![image](https://github.com/microsoft/vscode/assets/... | 140 |
183007 | Remote integration test timeout: replaceOutput to different cell | 2023-05-19 23:19:17+00:00 | https://dev.azure.com/monacotools/Monaco/_build/results?buildId=215315&view=logs&j=9833cdaa-2e92-5f8d-56a8-239fd18fd628&t=efbaf268-cf98-50c2-bb3c-7950770fd6bc&l=490 | Remote integration test timeout: replaceOutput to different cell https://dev.azure.com/monacotools/Monaco/_build/results?buildId=215315&view=logs&j=9833cdaa-2e92-5f8d-56a8-239fd18fd628&t=efbaf268-cf98-50c2-bb3c-7950770fd6bc&l=490 | 106 | ||
182966 | Add isProposedApiEnabled check for env var scope | 2023-05-19 14:25:53+00:00 | 2023-05-24 13:14:54+00:00 | It's used in https://github.com/microsoft/vscode/pull/182883, this would be easiest after that's merged. | completed | Add isProposedApiEnabled check for env var scope It's used in https://github.com/microsoft/vscode/pull/182883, this would be easiest after that's merged. | 54 |
182975 | Cannot copy ANYTHING from VS Code Stable Jupyter Notebook and paste into VS Code Insider | 2023-05-19 09:18:46+00:00 | 2023-05-19 16:23:58+00:00 | This Problem of NOT being able to paste, is happening ONLY when I am copying something from a Jupyter Notebook from Stable Version of Code to Insider version.
But copy-paste is working fine when I am copying from a python file of the stable version to Insiders.
( And ofcouse, there is no problem with clipboard, a... | not_planned | Cannot copy ANYTHING from VS Code Stable Jupyter Notebook and paste into VS Code Insider This Problem of NOT being able to paste, is happening ONLY when I am copying something from a Jupyter Notebook from Stable Version of Code to Insider version.
But copy-paste is working fine when I am copying from a python file o... | 449 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.