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
181660
Command Palette Disappears In New Window After Welcome Page Gets Rendered
2023-05-05 19:07:42+00:00
2023-05-17 20:03:40+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
Command Palette Disappears In New Window After Welcome Page Gets Rendered <!-- โš ๏ธโš ๏ธ 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/Submi...
535
181654
"Unbinding" by using empty command in keybindings.json no longer works in v1.78
2023-05-05 16:55:38+00:00
2023-05-10 09:38:20+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
"Unbinding" by using empty command in keybindings.json no longer works in v1.78 <!-- โš ๏ธโš ๏ธ 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...
672
181634
Regression: Shell-Integration for fish-shell broken
2023-05-05 13:51:04+00:00
2023-05-09 14:38: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
Regression: Shell-Integration for fish-shell broken <!-- โš ๏ธโš ๏ธ 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...
972
181631
Highlights don't line up with the text they are highlighting
2023-05-05 13:12:26+00:00
When I highlight text in my code, the highlight doesn't line up with the code. The highlight gets more and more offset, as text goes further to the right in the row. This seems to just be a miscalculation of the displayed text's position in the row. The script that draws the highlights is getting understated values for...
Highlights don't line up with the text they are highlighting When I highlight text in my code, the highlight doesn't line up with the code. The highlight gets more and more offset, as text goes further to the right in the row. This seems to just be a miscalculation of the displayed text's position in the row. The scrip...
281
181619
Merge editor looses conflict resolution lense actions
2023-05-05 08:41:01+00:00
2023-05-26 15:36:55+00:00
After I did "Accept Combination" on the first conflict (I picked the left hand side), all actions are gone for resolving each conflict: <img width="1329" alt="image" src="https://user-images.githubusercontent.com/900690/236413507-fad1604c-20d8-4d52-ba1e-a407e8ff7dbf.png"> [state.json.zip](https://github.com/micro...
completed
Merge editor looses conflict resolution lense actions After I did "Accept Combination" on the first conflict (I picked the left hand side), all actions are gone for resolving each conflict: <img width="1329" alt="image" src="https://user-images.githubusercontent.com/900690/236413507-fad1604c-20d8-4d52-ba1e-a407e8ff7...
144
182301
Cursor Movement by Option+Click inside folded tmux line on Remote SSH makes vscode server hang
2023-05-05 07:41:47+00:00
Type: <b>Bug</b> 1. Connect to Remote Ubuntu Server via Remote SSH extension 2. Open tmux session 3. Input a line much longer than tmux column 4. Option+Click to move cursor to a line different from the current position 5. Remote VSCode Server eventually hangs Extension version: 0.100.0 VS Code version: Code...
Cursor Movement by Option+Click inside folded tmux line on Remote SSH makes vscode server hang Type: <b>Bug</b> 1. Connect to Remote Ubuntu Server via Remote SSH extension 2. Open tmux session 3. Input a line much longer than tmux column 4. Option+Click to move cursor to a line different from the current position...
538
181613
Some part of escape sequences gets inserted when option+click in GHCi prompt on macOS
2023-05-05 06:55:24+00:00
2023-12-07 21:59:56+00:00
Type: <b>Bug</b> 1. Open Integrated Terminal 2. Launch ghci 3. Input relatively long line into the prompt (without newline) 4. Option+Click to move cursor to the desired position 5. Some part of escape sequences, e.g. `C`, `D`, `OC`, `OD`, gets inserted VS Code version: Code 1.78.0 (252e5463d60e63238250799aef...
not_planned
Some part of escape sequences gets inserted when option+click in GHCi prompt on macOS Type: <b>Bug</b> 1. Open Integrated Terminal 2. Launch ghci 3. Input relatively long line into the prompt (without newline) 4. Option+Click to move cursor to the desired position 5. Some part of escape sequences, e.g. `C`, `D`,...
579
194917
compare with saved not working
2023-05-05 02:22:04+00:00
### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? As shown below, the `Compare with Saved` functionality is not working for notebooks (while its' working for txt and py files). ![temp2](https://user-images.githubuserco...
compare with saved not working ### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? As shown below, the `Compare with Saved` functionality is not working for notebooks (while its' working for txt and py files). ![temp2](h...
239
181598
extensions/npm misses vscode-uri in dependencies.
2023-05-04 23:24:33+00:00
2023-12-06 17:52: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
extensions/npm misses vscode-uri in dependencies. <!-- โš ๏ธโš ๏ธ 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...
610
181596
Request: Option to hide deleted files from Go to File... (Command/Control P) fuzzy find results
2023-05-04 22:30:22+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. --> Please provide an option to automatically hide...
Request: Option to hide deleted files from Go to File... (Command/Control P) fuzzy find results <!-- โš ๏ธโš ๏ธ 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. --...
152
181587
Allow copy pasting text/uri-lists from the explorer
2023-05-04 20:07:40+00:00
2023-05-04 21:26:53+00:00
This is the same as #181373 but for copy paste instead of drag and drop **Repo** 1. On desktop 1. Copy file from VS Code explorer 2. Try pasting it into the chrome address bar **Expected** We should paste a `file://` uri **actual** Nothing is pasted
completed
Allow copy pasting text/uri-lists from the explorer This is the same as #181373 but for copy paste instead of drag and drop **Repo** 1. On desktop 1. Copy file from VS Code explorer 2. Try pasting it into the chrome address bar **Expected** We should paste a `file://` uri **actual** Nothing is pasted
82
181583
`vscode.workspace.findFiles` doesn't work with no workspaces open
2023-05-04 19:42:52+00:00
2023-06-08 15:47:29+00:00
> The following code does not return any files when in an empty window, it returns 20 files when I have a workspace folder. This seems unexpected. > ```ts > const rootUri = vscode.Uri.parse('file:///Users/chrmarti/Development/repos/smktst'); > const configFilePattern = '{.devcontainer.json,.devcontainer/devcontain...
completed
`vscode.workspace.findFiles` doesn't work with no workspaces open > The following code does not return any files when in an empty window, it returns 20 files when I have a workspace folder. This seems unexpected. > ```ts > const rootUri = vscode.Uri.parse('file:///Users/chrmarti/Development/repos/smktst'); > const...
238
181580
`TypeError: Cannot set properties of undefined (setting 'ELECTRON_USE_V8_CONFIGURED_PARTITION_POOL')` for 1.78.0
2023-05-04 19:16:19+00:00
2023-05-10 11:44:52+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
`TypeError: Cannot set properties of undefined (setting 'ELECTRON_USE_V8_CONFIGURED_PARTITION_POOL')` for 1.78.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:/...
471
181576
renaming symbol from untitled file does not change the symbol in the file
2023-05-04 19:04:55+00:00
2023-05-09 05:50:45+00:00
1. create a new python file, do not save 2. reference a function from a saved local python file 3. rename the function from the untitled file's reference :bug: symbol was renamed everywhere except the untitled file seems to work correctly for untitled notebooks
not_planned
renaming symbol from untitled file does not change the symbol in the file 1. create a new python file, do not save 2. reference a function from a saved local python file 3. rename the function from the untitled file's reference :bug: symbol was renamed everywhere except the untitled file seems to work cor...
80
181575
VS Code crashes with error code 5 after ~an hour of usage
2023-05-04 18:58:47+00:00
2024-04-16 17:54: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
VS Code crashes with error code 5 after ~an hour of usage <!-- โš ๏ธโš ๏ธ 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...
395
181566
'Switch Output' dropdown closes when a new item is added
2023-05-04 17:58:55+00:00
Type: <b>Bug</b> I want to switch the Output window between sources, but I have to wait for all active extensions to finish loading or else the dropdown will keep closing. To reproduce: 1. Open VSCode on a file which will cause some heavy extensions to load, e.g. C# or Apex 2. Open 'Switch Output' dropdown ...
'Switch Output' dropdown closes when a new item is added Type: <b>Bug</b> I want to switch the Output window between sources, but I have to wait for all active extensions to finish loading or else the dropdown will keep closing. To reproduce: 1. Open VSCode on a file which will cause some heavy extensions to l...
791
181565
`Reopen Closed Editor` keyboard shortcut (Ctrl+Shift+T) not working on vscode.dev
2023-05-04 17:58:27+00:00
2023-05-04 18:12:41+00:00
Steps to Reproduce: 1. Open a file on vscode.dev 2. Close the editor 3. Use Ctrl+Shift+T to reopen the editor. Expected: Previously opened editor is restored. Actual: no-op on vscode.dev. Edge reopens the previously opened tab.
not_planned
`Reopen Closed Editor` keyboard shortcut (Ctrl+Shift+T) not working on vscode.dev Steps to Reproduce: 1. Open a file on vscode.dev 2. Close the editor 3. Use Ctrl+Shift+T to reopen the editor. Expected: Previously opened editor is restored. Actual: no-op on vscode.dev. Edge reopens the previously opened t...
96
181557
Some quickpick item button icons not centered
2023-05-04 17:22:20+00:00
![image](https://user-images.githubusercontent.com/30305945/236280940-94cfc6b9-6379-4a18-b2fe-4e1c9d1e6163.png)
reopened
Some quickpick item button icons not centered ![image](https://user-images.githubusercontent.com/30305945/236280940-94cfc6b9-6379-4a18-b2fe-4e1c9d1e6163.png)
70
181545
Standalone color picker HSL format uses two decimals for the percentages and forces commas
2023-05-04 16:33:58+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Standalone color picker HSL format uses two decimals for the percentages and forces commas <!-- โš ๏ธโš ๏ธ 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/...
605
181537
Cannot interact with shell integration decoration if command navigation is on the command
2023-05-04 16:17:36+00:00
2023-05-04 16:55:15+00:00
Repro: - Open a terminal with SI enabled - Run a command - Ctrl/cmd+up to move to it - Try interact with the circle icon ![image](https://user-images.githubusercontent.com/2193314/236263338-c4e594ac-615b-42a4-b393-56f7c39e09fe.png)
completed
Cannot interact with shell integration decoration if command navigation is on the command Repro: - Open a terminal with SI enabled - Run a command - Ctrl/cmd+up to move to it - Try interact with the circle icon ![image](https://user-images.githubusercontent.com/2193314/236263338-c4e594ac-615b-42a4-b393-56f7c39...
104
181536
Abnormal after reloading the terminal
2023-05-04 16:16:25+00:00
2023-05-12 18:31:56+00:00
Version: 1.78.0 (user setup) 77 76 Commit: 252e5463d60e63238250799aef7375787f68b4ee Date: 2023-05-03T20:09:00.748Z Electron: 22.4.8 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Windows_NT x64 10.0.19044 Sandboxed: No ![20230505_000231](https://user-images.githubusercontent.com/486...
completed
Abnormal after reloading the terminal Version: 1.78.0 (user setup) 77 76 Commit: 252e5463d60e63238250799aef7375787f68b4ee Date: 2023-05-03T20:09:00.748Z Electron: 22.4.8 Chromium: 108.0.5359.215 Node.js: 16.17.1 V8: 10.8.168.25-electron.0 OS: Windows_NT x64 10.0.19044 Sandboxed: No ![20230505_000231](https:/...
207
181532
Save new file dialog box in Ubuntu 16.04 has poor UI layout
2023-05-04 15:19:46+00:00
2023-12-12 19:17:50+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
not_planned
Save new file dialog box in Ubuntu 16.04 has poor UI layout <!-- โš ๏ธโš ๏ธ 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...
677
181525
[tunnel cli] do not set tunnel mutex when running from service only
2023-05-04 14:44:23+00:00
2023-05-04 19:11:35+00:00
Currently, when running as a service, the mutex the `tunnel` and `tunnelservice` is set. To discover that the tunnel is run as service only, we want the `tunnel` mutex not to be set.
completed
[tunnel cli] do not set tunnel mutex when running from service only Currently, when running as a service, the mutex the `tunnel` and `tunnelservice` is set. To discover that the tunnel is run as service only, we want the `tunnel` mutex not to be set.
65
181515
First terminal does not follow default.
2023-05-04 13:23:54+00:00
2023-05-24 14:40: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
First terminal does not follow default. <!-- โš ๏ธโš ๏ธ 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 --> <...
454
181508
Running Commands in VS Code Terminal does not save the history
2023-05-04 12:43:14+00:00
2023-05-18 19:41:52+00:00
Running commands in a normal bash terminal retains the history (of the commands ran) but the same is not true for VS Code. So after closing VSCode all of the command history is deleted and the user has to remember any complex command that they ran. Ideally we would want our history to be stored in .bash_history or if V...
completed
Running Commands in VS Code Terminal does not save the history Running commands in a normal bash terminal retains the history (of the commands ran) but the same is not true for VS Code. So after closing VSCode all of the command history is deleted and the user has to remember any complex command that they ran. Ideally ...
116
181503
VSCode crashes when expanding window with custom titlebar
2023-05-04 12:04:41+00:00
2023-05-15 13:27: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...
not_planned
VSCode crashes when expanding window with custom titlebar <!-- โš ๏ธโš ๏ธ 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...
631
181500
Firefox crash when trying to open link from VSCODE
2023-05-04 11:43:56+00:00
2023-05-04 17:42: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
Firefox crash when trying to open link from VSCODE <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggesti...
360
181529
Platform-specific properties in launch configurations
2023-05-04 10:55:43+00:00
2023-05-04 17:33:58+00:00
**Describe the bug** When defining some platform-specific properties, there a conflict between mandatory properties and the ability to make the launch configuration usable. **To Reproduce** 1. Create a launch configuration 2. In the launch configuration, add platform-specific properties At this point, a warnin...
completed
Platform-specific properties in launch configurations **Describe the bug** When defining some platform-specific properties, there a conflict between mandatory properties and the ability to make the launch configuration usable. **To Reproduce** 1. Create a launch configuration 2. In the launch configuration, add p...
763
181489
Copy/Paste line is not putting it to new line
2023-05-04 08:47:59+00:00
2023-05-04 21:58:47+00:00
Regression range: https://github.com/microsoft/vscode/compare/9ab88c7abc4d90e67c94ac341bc0fee7679c5556...70dcd62d397867fe03626f938139b834950a985c Steps: * put cursor at end of line * copy & paste ๐Ÿ› the newline is not in the beginning ![Recording 2023-05-04 at 10 40 21](https://user-images.githubusercontent....
completed
Copy/Paste line is not putting it to new line Regression range: https://github.com/microsoft/vscode/compare/9ab88c7abc4d90e67c94ac341bc0fee7679c5556...70dcd62d397867fe03626f938139b834950a985c Steps: * put cursor at end of line * copy & paste ๐Ÿ› the newline is not in the beginning ![Recording 2023-05-04 at 10...
169
181486
Unexcepted paste behaviour under multi cursor
2023-05-04 08:20:18+00:00
2023-05-04 17:42:04+00:00
Type: <b>Bug</b> 1. copy any text 2. select text in several places at once to enter multiple cursor mode 3. paste text Normally the editor inserts text at all cursors at once. However, in the current version, the editor only inserts text at the first cursor. ![screen](https://user-images.githubusercontent.c...
completed
Unexcepted paste behaviour under multi cursor Type: <b>Bug</b> 1. copy any text 2. select text in several places at once to enter multiple cursor mode 3. paste text Normally the editor inserts text at all cursors at once. However, in the current version, the editor only inserts text at the first cursor. ![s...
590
181485
Debugging AL Language
2023-05-04 08:12:30+00:00
2023-05-09 23:07:14+00:00
Type: <b>Bug</b> I can't debug my AL project since the new update. The debugger is starting and I can make one step. Than the debugger is hanging on this line. VS Code version: Code 1.78.0 (252e5463d60e63238250799aef7375787f68b4ee, 2023-05-03T20:09:00.748Z) OS version: Windows_NT x64 10.0.22621 Modes: Sandboxed:...
completed
Debugging AL Language Type: <b>Bug</b> I can't debug my AL project since the new update. The debugger is starting and I can make one step. Than the debugger is hanging on this line. VS Code version: Code 1.78.0 (252e5463d60e63238250799aef7375787f68b4ee, 2023-05-03T20:09:00.748Z) OS version: Windows_NT x64 10.0.226...
917
181484
Concurrently updating Stable and Insiders failed
2023-05-04 08:04:28+00:00
2023-05-11 15:51:31+00:00
Type: <b>Bug</b> Following last night's release of 1.78, this morning I used the gearwheel menu to make my Stable instance check for updates. As expected, the clock badge appeared. At that point I went to my Insiders instance and did the same. Shortly afterwards both instances showed a notification about a missing...
completed
Concurrently updating Stable and Insiders failed Type: <b>Bug</b> Following last night's release of 1.78, this morning I used the gearwheel menu to make my Stable instance check for updates. As expected, the clock badge appeared. At that point I went to my Insiders instance and did the same. Shortly afterwards bot...
541
181482
Terminal texts getting lighter when deselecting it
2023-05-04 07:21:25+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
Terminal texts getting lighter when deselecting 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-Bugs-and-Suggesti...
413
181480
Cursor is visible on top of color picker
2023-05-04 06:43:11+00:00
2023-06-05 12:15:32+00:00
1. Run `editor.action.showOrFocusStandaloneColorPicker` 2. Editor cursor is rendered on top of it <img width="400" src="https://user-images.githubusercontent.com/9638156/236129089-f3604e40-d36d-488d-b328-4d302e2f6774.gif"> --- Version: 1.78.0 Commit: 252e5463d60e63238250799aef7375787f68b4ee Browser: Mozilla/5...
completed
Cursor is visible on top of color picker 1. Run `editor.action.showOrFocusStandaloneColorPicker` 2. Editor cursor is rendered on top of it <img width="400" src="https://user-images.githubusercontent.com/9638156/236129089-f3604e40-d36d-488d-b328-4d302e2f6774.gif"> --- Version: 1.78.0 Commit: 252e5463d60e6323825...
190
181479
Gutter icon is no longer centered in 1.78
2023-05-04 06:11:39+00:00
2023-05-04 13:53:54+00:00
Create decoration with `gutterIconSize` set to `50%`. Example [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens): ```js "errorLens.gutterIconsEnabled": true, "errorLens.gutterIconSet": "circle", "errorLens.gutterIconSize": "50%", ``` https://user-images.githubuserconte...
completed
Gutter icon is no longer centered in 1.78 Create decoration with `gutterIconSize` set to `50%`. Example [Error Lens](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens): ```js "errorLens.gutterIconsEnabled": true, "errorLens.gutterIconSet": "circle", "errorLens.gutterIconSize": "50%", ``...
254
181478
Tips disabling doesn't work in 1.78
2023-05-04 06:04:39+00:00
2023-05-11 15:41:04+00:00
1. Disable tips ```js "workbench.tips.enabled": false, ``` 2. Reaload editor 3. Hotkeys are still visible --- Version: 1.78.0 Commit: 252e5463d60e63238250799aef7375787f68b4ee Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.78.0 Chrome/108.0.5359.215 Electron/2...
completed
Tips disabling doesn't work in 1.78 1. Disable tips ```js "workbench.tips.enabled": false, ``` 2. Reaload editor 3. Hotkeys are still visible --- Version: 1.78.0 Commit: 252e5463d60e63238250799aef7375787f68b4ee Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.7...
134
181471
Bug with Escape char(0x1B) in text files
2023-05-04 02:15:40+00:00
2023-07-07 19:25:02+00:00
Type: <b>Bug</b> I have noticed that when a text file contains the "<Escape char(0x1B)>[0m" more than about 5000 times, VSCode is unable to show the line numbers properly. I tested the issue with all extensions disabled, but the problem still occurred. VS Code version: Code 1.78.0 (252e5463d60e63238250799aef...
completed
Bug with Escape char(0x1B) in text files Type: <b>Bug</b> I have noticed that when a text file contains the "<Escape char(0x1B)>[0m" more than about 5000 times, VSCode is unable to show the line numbers properly. I tested the issue with all extensions disabled, but the problem still occurred. VS Code version...
609
181448
Walkthrough step image not rendered on walkthrough restore
2023-05-03 21:14:54+00:00
2023-05-30 18:13:45+00:00
Steps to Reproduce: 1. Select the `Setup` walkthrough from the welcome page. Step 1 image is rendered. ![image](https://user-images.githubusercontent.com/25044782/236051247-4f0dee23-6b8d-4043-9826-dce4aefeb8d3.png) 2. Reload window and observe walkthrough. ![image](https://user-images.githubusercontent.com/25044...
completed
Walkthrough step image not rendered on walkthrough restore Steps to Reproduce: 1. Select the `Setup` walkthrough from the welcome page. Step 1 image is rendered. ![image](https://user-images.githubusercontent.com/25044782/236051247-4f0dee23-6b8d-4043-9826-dce4aefeb8d3.png) 2. Reload window and observe walkthrough....
172
181446
Strange string shown next to uninstall text after uninstalling an extension
2023-05-03 20:25:03+00:00
2023-05-31 14:55:16+00:00
<img width="214" alt="image" src="https://user-images.githubusercontent.com/4544166/236041469-1fbf14ee-3169-40f9-8e76-7529704cca24.png">
completed
Strange string shown next to uninstall text after uninstalling an extension <img width="214" alt="image" src="https://user-images.githubusercontent.com/4544166/236041469-1fbf14ee-3169-40f9-8e76-7529704cca24.png">
73
181435
Relative file links in comments do not work anymore
2023-05-03 18:17:04+00:00
2024-03-20 20:19:28+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Relative file links in comments do not work anymore <!-- โš ๏ธโš ๏ธ 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...
414
181408
Clean up disposing of backgrounded terminals
2023-05-03 13:51:47+00:00
2023-05-03 17:12:26+00:00
After reading through https://github.com/microsoft/vscode-remote-release/issues/7642#issuecomment-1532261303 and https://github.com/microsoft/vscode/pull/181365, I think we should move the disposal to `_onWillShutdown`, along side the disposal of this._terminalGroupService.instances: https://github.com/microsoft/vs...
completed
Clean up disposing of backgrounded terminals After reading through https://github.com/microsoft/vscode-remote-release/issues/7642#issuecomment-1532261303 and https://github.com/microsoft/vscode/pull/181365, I think we should move the disposal to `_onWillShutdown`, along side the disposal of this._terminalGroupService.i...
211
181407
Accept next word doesn't reveal it
2023-05-03 13:38:37+00:00
2024-05-27 09:16:24+00:00
* type at the end of line * have ghost text * accept it word by word * ๐Ÿ› when reaching the end of the viewport accepted words aren't revealed https://user-images.githubusercontent.com/1794099/235932410-ad0dcf0e-da43-47ff-b735-17545b3ebc3d.mov
completed
Accept next word doesn't reveal it * type at the end of line * have ghost text * accept it word by word * ๐Ÿ› when reaching the end of the viewport accepted words aren't revealed https://user-images.githubusercontent.com/1794099/235932410-ad0dcf0e-da43-47ff-b735-17545b3ebc3d.mov
96
181400
Welcome screen doesn't open (endless progress reporting)
2023-05-03 10:20:22+00:00
2023-05-03 19:31:13+00:00
## Steps to Repro - Start VS Code from fresh user data directory and extensions directory - Reload Window ๐Ÿ› Welcome page is broken Sanity checking VSCodeSetup-ia32-1.78.0. When launching VS Code the welcome screen opens but content never shows up ![cast](https://user-images.githubusercontent.com/193159...
completed
Welcome screen doesn't open (endless progress reporting) ## Steps to Repro - Start VS Code from fresh user data directory and extensions directory - Reload Window ๐Ÿ› Welcome page is broken Sanity checking VSCodeSetup-ia32-1.78.0. When launching VS Code the welcome screen opens but content never shows up ...
168
181392
[Bug] Doesn't show changed symbol for folder in Git when selected
2023-05-03 08:53:18+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
[Bug] Doesn't show changed symbol for folder in Git when selected <!-- โš ๏ธโš ๏ธ 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...
448
181373
Allow dragging editor tabs out of app as text/uri-list
2023-05-03 03:37:04+00:00
2023-05-03 06:43:29+00:00
Type: <b>Bug</b> 1. On desktop 1. Open an image 1. Drag the editor tab into the Chrome address bar **bug** A path such as `/path/to/img.png` is inserted Instead we should insert a `file://` uri The root cause of this is that `text/uri-list` when editor resources are dragged VS Code version: Code - ...
completed
Allow dragging editor tabs out of app as text/uri-list Type: <b>Bug</b> 1. On desktop 1. Open an image 1. Drag the editor tab into the Chrome address bar **bug** A path such as `/path/to/img.png` is inserted Instead we should insert a `file://` uri The root cause of this is that `text/uri-list` when e...
484
181370
Multiline commit description is sized incorrectly after scrolling away and back
2023-05-03 02:20:13+00:00
2023-05-15 09:08:02+00:00
- Type a multiline commit message - Scroll away - Scroll back - When the row gets rerendered (I assume) it is sized to one line. If I type a newline in this box, the size gets fixed ![Recording 2023-05-02 at 20 18 28](https://user-images.githubusercontent.com/323878/235821644-6b880fd2-bfe8-4def-a033-8bee7286e8eb....
completed
Multiline commit description is sized incorrectly after scrolling away and back - Type a multiline commit message - Scroll away - Scroll back - When the row gets rerendered (I assume) it is sized to one line. If I type a newline in this box, the size gets fixed ![Recording 2023-05-02 at 20 18 28](https://user-ima...
129
181367
Can't drag and drop diff resource into editor
2023-05-03 00:46:27+00:00
2023-05-03 06:43:28+00:00
Type: <b>Bug</b> 1. Open a diff editor from the scm view 2. Try dragging its tab into another editor while holding shift **Bug** Nothing happens VS Code version: Code - Insiders 1.78.0-insider (Universal) (657bb89984f37b810b250955570593cde0cd62eb, 2023-05-02T11:25:59.772Z) OS version: Darwin x64 22.4.0 M...
completed
Can't drag and drop diff resource into editor Type: <b>Bug</b> 1. Open a diff editor from the scm view 2. Try dragging its tab into another editor while holding shift **Bug** Nothing happens VS Code version: Code - Insiders 1.78.0-insider (Universal) (657bb89984f37b810b250955570593cde0cd62eb, 2023-05-02T11...
439
181358
Telemetry output channel missing from Codespaces
2023-05-02 21:28:09+00:00
2023-06-01 09:33:07+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Telemetry output channel missing from Codespaces <!-- โš ๏ธโš ๏ธ 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-Suggestion...
529
181340
Can't right click to see context menu on menu bar
2023-05-02 15:40:29+00:00
2023-10-04 14:56:36+00:00
On vscode.dev it seems to be appearing and disappearing almost immediately. https://user-images.githubusercontent.com/25163139/235715531-486f84b1-430e-4d2c-9ac2-2e1bea4333ea.mp4
completed
Can't right click to see context menu on menu bar On vscode.dev it seems to be appearing and disappearing almost immediately. https://user-images.githubusercontent.com/25163139/235715531-486f84b1-430e-4d2c-9ac2-2e1bea4333ea.mp4
79
181334
tunnel cli: mutex names contain extra characters
2023-05-02 14:45:08+00:00
2023-05-02 15:16:19+00:00
- start `code-insiders tunnel service install` - check out the active Mutexes with WinObj. Follow https://stackoverflow.com/a/67216349 The tunnel mutes have very long names ![image](https://user-images.githubusercontent.com/6461412/235701291-40d1b303-c00c-4853-b0d9-5f3c7f5d0c06.png)
completed
tunnel cli: mutex names contain extra characters - start `code-insiders tunnel service install` - check out the active Mutexes with WinObj. Follow https://stackoverflow.com/a/67216349 The tunnel mutes have very long names ![image](https://user-images.githubusercontent.com/6461412/235701291-40d1b303-c00c-4853-b0d9-...
115
181319
Reloading tunnel on vscode.dev fails with error handshaking session: EOF
2023-05-02 10:57:55+00:00
2023-08-02 17:34:40+00:00
- starting the tunnel from the Code OSS, Account menu - opening the tunnel in vscode.dev with the link given by the notification - folder opens -reload browser: it no longer can show the folder. Server log shows `error handshaking session` for all client connections ``` 2023-05-02 12:22:13.387 [info] [2023-05-0...
completed
Reloading tunnel on vscode.dev fails with error handshaking session: EOF - starting the tunnel from the Code OSS, Account menu - opening the tunnel in vscode.dev with the link given by the notification - folder opens -reload browser: it no longer can show the folder. Server log shows `error handshaking session` f...
176
181310
Option 'category' requires a non empty value, even if its a recommended action.
2023-05-02 08:55:44+00:00
2023-06-21 14:36:46+00:00
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.77.3 - OS Version: Ubuntu 20.04.5 Steps to Reproduce: 1. run `code --list-extensions --category theme` (incorrect category, should be themes) 2. This outputs: `Invalid category please enter a valid category. To list valid cate...
completed
Option 'category' requires a non empty value, even if its a recommended action. Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.77.3 - OS Version: Ubuntu 20.04.5 Steps to Reproduce: 1. run `code --list-extensions --category theme` (incorrect category, should be themes) 2. T...
158
181302
Custom task shell executable doesn't work
2023-05-02 06:39: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...
Custom task shell executable doesn't work <!-- โš ๏ธโš ๏ธ 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 --> ...
584
181294
Stage and Discard Changes button on Source Control Pane are unintentionally disabled.
2023-05-02 02:05:19+00:00
2023-05-10 14:39: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
Stage and Discard Changes button on Source Control Pane are unintentionally 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/vscod...
608
181284
Tunnels can sporadically become unresponsive
2023-05-01 23:30:35+00:00
2023-05-02 13:09:14+00:00
As noted by @roblourens 1. Open a tunnel 2. Do something somewhat data intensive. Run a big notebook, or sometimes just opening a large workspace is enough 3. ๐Ÿ› the tunnel will become unresponsive
completed
Tunnels can sporadically become unresponsive As noted by @roblourens 1. Open a tunnel 2. Do something somewhat data intensive. Run a big notebook, or sometimes just opening a large workspace is enough 3. ๐Ÿ› the tunnel will become unresponsive
58
181271
Bracket Pair Colorization isn't properly disabled by configurationDefaults
2023-05-01 20:36: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...
Bracket Pair Colorization isn't properly disabled by configurationDefaults <!-- โš ๏ธโš ๏ธ 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...
503
181256
A blank bar appears when reopening the maximized window and enable Stage Manager
2023-05-01 17:05:24+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
A blank bar appears when reopening the maximized window and enable Stage Manager <!-- โš ๏ธโš ๏ธ 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...
703
181245
The sync-branch button icon does not rotate about its centerpoint
2023-05-01 14:06: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...
The sync-branch button icon does not rotate about its centerpoint <!-- โš ๏ธโš ๏ธ 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...
377
181200
Pressing mouse in the search box, then releasing it over the sticky scroll, unfocuses the search box
2023-04-29 21:04:50+00:00
2023-09-15 07:31:04+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
Pressing mouse in the search box, then releasing it over the sticky scroll, unfocuses the search box <!-- โš ๏ธโš ๏ธ 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/...
494
181152
Can't Highlight Text By Draggin Mouse
2023-04-28 18:31:02+00:00
Type: <b>Bug</b> I've disabled all extensions, I've deleted all all content inside the user settings.json i've tried reinstalling VSC. I've ensured drag and drop is enabled and that word wrap is disabled. I can highlight text in my browser and other applications just fine, it's only in VSC I can't highlight text/cod...
Can't Highlight Text By Draggin Mouse Type: <b>Bug</b> I've disabled all extensions, I've deleted all all content inside the user settings.json i've tried reinstalling VSC. I've ensured drag and drop is enabled and that word wrap is disabled. I can highlight text in my browser and other applications just fine, it's ...
934
181135
GitHub - double prompt when not signed in
2023-04-28 14:30:42+00:00
2023-06-02 06:21:52+00:00
* Sign out of your GitHub account * Enable the `github.branchProtection` setting * Open a GitHub repository and you will see a prompt to sign in to your GitHub account * Click the "Cancel" button, just to see another prompt to sign in to your GitHub account
completed
GitHub - double prompt when not signed in * Sign out of your GitHub account * Enable the `github.branchProtection` setting * Open a GitHub repository and you will see a prompt to sign in to your GitHub account * Click the "Cancel" button, just to see another prompt to sign in to your GitHub account
82
181102
ERR Cannot read properties of undefined (reading 'lastTask')
2023-04-28 08:18:04+00:00
2023-05-18 22:08:27+00:00
Saw this in insiders after a window reload: ``` ERR Cannot read properties of undefined (reading 'lastTask'): TypeError: Cannot read properties of undefined (reading 'lastTask') at P.Bb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20-%20Insiders.app/Contents/Resources/app/out/vs/workbench/work...
completed
ERR Cannot read properties of undefined (reading 'lastTask') Saw this in insiders after a window reload: ``` ERR Cannot read properties of undefined (reading 'lastTask'): TypeError: Cannot read properties of undefined (reading 'lastTask') at P.Bb (vscode-file://vscode-app/Applications/Visual%20Studio%20Code%20...
487
181084
New accessibility.verbosity. settings don't have a Settings TOC entry.
2023-04-28 03:26:21+00:00
2023-05-01 20:14:45+00:00
- VS Code Version: 1.78.0 Insiders - OS Version: Windows 11 ![image](https://user-images.githubusercontent.com/12818376/235047291-0bbe66b0-c490-4f1c-b904-76031f9e3280.png)
completed
New accessibility.verbosity. settings don't have a Settings TOC entry. - VS Code Version: 1.78.0 Insiders - OS Version: Windows 11 ![image](https://user-images.githubusercontent.com/12818376/235047291-0bbe66b0-c490-4f1c-b904-76031f9e3280.png)
94
181081
Window stops responding when switching to accessible buffer in a terminal with a lot of history
2023-04-28 01:15:37+00:00
- Set `"terminal.integrated.scrollback": 150000`- I have this, not sure if it's required - Run a command that produces a ton of output- in my case it was a ripgrep search, but it probably doesn't matter - shift+tab to the accessible buffer - The renderer process is stuck at 100% and the window does not respond. The ...
Window stops responding when switching to accessible buffer in a terminal with a lot of history - Set `"terminal.integrated.scrollback": 150000`- I have this, not sure if it's required - Run a command that produces a ton of output- in my case it was a ripgrep search, but it probably doesn't matter - shift+tab to the ...
154
181069
Walkthrough current stage becomes collapsed and clicking it doesn't expand it after switching to another document and back
2023-04-27 21:05:28+00:00
2023-05-30 18:14: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
Walkthrough current stage becomes collapsed and clicking it doesn't expand it after switching to another document and back <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issue...
726
181067
explorer.openEditors.visible is not "the maximum number of Open Editors shown".
2023-04-27 20:23:12+00:00
2023-05-02 15:01:28+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
explorer.openEditors.visible is not "the maximum number of Open Editors shown". <!-- โš ๏ธโš ๏ธ 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...
545
181065
JSDoc comments paste with incorrect indentation
2023-04-27 19:52:52+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
JSDoc comments paste with incorrect indentation <!-- โš ๏ธโš ๏ธ 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...
456
181064
Storing edit session in local git repo asks to push my branch repeatedly
2023-04-27 19:45:44+00:00
- Open a workspace with a git repo that is not on github - Run "Store working changes in cloud" - Get this dialog <img width="622" alt="image" src="https://user-images.githubusercontent.com/323878/234974474-7d63a516-5a56-4a4b-bc00-2c1c31b6e565.png"> - dismiss it, it pops up again - It keeps popping up
Storing edit session in local git repo asks to push my branch repeatedly - Open a workspace with a git repo that is not on github - Run "Store working changes in cloud" - Get this dialog <img width="622" alt="image" src="https://user-images.githubusercontent.com/323878/234974474-7d63a516-5a56-4a4b-bc00-2c1c31b6e565....
128
181063
Setup walkthrough does not open by default on first launch
2023-04-27 19:35:15+00:00
2023-06-11 21:35:45+00:00
This scenario is flaky due to a timing issue between walkthroughs being registered and check for first open. I can repro this occasionally.
completed
Setup walkthrough does not open by default on first launch This scenario is flaky due to a timing issue between walkthroughs being registered and check for first open. I can repro this occasionally.
45
181055
Profiles are not initialised in codespaces / github.dev
2023-04-27 17:28:48+00:00
Profiles are not initialised in codespaces / github.dev
Profiles are not initialised in codespaces / github.dev Profiles are not initialised in codespaces / github.dev
32
181053
Codespaces open documentation link: Error: The file is not displayed in the text editor because it is a directory.
2023-04-27 17:20:08+00:00
From verifying: [179298](https://github.com/microsoft/vscode/issues/179298) Type: <b>Bug</b> 1. Open a codespace 2. Quickly in the remote explorer, click on the `read documentation` option **Bug** A new editor opens that shows: ``` Error: The file is not displayed in the text editor because it is a direc...
Codespaces open documentation link: Error: The file is not displayed in the text editor because it is a directory. From verifying: [179298](https://github.com/microsoft/vscode/issues/179298) Type: <b>Bug</b> 1. Open a codespace 2. Quickly in the remote explorer, click on the `read documentation` option **Bug*...
692
181050
editor.selectionClipboard option has no effect on vscode.dev
2023-04-27 16:41: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...
editor.selectionClipboard option has no effect on vscode.dev <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-an...
555
181035
`undefined` in `ariaLabel`
2023-04-27 14:21:15+00:00
2023-05-31 23:20:53+00:00
Would it be possible to clarify the meaning of the message 'undefined use Shift + F7 to navigate changes'? More specifically why the word undefined in the message? _Originally posted by @jvesouza in https://github.com/microsoft/vscode/issues/172465#issuecomment-1525448693_
completed
`undefined` in `ariaLabel` Would it be possible to clarify the meaning of the message 'undefined use Shift + F7 to navigate changes'? More specifically why the word undefined in the message? _Originally posted by @jvesouza in https://github.com/microsoft/vscode/issues/172465#issuecomment-1525448693_
92
181028
Error when trying to detect gulp tasks
2023-04-27 12:38:29+00:00
2024-04-02 21:41:30+00:00
Found while verifying https://github.com/microsoft/vscode/issues/175821 1. Open your clone of this repo in VS Code 2. Command "Run Task" 3. Choose "gulp" 4. Choose "Gulp task detection is turned off. Enable gulp task detection..." 5. See error "Unable to write gulp.autoDetect to Workspace Settings. This setting ...
completed
Error when trying to detect gulp tasks Found while verifying https://github.com/microsoft/vscode/issues/175821 1. Open your clone of this repo in VS Code 2. Command "Run Task" 3. Choose "gulp" 4. Choose "Gulp task detection is turned off. Enable gulp task detection..." 5. See error "Unable to write gulp.autoDete...
107
181023
some snippet show suggestion preview, but some not
2023-04-27 10:28:19+00:00
`imp` can trigger ![image](https://user-images.githubusercontent.com/41773861/234835885-2ffa9e03-69d2-4a24-a3f9-9cbc37541d80.png) `imb` can't: ![image](https://user-images.githubusercontent.com/41773861/234835986-db75c598-c11f-4ae1-b312-c50a6d1530cb.png) both of them are one line suggest. Snippet extensi...
some snippet show suggestion preview, but some not `imp` can trigger ![image](https://user-images.githubusercontent.com/41773861/234835885-2ffa9e03-69d2-4a24-a3f9-9cbc37541d80.png) `imb` can't: ![image](https://user-images.githubusercontent.com/41773861/234835986-db75c598-c11f-4ae1-b312-c50a6d1530cb.png) bo...
377
181013
Unexpected theme name showing up in web
2023-04-27 09:14:39+00:00
2023-04-28 10:45:27+00:00
![image](https://user-images.githubusercontent.com/5047891/234817034-6976d7ab-d89d-42b4-b872-a5963d61425b.png)
completed
Unexpected theme name showing up in web ![image](https://user-images.githubusercontent.com/5047891/234817034-6976d7ab-d89d-42b4-b872-a5963d61425b.png)
65
181000
Search & Replace is behaving strange for readonly files
2023-04-27 06:05:40+00:00
We support readonly file system providers and indicate this typically with a lock icon and a readonly editor. When you do a search & replace operation from the view over these files, the edits are still applied, even though the underlying model is not writeable. When you close and reopen the editor, these changes a...
Search & Replace is behaving strange for readonly files We support readonly file system providers and indicate this typically with a lock icon and a readonly editor. When you do a search & replace operation from the view over these files, the edits are still applied, even though the underlying model is not writeable. ...
254
180999
Explorer: readonly files should not report drag and drop feedback for "move"
2023-04-27 05:54:14+00:00
2023-06-05 14:05:54+00:00
Noticed how readonly files indicate that move is possible, but I would have only expected drop feedback when doing copy. ![Recording 2023-04-27 at 07 53 27](https://user-images.githubusercontent.com/900690/234771685-e8db11c3-cc4c-4818-8cbf-8db0a644d689.gif)
completed
Explorer: readonly files should not report drag and drop feedback for "move" Noticed how readonly files indicate that move is possible, but I would have only expected drop feedback when doing copy. ![Recording 2023-04-27 at 07 53 27](https://user-images.githubusercontent.com/900690/234771685-e8db11c3-cc4c-4818-8cbf-...
108
180998
Issue reporter action button styling feels inconsistent with other areas of VS Code UI
2023-04-27 05:24:32+00:00
2023-04-28 07:20:56+00:00
Testing #180757 The font size seems a little larger than I'd expect, I'd expect it to match the SCM action button font size and family for example ![image](https://user-images.githubusercontent.com/30305945/234766965-339693e0-c0a2-4fcf-b790-b150d7a02050.png)
completed
Issue reporter action button styling feels inconsistent with other areas of VS Code UI Testing #180757 The font size seems a little larger than I'd expect, I'd expect it to match the SCM action button font size and family for example ![image](https://user-images.githubusercontent.com/30305945/234766965-339693e0-...
110
180982
column count starts at 2 for search results for screen reader
2023-04-26 21:42:57+00:00
2023-05-16 17:06:17+00:00
1. put some text in an editor 2. ctrl+shift+f and search for that text ๐Ÿ› screen reader will report that the result is on a column that is actual+2 ![image](https://user-images.githubusercontent.com/2019016/234709157-736c7b78-ead6-47c3-b37f-c5f66313c897.png)
completed
column count starts at 2 for search results for screen reader 1. put some text in an editor 2. ctrl+shift+f and search for that text ๐Ÿ› screen reader will report that the result is on a column that is actual+2 ![image](https://user-images.githubusercontent.com/2019016/234709157-736c7b78-ead6-47c3-b37f-c5f66313c8...
110
180933
"Trigger inline suggest" doesn't work when 'editor.inlineSuggest.enabled' is false
2023-04-26 12:10:07+00:00
2023-04-26 16:00:17+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
completed
"Trigger inline suggest" doesn't work when 'editor.inlineSuggest.enabled' is false <!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/w...
405
180920
Error when reporting issue
2023-04-26 09:43:05+00:00
2023-04-26 20:11:09+00:00
Testing #180757 I followed the steps but I get this now: <img width="647" alt="image" src="https://user-images.githubusercontent.com/900690/234537181-18de1085-96cc-4d3e-affc-07e60136c7a6.png"> Looks like I am still required to put something into package.json?
completed
Error when reporting issue Testing #180757 I followed the steps but I get this now: <img width="647" alt="image" src="https://user-images.githubusercontent.com/900690/234537181-18de1085-96cc-4d3e-affc-07e60136c7a6.png"> Looks like I am still required to put something into package.json?
98
180918
Standalone color picker doesn't work with multi-cursor
2023-04-26 09:26:56+00:00
Testing #180678 1. Create a few multiple cursors 2. Run `Show or Focus Standalone Color Picker` 3. Click `Insert` ๐Ÿ› The color only gets inserted in one cursor. I expected it to be inserted across all cursors.
Standalone color picker doesn't work with multi-cursor Testing #180678 1. Create a few multiple cursors 2. Run `Show or Focus Standalone Color Picker` 3. Click `Insert` ๐Ÿ› The color only gets inserted in one cursor. I expected it to be inserted across all cursors.
73
180917
Color picker fails to reset all color controls
2023-04-26 09:23:01+00:00
2023-08-02 13:29:13+00:00
Testing #180678, though this seems unrelated to the new changes from #180678. 1. Open the color picker 2. Change the controls to choose another color 3. Click on the upper-right corner to reset to the initial color :bug: Notice that, while the color gets reset, the color controls don't move at all to reflect th...
completed
Color picker fails to reset all color controls Testing #180678, though this seems unrelated to the new changes from #180678. 1. Open the color picker 2. Change the controls to choose another color 3. Click on the upper-right corner to reset to the initial color :bug: Notice that, while the color gets reset, the...
136
180899
"Navigate accessible buffer" picker doesn't hide
2023-04-26 00:07:02+00:00
2023-04-26 21:32:20+00:00
Verifying https://github.com/microsoft/vscode/issues/178056 In this quickpick, pressing enter moves focus to the terminal but doesn't hide the picker, same with clicking the item. I have `"workbench.quickOpen.closeOnFocusLost": false` set, that is probably relevant
completed
"Navigate accessible buffer" picker doesn't hide Verifying https://github.com/microsoft/vscode/issues/178056 In this quickpick, pressing enter moves focus to the terminal but doesn't hide the picker, same with clicking the item. I have `"workbench.quickOpen.closeOnFocusLost": false` set, that is probably relevant
96
180894
Quitting VSCode w/o closing window leaves all shells and tasks running forever. (MacOS).
2023-04-25 23:14:14+00:00
2023-04-28 08:05:18+00:00
<!-- โš ๏ธโš ๏ธ Do Not Delete This! bug_report_template โš ๏ธโš ๏ธ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- ๐Ÿ•ฎ Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- ๐Ÿ”Ž Search existing issues to avoid cr...
not_planned
Quitting VSCode w/o closing window leaves all shells and tasks running forever. (MacOS). <!-- โš ๏ธโš ๏ธ 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/vs...
450
180893
"Install in devcontainer" on a pre-release extension installs the stable version
2023-04-25 23:10:14+00:00
2023-05-23 15:44:24+00:00
- Install the pre-release version of the Python extension locally - Open a devcontainer - Click "install in devcontainer" - It installs the stable version on the remote With that button I assume that I am installing the same configuration that is already installed, so it's confusing to get a different version
completed
"Install in devcontainer" on a pre-release extension installs the stable version - Install the pre-release version of the Python extension locally - Open a devcontainer - Click "install in devcontainer" - It installs the stable version on the remote With that button I assume that I am installing the same configur...
89
180887
Add JSDoc for `vscode.proposed.handleIssueUri.d.ts`
2023-04-25 22:36:48+00:00
2023-04-26 20:11:09+00:00
Testing #180757 If we're planning to mention this proposal in the release notes, let's make sure it has some basic JSDocs explaining how it's meant to be used
completed
Add JSDoc for `vscode.proposed.handleIssueUri.d.ts` Testing #180757 If we're planning to mention this proposal in the release notes, let's make sure it has some basic JSDocs explaining how it's meant to be used
67
180880
Clicking on test decoration quickly toggles breakpoint
2023-04-25 21:26:31+00:00
2023-04-25 22:05:14+00:00
Re https://github.com/microsoft/vscode-python/issues/21091 https://user-images.githubusercontent.com/876920/234407650-75c37973-e30d-4f76-bec0-a21e9ad2abcc.mov
completed
Clicking on test decoration quickly toggles breakpoint Re https://github.com/microsoft/vscode-python/issues/21091 https://user-images.githubusercontent.com/876920/234407650-75c37973-e30d-4f76-bec0-a21e9ad2abcc.mov
83
180878
Extension-contributed providers don't show up in drop widget
2023-04-25 21:08:00+00:00
2023-04-25 22:48:41+00:00
Testing #180741 I modified the extension API sample to consume the drop proposal (also added it to `enabledApiProposals`): ```ts context.subscriptions.push(vscode.languages.registerDocumentDropEditProvider(selector, new ReverseTextOnDropProvider(), { id: 'reversetext', dropMimeTypes: [ 'text/*' ] })); context.s...
completed
Extension-contributed providers don't show up in drop widget Testing #180741 I modified the extension API sample to consume the drop proposal (also added it to `enabledApiProposals`): ```ts context.subscriptions.push(vscode.languages.registerDocumentDropEditProvider(selector, new ReverseTextOnDropProvider(), { id...
240
180876
Notebook search result removed when notebook is opened
2023-04-25 20:42:30+00:00
2023-05-15 19:51:23+00:00
Type: <b>Bug</b> 1. In a jupyter notebook, create a python cell `print("abcdefg")` 2. Run the cell 3. Close the notebook 4. Search `abcdefg` 1. See two earch results 1. Open the notebook **bug** One of the search results goes away <img width="1179" alt="Screenshot 2023-04-25 at 11 09 04 AM" src="https://...
completed
Notebook search result removed when notebook is opened Type: <b>Bug</b> 1. In a jupyter notebook, create a python cell `print("abcdefg")` 2. Run the cell 3. Close the notebook 4. Search `abcdefg` 1. See two earch results 1. Open the notebook **bug** One of the search results goes away <img width="1179" a...
563
180872
Ports are still forwarded when process is killed
2023-04-25 19:56:45+00:00
2023-05-02 08:38:31+00:00
Testing #180696 I'm not clear on what unforwarding a port means so this maybe expected, but we do detect that the process is no longer running but it still appears in the list: ![image](https://user-images.githubusercontent.com/13199757/234388586-988fc7c1-5a6a-4a7f-a3be-81aaab84dfbe.png)
completed
Ports are still forwarded when process is killed Testing #180696 I'm not clear on what unforwarding a port means so this maybe expected, but we do detect that the process is no longer running but it still appears in the list: ![image](https://user-images.githubusercontent.com/13199757/234388586-988fc7c1-5a6a-4a7f...
110
180869
[Bug] cursorHome and cursorEnd keybind for filter in problem view does not work if view is in bottom panel
2023-04-25 19:18: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...
[Bug] cursorHome and cursorEnd keybind for filter in problem view does not work if view is in bottom panel <!-- โš ๏ธโš ๏ธ 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://gith...
634
180950
Feature request: keep the selection in test explorer after running multiple tests
2023-04-25 19:18:00+00:00
2023-05-02 19:44:52+00:00
Testing microsoft/vscode-python#21091 1. Select some tests in the test explorer. 2. Press the play button on one of the tests to run the selected tests. Expected result: The tests stay selected. Actual result: Only one of the tests is selected after.
completed
Feature request: keep the selection in test explorer after running multiple tests Testing microsoft/vscode-python#21091 1. Select some tests in the test explorer. 2. Press the play button on one of the tests to run the selected tests. Expected result: The tests stay selected. Actual result: Only one of the test...
78
180867
Settings sync doesn't specify which extension needs workspace trust to be installed
2023-04-25 18:39:22+00:00
2023-05-11 14:45:52+00:00
1. Have an extension that requires workspace trust to be installed/enabled synced to settings sync 2. Turn on settings sync from a new VS Code instance that doesn't have that extension installed/enabled already 3. :bug: get this modal dialog that doesn't specify which extension requires workspace trust to be installe...
completed
Settings sync doesn't specify which extension needs workspace trust to be installed 1. Have an extension that requires workspace trust to be installed/enabled synced to settings sync 2. Turn on settings sync from a new VS Code instance that doesn't have that extension installed/enabled already 3. :bug: get this modal...
172
180866
undo image paste in rendered notebook markdown will just remove the attachment
2023-04-25 18:35:26+00:00
Testing #180759 1. paste an image into a markdown cell to create an attached image 2. render the markdown cell 3. ctrl+z to undo ๐Ÿ› broken image link likely because the undo operation isn't able to edit the markdown content, but the undo operation probably shouldn't happen at all
undo image paste in rendered notebook markdown will just remove the attachment Testing #180759 1. paste an image into a markdown cell to create an attached image 2. render the markdown cell 3. ctrl+z to undo ๐Ÿ› broken image link likely because the undo operation isn't able to edit the markdown content, but the...
87
180861
Opening find widget puts markdown cell into preview
2023-04-25 17:51:24+00:00
2023-04-26 05:33:10+00:00
Testing #180768 1. have a notebook markdown cell in edit mode 2. open the find widget with a string that isn't in the markdown cell ๐Ÿ› markdown cell is rendered ![previewMarkdown](https://user-images.githubusercontent.com/2019016/234360612-34c34e29-f4ba-4926-909c-6883e2f71f6d.gif)
completed
Opening find widget puts markdown cell into preview Testing #180768 1. have a notebook markdown cell in edit mode 2. open the find widget with a string that isn't in the markdown cell ๐Ÿ› markdown cell is rendered ![previewMarkdown](https://user-images.githubusercontent.com/2019016/234360612-34c34e29-f4ba-4926-9...
112
180857
opening the find widget messes up the notebook view
2023-04-25 17:46:53+00:00
2023-04-26 05:32:51+00:00
Testing #180768 1. open a notebook and add a markdown cell with content at the top 2. open the replace widget and find an existing string in the markdown cell 3. Put focus somewhere else in the notebook, then press ctrl+f to focus the find widget ๐Ÿ› markdown cell is bumped up out of the view ![searchUIbump](ht...
completed
opening the find widget messes up the notebook view Testing #180768 1. open a notebook and add a markdown cell with content at the top 2. open the replace widget and find an existing string in the markdown cell 3. Put focus somewhere else in the notebook, then press ctrl+f to focus the find widget ๐Ÿ› markdown cel...
137
180856
Pressing enter in replace widget should replace current match in notebook
2023-04-25 17:41:54+00:00
2023-05-02 07:40:52+00:00
Testing #180768 1. open a notebook with some content 2. use the replace widget to replace an existing string 3. press enter while focused in the replace box ๐Ÿ› no effect, string should be replaced as it does in a text editor
completed
Pressing enter in replace widget should replace current match in notebook Testing #180768 1. open a notebook with some content 2. use the replace widget to replace an existing string 3. press enter while focused in the replace box ๐Ÿ› no effect, string should be replaced as it does in a text editor
62
180851
Description is not changing for terminals which are not interacted with
2023-04-25 17:14:28+00:00
2023-04-26 20:37:24+00:00
Testing microsoft/vscode-python#21102 https://github.com/microsoft/vscode/issues/171108 _Originally posted by @aiday-mar in https://github.com/microsoft/vscode-python/issues/21102#issuecomment-1521488421_ โš ๏ธ signs only appears next to terminals which are dirty, as they require a relaunch to update the envs. The s...
completed
Description is not changing for terminals which are not interacted with Testing microsoft/vscode-python#21102 https://github.com/microsoft/vscode/issues/171108 _Originally posted by @aiday-mar in https://github.com/microsoft/vscode-python/issues/21102#issuecomment-1521488421_ โš ๏ธ signs only appears next to termina...
194