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
187902
fix: Close #187788, recovery tree view state
2023-07-14 06:11:20+00:00
2023-07-17 17:42:14+00:00
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
fix: Close #187788, recovery tree view state <!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. ...
261
187889
Inline completions and vim do not play well together since the refactor
2023-07-14 00:55:05+00:00
2023-08-24 10:20:55+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
Inline completions and vim do not play well together since the refactor <!-- ⚠️⚠️ 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...
548
187876
A task with runOn folderOpen runs again each time the window is reloaded
2023-07-13 21:03:24+00:00
2023-09-12 20:12:36+00:00
* create a folder with a task that uses: ``` "runOptions": { "runOn": "folderOpen" } ``` * update an extension and use "Reload window" or use Reload window directly from the command pallette * observe that the task now runs twice: <img width="328" alt="image" src="https://github.com/microsoft/vscode/assets/...
completed
A task with runOn folderOpen runs again each time the window is reloaded * create a folder with a task that uses: ``` "runOptions": { "runOn": "folderOpen" } ``` * update an extension and use "Reload window" or use Reload window directly from the command pallette * observe that the task now runs twice: <img...
240
187875
terminal accessible buffer cycles through autocompletions when entering/exiting it without pressing enter while there's input
2023-07-13 21:02:15+00:00
2023-10-12 16:06:05+00:00
Reported by @rperez030 1. Open the terminal by pressing CTRL +` with screen reader mode on and nVDA running. 2. Type a command that generates some output such as 'ls'. 3. Press shift +Tab to move focus to the accessible buffer and check that the output is there. This step is not required but this is the way I'm do...
completed
terminal accessible buffer cycles through autocompletions when entering/exiting it without pressing enter while there's input Reported by @rperez030 1. Open the terminal by pressing CTRL +` with screen reader mode on and nVDA running. 2. Type a command that generates some output such as 'ls'. 3. Press shift +Tab t...
385
187865
Notebook find results in outputs not showing in Firefox
2023-07-13 18:06:01+00:00
1. Open vscode.dev in firefox. 2. Access a repo with notebooks, ie: https://github.com/donnemartin/data-science-ipython-notebooks 3. search for something in rendered markdown. 4. the highlights don't show up in rendered markdown, only in code inputs. ![image](https://github.com/microsoft/vscode/assets/31675041/1a...
Notebook find results in outputs not showing in Firefox 1. Open vscode.dev in firefox. 2. Access a repo with notebooks, ie: https://github.com/donnemartin/data-science-ipython-notebooks 3. search for something in rendered markdown. 4. the highlights don't show up in rendered markdown, only in code inputs. ![image...
130
187828
Do not show "Show Update Release Notes" for recovery releases
2023-07-13 12:46:00+00:00
2023-07-13 14:04:47+00:00
Currently we show the "Show Update Release Notes" action in the menu whenever a VS Code update is available. We should only show it if it is a "big" update (patch number == 0?). So we should not show this action for recovery/security releases. @joaomoreno you said you love issues :)
completed
Do not show "Show Update Release Notes" for recovery releases Currently we show the "Show Update Release Notes" action in the menu whenever a VS Code update is available. We should only show it if it is a "big" update (patch number == 0?). So we should not show this action for recovery/security releases. @joaomoren...
88
187826
vscode.dev Cannot open a file in a folder
2023-07-13 12:36:01+00:00
2023-07-18 15:22:37+00:00
ADD ISSUE DESCRIPTION HERE Version: 1.80.0 Commit: 660393deaaa6d1996740ff4880f1bad43768c814 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Embedder: vscode.dev <!-- generated by web issue reporter --> I got a link to a file t...
completed
vscode.dev Cannot open a file in a folder ADD ISSUE DESCRIPTION HERE Version: 1.80.0 Commit: 660393deaaa6d1996740ff4880f1bad43768c814 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Embedder: vscode.dev <!-- generated by web issu...
317
187820
Diff Editor 2: wrong displayed region when switching "diffEditor.ignoreTrimWhitespace"
2023-07-13 11:19:29+00:00
2023-12-06 13:18:37+00:00
1. View a diff with `"diffEditor.ignoreTrimWhitespace": false` --> everything is okay 2. Set `"diffEditor.ignoreTrimWhitespace": true` --> there is a region which is not hidden: ![vscode-diff-edotor-2_bug](https://github.com/microsoft/vscode/assets/67957916/5076432b-4dca-406a-8e18-83d18d581ef1) Closing the dif...
not_planned
Diff Editor 2: wrong displayed region when switching "diffEditor.ignoreTrimWhitespace" 1. View a diff with `"diffEditor.ignoreTrimWhitespace": false` --> everything is okay 2. Set `"diffEditor.ignoreTrimWhitespace": true` --> there is a region which is not hidden: ![vscode-diff-edotor-2_bug](https://github.com/m...
144
187817
workspace settings does not override specific exclude pattern of global settings
2023-07-13 10:31:19+00:00
2023-07-21 04:58:10+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
not_planned
workspace settings does not override specific exclude pattern of global settings <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wik...
538
187795
Language pack files for some extensions not found
2023-07-13 06:23:43+00:00
2023-07-24 20: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...
completed
Language pack files for some extensions not found <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestio...
509
187788
Automatically expand the last expanded folder when the page is refreshed in web.
2023-07-13 02:47:34+00:00
2023-07-17 17:42:19+00:00
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> For example when I open a project in vscode.de v...
completed
Automatically expand the last expanded folder when the page is refreshed in web. <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Descr...
216
187786
Missing terminal find widget shorcuts in tooltip
2023-07-13 02:11:23+00:00
2023-07-13 19:20:30+00:00
Terminal: <img width="328" alt="image" src="https://github.com/microsoft/vscode/assets/25115070/c784bfab-f0fe-404c-a1bb-bbea65079caa"> Editor: <img width="436" alt="image" src="https://github.com/microsoft/vscode/assets/25115070/40768619-bea4-48e6-9cf3-dfc032997ae5">
completed
Missing terminal find widget shorcuts in tooltip Terminal: <img width="328" alt="image" src="https://github.com/microsoft/vscode/assets/25115070/c784bfab-f0fe-404c-a1bb-bbea65079caa"> Editor: <img width="436" alt="image" src="https://github.com/microsoft/vscode/assets/25115070/40768619-bea4-48e6-9cf3-dfc032997ae...
130
187783
vscode unresponsible with `debug.inlineValues: on` in large files
2023-07-13 01:29:16+00:00
2023-12-15 23:58:32+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
vscode unresponsible with `debug.inlineValues: on` in large 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-Bu...
563
187779
Suggest widget gets orphaned in editor
2023-07-13 00:46:14+00:00
I don't have exact steps but I believe the gist was: 1. be typing something that triggers the suggest widget 2. ctrl+shift+k to delete whole line 3. :bug: suggest widget gets misplaced If I select one of the suggested items here it even tries to update where my cursor currently is, where the suggestion was never ...
reopened
Suggest widget gets orphaned in editor I don't have exact steps but I believe the gist was: 1. be typing something that triggers the suggest widget 2. ctrl+shift+k to delete whole line 3. :bug: suggest widget gets misplaced If I select one of the suggested items here it even tries to update where my cursor curren...
154
187774
terminal accessible buffer, accessible view (views and help menus) don't indicate that they're readonly
2023-07-12 23:55:58+00:00
2023-07-18 22:15:09+00:00
Type: <b>Feature Request</b> @meganrogge @isidorn Sometimes, when using the terminal, I accidentally end up typing a command in the Focus Accessible Buffer. Many times I only realize the mistake when pressing the enter key to execute the command. In my opinion, it would be very useful if VSCode issued an alert inf...
completed
terminal accessible buffer, accessible view (views and help menus) don't indicate that they're readonly Type: <b>Feature Request</b> @meganrogge @isidorn Sometimes, when using the terminal, I accidentally end up typing a command in the Focus Accessible Buffer. Many times I only realize the mistake when pressing th...
206
187772
Regression: empty terminal view
2023-07-12 23:12:58+00:00
2023-07-24 17:45: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...
completed
Regression: empty terminal view <!-- ⚠️⚠️ 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 --> <!-- 🔎 Se...
478
187770
Refresh tests button causing error
2023-07-12 23:04:50+00:00
2023-07-14 18:19:26+00:00
On both a java and a python project when I click the refresh button the following error pops up: <img width="1720" alt="Screenshot 2023-07-12 at 4 00 12 PM" src="https://github.com/microsoft/vscode/assets/26030610/d9c2394d-8759-4d5b-9555-a9e3a4cffaee"> https://github.com/microsoft/vscode/assets/26030610/d2c2f822-...
completed
Refresh tests button causing error On both a java and a python project when I click the refresh button the following error pops up: <img width="1720" alt="Screenshot 2023-07-12 at 4 00 12 PM" src="https://github.com/microsoft/vscode/assets/26030610/d9c2394d-8759-4d5b-9555-a9e3a4cffaee"> https://github.com/microso...
148
187764
Chat in editor disappears after being restored on a window reload
2023-07-12 21:39:48+00:00
2024-04-07 01:20:36+00:00
1. Start a panel chat session 2. Reopen it as an editor 3. Reload the window 4. Chat history is preserved 5. :bug: Chat suddenly disappears, nothing in the logs when this happens <img width="346" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/5e1e86ce-d596-444e-ad1a-3cec6ae2b243">
completed
Chat in editor disappears after being restored on a window reload 1. Start a panel chat session 2. Reopen it as an editor 3. Reload the window 4. Chat history is preserved 5. :bug: Chat suddenly disappears, nothing in the logs when this happens <img width="346" alt="image" src="https://github.com/microsoft/vscod...
120
187748
Notebook Find widget doesn't remove decorations on empty query
2023-07-12 19:24:09+00:00
2023-07-14 16:51:45+00:00
1. open notebook that contains rendered markdown. 2. use the find widget to find a string. 3. empty the query in the find widget. 4. Notice that there are still highlights. ![ee8352998af4be48f21774a9512ddb28](https://github.com/microsoft/vscode/assets/31675041/91ab53fa-5dd7-435e-a531-e844c54a2caa)
completed
Notebook Find widget doesn't remove decorations on empty query 1. open notebook that contains rendered markdown. 2. use the find widget to find a string. 3. empty the query in the find widget. 4. Notice that there are still highlights. ![ee8352998af4be48f21774a9512ddb28](https://github.com/microsoft/vscode/assets...
119
187747
Notebook find decorations for webview only appear from search or find widget
2023-07-12 19:21:16+00:00
2023-07-13 23:29:29+00:00
1. open a notebook with outputs or rendered markdown. 2. search for something in the rendered markdown using the search widget. You should see the results highlighted. 3. use the notebook find widget to find something else. 4. notice that only the results from the find widget appear and the search highlights have di...
completed
Notebook find decorations for webview only appear from search or find widget 1. open a notebook with outputs or rendered markdown. 2. search for something in the rendered markdown using the search widget. You should see the results highlighted. 3. use the notebook find widget to find something else. 4. notice that o...
161
187746
tasks.json: Operating system specific properties can't be combined with the dependsOn property
2023-07-12 19:19:30+00:00
Combining the Operating system specific properties with the dependsOn property does not work. I can't find any documentation, why the dependsOn property should not work with the Operating system specific properties. <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduc...
tasks.json: Operating system specific properties can't be combined with the dependsOn property Combining the Operating system specific properties with the dependsOn property does not work. I can't find any documentation, why the dependsOn property should not work with the Operating system specific properties. <...
544
187745
Comments widget input box indistinguishable from rest of comments widget when it has content
2023-07-12 19:17:45+00:00
2023-07-13 12:08:08+00:00
1. Start a comment, all good <img width="181" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/215958c6-f990-40b7-958e-63d2fcb17caf"> 2. Type something into the input 3. Set focus to the widget rather than the input box 4. :bug: can't really see where the input box starts/ends <img wid...
completed
Comments widget input box indistinguishable from rest of comments widget when it has content 1. Start a comment, all good <img width="181" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/215958c6-f990-40b7-958e-63d2fcb17caf"> 2. Type something into the input 3. Set focus to the widget rathe...
175
187737
"Additional Views" in Activity Bar should show up only when there's more than one item
2023-07-12 18:34:39+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
"Additional Views" in Activity Bar should show up only when there's more than one item <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vsco...
505
187731
Cannot install copilot pre-release on stable
2023-07-12 16:21:15+00:00
2023-07-12 16:45:47+00:00
Steps: - Open VS Code Stable - Go to Extensions View and search for `GitHub.copilot` - Install Pre-release version <img width="588" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/326afad7-089f-4e75-b10a-eb168c5f3041"> 🐛 <img width="513" alt="image" src="https://github.com/microsoft/vs...
completed
Cannot install copilot pre-release on stable Steps: - Open VS Code Stable - Go to Extensions View and search for `GitHub.copilot` - Install Pre-release version <img width="588" alt="image" src="https://github.com/microsoft/vscode/assets/10746682/326afad7-089f-4e75-b10a-eb168c5f3041"> 🐛 <img width="513" alt...
194
187695
Performance Issue: Don't query all decorations
2023-07-12 10:47:45+00:00
2023-12-14 14:16:25+00:00
This method: https://github.com/microsoft/vscode/blob/16098b1fe1936f7f8c31d2ae655f6f88dc6fbf42/src/vs/editor/contrib/inlayHints/browser/inlayHintsController.ts#L162 Calls this for loop: https://github.com/microsoft/vscode/blob/16098b1fe1936f7f8c31d2ae655f6f88dc6fbf42/src/vs/editor/contrib/inlayHints/browser/inlayH...
completed
Performance Issue: Don't query all decorations This method: https://github.com/microsoft/vscode/blob/16098b1fe1936f7f8c31d2ae655f6f88dc6fbf42/src/vs/editor/contrib/inlayHints/browser/inlayHintsController.ts#L162 Calls this for loop: https://github.com/microsoft/vscode/blob/16098b1fe1936f7f8c31d2ae655f6f88dc6fbf42/...
242
187691
PR Create Flow - Weird Colors
2023-07-12 10:16:49+00:00
2023-07-20 16:34:45+00:00
(on windows) ![Code_-_Insiders_vNsVpbFwmG](https://github.com/microsoft/vscode/assets/2931520/979305cd-ab94-4725-81df-aa55a9b5fe2a)
completed
PR Create Flow - Weird Colors (on windows) ![Code_-_Insiders_vNsVpbFwmG](https://github.com/microsoft/vscode/assets/2931520/979305cd-ab94-4725-81df-aa55a9b5fe2a)
79
187677
lack of css var --vscode-sash-hover-size in css files
2023-07-12 07:11:05+00:00
2023-09-21 15:41:34+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
lack of css var --vscode-sash-hover-size in css 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-Sugge...
529
187661
C# Dev Kit: None of the ShellQuoting values work in all cases to run dotnet build command using ShellExecution
2023-07-12 01:53:56+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
C# Dev Kit: None of the ShellQuoting values work in all cases to run dotnet build command using ShellExecution <!-- ⚠️⚠️ 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://g...
922
187657
Open Session in Editor loses input editor contents
2023-07-12 00:34:49+00:00
2024-02-06 20:35:31+00:00
1. Open chat in sidebar 2. Type something into input 3. Open Session in Editor 4. :bug: input is cleared
completed
Open Session in Editor loses input editor contents 1. Open chat in sidebar 2. Type something into input 3. Open Session in Editor 4. :bug: input is cleared
36
187651
Moved view title contains [Object object]
2023-07-11 23:10:16+00:00
2024-04-25 15:07:27+00:00
1. Have the [flame chart visualizer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-js-profile-flame) installed and debug something JavaScript 2. Move the "Realtime Performance" view from the debug view into the Explorer view 3. Notice it's now the `[Object object]: Realtime Performance` view ...
completed
Moved view title contains [Object object] 1. Have the [flame chart visualizer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-js-profile-flame) installed and debug something JavaScript 2. Move the "Realtime Performance" view from the debug view into the Explorer view 3. Notice it's now the `[Obj...
151
187643
view is not updated for markdown cell content change
2023-07-11 21:19:27+00:00
1. set `"ipynb.pasteImagesAsAttachments.enabled": false` (this setting hides the bug) 2. open a notebook and create a markdown cell with content and render the preview for that cell 3. split the editor `ctrl+\` 4. edit the markdown cell in one of the editors while keeping the other in preview 🐛 preview of the cell...
view is not updated for markdown cell content change 1. set `"ipynb.pasteImagesAsAttachments.enabled": false` (this setting hides the bug) 2. open a notebook and create a markdown cell with content and render the preview for that cell 3. split the editor `ctrl+\` 4. edit the markdown cell in one of the editors while...
102
187642
Are choice snippets dangerous now? Breaking extensions completions
2023-07-11 20:59:04+00:00
2023-07-12 10:32:59+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Are choice snippets dangerous now? Breaking extensions completions <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-B...
474
187637
Sticky scroll often has no syntax highlighting in latest insiders
2023-07-11 20:36:40+00:00
2023-07-14 15:55:37+00:00
1. Open https://github.com/microsoft/vscode/blob/91f7ffeaf3425abda8748a34d80f02b1eb3fbabc/src/vs/editor/browser/editorBrowser.ts in VS Code 2. :bug: sticky scroll has no syntax highlighting <img width="691" alt="image" src="https://github.com/microsoft/vscode/assets/30305945/64218f23-aaf6-457b-958c-1c1e74dd876b"> ...
completed
Sticky scroll often has no syntax highlighting in latest insiders 1. Open https://github.com/microsoft/vscode/blob/91f7ffeaf3425abda8748a34d80f02b1eb3fbabc/src/vs/editor/browser/editorBrowser.ts in VS Code 2. :bug: sticky scroll has no syntax highlighting <img width="691" alt="image" src="https://github.com/microso...
148
187630
Misleading placeholder for restoring edit session
2023-07-11 20:02:23+00:00
2023-07-12 21:29:33+00:00
<img width="641" alt="image" src="https://github.com/microsoft/vscode/assets/876920/35bd9ef5-3d8d-4abc-ae70-d1d0c9cc8ab4"> After switching to Codespace through Continue On, the first prompt I got is "Select Account to Store ...", it should probably be "Restore"
completed
Misleading placeholder for restoring edit session <img width="641" alt="image" src="https://github.com/microsoft/vscode/assets/876920/35bd9ef5-3d8d-4abc-ae70-d1d0c9cc8ab4"> After switching to Codespace through Continue On, the first prompt I got is "Select Account to Store ...", it should probably be "Restore"
106
187628
Auto-generated tasks.json uses incorrect path separator for Linux containers on Windows environment
2023-07-11 18:52:09+00:00
2023-12-06 18:50:29+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Auto-generated tasks.json uses incorrect path separator for Linux containers on Windows environment <!-- ⚠️⚠️ 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/m...
618
187627
Realtime Performance icons always show up when the view is visible
2023-07-11 18:49:45+00:00
Repro:: 1. Open a node project 2. Debug 3. Open the debug sidebar The realtime performance icons are always showing, even when not hovered: ![image](https://github.com/microsoft/vscode/assets/2193314/963cae1c-92bb-42c3-99dc-c908510144c2)
Realtime Performance icons always show up when the view is visible Repro:: 1. Open a node project 2. Debug 3. Open the debug sidebar The realtime performance icons are always showing, even when not hovered: ![image](https://github.com/microsoft/vscode/assets/2193314/963cae1c-92bb-42c3-99dc-c908510144c2)
98
187622
Default log level does not work in vscode.dev
2023-07-11 18:24:10+00:00
Repro: 1. Open https://insiders.vscode.dev/github/microsoft/vscode-markdown-languageservice 2. Set default log level to trace 3. Reload the window 4. Open set log level, it shows the default is trace but the active is info ![image](https://github.com/microsoft/vscode/assets/2193314/4f4d16f5-4d43-4f70-ba94-cfcf...
Default log level does not work in vscode.dev Repro: 1. Open https://insiders.vscode.dev/github/microsoft/vscode-markdown-languageservice 2. Set default log level to trace 3. Reload the window 4. Open set log level, it shows the default is trace but the active is info ![image](https://github.com/microsoft/vsco...
121
187605
Support for GraphQL Highlighting in Markdown Preview
2023-07-11 16:33:15+00:00
2023-07-11 18:20:59+00:00
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> An update of highlight.js provides highlighting ...
completed
Support for GraphQL Highlighting in Markdown Preview <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. ...
127
187594
when inline chat accessibility verbosity is disabled, don't include message about how to navigate to proposed changes
2023-07-11 14:52:14+00:00
2023-07-12 17:05:31+00:00
cc @rperez030
completed
when inline chat accessibility verbosity is disabled, don't include message about how to navigate to proposed changes cc @rperez030
37
187581
Color Picker Widget: unexpected sizing of original color
2023-07-11 13:08:55+00:00
2023-07-26 07:27:50+00:00
The gif below shows that when the color picker widget is resized, the original color (in the top right corner) is not resized in the same manner as the strips to the side of the color picker box. That is, perhaps the color picker would look better if the original color div has the same width as the strips to the side. ...
completed
Color Picker Widget: unexpected sizing of original color The gif below shows that when the color picker widget is resized, the original color (in the top right corner) is not resized in the same manner as the strips to the side of the color picker box. That is, perhaps the color picker would look better if the original...
147
188209
markdown urls including filename with url escaped space could not be opened
2023-07-11 11:12:27+00:00
2023-07-19 18:43:41+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Markdown urls including filenames with url escaped space could not be opened. In normal notebooks markdown urls including filenames with space could be transformed by u...
completed
markdown urls including filename with url escaped space could not be opened ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Markdown urls including filenames with url escaped space could not be opened. In normal note...
354
187566
SCM won't show all the repos when multiple folders are loaded
2023-07-11 10:49:13+00:00
2023-07-11 13:09:41+00:00
Type: <b>Bug</b> After todays update of the nightly, a workspace with multiple repos, is only showing the 1st one in the SCM tab VS Code version: Code - Insiders 1.81.0-insider (6243562032a9a168df33c1b4dc84d5b2abbcb22d, 2023-07-11T05:51:51.128Z) OS version: Darwin arm64 22.6.0 Modes: <details> <summary>Sy...
completed
SCM won't show all the repos when multiple folders are loaded Type: <b>Bug</b> After todays update of the nightly, a workspace with multiple repos, is only showing the 1st one in the SCM tab VS Code version: Code - Insiders 1.81.0-insider (6243562032a9a168df33c1b4dc84d5b2abbcb22d, 2023-07-11T05:51:51.128Z) OS ...
608
187616
Scrollback position toggle in Interactive Window
2023-07-10 23:56:03+00:00
Just the ability to toggle whether new output resets scroll position. Sometimes I have a long-running job with periodic log output and finding / yanking old output can be almost impossible
reopened
Scrollback position toggle in Interactive Window Just the ability to toggle whether new output resets scroll position. Sometimes I have a long-running job with periodic log output and finding / yanking old output can be almost impossible
49
187517
'tab' not working
2023-07-10 22:54:26+00:00
2023-07-11 10:11:58+00:00
This is driving me nuts today but I don't see anybody else who has mentioned it. Probably something to do with having both the suggest widget and inline suggestion visible. - Press Tab to accept the suggestion - Nothing happens <img width="306" alt="image" src="https://github.com/microsoft/vscode/assets/323878/8...
completed
'tab' not working This is driving me nuts today but I don't see anybody else who has mentioned it. Probably something to do with having both the suggest widget and inline suggestion visible. - Press Tab to accept the suggestion - Nothing happens <img width="306" alt="image" src="https://github.com/microsoft/vsco...
135
187512
`/clear` sometimes re-inserts stale chat input editor contents
2023-07-10 22:05:35+00:00
2023-07-11 04:48:31+00:00
I use `/clear` quite a lot and have noticed that sometimes earlier queries are restored after `/clear` runs. AFAICT it might be because when we run `clearChatSession`, the `IChatViewPane` restores the input value from the saved view state, which can be stale
completed
`/clear` sometimes re-inserts stale chat input editor contents I use `/clear` quite a lot and have noticed that sometimes earlier queries are restored after `/clear` runs. AFAICT it might be because when we run `clearChatSession`, the `IChatViewPane` restores the input value from the saved view state, which can be stal...
87
187492
Disabled items in refactor menu have hover feedback
2023-07-10 18:16:40+00:00
2023-08-09 19:12:10+00:00
Repro: 1. Hover a `from` in an import and run the refactor command via command palette 2. Hover the items ![image](https://github.com/microsoft/vscode/assets/2193314/b2a1b2d4-0773-44db-97ab-19b436801aae)
completed
Disabled items in refactor menu have hover feedback Repro: 1. Hover a `from` in an import and run the refactor command via command palette 2. Hover the items ![image](https://github.com/microsoft/vscode/assets/2193314/b2a1b2d4-0773-44db-97ab-19b436801aae)
91
187467
Settings: Complex objects not reacting to dynamic height changes
2023-07-10 12:49:04+00:00
2023-08-18 18:03:41+00:00
Notice the `Keyboard Options` setting height: it never changes, even when it should. https://github.com/microsoft/vscode/assets/22350/e4ffa9a9-de12-4932-8d86-8fbc9c8c32ce
completed
Settings: Complex objects not reacting to dynamic height changes Notice the `Keyboard Options` setting height: it never changes, even when it should. https://github.com/microsoft/vscode/assets/22350/e4ffa9a9-de12-4932-8d86-8fbc9c8c32ce
77
187464
Accessible Help Menu Positioning Bug
2023-07-10 12:20:44+00:00
2023-07-10 22:20:14+00:00
When resizing the windows while the accessible help menu is visible, the help menu slides diagonally: ![Pa7KB2T3hP](https://github.com/microsoft/vscode/assets/2931520/c9127be7-d0e8-4552-9c4c-6a502f6be6a8)
completed
Accessible Help Menu Positioning Bug When resizing the windows while the accessible help menu is visible, the help menu slides diagonally: ![Pa7KB2T3hP](https://github.com/microsoft/vscode/assets/2931520/c9127be7-d0e8-4552-9c4c-6a502f6be6a8)
86
187450
VSCode connection is disposed [resourceUriProvider].
2023-07-10 11:05:12+00:00
2023-07-31 16:27:52+00:00
```javascript Error: VSCode connection is disposed [resourceUriProvider]. at t.assert (https:/<REDACTED: user-file-path>:1:261) at I.e (https:/<REDACTED: user-file-path>:1:200305) at I.rewrite (https:/<REDACTED: user-file-path>:128:2967) at v.uriToBrowserUri (https:/<REDACTED: user-file-path>:128:3615) at tt (htt...
completed
VSCode connection is disposed [resourceUriProvider]. ```javascript Error: VSCode connection is disposed [resourceUriProvider]. at t.assert (https:/<REDACTED: user-file-path>:1:261) at I.e (https:/<REDACTED: user-file-path>:1:200305) at I.rewrite (https:/<REDACTED: user-file-path>:128:2967) at v.uriToBrowserUri (ht...
353
187448
NO notebook document for 'file:///c%<REDACTED: user-file-path>'
2023-07-10 11:02:37+00:00
```javascript Error: NO notebook document for 'file:///c%<REDACTED: user-file-path>' at E.getNotebookDocument in src/vs/workbench/api/common/extHostNotebook.ts:136:10 at e.$B_b.$cancelCells in src/vs/workbench/api/common/extHostNotebookKernels.ts:390:42 at t.N in src/vs/workbench/services/extensions/common/rpcProto...
NO notebook document for 'file:///c%<REDACTED: user-file-path>' ```javascript Error: NO notebook document for 'file:///c%<REDACTED: user-file-path>' at E.getNotebookDocument in src/vs/workbench/api/common/extHostNotebook.ts:136:10 at e.$B_b.$cancelCells in src/vs/workbench/api/common/extHostNotebookKernels.ts:390:42...
634
187445
No provider registered with
2023-07-10 10:57:54+00:00
2023-08-01 18:19:20+00:00
```javascript Error: No provider registered with at Object.getRepositoryProvider (https:/<REDACTED: user-file-path>#vscode-extension:61:7121) at Object.getProviderRootUri (https:/<REDACTED: user-file-path>#vscode-extension:61:12753) at Object.getVirtualRootUri (https:/<REDACTED: user-file-path>#vscode-extension:61:...
completed
No provider registered with ```javascript Error: No provider registered with at Object.getRepositoryProvider (https:/<REDACTED: user-file-path>#vscode-extension:61:7121) at Object.getProviderRootUri (https:/<REDACTED: user-file-path>#vscode-extension:61:12753) at Object.getVirtualRootUri (https:/<REDACTED: user-fil...
500
187441
Illegal value for lineNumber
2023-07-10 10:43:30+00:00
2023-12-08 16:48:45+00:00
```javascript Error: Illegal value for lineNumber at Kn.getLineLength in src/vs/editor/common/model/textModel.ts:804:10 at $.setMultilineTokens in src/vs/editor/common/tokens/contiguousTokensStore.ts:227:74 at o.w in src/vs/editor/common/model/tokenizationTextModelPart.ts:522:36 at Object.setTokens in src/vs/edito...
not_planned
Illegal value for lineNumber ```javascript Error: Illegal value for lineNumber at Kn.getLineLength in src/vs/editor/common/model/textModel.ts:804:10 at $.setMultilineTokens in src/vs/editor/common/tokens/contiguousTokensStore.ts:227:74 at o.w in src/vs/editor/common/model/tokenizationTextModelPart.ts:522:36 at Obj...
271
187440
F5 starts debugging when inactive, but refreshes the page when active
2023-07-10 10:35:01+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
F5 starts debugging when inactive, but refreshes the page when active <!-- ⚠️⚠️ 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/Submittin...
544
187438
Missing changes in git source control
2023-07-10 09:56:52+00:00
2023-07-14 14:34:09+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
Missing changes in git source control <!-- ⚠️⚠️ 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 --> <!--...
827
187430
Weird git error
2023-07-10 09:08:22+00:00
When I ran into #187427, I clicked on "Show command output", and got this: ``` > git pull --tags origin main From https://github.com/microsoft/vscode * branch main -> FETCH_HEAD fatal: not something we can merge in .git/FETCH_HEAD: icrosoft/vscode ``` `icrosoft/vscode` looks scary. ...
Weird git error When I ran into #187427, I clicked on "Show command output", and got this: ``` > git pull --tags origin main From https://github.com/microsoft/vscode * branch main -> FETCH_HEAD fatal: not something we can merge in .git/FETCH_HEAD: icrosoft/vscode ``` `icrosoft/vscod...
125
187427
Git Error Dialog Box Not Helpful
2023-07-10 09:04:46+00:00
I clicked on the sync icon here: ![CjST0RlkiA](https://github.com/microsoft/vscode/assets/2931520/2c4dac57-3246-4c39-890c-7d03702f20fc) And got this error: ![image](https://github.com/microsoft/vscode/assets/2931520/a33c0f9e-9a53-4f14-b10a-631d20e1edd1) I think the error message should be improved, even if ...
Git Error Dialog Box Not Helpful I clicked on the sync icon here: ![CjST0RlkiA](https://github.com/microsoft/vscode/assets/2931520/2c4dac57-3246-4c39-890c-7d03702f20fc) And got this error: ![image](https://github.com/microsoft/vscode/assets/2931520/a33c0f9e-9a53-4f14-b10a-631d20e1edd1) I think the error mes...
234
187380
VSCode keeps asking for GitHub authentication due to fault in keyring credential update
2023-07-09 07:11:00+00:00
2023-07-31 17:56:10+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
VSCode keeps asking for GitHub authentication due to fault in keyring credential update <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vsc...
481
187377
Jupyter tqdm.notebooke execution bug report
2023-07-09 03:48:06+00:00
2023-10-01 10:25:12+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
Jupyter tqdm.notebooke execution bug report <!-- ⚠️⚠️ 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 -->...
532
187354
"Add to .gitignore" feature shows up for `.gitignore` file in Source Control tab
2023-07-08 12:52:44+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
"Add to .gitignore" feature shows up for `.gitignore` file in Source Control tab <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wik...
448
187325
Kernel picker spins indefinitely when there are no kernel sources
2023-07-07 21:31:13+00:00
2023-12-08 22:47:05+00:00
1. Have Python extension installed but not Jupyter extension (setting up a new machine) 2. Open an untitled Jupyter notebook 3. Run a cell 4. Get prompted to browse marketplace for kernel extensions 5. Hit cancel 6. :bug: kernel picker spins saying it's detecting kernels: <img width="579" alt="image" src="http...
completed
Kernel picker spins indefinitely when there are no kernel sources 1. Have Python extension installed but not Jupyter extension (setting up a new machine) 2. Open an untitled Jupyter notebook 3. Run a cell 4. Get prompted to browse marketplace for kernel extensions 5. Hit cancel 6. :bug: kernel picker spins saying ...
145
187283
Trackpad smooth scrolling has noticable lags if terminal "smoothScrolling" on
2023-07-07 16:21:15+00:00
2023-08-04 15:41:12+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
Trackpad smooth scrolling has noticable lags if terminal "smoothScrolling" on <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/S...
564
187282
terminal reconnection isn't working
2023-07-07 16:00:55+00:00
2023-07-07 18:28:43+00:00
1. create some terminals and type in them 2. reload the window or restart VS Code 3. 🐛 they don't persist Started happening in OSS on Wednesday July 5th
completed
terminal reconnection isn't working 1. create some terminals and type in them 2. reload the window or restart VS Code 3. 🐛 they don't persist Started happening in OSS on Wednesday July 5th
48
187265
Terminal icon switches every time when pressing Shift key
2023-07-07 12:18:24+00:00
2023-07-07 19:02:38+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
Terminal icon switches every time when pressing Shift key <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-S...
477
187260
Settings UI doesn't add/remove settings when a builtin extension is enabled/disabled
2023-07-07 11:10:59+00:00
2023-09-11 14:53:27+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Settings UI doesn't add/remove settings when a builtin extension is enabled/disabled <!-- ⚠️⚠️ 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...
636
187254
[scss] Class names in .scss files does not show on hover when @container query has a variable
2023-07-07 10:01:46+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
[scss] Class names in .scss files does not show on hover when @container query has a variable <!-- ⚠️⚠️ 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/microso...
651
187248
fish: command substitution chokes on '-- \' in multi-line command
2023-07-07 08:48:34+00:00
2023-08-09 21:11:06+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
fish: command substitution chokes on '-- \' in multi-line command <!-- ⚠️⚠️ 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...
740
187247
Secrets store `onDidChange` does not fire in the window where the update was made in VS Code 1.8.0
2023-07-07 08:42:30+00:00
2023-07-10 21:21: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
Secrets store `onDidChange` does not fire in the window where the update was made in VS Code 1.8.0 <!-- ⚠️⚠️ 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/mi...
873
187229
Vscode 1.80 is automatically updated to 1.79.2, after restarting, then 1.79.2 is automatically updated to 1.80, causing an infinite loop
2023-07-07 05:41:24+00:00
2023-07-07 15:25: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
Vscode 1.80 is automatically updated to 1.79.2, after restarting, then 1.79.2 is automatically updated to 1.80, causing an infinite loop <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about su...
385
187228
【Bug】Behaviour when entering Japanese in the terminal.
2023-07-07 05:29:25+00:00
2023-12-07 21:52:16+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
【Bug】Behaviour when entering Japanese in the terminal. <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sugg...
483
187201
Automatic markdown link paste happens with any text with a colon
2023-07-06 21:51:14+00:00
2024-01-05 00:43:42+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Automatic markdown link paste happens with any text with a colon <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bug...
352
187194
Supplying a 'command' with an InlineCompletionProviderItem disables default behavior of retriggering another inline suggestion
2023-07-06 20:50:25+00:00
2023-07-07 00:05:57+00:00
One desired behavior of writing a custom `InlineCompletionProvider` is that when the user accepts a given suggestion, the provider is immediately triggered again for another suggestion. We need to track when users accept (or reject) suggestions so that we can measure improvements that we make. Without using the exp...
completed
Supplying a 'command' with an InlineCompletionProviderItem disables default behavior of retriggering another inline suggestion One desired behavior of writing a custom `InlineCompletionProvider` is that when the user accepts a given suggestion, the provider is immediately triggered again for another suggestion. We ...
555
187185
Shell integration breaks prompt when using Fish shell with Tide prompt
2023-07-06 19:34:04+00:00
- VS Code Version: 1.80.0 (Universal) - OS Version: macOS 13.4.1 (22F82) ## Steps to Reproduce 1. Set [Fish](https://fishshell.com/) as the default shell for your system. 2. Install the [Tide](https://github.com/IlanCosman/tide) prompt. 3. Observe broken prompt and error messages when starting an integrated te...
Shell integration breaks prompt when using Fish shell with Tide prompt - VS Code Version: 1.80.0 (Universal) - OS Version: macOS 13.4.1 (22F82) ## Steps to Reproduce 1. Set [Fish](https://fishshell.com/) as the default shell for your system. 2. Install the [Tide](https://github.com/IlanCosman/tide) prompt. 3. ...
523
187165
Typing in Terminal is "jittery" when remoting through the tunnel
2023-07-06 17:14:21+00:00
2023-07-28 13:58:10+00:00
Connect to a remote workspace through a tunnel. Steps to Reproduce: 1. Start typing in the terminal 2. The rendering is jittery. Most noticeable on backspacing 3. Sometimes, backspacing leaves behind characters. (not sure how best to describe this. please view gif below) ![Recording 2023-07-06 at 10 13 23](ht...
completed
Typing in Terminal is "jittery" when remoting through the tunnel Connect to a remote workspace through a tunnel. Steps to Reproduce: 1. Start typing in the terminal 2. The rendering is jittery. Most noticeable on backspacing 3. Sometimes, backspacing leaves behind characters. (not sure how best to describe thi...
137
187164
Toggling Diff Review Resets Readonly Flag
2023-07-06 17:07:50+00:00
2023-07-06 21:17:46+00:00
Repro steps: * Open a git repository * Change & stage a file * open the staged file in a diff editor * Notice that the right side is readonly * Shift+F7 to toggle the diff review mode * Escape to exit * Notice that the right side is not readonly anymore Try with `"diffEditor.experimental.useVersion2": false` ...
completed
Toggling Diff Review Resets Readonly Flag Repro steps: * Open a git repository * Change & stage a file * open the staged file in a diff editor * Notice that the right side is readonly * Shift+F7 to toggle the diff review mode * Escape to exit * Notice that the right side is not readonly anymore Try with `"dif...
129
187153
Hidden Lines Bug
2023-07-06 15:28:18+00:00
2023-07-10 09:24:05+00:00
![Code_-_Insiders_aBSArA8kXO](https://github.com/microsoft/vscode/assets/2931520/c5ffe083-33ae-4d2b-bc00-010d38a536a8)
completed
Hidden Lines Bug ![Code_-_Insiders_aBSArA8kXO](https://github.com/microsoft/vscode/assets/2931520/c5ffe083-33ae-4d2b-bc00-010d38a536a8)
68
187137
Stray underlines in terminal
2023-07-06 10:54:43+00:00
* copy a file path, open terminal * run `echo <filepath_from_clipboard>` * hover over the file path, make sure it is decorated as link * w/o moving the mouse, press `cmd+k` to clear the terminal * underline is kept
Stray underlines in terminal * copy a file path, open terminal * run `echo <filepath_from_clipboard>` * hover over the file path, make sure it is decorated as link * w/o moving the mouse, press `cmd+k` to clear the terminal * underline is kept
72
187126
Context menu won't show up after VSCode window resized
2023-07-06 07:55:15+00:00
2023-08-25 04:28:22+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Context menu won't show up after VSCode window resized <!-- ⚠️⚠️ 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...
451
194840
Line/Col numbers breaking between multiple visible cell editors
2023-07-05 21:51:51+00:00
Steps to Reproduce: 1. Open notebook with multiple cells in view 2. Click around the first cell, ensuring that Line/Col numbers update as intended. 3. Shift focus to other cell in the viewport, Line/Col numbers will not update, remaining at the value they were in the previous cell. Other notes: As a new cell ...
Line/Col numbers breaking between multiple visible cell editors Steps to Reproduce: 1. Open notebook with multiple cells in view 2. Click around the first cell, ensuring that Line/Col numbers update as intended. 3. Shift focus to other cell in the viewport, Line/Col numbers will not update, remaining at the value...
202
187095
Installing auto replies will force the pty host to spawn
2023-07-05 21:08:03+00:00
2023-07-07 19:22:09+00:00
Repro: 1. Open VS Code 2. Close all terminal 3. Exit VS Code 4. Open VS Code (a terminal is not restored) 5. Set: ``` "terminal.integrated.autoReplies": { "Terminate batch job (Y/N)": "Y\r" } ``` 6. Open process explorer, 🐛 the pty host process should not be in the process tree
completed
Installing auto replies will force the pty host to spawn Repro: 1. Open VS Code 2. Close all terminal 3. Exit VS Code 4. Open VS Code (a terminal is not restored) 5. Set: ``` "terminal.integrated.autoReplies": { "Terminate batch job (Y/N)": "Y\r" } ``` 6. Open process explorer, 🐛 th...
105
187082
TerminalWordLinkDetector leaks memory
2023-07-05 19:21:45+00:00
2023-08-11 21:06:41+00:00
Repro: 1. Open OSS 2. Open 10 terminals 3. Close the terminals 4. Take memory heap snapshot using developer tools 5. The 10 terminals is still allocated as they are locked by TerminalWordLinkDetector ![image](https://github.com/microsoft/vscode/assets/3172483/c0b97946-40ae-4fdd-97b7-cdd6cf5ed127)
completed
TerminalWordLinkDetector leaks memory Repro: 1. Open OSS 2. Open 10 terminals 3. Close the terminals 4. Take memory heap snapshot using developer tools 5. The 10 terminals is still allocated as they are locked by TerminalWordLinkDetector ![image](https://github.com/microsoft/vscode/assets/3172483/c0b97946-40ae...
107
187080
Include window ID in terminal log channel
2023-07-05 18:54:46+00:00
2023-07-07 16:07:32+00:00
It's easy to get confused in the terminal log channel, we should log the window ID in all logs
completed
Include window ID in terminal log channel It's easy to get confused in the terminal log channel, we should log the window ID in all logs
35
187076
Pty host lazy spawning doesn't work on remote
2023-07-05 18:42:28+00:00
2023-07-06 14:36:09+00:00
1. Open OSS 2. Open new test resolver window 3. Close non-test resolver window 4. Close all terminals 5. Exit application 6. Open OSS 7. Open process manager pty host should not be under remote agent: ![image](https://github.com/microsoft/vscode/assets/2193314/16d9b32b-6a7a-4ebf-aa93-c2b910c237d4)
completed
Pty host lazy spawning doesn't work on remote 1. Open OSS 2. Open new test resolver window 3. Close non-test resolver window 4. Close all terminals 5. Exit application 6. Open OSS 7. Open process manager pty host should not be under remote agent: ![image](https://github.com/microsoft/vscode/assets/2193314/1...
111
187075
Error on reviveTerminalProcesses in remote
2023-07-05 18:35:11+00:00
2023-08-04 21:56:07+00:00
Repro: 1. Open OSS 2. Open new test resolver window 3. Close non-test resolver window 4. Close all terminals 5. Exit application 6. Open OSS 7. Open pty host log I see an error being returned from `reviveTerminalProcesses`: ``` 2023-07-05 11:32:09.225 [trace] [RPC Request] PtyService#reviveTerminalProce...
completed
Error on reviveTerminalProcesses in remote Repro: 1. Open OSS 2. Open new test resolver window 3. Close non-test resolver window 4. Close all terminals 5. Exit application 6. Open OSS 7. Open pty host log I see an error being returned from `reviveTerminalProcesses`: ``` 2023-07-05 11:32:09.225 [trace] [...
151
187063
Initial Heuristic Tokenization Has Delay
2023-07-05 16:45:27+00:00
2023-07-12 13:05:45+00:00
This only happens for models that don't restore view state: (notice that at first all the text is black on white) ![Code_-_Insiders_nIfQFsIY4g](https://github.com/microsoft/vscode/assets/2931520/62362b00-0b94-4e8d-9315-86c23946bd43) This bug is caused by the missing signal that the view state stabilized. Verif...
completed
Initial Heuristic Tokenization Has Delay This only happens for models that don't restore view state: (notice that at first all the text is black on white) ![Code_-_Insiders_nIfQFsIY4g](https://github.com/microsoft/vscode/assets/2931520/62362b00-0b94-4e8d-9315-86c23946bd43) This bug is caused by the missing signal...
191
187058
Git inline discard, replace in files and refactor not working well on cpp/hpp files
2023-07-05 15:17:09+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
Git inline discard, replace in files and refactor not working well on cpp/hpp 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/...
570
187055
Bad completion ranking changes valid variable name to class name when pressing "."
2023-07-05 13:45:10+00:00
TypeScript sometimes picks class names over perfect-match variable names when I press ".". For example, given this code: ```ts class A { public foo(): string { return ""; } public bar(myString: string): string { return ""; } } function a() { const a = new A(); // Type "a." here } ``` When I ty...
Bad completion ranking changes valid variable name to class name when pressing "." TypeScript sometimes picks class names over perfect-match variable names when I press ".". For example, given this code: ```ts class A { public foo(): string { return ""; } public bar(myString: string): string { return ""; } ...
187
187016
Searching for rendered markdown in open notebooks not working
2023-07-05 00:27:45+00:00
2023-07-13 23:29:28+00:00
repro: 1. Search for something in rendered markdown in a notebook. Make sure that the notebook is open before doing the search. 2. See the highlight flash, then disappear :bug: [![Image from Gyazo](https://i.gyazo.com/6d1fbbd92f6d2e1c3e3f536969fac592.gif)](https://gyazo.com/6d1fbbd92f6d2e1c3e3f536969fac592)
completed
Searching for rendered markdown in open notebooks not working repro: 1. Search for something in rendered markdown in a notebook. Make sure that the notebook is open before doing the search. 2. See the highlight flash, then disappear :bug: [![Image from Gyazo](https://i.gyazo.com/6d1fbbd92f6d2e1c3e3f536969fac592.gi...
127
186998
Right click to paste in input dialogs does not trigger an update
2023-07-04 16:33:05+00:00
2023-12-13 15:51:45+00:00
``` Version: 1.79.2 Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:55:41.903Z (2 wks ago) Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 ``` Steps to Reproduce: 1. Add `"workbench.quickOpen.closeOnFocusLost": false` to sett...
completed
Right click to paste in input dialogs does not trigger an update ``` Version: 1.79.2 Commit: 695af097c7bd098fbf017ce3ac85e09bbc5dda06 Date: 2023-06-14T08:55:41.903Z (2 wks ago) Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 ``` Steps to Reproduce: ...
315
186979
`testing.isInPeek` context key is true when unexpected
2023-07-04 12:45:56+00:00
2023-07-05 17:35:36+00:00
I noticed that `testing.isInPeek` context key is true when no testing-related view is open. Is this expected? How's it different from `testing.isPeekVisible`? <img width="2559" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/5b745555-342e-4080-891e-0e9fd5a49ae9"> ``` Version: 1.80.0-insider...
completed
`testing.isInPeek` context key is true when unexpected I noticed that `testing.isInPeek` context key is true when no testing-related view is open. Is this expected? How's it different from `testing.isPeekVisible`? <img width="2559" alt="image" src="https://github.com/microsoft/vscode/assets/16353531/5b745555-342e-4...
225
186960
Windows: Notify users that they are running the user setup as admin
2023-07-04 06:18:40+00:00
2023-07-04 19:42:04+00:00
Type: <b>Bug</b> in help option not showing " Check for updates" VS Code version: Code 1.77.1 (b7886d7461186a5eac768481578c1d7ca80e2d21, 2023-04-04T23:21:11.906Z) OS version: Windows_NT x64 10.0.22621 Modes: Sandboxed: Yes <details> <summary>System Info</summary> |Item|Value| |---|---| |CPUs|12th Gen ...
completed
Windows: Notify users that they are running the user setup as admin Type: <b>Bug</b> in help option not showing " Check for updates" VS Code version: Code 1.77.1 (b7886d7461186a5eac768481578c1d7ca80e2d21, 2023-04-04T23:21:11.906Z) OS version: Windows_NT x64 10.0.22621 Modes: Sandboxed: Yes <details> <summa...
998
186959
the window has crashed (reason: 'crashed', code: '132')
2023-07-04 05:09:49+00:00
2023-12-24 11:25:09+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
the window has crashed (reason: 'crashed', code: '132') <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Sug...
489
194841
UI issue: Multi-line cells collapse into 1.5 lines after scrolling.
2023-07-04 00:59:32+00:00
### Applies To - [X] Notebooks (.ipynb files) - [x] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Problem shown in video: multi-line cells that leave view are collapsed into 1.5 lines. In my work notebooks, this happens to a random cell when I scroll around and not a...
UI issue: Multi-line cells collapse into 1.5 lines after scrolling. ### Applies To - [X] Notebooks (.ipynb files) - [x] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Problem shown in video: multi-line cells that leave view are collapsed into 1.5 lines. In my work not...
399
186948
paste markdown link off by default
2023-07-03 21:40:59+00:00
2023-07-03 21:44:40+00:00
<!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include a description of the proposed chang...
paste markdown link off by default <!-- Thank you for submitting a Pull Request. Please: * Read our Pull Request guidelines: https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests * Associate an issue with the Pull Request. * Ensure that the code is up-to-date with the `main` branch. * Include ...
162
186940
terminal.integrated.useWslProfiles not working as expected
2023-07-03 19:25:07+00:00
2023-07-03 21:22:38+00:00
Type: <b>Bug</b> On multiple machines I have the setting terminal.integrated.useWslProfiles set to False, but this setting is no longer hiding the WSL terminal profiles. I can also reproduce this issue with the Insiders version of VS Code.. VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bbc5dda06...
completed
terminal.integrated.useWslProfiles not working as expected Type: <b>Bug</b> On multiple machines I have the setting terminal.integrated.useWslProfiles set to False, but this setting is no longer hiding the WSL terminal profiles. I can also reproduce this issue with the Insiders version of VS Code.. VS Code ver...
893
186922
reloading window results in terminal failing to reconnect
2023-07-03 15:00:28+00:00
2023-07-03 20:20:36+00:00
<img width="1254" alt="Screenshot 2023-07-03 at 7 58 54 AM" src="https://github.com/microsoft/vscode/assets/29464607/037a54f1-3e22-4eee-b263-5e7f16ae10c7"> I updated insider's, reloaded the window, and one of the terminals was not restored ``` 2023-07-03 07:49:11.982 [info] Revived process, old id 1 -> new id ...
completed
reloading window results in terminal failing to reconnect <img width="1254" alt="Screenshot 2023-07-03 at 7 58 54 AM" src="https://github.com/microsoft/vscode/assets/29464607/037a54f1-3e22-4eee-b263-5e7f16ae10c7"> I updated insider's, reloaded the window, and one of the terminals was not restored ``` 2023-07-0...
979
186918
Moved Code Detection: Lines Are Not Visible
2023-07-03 14:44:56+00:00
2023-07-04 10:26:29+00:00
How it is: ![chrome_ANekuDKdIc](https://github.com/microsoft/vscode/assets/2931520/de2afbc7-7840-49c8-bd75-ed909b8e2c12) How it should be: ![vTZF1qwxuf](https://github.com/microsoft/vscode/assets/2931520/b76298eb-1548-4661-a86d-2f1b298b17ed)
completed
Moved Code Detection: Lines Are Not Visible How it is: ![chrome_ANekuDKdIc](https://github.com/microsoft/vscode/assets/2931520/de2afbc7-7840-49c8-bd75-ed909b8e2c12) How it should be: ![vTZF1qwxuf](https://github.com/microsoft/vscode/assets/2931520/b76298eb-1548-4661-a86d-2f1b298b17ed)
134
186915
Async Tokenization Error
2023-07-03 13:52:55+00:00
2023-08-31 10:29:32+00:00
![chrome_cSj83ypc9l](https://github.com/microsoft/vscode/assets/2931520/671f1bdb-9563-4c0b-b695-5f34c74fe1a6) Verification steps: See telemetry (and last message in this issue).
completed
Async Tokenization Error ![chrome_cSj83ypc9l](https://github.com/microsoft/vscode/assets/2931520/671f1bdb-9563-4c0b-b695-5f34c74fe1a6) Verification steps: See telemetry (and last message in this issue).
83
186913
Markdown image and doc link snippet workflows end up with extra `https` in link
2023-07-03 13:34:58+00:00
2023-07-04 07:53:08+00:00
Testing #186236 Use the `image` snippet, which inserts: ``` ![alt](https://) ``` fill in the title text ``` ![some text](https://) ``` use Tab to go to the link section and paste a URL you end up with: ``` ![some text]([https://](https://github.com/features/codespaces)) ``` This also happe...
completed
Markdown image and doc link snippet workflows end up with extra `https` in link Testing #186236 Use the `image` snippet, which inserts: ``` ![alt](https://) ``` fill in the title text ``` ![some text](https://) ``` use Tab to go to the link section and paste a URL you end up with: ``` ![some ...
143
186905
No color on suggest icon with ipynb
2023-07-03 10:59:31+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
No color on suggest icon with ipynb <!-- ⚠️⚠️ 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 --> <!-- ...
533
186904
A11y_VisualStudioCodeClient_Terminal_ScreenReader: NVDA/JAWS Announces Blank when Using Arrow Keys on Terminal Commands
2023-07-03 10:49:28+00:00
2023-08-31 16:44:39+00:00
**"Please do not close this bug. This bug should only be closed by TCS, C+AI Accessibility or the Divisional Driver".** ## GitHub bugs #A11ySev2; #A11yTCS; #A11yMAS; #DesktopApp; #Visual Studio Code Client; #WCAG1.3.1; #DesktopApp; #BM-VisualStudioCodeClient-Win32-Aug2022; #NVDA; #Win32; #Win11; #A11yeDAD; #ScreenR...
completed
A11y_VisualStudioCodeClient_Terminal_ScreenReader: NVDA/JAWS Announces Blank when Using Arrow Keys on Terminal Commands **"Please do not close this bug. This bug should only be closed by TCS, C+AI Accessibility or the Divisional Driver".** ## GitHub bugs #A11ySev2; #A11yTCS; #A11yMAS; #DesktopApp; #Visual Studio Co...
674