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 |
|---|---|---|---|---|---|---|---|
189561 | Console warning about PHP extension confusing snippet variables and snippet placeholders | 2023-08-03 16:14:42+00:00 | 2023-09-06 00:13:05+00:00 | 1. Run Code-OSS
2. Open dev tools
3. See this message
```
[vscode.php]: One or more snippets from the extension 'php' very likely confuse snippet-variables and snippet-placeholders (see https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax for more details)
``` | completed | Console warning about PHP extension confusing snippet variables and snippet placeholders 1. Run Code-OSS
2. Open dev tools
3. See this message
```
[vscode.php]: One or more snippets from the extension 'php' very likely confuse snippet-variables and snippet-placeholders (see https://code.visualstudio.com/docs/editor... | 114 |
189556 | gulp task do not display task name | 2023-08-03 14:58:05+00:00 | 2023-08-15 17:32:26+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | gulp task do not display task name <!-- โ ๏ธโ ๏ธ 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 -->
<!-- ๐... | 519 |
189532 | Cannot hide the new top bar (command center) | 2023-08-03 08:16:09+00:00 | 2023-08-04 16:46: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 | Cannot hide the new top bar (command center) <!-- โ ๏ธโ ๏ธ 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 --... | 555 |
189525 | HTML attribute quotes do not auto-close in PHP files | 2023-08-03 05:58: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... | HTML attribute quotes do not auto-close in PHP files <!-- โ ๏ธโ ๏ธ 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-Sugges... | 415 | ||
189517 | Autoclosing pairs is represented as object and as array of string | 2023-08-03 00:52:13+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... | Autoclosing pairs is represented as object and as array of string <!-- โ ๏ธโ ๏ธ 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... | 562 | ||
189515 | Match brackets in the user settings is broken when you disable it | 2023-08-02 23:36:16+00:00 | 2023-08-11 11:24:05+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | not_planned | Match brackets in the user settings is broken when you disable it <!-- โ ๏ธโ ๏ธ 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... | 562 |
189505 | TreeItem.label ignored by resourceUri for untitled editor | 2023-08-02 19:15:10+00:00 | 2023-08-23 17:31:53+00:00 | Type: <b>Bug</b>
When creating a tree view for my extension that renders tabs the specified label is not used when a resourceUri is provided for an untitled uri. For file uri the label is shown correctly.

Code t... | completed | TreeItem.label ignored by resourceUri for untitled editor Type: <b>Bug</b>
When creating a tree view for my extension that renders tabs the specified label is not used when a resourceUri is provided for an untitled uri. For file uri the label is shown correctly.

The use of "Running" suggests testing is still in progress, but in fact it has completed.
I used test-provider-sample. | completed | Testing: tooltip on reworked header text implies tests are still running When verifying #189441 by @connor4312 using OSS build I noticed this:

The use of "Running" suggests testing is still in progress, but in fact i... | 118 |
189468 | Color picker jumps around | 2023-08-02 12:48:35+00:00 | 2023-08-02 14:39:24+00:00 | * only reproduces on `main`
* open color picker and drag in the color field
https://github.com/microsoft/vscode/assets/5047891/a2ab5e8b-8613-4f57-8b55-4fb64e7d019e
* git bisect points to https://github.com/microsoft/vscode/pull/189248
* commenting out the following fixes the problem:
```
rules.add(`.monac... | completed | Color picker jumps around * only reproduces on `main`
* open color picker and drag in the color field
https://github.com/microsoft/vscode/assets/5047891/a2ab5e8b-8613-4f57-8b55-4fb64e7d019e
* git bisect points to https://github.com/microsoft/vscode/pull/189248
* commenting out the following fixes the proble... | 184 |
189445 | Cursor moves to breakpoint when Debug: Focus Editor On Break is turned off | 2023-08-02 04:15:54+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... | Cursor moves to breakpoint when Debug: Focus Editor On Break is turned off <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Subm... | 735 | ||
189444 | Open Accessible Diff Viewer command always displayed in an open editor | 2023-08-02 02:27:20+00:00 | 2023-08-02 12:51:20+00:00 |
- VS Code Version:
- OS Version:
Steps to Reproduce:
1. Open a Markdown file without pending changes and check the More Actions menu in the upper right of the editor.
The Open Accessible Diff Viewer command is visible. Selecting the command has no effect.
 are killed on window reload | 2023-08-01 21:05:53+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.80.2 (Universal)
Commit: 2ccd690cbff1569e4a83d7c43d45101f817401dc
Date: 2023-07-27T21:05:41.366Z
- OS Version: Darwin arm64 22.5.0
Steps to Reproduce:
Via ... | Persistent background terminals (`hideFromUser = true`, `isTransient = false`) are killed on window reload <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Version: 1.80.2 (Universal)
Commit: 2ccd690cbff1569e4a83d7c43d45101f8... | 667 | ||
189384 | WSL2 Ubuntu lunar font rendering issue | 2023-08-01 06:45:45+00:00 | 2023-08-07 12:46:30+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | WSL2 Ubuntu lunar font rendering issue <!-- โ ๏ธโ ๏ธ 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 -->
<!-... | 715 |
189383 | Code Insiders linux arm64 doestn't have tunnel binary | 2023-08-01 06:41:14+00:00 | 2023-08-02 02:06:45+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Code Insiders linux arm64 doestn't have tunnel binary <!-- โ ๏ธโ ๏ธ 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... | 487 |
189377 | Notebook suggest icons missing colors again | 2023-08-01 02:15:16+00:00 | 2023-12-13 19:13:45+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Notebook suggest icons missing colors again <!-- โ ๏ธโ ๏ธ 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 -->... | 385 |
189359 | search results return much less than search.maxResults with sibling clause | 2023-07-31 21:54:10+00:00 | 1. Make sure that you have the default `search.maxResults` in your settings (20000)
2. create a multi-root workspace containing the `vscode` and `vscode-docs` repo.
3. Search for `str` and put `./vscode/extensions/**/*.ts` in Files to Include
4. Only shows ~1000 results before warning that it's a subset of results. ... | search results return much less than search.maxResults with sibling clause 1. Make sure that you have the default `search.maxResults` in your settings (20000)
2. create a multi-root workspace containing the `vscode` and `vscode-docs` repo.
3. Search for `str` and put `./vscode/extensions/**/*.ts` in Files to Include
... | 142 | ||
189342 | No easy way to reach `Export` profile button | 2023-07-31 18:33:05+00:00 | 2023-09-07 14:13:32+00:00 | When exporting a profile, a SR user has to navigate the whole list to reach the `Export` button. We should either move the button to the top or have a keybinding/command which does this.
cc @jooyoungseo
<img width="293" alt="Screenshot 2023-07-31 at 11 30 34 AM" src="https://github.com/microsoft/vscode/assets/29... | completed | No easy way to reach `Export` profile button When exporting a profile, a SR user has to navigate the whole list to reach the `Export` button. We should either move the button to the top or have a keybinding/command which does this.
cc @jooyoungseo
<img width="293" alt="Screenshot 2023-07-31 at 11 30 34 AM" src="... | 138 |
189340 | Align macOS run recent command keybinding with others | 2023-07-31 18:24:26+00:00 | 2023-09-21 17:04:38+00:00 | ATM, `ctrl+r` is used for mac. We should go with `cmd+r` per the suggestion of @jooyoungseo to reduce cognitive burden | completed | Align macOS run recent command keybinding with others ATM, `ctrl+r` is used for mac. We should go with `cmd+r` per the suggestion of @jooyoungseo to reduce cognitive burden | 53 |
189339 | Export profile loses focus | 2023-07-31 18:17:15+00:00 | 2023-08-24 09:56:42+00:00 | 1. Run `Profiles...Export Profile`
2. ๐ tree is not focused, context is lost | completed | Export profile loses focus 1. Run `Profiles...Export Profile`
2. ๐ tree is not focused, context is lost | 29 |
189334 | Insiders is no longer removing obsolete (superseded) extension folders | 2023-07-31 16:53:11+00:00 | 2023-08-02 08:12:10+00:00 | I think this got broken very recently by 12e03adf6e77eb3c9ae7299f35ae4707c1d39638 (PR #188917 by @sandy081)
The arguments passed to `isEqualOrParent` here are reversed.
https://github.com/microsoft/vscode/blob/e1b9eedbbb5d8247ce2caba92d0d9a2277ca5400/src/vs/platform/extensionManagement/node/extensionManagementSer... | completed | Insiders is no longer removing obsolete (superseded) extension folders I think this got broken very recently by 12e03adf6e77eb3c9ae7299f35ae4707c1d39638 (PR #188917 by @sandy081)
The arguments passed to `isEqualOrParent` here are reversed.
https://github.com/microsoft/vscode/blob/e1b9eedbbb5d8247ce2caba92d0d9a227... | 152 |
189326 | Cannot read properties of undefined (reading 'layout') | 2023-07-31 16:43:12+00:00 | 2023-09-07 07:30:24+00:00 | ```javascript
TypeError: Cannot read properties of undefined (reading 'layout')
at se.U in src/vs/workbench/contrib/testing/browser/testingExplorerView.ts:471:18
at r.value in src/vs/workbench/contrib/testing/browser/testingExplorerView.ts:286:10
at u.w in src/vs/base/common/event.ts:1089:13
at u.fire in src/vs/ba... | completed | Cannot read properties of undefined (reading 'layout') ```javascript
TypeError: Cannot read properties of undefined (reading 'layout')
at se.U in src/vs/workbench/contrib/testing/browser/testingExplorerView.ts:471:18
at r.value in src/vs/workbench/contrib/testing/browser/testingExplorerView.ts:286:10
at u.w in src/... | 827 |
189314 | [Accessibility issues - Error message] Multiple issues | 2023-07-31 14:08:45+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | reopened | [Accessibility issues - Error message] Multiple issues <!-- โ ๏ธโ ๏ธ 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... | 675 | |
189305 | Context menu in editor shows no scrollbar | 2023-07-31 10:33:48+00:00 | 2023-08-01 17:52:37+00:00 | The main menu entries have a scrollbar when needed:

The custom context menu has none, even when needed:

Looking at... | completed | Context menu in editor shows no scrollbar The main menu entries have a scrollbar when needed:

The custom context menu has none, even when needed:

OS version: Windows_NT x64 10.0.19045
Modes:
<details>
<... | Git pulling/interactions Type: <b>Bug</b>
try pulling from multiple repos at the same time in the same workspace.
It locks pulling another repo while pulling/pushing to a repo
VS Code version: Code 1.80.2 (2ccd690cbff1569e4a83d7c43d45101f817401dc, 2023-07-27T20:40:28.909Z)
OS version: Windows_NT x64 10.0.1904... | 846 | ||
189288 | Text search result messages not shown in search view | 2023-07-31 05:12:05+00:00 | 2023-07-31 15:17:59+00:00 | 1. Go to github.dev/microsoft/vscode, run a text search
2. While search is running, hit cancel on the "downloading repository index..." notification in the bottom right corner
3. :bug: search view should show two messages (see below) but only the first one shows up
 but only the first one shows up... | 122 |
189285 | Copy/Paste files in Explorer pastes in wrong folder | 2023-07-31 03:15:18+00:00 | Type: <b>Bug</b>
1. Select multiple files in the same folder in the Explorer tree. (I do so by clicking on one, then Shift- or Cmd-clicking on others.)
2. Right click on one of the selected files and select "Copy".
3. Right click on another folder and select "Paste". (Do not select it first.)
Expected results... | Copy/Paste files in Explorer pastes in wrong folder Type: <b>Bug</b>
1. Select multiple files in the same folder in the Explorer tree. (I do so by clicking on one, then Shift- or Cmd-clicking on others.)
2. Right click on one of the selected files and select "Copy".
3. Right click on another folder and select "Pa... | 654 | ||
189270 | [Bug] Standalone color picker not working with Hex alpha | 2023-07-30 15:56:14+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] Standalone color picker not working with Hex alpha <!-- โ ๏ธโ ๏ธ 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... | 519 | ||
189239 | Source control picks up wrong git remote when using branch-level remote | 2023-07-29 17:43:02+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... | Source control picks up wrong git remote when using branch-level remote <!-- โ ๏ธโ ๏ธ 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... | 602 | ||
189222 | Powerline symbols should not be included in links | 2023-07-29 12:09:45+00:00 | 2023-07-31 06:16:50+00:00 | When using a powerline prompt:

We should not be allowing the powerline symbols to be links (ctrl+hover):

Running... | completed | Powerline symbols should not be included in links When using a powerline prompt:

We should not be allowing the powerline symbols to be links (ctrl+hover):

| completed | notebook sticky scroll overlapping issue when using light HC theme

| 72 |
189173 | [Bug] Help popups sometime overlap the text behind the cursor | 2023-07-28 14:53:02+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] Help popups sometime overlap the text behind the cursor <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-a... | 632 | ||
189167 | Custom context menu runs or selects action under mouse when opened | 2023-07-28 13:37:51+00:00 | 2023-08-02 14:52:42+00:00 | When display scaling is set (in this case to `200%`) and a custom context menu opens under the mouse, sometimes the action is executed:

On Windows the action does not seem to be executed, bu... | completed | Custom context menu runs or selects action under mouse when opened When display scaling is set (in this case to `200%`) and a custom context menu opens under the mouse, sometimes the action is executed:

When typed manually:

We may be using this format for python tests in the future so it ... | Opening the quick pick with a <path>@<symbol> pattern does not enter the symbol navigation mode When opened via terminal:

When typed manually:
:
```
extensions/css-language-features/client/dist/node/cssClientMain.js
extensions/css-language-features/server/dist/node/cssS... | completed | regression: several webpacked JS files in extensions/ no longer build deterministically Starting with version 1.80, Code no longer builds reproducibly. The following is a partial list of files that are wildly different on each rebuild (mostly different mangled variable names):
```
extensions/css-language-features/c... | 489 |
189105 | fine tune next/previous navigation for first/last index in accessible view | 2023-07-27 22:44:05+00:00 | 2023-08-03 17:18:20+00:00 | > @rperez030 thanks for testing. isn't the fact that it tells you the length sufficient given you know it's reached the end (if index = length) or beginning (if index = 1)?
>
Wrapping around doesn't sound ideal to me either. Let's see there are 3 elements, and I'm focus on 2 of 3. If I press the ne... | completed | fine tune next/previous navigation for first/last index in accessible view > @rperez030 thanks for testing. isn't the fact that it tells you the length sufficient given you know it's reached the end (if index = length) or beginning (if index = 1)?
>
Wrapping around doesn't sound ideal to me either.... | 366 |
189103 | Automatic markdown link pasting should remove trailing whitespace and new lines | 2023-07-27 22:29: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... | Automatic markdown link pasting should remove trailing whitespace and new lines <!-- โ ๏ธโ ๏ธ 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... | 326 | ||
189102 | Disable markdown link pasting for selected text containing a markdown link | 2023-07-27 22:26: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... | Disable markdown link pasting for selected text containing a markdown link <!-- โ ๏ธโ ๏ธ 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... | 300 | ||
189101 | "Upstream already exists" when creating a fork | 2023-07-27 22:02:15+00:00 |
Type: <b>Bug</b>
1. Clone a repository that you don't own.
2. Make changes and commit.
3. Push, expect error and accept "create a fork."
"Upstream already exists" error occures. It looks like vscode is trying to rename "origin" to "upstream", but by default it adds and fetches the upstream remote if origin is... | "Upstream already exists" when creating a fork
Type: <b>Bug</b>
1. Clone a repository that you don't own.
2. Make changes and commit.
3. Push, expect error and accept "create a fork."
"Upstream already exists" error occures. It looks like vscode is trying to rename "origin" to "upstream", but by default it ad... | 904 | ||
189097 | "Source: undefined" read for notifications accessible view | 2023-07-27 21:08:54+00:00 | 2023-08-25 16:21:01+00:00 | Maybe you want to just not read the Source when there is none
<img width="587" alt="image" src="https://github.com/microsoft/vscode/assets/323878/1dfd481c-fe0c-4285-aad6-c41d5f0b1716">
| completed | "Source: undefined" read for notifications accessible view Maybe you want to just not read the Source when there is none
<img width="587" alt="image" src="https://github.com/microsoft/vscode/assets/323878/1dfd481c-fe0c-4285-aad6-c41d5f0b1716">
| 88 |
189096 | Clicking "ignore" when using the merge editor makes the editor freeze/hang | 2023-07-27 20:54:35+00:00 | 2023-07-28 10:08:57+00:00 | <!-- โ ๏ธโ ๏ธ Do Not Delete This! bug_report_template โ ๏ธโ ๏ธ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- ๐ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- ๐ Search existing issues to avoid cr... | completed | Clicking "ignore" when using the merge editor makes the editor freeze/hang <!-- โ ๏ธโ ๏ธ 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... | 456 |
189058 | Ghost text hover sometimes has empty rendering | 2023-07-27 14:37:52+00:00 | Trigger suggest widget
Wait for ghost text to appear
Hover over ghost text
Notice that the rendering is broken. It does not say how many items are there.

| Ghost text hover sometimes has empty rendering Trigger suggest widget
Wait for ghost text to appear
Hover over ghost text
Notice that the rendering is broken. It does not say how many items are there.

This happens when a diff editor has many unexpected unicode characters and the inline mode is used. | completed | Diff editor screen cheese 
This happens when a diff editor has many unexpected unicode characters and the inline mode is used. | 72 |
189013 | Notebook cell text model memory leak | 2023-07-27 01:49:55+00:00 | 2023-07-27 02:05:36+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 | Notebook cell text model memory leak <!-- โ ๏ธโ ๏ธ 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 -->
<!-- ... | 402 |
188994 | Redundant "notebook" in notebook sticky scroll context menu | 2023-07-26 21:47: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... | Redundant "notebook" in notebook sticky scroll context menu <!-- โ ๏ธโ ๏ธ 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 | ||
188991 | streaming output with ansi code edits does not always update correctly | 2023-07-26 21:32:14+00:00 | 2023-07-26 23:50:22+00:00 | 1. run a cell that updates the same line of output continuously
```
from tqdm import trange
from time import sleep
for i in trange(50):
sleep(.3)
```
:bug: extra character appended at the end and the last update doesn't seem to occur
:
sleep(.3)
```
:bug: extra character appended at the end and the last update doesn't seem to occur
... | 136 |
188986 | Navigation in notebook output matches always move the viewport | 2023-07-26 21:18:09+00:00 |
Type: <b>Bug</b>
* Open endgame.github-issues notebook
* Run all
* Now search for a keyword that has multiple matches in outputs
* Press enter to navigate
* Instead of revealing the match into view only when necessary, it moves the match to the center of the view every time, it's very annoying compared to how ... | Navigation in notebook output matches always move the viewport
Type: <b>Bug</b>
* Open endgame.github-issues notebook
* Run all
* Now search for a keyword that has multiple matches in outputs
* Press enter to navigate
* Instead of revealing the match into view only when necessary, it moves the match to the cen... | 617 | ||
188985 | useWslProfiles is not respected until I create a new terminal | 2023-07-26 21:16:28+00:00 | 2023-12-08 23:10:33+00:00 | From https://github.com/microsoft/vscode/issues/186940
The setting is respected now, so I'm opening a new issue, but it seems that it doesn't take effect until I create a new terminal
- Set the setting to "false"
- Click the arrow next to the terminal + button
- I still see my WSL terminal profile
<img width="... | completed | useWslProfiles is not respected until I create a new terminal From https://github.com/microsoft/vscode/issues/186940
The setting is respected now, so I'm opening a new issue, but it seems that it doesn't take effect until I create a new terminal
- Set the setting to "false"
- Click the arrow next to the terminal... | 184 |
188980 | terminal.sourceControlRepositoriesKind=external should not be allowes in remote connections | 2023-07-26 20:37:28+00:00 | Found when verifying:
VS Code Insiders version 1.81 (planned to be released later this week) will contain a new setting, `terminal.sourceControlRepositoriesKind` that users can control the menu items for opening the repository in integrated/external terminal.
_Originally posted by @lszomoru in https... | terminal.sourceControlRepositoriesKind=external should not be allowes in remote connections Found when verifying:
VS Code Insiders version 1.81 (planned to be released later this week) will contain a new setting, `terminal.sourceControlRepositoriesKind` that users can control the menu items for opening... | 260 | ||
188979 | VS Code does not call resolveDebugConfigurationWithSubstitutedVariables | 2023-07-26 20:33:34+00:00 | 2023-12-05 22:05:27+00:00 | - VS Code Version: 1.80.1
- OS Version: Windows_NT x64 10.0.19045
Steps to Reproduce:
1. Install [C# dev kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
2. Clone [C# extension](https://github.com/dotnet/vscode-csharp) and start debugging the extension
3. Create a .NET console ... | completed | VS Code does not call resolveDebugConfigurationWithSubstitutedVariables - VS Code Version: 1.80.1
- OS Version: Windows_NT x64 10.0.19045
Steps to Reproduce:
1. Install [C# dev kit](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit)
2. Clone [C# extension](https://github.com/dotnet/vsc... | 461 |
188974 | z-index issues with cell-title-toolbar | 2023-07-26 20:09:07+00:00 | 2024-01-18 19:07:01+00:00 | - issues with z-index interactions between sash, nb sticky lines, and cell-title-toolbar.
- the cell-title-toolbar was given the highest z-index to avoid issues with the sash.
- the sticky lines are given a z-index under the sash to avoid overlapping visual bugs
Need to think about how the cell list view could... | completed | z-index issues with cell-title-toolbar - issues with z-index interactions between sash, nb sticky lines, and cell-title-toolbar.
- the cell-title-toolbar was given the highest z-index to avoid issues with the sash.
- the sticky lines are given a z-index under the sash to avoid overlapping visual bugs
Need to t... | 198 |
188965 | Notebook markdown search results not restored when showing find sidebar | 2023-07-26 18:47:03+00:00 |
Type: <b>Bug</b>
From #185289
1. Open a notebook with some rendered markdown
2. Do a workspace search for the rendered markdown
3. Hide the sidebar
4. Show the side bar again
**Bug**
The markdown search results don't show again
Search results in code cells are highlighted again when the sidebar is sho... | Notebook markdown search results not restored when showing find sidebar
Type: <b>Bug</b>
From #185289
1. Open a notebook with some rendered markdown
2. Do a workspace search for the rendered markdown
3. Hide the sidebar
4. Show the side bar again
**Bug**
The markdown search results don't show again
Se... | 476 | ||
188958 | Smart paste should be disabled in an indented block | 2023-07-26 17:43:06+00:00 | 2024-01-10 22:33:00+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 | Smart paste should be disabled in an indented block <!-- โ ๏ธโ ๏ธ 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-Suggest... | 368 |
188954 | Accessibility help doesn't show when message in chat editor is focused | 2023-07-26 17:28:08+00:00 | 2023-09-06 20:25:04+00:00 | Repro:
1. `Chat: Open Session in Editor`
2. Click the intro message
3. Alt+f1, :bug: nothing happens
4. Click the textbox
5. Alt+f1, the help shows | completed | Accessibility help doesn't show when message in chat editor is focused Repro:
1. `Chat: Open Session in Editor`
2. Click the intro message
3. Alt+f1, :bug: nothing happens
4. Click the textbox
5. Alt+f1, the help shows | 59 |
188951 | Restart pty host isn't working on local | 2023-07-26 17:18:17+00:00 | 2023-08-04 17:13:04+00:00 | Remote issue: https://github.com/microsoft/vscode/issues/186785
Something must have changed since the changes. Not doing in July as this is a developer command and restarting is very rare. | completed | Restart pty host isn't working on local Remote issue: https://github.com/microsoft/vscode/issues/186785
Something must have changed since the changes. Not doing in July as this is a developer command and restarting is very rare. | 59 |
188948 | Terminal statuses sometimes aren't refreshed after moving tabs around | 2023-07-26 17:12:00+00:00 | 2023-11-15 17:13:16+00:00 | Repro:
1. Create a terminal
2. Run build task of vscode repo
3. Drag the terminal tab to the bottom | completed | Terminal statuses sometimes aren't refreshed after moving tabs around Repro:
1. Create a terminal
2. Run build task of vscode repo
3. Drag the terminal tab to the bottom | 39 |
188944 | "Turn on Cloud Changes" in vscode.dev does nothing once user signs in | 2023-07-26 16:54:11+00:00 | - Open a remote repo in vscode.dev
- Open terminal
- Click link to turn on cloud changes, sign in successfully
- ๐ When I click the link again, nothing happens. I'd expect if I'm signed in, the link points to docs, or it goes away if there's no action left to take

Verification steps:
* Enable screenreader mode
* Use Inline chat that generates a diff with 2 changed hunks that are at least 6 lines apart
* Verify the accessible diff viewer ... | completed | Cannot navigate to next diff in embedded diff editor Testing #188537

Verification steps:
* Enable screenreader mode
* Use Inline chat that generates a diff with 2 changed hunks that are at leas... | 154 |
188926 | Command navigation in a11y button should go to the partial command on last ctrl+down | 2023-07-26 14:36:59+00:00 | 2023-08-24 00:10:50+00:00 | Repro:
1. Enable a11y mode
2. Run some commands
3. Shift+tab
4. ctrl+up a few times
5. ctrl+down a few times, ๐ the last command navigated to is the last executed command, it should be the partial command being written | completed | Command navigation in a11y button should go to the partial command on last ctrl+down Repro:
1. Enable a11y mode
2. Run some commands
3. Shift+tab
4. ctrl+up a few times
5. ctrl+down a few times, ๐ the last command navigated to is the last executed command, it should be the partial command being written | 83 |
188901 | Use full line decorations for comment range | 2023-07-26 08:30:00+00:00 | 2023-08-23 18:33:32+00:00 | I think a full range decoration would look nicer here:

You can also use `shouldFillLineOnLineBreak`:
[Example](https://microsoft.github.io/monaco-editor/playground.html?source=v0.41.0-dev.20230719#XQAA... | completed | Use full line decorations for comment range I think a full range decoration would look nicer here:

You can also use `shouldFillLineOnLineBreak`:
[Example](https://microsoft.github.io/monaco-editor/play... | 581 |
188897 | On profile editing, enabled checkboxes should be the same as the ones checked on profile creation | 2023-07-26 07:26:16+00:00 | 2023-07-26 12:16:15+00:00 | From testing https://github.com/microsoft/vscode/issues/188613
*When I clicked on Edit Profile..., I noticed that the checkboxes that are enabled are not always the same as the ones that were previously checked during profile creation. Here is a video showing what I mean:*
https://github.com/microsoft/vscode/asse... | completed | On profile editing, enabled checkboxes should be the same as the ones checked on profile creation From testing https://github.com/microsoft/vscode/issues/188613
*When I clicked on Edit Profile..., I noticed that the checkboxes that are enabled are not always the same as the ones that were previously checked during p... | 169 |
188881 | Dependency error On Ubuntu 16.04 with Electron 25 | 2023-07-26 00:57:46+00:00 | 2023-07-28 09:11:35+00:00 | On Ubuntu 16.04
<img width="571" alt="image" src="https://github.com/microsoft/vscode/assets/6561887/858d665b-8971-4b0d-bf40-bbe22def9a20">
_Originally posted by @sbatten in https://github.com/microsoft/vscode/issues/188689#issuecomment-1650724219_
| completed | Dependency error On Ubuntu 16.04 with Electron 25 On Ubuntu 16.04
<img width="571" alt="image" src="https://github.com/microsoft/vscode/assets/6561887/858d665b-8971-4b0d-bf40-bbe22def9a20">
_Originally posted by @sbatten in https://github.com/microsoft/vscode/issues/188689#issuecomment-1650724219_
... | 111 |
194839 | Unable to open files when links to file paths are printed in Jupyter outputs ending with a period | 2023-07-25 23:57:01+00:00 | Create a file named `<fully qualified Path>xyz.txt`
Run the code `print("<fully qualified Path>xyz.txt")` in a notebook and you can open the file from the link in the output
Run the code `print("<fully qualified Path>xyz.txt.")` in a notebook and you cannot open the file from the link in the output.
I know ... | Unable to open files when links to file paths are printed in Jupyter outputs ending with a period Create a file named `<fully qualified Path>xyz.txt`
Run the code `print("<fully qualified Path>xyz.txt")` in a notebook and you can open the file from the link in the output
Run the code `print("<fully qualified Path... | 190 | ||
188875 | Prepending fails on zsh with only shell integration enabled | 2023-07-25 23:36:11+00:00 | 2023-08-30 17:46:51+00:00 | Testing #182970
```typescript
envVarCollection.prepend('PS1', '(.venv) ', {
applyAtProcessCreation: false,
applyAtShellIntegration: true,
});
```
seems to fail on zsh shell:

| completed | Prepending fails on zsh with only shell integration enabled Testing #182970
```typescript
envVarCollection.prepend('PS1', '(.venv) ', {
applyAtProcessCreation: false,
applyAtShellIntegration: true,
});
```
seems to fail on zsh shell:

</b>
``` | completed | Markdown url smart paste should be disabled inside of html blocks 1. Copy `http://example.com`
1. In a md file:
```md
<b>
</b>
```
3. Paste between the html elements
**bug**
This inserts markdown syntax even though markdown typically isn't supported inside of html like this:
```md
<b>
[Title](http://e... | 108 |
188867 | Markdown url smart paste breaks if copied url includes mismatched parens | 2023-07-25 22:49:36+00:00 | 2023-07-31 22:01:03+00:00 | Type: <b>Bug</b>
1. Copy `http://example.com?(
`
2. Paste it into a markdown file
**Bug**
The inserted markdown link is not valid because of the mismatched parens
```
[Title](http://example.com/?()
```
In cases like this, we can either escape the `(` with `\(` or wrap the entire url in `<>`:
```
... | completed | Markdown url smart paste breaks if copied url includes mismatched parens Type: <b>Bug</b>
1. Copy `http://example.com?(
`
2. Paste it into a markdown file
**Bug**
The inserted markdown link is not valid because of the mismatched parens
```
[Title](http://example.com/?()
```
In cases like this, we can... | 531 |
188865 | Markdown url smart paste adds trailing `/` to url | 2023-07-25 22:45:17+00:00 | 2023-11-20 22:45:23+00:00 | Type: <b>Bug</b>
1. Copy `http://example.com`
2. Paste it into a markdown file
**Bug**
The inserted markdown link now includes a trailing `/`:
```
[Title](http://example.com/)
```
Probably not significant in most cases but I probably don't want VS code messing up my copied text either
VS Code versi... | completed | Markdown url smart paste adds trailing `/` to url Type: <b>Bug</b>
1. Copy `http://example.com`
2. Paste it into a markdown file
**Bug**
The inserted markdown link now includes a trailing `/`:
```
[Title](http://example.com/)
```
Probably not significant in most cases but I probably don't want VS code... | 495 |
188863 | Markdown url smart paste should be disabled when writing a link definition | 2023-07-25 22:42:14+00:00 | 2024-01-10 22:33:00+00:00 | Type: <b>Bug</b>
1. In a md file:
```
[def]:
```
2. Paste a url after `[def]:`
This syntax is for a [reference link definition](https://spec.commonmark.org/0.30/#link-reference-definitions)
**Bug**
The inserted text is:
```
[link]: [Title](https://github.com/microsoft/vscode/issues)
```
Inste... | completed | Markdown url smart paste should be disabled when writing a link definition Type: <b>Bug</b>
1. In a md file:
```
[def]:
```
2. Paste a url after `[def]:`
This syntax is for a [reference link definition](https://spec.commonmark.org/0.30/#link-reference-definitions)
**Bug**
The inserted text is:
```... | 542 |
188862 | Should markdown url smart paste disable / deprioritize itself when we don't paste markdown links? | 2023-07-25 22:39:16+00:00 | 2023-07-28 17:41:39+00:00 | Type: <b>Bug</b>
1. In a md file:
~~~md
```code
```
~~~
2. Paste a url inside the fence code blocks
3. Click the paste as widget that shows up
**bug**
<img width="745" alt="Screenshot 2023-07-25 at 3 31 41 PM" src="https://github.com/microsoft/vscode/assets/12821956/7cc7ffe5-6626-4ac4-83c6-ba279359bd... | completed | Should markdown url smart paste disable / deprioritize itself when we don't paste markdown links? Type: <b>Bug</b>
1. In a md file:
~~~md
```code
```
~~~
2. Paste a url inside the fence code blocks
3. Click the paste as widget that shows up
**bug**
<img width="745" alt="Screenshot 2023-07-25 at 3 31 ... | 705 |
188861 | Smart paste should be disabled in ~~~ fenced code blocks | 2023-07-25 22:33:04+00:00 | 2023-07-27 16:09:40+00:00 | Type: <b>Bug</b>
1. In a md file:
```md
~~~code
~~~
```
2. Paste a url inside the `~~~` block (this is an alternative way to create a fenced code block)
**bug**
The url is incorrectly pasted as a markdown link
VS Code version: Code - Insiders 1.81.0-insider (Universal) (fda972663af87b4d1dab87845e36... | completed | Smart paste should be disabled in ~~~ fenced code blocks Type: <b>Bug</b>
1. In a md file:
```md
~~~code
~~~
```
2. Paste a url inside the `~~~` block (this is an alternative way to create a fenced code block)
**bug**
The url is incorrectly pasted as a markdown link
VS Code version: Code - Insiders... | 469 |
188859 | Markdown url smart paste should be disabled in autolinks | 2023-07-25 22:30:22+00:00 | 2024-02-08 02:01:33+00:00 |
Type: <b>Bug</b>
1. In a md file, write `<>` to start creating an [auto link](https://spec.commonmark.org/0.30/#autolinks)
2. Paste a url between the `<>`
**Bug**
The inserted text is:
```
<[Title](https://spec.commonmark.org/0.30/#autolinks)>
```
Instead we should just paste the url inside the autoli... | completed | Markdown url smart paste should be disabled in autolinks
Type: <b>Bug</b>
1. In a md file, write `<>` to start creating an [auto link](https://spec.commonmark.org/0.30/#autolinks)
2. Paste a url between the `<>`
**Bug**
The inserted text is:
```
<[Title](https://spec.commonmark.org/0.30/#autolinks)>
```
... | 536 |
188857 | Markdown url paste incorrectly decodes pasted url | 2023-07-25 22:27:03+00:00 | 2023-07-27 19:13:05+00:00 |
Type: <b>Bug</b>
1. Copy: `https://github.com/issues?a%20b`
1. In a md file, paste
**bug**
This invalid link is inserted:
```
[Title](https://github.com/issues?a b)
```
It seems like the url is being decoded during paste. We should try preserving the original encoding instead
VS Code version: Code ... | completed | Markdown url paste incorrectly decodes pasted url
Type: <b>Bug</b>
1. Copy: `https://github.com/issues?a%20b`
1. In a md file, paste
**bug**
This invalid link is inserted:
```
[Title](https://github.com/issues?a b)
```
It seems like the url is being decoded during paste. We should try preserving the o... | 495 |
188848 | test quick question: quick question button with layout controls | 2023-07-25 19:41:26+00:00 | 2023-09-25 18:15:21+00:00 | Testing #188542
When I set `"chat.experimental.defaultMode": "quickQuestion"`, I was really confused on where the button was, since I disabled layout controls on my title bar. Eventually, I found it, but it was a little confusing. I'm not too sure if it should be toggled on and off by the "Layout Controls`
<img w... | completed | test quick question: quick question button with layout controls Testing #188542
When I set `"chat.experimental.defaultMode": "quickQuestion"`, I was really confused on where the button was, since I disabled layout controls on my title bar. Eventually, I found it, but it was a little confusing. I'm not too sure if it... | 162 |
188845 | test quick question: `inputOnBottomChat` has extra line at bottom | 2023-07-25 19:26:31+00:00 | 2023-08-08 20:32:48+00:00 | Testing #188542
This is a nitpick, but when using `inputOnBottomChat`, I see an extra bottom border on the chat box area:
<img width="328" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/ab414b47-1dcb-4d33-bd17-936148bd3190">
It's really faint, but I don't really see the point of having it? ... | not_planned | test quick question: `inputOnBottomChat` has extra line at bottom Testing #188542
This is a nitpick, but when using `inputOnBottomChat`, I see an extra bottom border on the chat box area:
<img width="328" alt="image" src="https://github.com/microsoft/vscode/assets/31675041/ab414b47-1dcb-4d33-bd17-936148bd3190">
... | 137 |
188841 | Weird vertical gap between input and results in test view | 2023-07-25 18:26:52+00:00 | 2023-08-02 06:20:38+00:00 | Testing https://github.com/microsoft/vscode-python/issues/13301
None of the other views which have inputs at the top have a gap like this, not sure if this is specific to Pytest:
<img width="515" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/7fbabba3-bce1-4319-b6be-2c46438600e7">
| completed | Weird vertical gap between input and results in test view Testing https://github.com/microsoft/vscode-python/issues/13301
None of the other views which have inputs at the top have a gap like this, not sure if this is specific to Pytest:
<img width="515" alt="image" src="https://github.com/microsoft/vscode/assets/... | 120 |
188838 | Accessible view doesn't properly respect the bounds of the VS Code window | 2023-07-25 18:19:08+00:00 | 2023-07-28 04:15:05+00:00 | Testing #188537
<img width="992" alt="image" src="https://github.com/microsoft/vscode/assets/4544166/09bce88e-52a9-49f6-be62-72ba81498360">
Here's the accessible view consuming my entire VS code window.
This just looks really bad, I wonder if it should be scrollable when the content is sufficiently large
| completed | Accessible view doesn't properly respect the bounds of the VS Code window Testing #188537
<img width="992" alt="image" src="https://github.com/microsoft/vscode/assets/4544166/09bce88e-52a9-49f6-be62-72ba81498360">
Here's the accessible view consuming my entire VS code window.
This just looks really bad, I wond... | 116 |
188837 | Can't figure out how to open accessible panel chat view on Linux | 2023-07-25 18:11:47+00:00 | 2023-07-27 14:57:52+00:00 | Testing #188537
I hear that I should use `Alt + F1`, but cannot find anything in the command palette for executing this command. Alt + F1 on my Ubuntu box just brings up the windows selector. `Shift + Alt + F1` just toggles screen reader optimization and prompts me to restart
| completed | Can't figure out how to open accessible panel chat view on Linux Testing #188537
I hear that I should use `Alt + F1`, but cannot find anything in the command palette for executing this command. Alt + F1 on my Ubuntu box just brings up the windows selector. `Shift + Alt + F1` just toggles screen reader optimization a... | 91 |
188835 | Chat responses are not read | 2023-07-25 17:55:09+00:00 | 2023-07-26 22:16:09+00:00 | Testing #188537
- Type a request, press enter
- Nothing from the response is ever read
I think it's supposed to do this? | completed | Chat responses are not read Testing #188537
- Type a request, press enter
- Nothing from the response is ever read
I think it's supposed to do this? | 38 |
188833 | Odd order of extension activation | 2023-07-25 17:49:46+00:00 | I was trying to debug which order extensions were activating in as the `*` activation event wasn't working as expected and I came across #171135.
This and the associated PR, change the order of activation events so that `onLanguage` or `onFilesystem` now take precedence over `*`.
I also noticed that Emmet has swi... | Odd order of extension activation I was trying to debug which order extensions were activating in as the `*` activation event wasn't working as expected and I came across #171135.
This and the associated PR, change the order of activation events so that `onLanguage` or `onFilesystem` now take precedence over `*`.
... | 333 | ||
188832 | Inline chat in notebooks discards user edits when dismissed | 2023-07-25 17:49:09+00:00 | 2024-01-22 15:19:32+00:00 | 1. Use inline chat to make a fix in a notebook
2. Fix isn't what I want, manually edit the cell
3. Hit esc to dismiss the inline chat widget
4. :bug: my changes are discarded, and I cannot recover them with ctrl+y or ctrl+z | completed | Inline chat in notebooks discards user edits when dismissed 1. Use inline chat to make a fix in a notebook
2. Fix isn't what I want, manually edit the cell
3. Hit esc to dismiss the inline chat widget
4. :bug: my changes are discarded, and I cannot recover them with ctrl+y or ctrl+z | 81 |
188831 | When navigating responses with alt+[ and alt+], the next response is not read | 2023-07-25 17:48:31+00:00 | 2023-07-27 19:36:24+00:00 | Testing #188537
- Press alt+F2, VoiceOver starts reading the response
- Press alt+], the view shows the next response but VoiceOver is still reading that response and it never reads the next response
Maybe related, but sometimes, it also doesn't read the response when I press alt+F2. It will say "you are now on ... | completed | When navigating responses with alt+[ and alt+], the next response is not read Testing #188537
- Press alt+F2, VoiceOver starts reading the response
- Press alt+], the view shows the next response but VoiceOver is still reading that response and it never reads the next response
Maybe related, but sometimes, it al... | 129 |
188830 | Light version is always used for `iconPath` | 2023-07-25 17:46:17+00:00 | 2023-08-28 18:46:06+00:00 | Testing #188683
Using the following code:
```ts
vscode.window.showQuickPick([{
label: 'sample',
iconPath: {
light: vscode.Uri.parse('https://api.dicebear.com/6.x/pixel-art/png?seed=light'),
dark: vscode.Uri.parse('https://api.dicebear.com/6.x/pixel-art/png?seed=dark')
}
}]);
```
I expe... | completed | Light version is always used for `iconPath` Testing #188683
Using the following code:
```ts
vscode.window.showQuickPick([{
label: 'sample',
iconPath: {
light: vscode.Uri.parse('https://api.dicebear.com/6.x/pixel-art/png?seed=light'),
dark: vscode.Uri.parse('https://api.dicebear.com/6.x/pixel-art/... | 210 |
188829 | alt+] doesn't go to the last chat response | 2023-07-25 17:44:48+00:00 | 2023-07-26 19:38:28+00:00 | Testing #188537
I can use alt+[ and ] to navigate all chat responses... except for the very last response. alt+] does nothing when I'm on the second to last response. Suspecting an off-by-one somewhere | completed | alt+] doesn't go to the last chat response Testing #188537
I can use alt+[ and ] to navigate all chat responses... except for the very last response. alt+] does nothing when I'm on the second to last response. Suspecting an off-by-one somewhere | 68 |
188825 | Enabling Remote Tunnel has redundant quick pick group name | 2023-07-25 17:39:16+00:00 | 2023-07-28 21:47:25+00:00 | 1. Turn on Tunnels from account menu
2. :bug: there is only one option, signing in with GitHub, the 'Others' category seems unnecessary | completed | Enabling Remote Tunnel has redundant quick pick group name 1. Turn on Tunnels from account menu
2. :bug: there is only one option, signing in with GitHub, the 'Others' category seems unnecessary | 53 |
188824 | Accessible view doesn't work on the "Welcome" item | 2023-07-25 17:39:00+00:00 | 2023-08-03 16:04:29+00:00 | Testing #188537
It would be helpful to read this the same as responses right? | completed | Accessible view doesn't work on the "Welcome" item Testing #188537
It would be helpful to read this the same as responses right? | 36 |
188823 | SVGs don't seem to work for `iconPath` in `QuickPickItem` | 2023-07-25 17:38:21+00:00 | Testing #188683
using:
```ts
vscode.window.showQuickPick([{
label: 'sample',
iconPath: vscode.Uri.parse('https://api.dicebear.com/6.x/pixel-art/svg')
}]);
```

however using `png` instead:
```
vscode.... | SVGs don't seem to work for `iconPath` in `QuickPickItem` Testing #188683
using:
```ts
vscode.window.showQuickPick([{
label: 'sample',
iconPath: vscode.Uri.parse('https://api.dicebear.com/6.x/pixel-art/svg')
}]);
```

| completed | clicking the menu on a code snippet will close the quick question UI Testing #188542

| 81 |
188811 | Settings are included in a partial profile export even if not enabled | 2023-07-25 17:00:45+00:00 | 2023-07-27 06:34:00+00:00 | Testing #188613
1. Create a partial profile that .e.g only contains extensions
2. Export the profile
3. ๐ notice the exported profile contains user settings even though I didn't include this. Importing the profile will suggest importing the settings
| completed | Settings are included in a partial profile export even if not enabled Testing #188613
1. Create a partial profile that .e.g only contains extensions
2. Export the profile
3. ๐ notice the exported profile contains user settings even though I didn't include this. Importing the profile will suggest importing the set... | 76 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.