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. ![image](https://github.com/microsoft/vscode/assets/3511326/de7d6147-7931-4b96-826f-23e54fa7190e) 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. ![image](https://github.com/microsoft/vscode/assets...
519
189504
Task auto-run conflicts with task reconnection
2023-08-02 18:53:25+00:00
2023-08-02 19:16:42+00:00
- Open the vscode-copilot repo, the build task auto-runs - Reload the window - The previous instance is reconnected to, and also the auto-run apparently kicks in, now I have two instances running <img width="305" alt="image" src="https://github.com/microsoft/vscode/assets/323878/120d8b78-8353-40e8-9706-8430bf953a5...
completed
Task auto-run conflicts with task reconnection - Open the vscode-copilot repo, the build task auto-runs - Reload the window - The previous instance is reconnected to, and also the auto-run apparently kicks in, now I have two instances running <img width="305" alt="image" src="https://github.com/microsoft/vscode/as...
165
189479
Testing: tooltip on reworked header text implies tests are still running
2023-08-02 14:37:18+00:00
2023-08-02 17:08:29+00:00
When verifying #189441 by @connor4312 using OSS build I noticed this: ![image](https://github.com/microsoft/vscode/assets/6726799/294bfa0f-eedc-4f92-85c1-137c80ec53d7) 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: ![image](https://github.com/microsoft/vscode/assets/6726799/294bfa0f-eedc-4f92-85c1-137c80ec53d7) 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. ![image](https://github.com/microsoft/vscode/as...
completed
Open Accessible Diff Viewer command always displayed in an open editor - 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 co...
200
189431
Persistent background terminals (`hideFromUser = true`, `isTransient = false`) 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: ![image](https://github.com/microsoft/vscode/assets/900690/d788be64-6014-47ae-b635-64276c7693fe) The custom context menu has none, even when needed: ![image](https://github.com/microsoft/vscode/assets/900690/1cf78aa9-081d-4907-9f31-5164335abeaf) Looking at...
completed
Context menu in editor shows no scrollbar The main menu entries have a scrollbar when needed: ![image](https://github.com/microsoft/vscode/assets/900690/d788be64-6014-47ae-b635-64276c7693fe) The custom context menu has none, even when needed: ![image](https://github.com/microsoft/vscode/assets/900690/1cf78aa9-...
201
189296
Git pulling/interactions
2023-07-31 09:01:47+00:00
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.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 ![image](https://github.com/microsoft/vscode/asse...
completed
Text search result messages not shown in search view 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...
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: ![image](https://github.com/microsoft/vscode/assets/2193314/9a58da15-8354-4e7e-a74c-9da6633bd85a) We should not be allowing the powerline symbols to be links (ctrl+hover): ![image](https://github.com/microsoft/vscode/assets/2193314/d8c7bec8-47cd-44ba-b798-968f4be0bd3a) Running...
completed
Powerline symbols should not be included in links When using a powerline prompt: ![image](https://github.com/microsoft/vscode/assets/2193314/9a58da15-8354-4e7e-a74c-9da6633bd85a) We should not be allowing the powerline symbols to be links (ctrl+hover): ![image](https://github.com/microsoft/vscode/assets/219331...
196
189195
notebook sticky scroll overlapping issue
2023-07-28 21:21:51+00:00
2023-08-01 01:35:19+00:00
when using light HC theme ![Screenshot 2023-07-28 at 2 21 22 PM](https://github.com/microsoft/vscode/assets/29464607/8bde8334-e9fe-4154-b081-1d1a5717eeee)
completed
notebook sticky scroll overlapping issue when using light HC theme ![Screenshot 2023-07-28 at 2 21 22 PM](https://github.com/microsoft/vscode/assets/29464607/8bde8334-e9fe-4154-b081-1d1a5717eeee)
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: ![Recording 2023-07-28 at 15 37 14](https://github.com/microsoft/vscode/assets/900690/1c784a48-e032-4bb9-adaf-d888e1f14021) 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: ![Recording 2023-07-28 at 15 37 14](https://github.com/microsoft/vscode/assets/900690/1c784a48-e032-4bb9-adaf-d888...
120
189161
Opening the quick pick with a <path>@<symbol> pattern does not enter the symbol navigation mode
2023-07-28 13:06:13+00:00
When opened via terminal: ![image](https://github.com/microsoft/vscode/assets/2193314/8f73cef3-63a8-4bee-9041-f1db52f9a080) When typed manually: ![image](https://github.com/microsoft/vscode/assets/2193314/9cb8cd50-6135-4f77-84b5-4398505ec996) 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: ![image](https://github.com/microsoft/vscode/assets/2193314/8f73cef3-63a8-4bee-9041-f1db52f9a080) When typed manually: ![image](https://github.com/microsoft/vscode/assets/2193314/9cb8cd50-6...
159
189156
[scss] Cannot open `.scss` files using `@use` import syntax
2023-07-28 11:28:03+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
[scss] Cannot open `.scss` files using `@use` import syntax <!-- โš ๏ธโš ๏ธ 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...
533
189142
Gallery request time duration overflows
2023-07-28 09:20:48+00:00
2023-08-16 15:39:23+00:00
I was just looking at the `duration` field of our `galleryService:query` event and I noticed that a lot of the durations are negative. Looking at the code here https://github.com/microsoft/vscode/blob/4f161d4dac46c54c25cb8ecc958e0f87377db767/src/vs/platform/extensionManagement/common/extensionGalleryService.ts#L991 ...
completed
Gallery request time duration overflows I was just looking at the `duration` field of our `galleryService:query` event and I noticed that a lot of the durations are negative. Looking at the code here https://github.com/microsoft/vscode/blob/4f161d4dac46c54c25cb8ecc958e0f87377db767/src/vs/platform/extensionManagement/c...
249
189138
Race condition in resolving workspace configuration
2023-07-28 08:58:07+00:00
2023-08-23 09:50:48+00:00
Sometimes in multi-folder workspace the `vscode.workspace.workspaceFolders` will return empty array even though there are some folders in the workspace. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Re...
completed
Race condition in resolving workspace configuration Sometimes in multi-folder workspace the `vscode.workspace.workspaceFolders` will return empty array even though there are some folders in the workspace. <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://ope...
732
189133
Revert use of new certificate loading
2023-07-28 07:46:50+00:00
2023-07-28 09:11:59+00:00
Still investigating two issues: - https://github.com/microsoft/vscode/issues/188676 - https://github.com/github/codespaces/issues/14593 It will be safest to revert to the old certificate loading for now until we get more time for investigating and testing fixes for these issues.
completed
Revert use of new certificate loading Still investigating two issues: - https://github.com/microsoft/vscode/issues/188676 - https://github.com/github/codespaces/issues/14593 It will be safest to revert to the old certificate loading for now until we get more time for investigating and testing fixes for these issue...
86
189129
[themes] Theme is getting switched on switching profiles
2023-07-28 07:18:31+00:00
From @amunger - Have a profile with a custom theme. Eg: GitHub Light Default theme from GitHub.github-vscode-theme extension - Switch to default profile and set a different theme - builtin theme is enough - Make the theme setting apply to all profiles - Switch to the first profile ๐Ÿ› Theme is getting reset to...
[themes] Theme is getting switched on switching profiles From @amunger - Have a profile with a custom theme. Eg: GitHub Light Default theme from GitHub.github-vscode-theme extension - Switch to default profile and set a different theme - builtin theme is enough - Make the theme setting apply to all profiles - Sw...
94
189124
regression: several webpacked JS files in extensions/ no longer build deterministically
2023-07-28 05:05:10+00:00
2023-08-08 21:26:52+00:00
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/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. ![Screenshot 2023-07-27 at 16 36 33](https://github.com/microsoft/vscode/assets/1926584/e6e35d83-f290-4e75-812c-f223fbe5097a)
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. ![Screenshot 2023-07-27 at 16 36 33](https://github.com/microsoft/vscode/assets/1926584/e6e35d83-f290-4e75-812c...
106
189040
Edit profile command should not be enabled when in default profile
2023-07-27 12:24:45+00:00
2023-07-27 13:25:24+00:00
1. Be in default profile 2. F1 > edit profile 3. This flow ends in an error since you can not edit a default profile ๐Ÿ› This command should only be in the command palette when a non default profile is active
completed
Edit profile command should not be enabled when in default profile 1. Be in default profile 2. F1 > edit profile 3. This flow ends in an error since you can not edit a default profile ๐Ÿ› This command should only be in the command palette when a non default profile is active
59
189039
Diff editor screen cheese
2023-07-27 11:57:33+00:00
2023-08-24 13:04:30+00:00
![image](https://github.com/microsoft/vscode/assets/4490045/2cc9a350-7a2b-4376-a86c-3bb9ff694377) This happens when a diff editor has many unexpected unicode characters and the inline mode is used.
completed
Diff editor screen cheese ![image](https://github.com/microsoft/vscode/assets/4490045/2cc9a350-7a2b-4376-a86c-3bb9ff694377) 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 ![Recording 2023-07-26 at 14 29 08](https://github.com/microsoft/vscod...
completed
streaming output with ansi code edits does not always update correctly 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 ...
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 ![image](https://github.com/microsoft/vscode/ass...
"Turn on Cloud Changes" in vscode.dev does nothing once user signs in - 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 a...
141
188938
Some command names are not shown in screencast mode
2023-07-26 15:52:59+00:00
2023-09-22 12:42:18+00:00
Found while verifying https://github.com/microsoft/vscode/issues/179541 https://github.com/microsoft/vscode/assets/10746682/7d0e2c47-e97b-4b16-8922-618c64c4e5c7
completed
Some command names are not shown in screencast mode Found while verifying https://github.com/microsoft/vscode/issues/179541 https://github.com/microsoft/vscode/assets/10746682/7d0e2c47-e97b-4b16-8922-618c64c4e5c7
79
188937
`alt+f1` within the terminal accessible buffer opens the editor help menu
2023-07-26 15:41:13+00:00
2023-08-03 17:06:19+00:00
it should open the terminal's help menu or maybe a new one that has info strictly pertinent to the accessible buffer cc @tyriar
completed
`alt+f1` within the terminal accessible buffer opens the editor help menu it should open the terminal's help menu or maybe a new one that has info strictly pertinent to the accessible buffer cc @tyriar
50
188934
Cannot navigate to next diff in embedded diff editor
2023-07-26 15:29:52+00:00
2023-07-28 10:23:27+00:00
Testing #188537 ![Code_-_Insiders_nldJ3tQoQY](https://github.com/microsoft/vscode/assets/2931520/6db4907e-b721-4720-9920-492e0ee88228) 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 ![Code_-_Insiders_nldJ3tQoQY](https://github.com/microsoft/vscode/assets/2931520/6db4907e-b721-4720-9920-492e0ee88228) 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: ![chrome_JMi1ujG2v5](https://github.com/microsoft/vscode/assets/2931520/80ca2cd6-34ac-420f-9400-9c2c7f07eecd) 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: ![chrome_JMi1ujG2v5](https://github.com/microsoft/vscode/assets/2931520/80ca2cd6-34ac-420f-9400-9c2c7f07eecd) 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: ![image](https://github.com/microsoft/vscode/assets/13199757/fefb9aa1-2c4a-48f5-ba96-8caba6714b15)
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: ![image](https://github.com/microsoft/vscode/assets/13199757/fefb9...
129
188871
Should markdown url smart paste be disabled if the user hasn't made a selection?
2023-07-25 23:07:17+00:00
2024-01-10 17:22:49+00:00
1. Copy `http://example.com` 2. Paste into a md file without any making any selection **Bug** Currently this inserts a markdown link. However this is different from what GitHub does. Github seems to only create a link if you have a selection We should at least think about: - Matching GitHub's behavior - Add...
completed
Should markdown url smart paste be disabled if the user hasn't made a selection? 1. Copy `http://example.com` 2. Paste into a md file without any making any selection **Bug** Currently this inserts a markdown link. However this is different from what GitHub does. Github seems to only create a link if you have a se...
118
188869
Markdown smart paste tries to turn entire document into a link on select all + paste
2023-07-25 22:56:14+00:00
2024-01-05 00:36:37+00:00
1. Copy `https://github.com/` 2. On a long markdown file from VS Code docs 3. Select all and then paste **Bug** Smart paste tries wrapping everything inside a markdown link, which isn't valid Two things to investigate: - Should smart paste be disabled in this case? - Why isn't the link valid. Do some chara...
completed
Markdown smart paste tries to turn entire document into a link on select all + paste 1. Copy `https://github.com/` 2. On a long markdown file from VS Code docs 3. Select all and then paste **Bug** Smart paste tries wrapping everything inside a markdown link, which isn't valid Two things to investigate: - Sh...
105
188868
Markdown url smart paste should be disabled inside of html blocks
2023-07-25 22:52:20+00:00
2024-01-29 07:55:20+00:00
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://example.com/) </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') }]); ``` ![image](https://github.com/microsoft/vscode/assets/2644648/ecb3262b-569a-4977-9713-2d151732f3db) 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') }]); ``` ![image](https://github.com/microsoft/vscode/assets/2644648/ecb3262b-569a-4977-9713-2...
272
188822
Focus is lost after closing accessible view
2023-07-25 17:38:14+00:00
2023-08-01 01:03:56+00:00
Testing #188537 - Focus on a hover - Press alt+f2 - Press escape It seems like focus just goes to the 'body' element and I have to tab to get focus back to where I was before. I'd expect it to preserve focus in the same context, same as the command palette.
completed
Focus is lost after closing accessible view Testing #188537 - Focus on a hover - Press alt+f2 - Press escape It seems like focus just goes to the 'body' element and I have to tab to get focus back to where I was before. I'd expect it to preserve focus in the same context, same as the command palette.
78
188817
There should be a command palette action for "edit profile"
2023-07-25 17:19:09+00:00
2023-07-26 12:15:59+00:00
Testing #188613 There doesn't appear to be an "edit profile" command in the command palette. I have to go through the setting gear to get there.
completed
There should be a command palette action for "edit profile" Testing #188613 There doesn't appear to be an "edit profile" command in the command palette. I have to go through the setting gear to get there.
52
188812
clicking the menu on a code snippet will close the quick question UI
2023-07-25 17:08:01+00:00
2023-08-28 18:15:31+00:00
Testing #188542 ![Recording 2023-07-25 at 10 07 45](https://github.com/microsoft/vscode/assets/2019016/724f4a3f-0104-46b5-a85e-85e94d46e8ba)
completed
clicking the menu on a code snippet will close the quick question UI Testing #188542 ![Recording 2023-07-25 at 10 07 45](https://github.com/microsoft/vscode/assets/2019016/724f4a3f-0104-46b5-a85e-85e94d46e8ba)
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