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
Duplicates
listlengths
0
7
Cluster
stringclasses
218 values
Num_duplicates
stringclasses
6 values
Has_duplicates
stringclasses
2 values
213618
accessibility.signalOptions.delays not user friendly
2024-05-28 07:24:24+00:00
2024-06-03 18:22:32+00:00
Testing #213344 Right now the structure of accessibility.signalOptions.delays settings is sort of leaking your implementation. It has a complex structure, and because of that is not shown in the settings editor, but only in the settings.json. Can we simplify the structure of this setting so the settings UI editor...
completed
accessibility.signalOptions.delays not user friendly Testing #213344 Right now the structure of accessibility.signalOptions.delays settings is sort of leaking your implementation. It has a complex structure, and because of that is not shown in the settings editor, but only in the settings.json. Can we simplify th...
95
[]
0
False
213615
Closing accessibility help view should always properly return focus
2024-05-28 07:07:53+00:00
Testing #213342 Closing accessibility help view should always properly return focus. Here's an example when that is not the case: 1. Have a focus in the comments 2. Alt + F2 to move focus to accessible view 3. `esc` to close 4. focus is not returned to the comment where my focus was when I triggered the access...
Closing accessibility help view should always properly return focus Testing #213342 Closing accessibility help view should always properly return focus. Here's an example when that is not the case: 1. Have a focus in the comments 2. Alt + F2 to move focus to accessible view 3. `esc` to close 4. focus is not re...
90
[]
0
False
213614
Inline chat broken rendering when using accessibility mode
2024-05-28 06:59:56+00:00
2024-05-29 10:27:45+00:00
1. Enable accessibility mode 1. New empty file 2. `Cmd + i` to open inline chat 3. "Write sorting function" 4. Inline chat has broken rendering I can repro 100%. Looks like the scroll is off. ![Image](https://github.com/microsoft/vscode/assets/1926584/240a2005-a72f-4e26-980f-dd0aa137b562)
completed
Inline chat broken rendering when using accessibility mode 1. Enable accessibility mode 1. New empty file 2. `Cmd + i` to open inline chat 3. "Write sorting function" 4. Inline chat has broken rendering I can repro 100%. Looks like the scroll is off. ![Image](https://github.com/microsoft/vscode/assets/19265...
112
[]
0
False
213598
Move Line Up and Move Line Down breaks indentation in Javascript/Typescript files
2024-05-27 22:52:23+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
reopened
Move Line Up and Move Line Down breaks indentation in Javascript/Typescript 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/wi...
756
[]
0
False
213576
Enabling Auto update on an extension is not persisted
2024-05-27 15:20:18+00:00
2024-05-27 15:38:09+00:00
Steps to Reproduce: 1. Disable Extension Auto Updates (Set to None) 2. Install an extension 3. Enable **Auto Update All (From Publisher)** of that extension. 4. From the CLI: Install an older version of that extension `code-insider install-extension <pub.name@old-version>` 5. Open the extension in the editor an...
completed
Enabling Auto update on an extension is not persisted Steps to Reproduce: 1. Disable Extension Auto Updates (Set to None) 2. Install an extension 3. Enable **Auto Update All (From Publisher)** of that extension. 4. From the CLI: Install an older version of that extension `code-insider install-extension <pub.name...
122
[]
0
False
213563
Re-run request doesn't undo current changes
2024-05-27 14:13:44+00:00
2024-05-27 14:32:46+00:00
* make an inline chat request that changes code * select the re-generate action * :bug: the previous changes aren't undone
completed
Re-run request doesn't undo current changes * make an inline chat request that changes code * select the re-generate action * :bug: the previous changes aren't undone
43
[]
0
False
214313
Copying links does not seem to work
2024-05-27 12:33:56+00:00
![Code_-_Insiders_xhtr7y5wiv](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/e2f7dbbe-4280-486c-8525-821b6dd4705e) ...after clicking on "Copy", the clipboard remains unchanged.
Copying links does not seem to work ![Code_-_Insiders_xhtr7y5wiv](https://github.com/microsoft/vscode-pull-request-github/assets/2931520/e2f7dbbe-4280-486c-8525-821b6dd4705e) ...after clicking on "Copy", the clipboard remains unchanged.
99
[]
0
False
213548
Unable to open `settings.json` file when editor group is inactive
2024-05-27 12:07:59+00:00
We added a setting `Always Show Editor Actions` (https://github.com/microsoft/vscode/issues/209962) which allows showing editor actions of inactive groups. When the settings editor is in an inactive editor group and a user presses the `Open Settings (JSON)` button, nothing happens. The command probably just checks if t...
Unable to open `settings.json` file when editor group is inactive We added a setting `Always Show Editor Actions` (https://github.com/microsoft/vscode/issues/209962) which allows showing editor actions of inactive groups. When the settings editor is in an inactive editor group and a user presses the `Open Settings (JSO...
169
[]
0
False
213526
Performance editor is broken
2024-05-27 06:57:07+00:00
2024-05-27 07:51:11+00:00
* F1 > Startup Performance * 🐛 it just shows loading, console shows error ``` ERR LoaderEventType is not defined: ReferenceError: LoaderEventType is not defined at LoaderStats.get (vscode-file://vscode-app/Users/jrieken/Code/vscode/out/vs/base/common/amd.js:49:26) at vscode-file://vscode-app/Users/jri...
completed
Performance editor is broken * F1 > Startup Performance * 🐛 it just shows loading, console shows error ``` ERR LoaderEventType is not defined: ReferenceError: LoaderEventType is not defined at LoaderStats.get (vscode-file://vscode-app/Users/jrieken/Code/vscode/out/vs/base/common/amd.js:49:26) at vscod...
149
[]
0
False
213452
Timeline fed by multiple providers can fail to page correctly
2024-05-25 09:32:17+00:00
2024-06-17 20:48:29+00:00
Type: <b>Bug</b> I found this when testing the paging of two TimelineProviders I'm adding to an extension. For testing I set `"timeline.pageSize": 4`. Each provider has 5 `TimelineItem`s to return, and the `timestamp`s from each provider do not interleave with the other's. At first the timeline populates cor...
completed
Timeline fed by multiple providers can fail to page correctly Type: <b>Bug</b> I found this when testing the paging of two TimelineProviders I'm adding to an extension. For testing I set `"timeline.pageSize": 4`. Each provider has 5 `TimelineItem`s to return, and the `timestamp`s from each provider do not inter...
273
[]
0
False
213424
Color theme preview not working with `"window.systemColorTheme": "auto"`
2024-05-24 20:35:20+00:00
2024-05-27 11:36: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
Color theme preview not working with `"window.systemColorTheme": "auto"` <!-- ⚠️⚠️ 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/Submit...
500
[]
0
False
213420
order of accessibility help configure keybinding hint is confusing
2024-05-24 19:56:53+00:00
2024-05-24 20:04:38+00:00
@jooyoungseo pointed out that the order of the keybinding hint in the accessibility help dialog is confusing. For example, "Focus Sticky Scroll, configure a keybinding (Option+K) to focus the currently nested scopes." We should place the hint at the end instead <img width="531" alt="Screenshot 2024-05-24 at 12 55 20...
completed
order of accessibility help configure keybinding hint is confusing @jooyoungseo pointed out that the order of the keybinding hint in the accessibility help dialog is confusing. For example, "Focus Sticky Scroll, configure a keybinding (Option+K) to focus the currently nested scopes." We should place the hint at the end...
161
[]
0
False
213411
`signalOptions` properties are not auto-populated in settings editor
2024-05-24 19:33:23+00:00
2024-05-24 20:47:49+00:00
1. type `accessibility.signalOptions` into your `settings.json` file 2. the default values aren't filled in
completed
`signalOptions` properties are not auto-populated in settings editor 1. type `accessibility.signalOptions` into your `settings.json` file 2. the default values aren't filled in
49
[]
0
False
213382
Code blocks not rendered
2024-05-24 10:52:20+00:00
2024-05-24 16:30:58+00:00
* todays insiders `e82e806f172f30aecb0e6bb04c01f37780c16f22` * ask chat so that it responds with code * the code blocks aren't rendered but appears as html-syntax <img width="779" alt="Screenshot 2024-05-24 at 12 50 54" src="https://github.com/microsoft/vscode/assets/1794099/2dfec7f5-f6c2-49b1-9bb5-7fec542f1fe5"> ...
completed
Code blocks not rendered * todays insiders `e82e806f172f30aecb0e6bb04c01f37780c16f22` * ask chat so that it responds with code * the code blocks aren't rendered but appears as html-syntax <img width="779" alt="Screenshot 2024-05-24 at 12 50 54" src="https://github.com/microsoft/vscode/assets/1794099/2dfec7f5-f6c2-...
138
[]
0
False
213367
Uncaught TypeError: Cannot read properties of null (reading 'getFullModelRange')
2024-05-24 07:50:21+00:00
2024-07-09 10:05:47+00:00
```javascript TypeError: Cannot read properties of null (reading 'getFullModelRange') at c.l in src/vs/editor/contrib/find/browser/findModel.ts:175:16 at <anonymous> in src/vs/editor/contrib/find/browser/findModel.ts:499:32 at Array.map (<anonymous>) at c.y in src/vs/editor/contrib/find/browser/findModel.ts:498:53...
completed
Uncaught TypeError: Cannot read properties of null (reading 'getFullModelRange') ```javascript TypeError: Cannot read properties of null (reading 'getFullModelRange') at c.l in src/vs/editor/contrib/find/browser/findModel.ts:175:16 at <anonymous> in src/vs/editor/contrib/find/browser/findModel.ts:499:32 at Array.ma...
333
[]
0
False
213364
Cannot read properties of null (reading 'modelInfo')
2024-05-24 07:49:44+00:00
```javascript TypeError: Cannot read properties of null (reading 'modelInfo') at M.E in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:706:31 at M.restore in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:364:8 at N.restoreViewState in src/vs/editor/contrib/wordHighlighter/browse...
Cannot read properties of null (reading 'modelInfo') ```javascript TypeError: Cannot read properties of null (reading 'modelInfo') at M.E in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:706:31 at M.restore in src/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.ts:364:8 at N.restoreView...
565
[]
0
False
213363
Cannot use 'in' operator to search for 'command' in undefined
2024-05-24 07:49:31+00:00
2024-06-03 13:39:14+00:00
```javascript TypeError: Cannot use 'in' operator to search for 'command' in undefined at d.value in out/vs/workbench/workbench.desktop.main.js:1876:13267 at s.y in src/vs/base/common/event.ts:1156:13 at s.fire in src/vs/base/common/event.ts:1187:9 at d.value in src/vs/platform/quickinput/browser/quickInput.ts:930...
completed
Cannot use 'in' operator to search for 'command' in undefined ```javascript TypeError: Cannot use 'in' operator to search for 'command' in undefined at d.value in out/vs/workbench/workbench.desktop.main.js:1876:13267 at s.y in src/vs/base/common/event.ts:1156:13 at s.fire in src/vs/base/common/event.ts:1187:9 at d...
596
[]
0
False
213356
Operation would exceed heap memory limits
2024-05-24 07:48:04+00:00
```javascript Error: Operation would exceed heap memory limits at V.getLinesContent in src/vs/editor/common/model/textModel.ts:826:10 at new $ in src/vs/workbench/services/textMate/browser/backgroundTokenization/textMateWorkerTokenizerController.ts:78:23 at <anonymous> in src/vs/workbench/services/textMate/browser/...
Operation would exceed heap memory limits ```javascript Error: Operation would exceed heap memory limits at V.getLinesContent in src/vs/editor/common/model/textModel.ts:826:10 at new $ in src/vs/workbench/services/textMate/browser/backgroundTokenization/textMateWorkerTokenizerController.ts:78:23 at <anonymous> in s...
628
[]
0
False
213353
"New Chat" command needs view focus
2024-05-24 07:09:09+00:00
2024-05-25 23:59:01+00:00
* have chat open with a session * reload window * focus the editor pane * select the "New Chat" action * 🐛 nothing happens, focus once the view once and it works
completed
"New Chat" command needs view focus * have chat open with a session * reload window * focus the editor pane * select the "New Chat" action * 🐛 nothing happens, focus once the view once and it works
48
[]
0
False
213324
`Cmd+W` is closing the window with opened tabs
2024-05-23 17:24:03+00:00
2024-05-23 20:09:25+00:00
Reproduced on OSS, Mac Steps to Reproduce: 1. Open Code OSS 2. Open a file 3. Press cmd+w 🐛 Closes the window Bisect points to this commit - aa31bfc9fd1746626b3efe86f41b9c172d5f4d23
completed
`Cmd+W` is closing the window with opened tabs Reproduced on OSS, Mac Steps to Reproduce: 1. Open Code OSS 2. Open a file 3. Press cmd+w 🐛 Closes the window Bisect points to this commit - aa31bfc9fd1746626b3efe86f41b9c172d5f4d23
87
[]
0
False
213316
[Testing] testController.items.delete is not removing the item from the tree UI
2024-05-23 14:38:40+00:00
2024-06-03 22:00:08+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
[Testing] testController.items.delete is not removing the item from the tree UI <!-- ⚠️⚠️ 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...
388
[]
0
False
213297
Updating an in-use extension confusingly offers both "Restart Extensions" and "Reload Now"
2024-05-23 07:51:59+00:00
2024-06-21 17:36:19+00:00
Type: <b>Bug</b> 1. Have an activated extension. 2. Filter Extensions view to see it. 3. Drop a newer VSIX of this extension onto the view. 4. Observe a "Restart Extension" button on the view but also a notification advising a reload of VS Code and offering a "Reload Now" button. ![image](https://github.com/mi...
completed
Updating an in-use extension confusingly offers both "Restart Extensions" and "Reload Now" Type: <b>Bug</b> 1. Have an activated extension. 2. Filter Extensions view to see it. 3. Drop a newer VSIX of this extension onto the view. 4. Observe a "Restart Extension" button on the view but also a notification advisin...
224
[]
0
False
213287
GitHub Copilot Chat for Chinese response has stutters!
2024-05-23 03:56:34+00:00
2024-06-01 06:28: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
GitHub Copilot Chat for Chinese response has stutters! <!-- ⚠️⚠️ 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...
450
[]
0
False
213247
Cannot read properties of undefined (reading 'getViewLineMinColumn')
2024-05-22 18:22:22+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'getViewLineMinColumn') at b.getViewLineMinColumn in src/vs/editor/common/viewModel/viewModelLines.ts:735:62 at m.getLineMinColumn in src/vs/editor/common/viewModel/viewModelImpl.ts:681:22 at p.update in src/vs/editor/common/viewModel/viewModelIm...
Cannot read properties of undefined (reading 'getViewLineMinColumn') ```javascript TypeError: Cannot read properties of undefined (reading 'getViewLineMinColumn') at b.getViewLineMinColumn in src/vs/editor/common/viewModel/viewModelLines.ts:735:62 at m.getLineMinColumn in src/vs/editor/common/viewModel/viewModelImpl...
456
[]
0
False
213226
In diff mode, user is forced to interact with a dialog instead of direct hitting the revert button
2024-05-22 14:10:03+00:00
Type: <b>Bug</b> When a diff between two files is open, and the second file is empty, while the first file has no new lines, but is not empty, the following three-dot + "Revert Block" button appears: ![image](https://github.com/microsoft/vscode/assets/44567586/8e5800e4-fd05-4734-9005-102ac156c7f3) The issue is...
In diff mode, user is forced to interact with a dialog instead of direct hitting the revert button Type: <b>Bug</b> When a diff between two files is open, and the second file is empty, while the first file has no new lines, but is not empty, the following three-dot + "Revert Block" button appears: ![image](https://...
938
[]
0
False
213222
"Add selection to next find match" (cmd+d) is selecting also inlay hint
2024-05-22 13:41:04+00:00
Repro: 1. Turn on inlay hints for function parameters in typescript 2. Put cursor on a parameter with inlay hint before it 3. Invoke "add selection to next find match" command (cmd+d or ctrl+d on windows) - :bug: https://github.com/microsoft/vscode/assets/16353531/d10382a7-d703-40c7-8d95-b23f6179e185 Ve...
"Add selection to next find match" (cmd+d) is selecting also inlay hint Repro: 1. Turn on inlay hints for function parameters in typescript 2. Put cursor on a parameter with inlay hint before it 3. Invoke "add selection to next find match" command (cmd+d or ctrl+d on windows) - :bug: https://github.com/microsoft...
223
[]
0
False
213216
allow breakpoints to be triggered by logpoints, or make this inability explicit
2024-05-22 10:14:59+00:00
2024-06-03 18:46: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. --> Tested only while debugging C code. When I ...
completed
allow breakpoints to be triggered by logpoints, or make this inability explicit <!-- ⚠️⚠️ 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. --> <!-- Descri...
341
[]
0
False
213182
[Testing] Allow test runs to run tests outside of the original scope
2024-05-21 20:36:50+00:00
2024-05-31 04:42:43+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
[Testing] Allow test runs to run tests outside of the original scope <!-- ⚠️⚠️ 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...
534
[]
0
False
213177
open browser window for more accessibility info doesn't work
2024-05-21 19:29:46+00:00
2024-05-21 20:09:32+00:00
In screen reader mode, focus a terminal. `Alt+f1`. See action at the bottom to open a link for more info. Follow instructions to try it, 🐛 doesn't work, view hides. This action is also hard coded atm. it should be an `Action`. ![Screenshot 2024-05-21 at 12 29 11 PM](https://github.com/microsoft/vscode/assets/294...
completed
open browser window for more accessibility info doesn't work In screen reader mode, focus a terminal. `Alt+f1`. See action at the bottom to open a link for more info. Follow instructions to try it, 🐛 doesn't work, view hides. This action is also hard coded atm. it should be an `Action`. ![Screenshot 2024-05-21 a...
139
[]
0
False
213174
Clearing terminal freezes renderer for 20+ seconds
2024-05-21 18:56:23+00:00
2024-06-03 21:59:44+00:00
* vscode workspace * open a terminal, run tests via `./scripts/test.sh` * run tests again * run `cmd+k` to clear the terminal * 🧊 the renderer is frozen for 20+ seconds, looks like `clearBuffer` -> `clearAllMarker` does some endless disposing <img width="1009" alt="Screenshot 2024-05-21 at 20 55 26" src="http...
completed
Clearing terminal freezes renderer for 20+ seconds * vscode workspace * open a terminal, run tests via `./scripts/test.sh` * run tests again * run `cmd+k` to clear the terminal * 🧊 the renderer is frozen for 20+ seconds, looks like `clearBuffer` -> `clearAllMarker` does some endless disposing <img width="1009...
211
[]
0
False
213167
Cannot paste a tab character at start of TS file
2024-05-21 16:32:56+00:00
2024-06-05 09:33:39+00:00
* create a TS file ``` interface X { } ``` * make sure the file is configured to insert Tabs (from the status bar) * place a `\t` character in your clipboard * paste it at the beginning of the file * :bug: observe nothing happens ``` Version: 1.90.0-insider Commit: 405ce83a24f38fd70751b03438763a1503329fe0 ...
completed
Cannot paste a tab character at start of TS file * create a TS file ``` interface X { } ``` * make sure the file is configured to insert Tabs (from the status bar) * place a `\t` character in your clipboard * paste it at the beginning of the file * :bug: observe nothing happens ``` Version: 1.90.0-insider ...
173
[]
0
False
213144
Unsaved comment reply lost when changing editors
2024-05-21 05:18:21+00:00
2024-05-29 12:51:03+00:00
I typed a reply to a comment (that was previously resolved, which I reopened) and switched to another editor. When I came back, the contents of that comment where gone, because I did not save it. On GH, the contents is preserved even before saving. ![Recording 2024-05-21 at 07 18 13](https://github.com/microsoft/...
completed
Unsaved comment reply lost when changing editors I typed a reply to a comment (that was previously resolved, which I reopened) and switched to another editor. When I came back, the contents of that comment where gone, because I did not save it. On GH, the contents is preserved even before saving. ![Recording 2024...
145
[]
0
False
213103
sometimes go to next/previous accessible view code block actions do not work
2024-05-20 21:11:55+00:00
2024-05-20 21:23:46+00:00
1. run a chat request that produces some code blocks 2. focus the accessible view in screen reader mode `alt+f2` 3. use the keyboard shortcuts or left/right arrows in the toolbar to verify that go to next/previous code block actions work 4. 🐛 sometimes the cursor doesn't move to the code block
completed
sometimes go to next/previous accessible view code block actions do not work 1. run a chat request that produces some code blocks 2. focus the accessible view in screen reader mode `alt+f2` 3. use the keyboard shortcuts or left/right arrows in the toolbar to verify that go to next/previous code block actions work 4....
94
[]
0
False
213102
chat accessible view next/previous actions alerts with native alert instead of aria
2024-05-20 21:09:09+00:00
2024-05-20 21:23:46+00:00
1. run several chat requests 2. focus a chat response 3. in screen reader mode, use `alt+f2` to open the accessible view 4. use the up arrow on the toolbar to go to the previous response 5. 🐛 see native alert dialog. it should instead be a screen reader aria alert. ![Screenshot 2024-05-20 at 2 07 43 PM](https://g...
completed
chat accessible view next/previous actions alerts with native alert instead of aria 1. run several chat requests 2. focus a chat response 3. in screen reader mode, use `alt+f2` to open the accessible view 4. use the up arrow on the toolbar to go to the previous response 5. 🐛 see native alert dialog. it should inst...
144
[]
0
False
213027
Using #pragma region too close to each other creates overlap in minmap
2024-05-19 08:01: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...
Using #pragma region too close to each other creates overlap in minmap <!-- ⚠️⚠️ 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/Submitti...
533
[]
0
False
212994
accessible view go to symbol is not showing
2024-05-17 23:21:20+00:00
1. focus a chat response 2. use `alt+f2` with screen reader mode enabled 3. use `ctrlCmd+shift+o` to go to symbol 4. 🐛 it doesn't work
accessible view go to symbol is not showing 1. focus a chat response 2. use `alt+f2` with screen reader mode enabled 3. use `ctrlCmd+shift+o` to go to symbol 4. 🐛 it doesn't work
53
[]
0
False
212985
Debug restart fails with a config resolver that changes the config type, after changing launch.json
2024-05-17 18:58:46+00:00
2024-05-17 21:16:20+00:00
- Check out https://github.com/microsoft/vscode-mock-debug/tree/roblou/restart-issue - Debug it, open sampleWorkspace - Start debugging - Change anything in the launch config in launch.json - Restart - The debugger fails to start again When the type changes in the config resolver, and the launch config has chan...
completed
Debug restart fails with a config resolver that changes the config type, after changing launch.json - Check out https://github.com/microsoft/vscode-mock-debug/tree/roblou/restart-issue - Debug it, open sampleWorkspace - Start debugging - Change anything in the launch config in launch.json - Restart - The debugger ...
134
[]
0
False
212973
'Folders' menu item is disabled in the explorer
2024-05-17 15:34: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...
'Folders' menu item is disabled in the explorer <!-- ⚠️⚠️ 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...
593
[]
0
False
212956
Comment text cut off in comments panel
2024-05-17 08:25:02+00:00
2024-06-04 12:11:16+00:00
There is a `...` much earlier than necessary: ![Image](https://github.com/microsoft/vscode/assets/9205389/e58c68cf-6583-49ec-a650-1e28d5d7b262)
completed
Comment text cut off in comments panel There is a `...` much earlier than necessary: ![Image](https://github.com/microsoft/vscode/assets/9205389/e58c68cf-6583-49ec-a650-1e28d5d7b262)
67
[]
0
False
212925
Compare Selected Files possible when no resource
2024-05-16 19:07:19+00:00
2024-06-28 13:47:19+00:00
It is possible to compare a file and Settings editor using open editors and tabs multiselect. This action should be disabled.
completed
Compare Selected Files possible when no resource It is possible to compare a file and Settings editor using open editors and tabs multiselect. This action should be disabled.
41
[]
0
False
212918
Debug console launches on Run
2024-05-16 17:54: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...
reopened
Debug console launches on Run <!-- ⚠️⚠️ 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 --> <!-- 🔎 Sear...
396
[]
0
False
212988
Code blocks in Markdown render poorly
2024-05-16 17:25:57+00:00
2024-05-20 23:53:21+00:00
## Environment data - VS Code version: 1.89.1 - Jupyter Extension version (available under the Extensions sidebar): v2024.3.1 - Python Extension version (available under the Extensions sidebar): v2024.4.1 - OS (Windows | Mac | Linux distro) and version: Fedora 40 - Python and/or Anaconda version: 3.11 ...
completed
Code blocks in Markdown render poorly ## Environment data - VS Code version: 1.89.1 - Jupyter Extension version (available under the Extensions sidebar): v2024.3.1 - Python Extension version (available under the Extensions sidebar): v2024.4.1 - OS (Windows | Mac | Linux distro) and version: Fedora 40 - ...
426
[]
0
False
212891
Cannot read properties of undefined (reading 'accessToken')
2024-05-16 13:09:16+00:00
2024-05-30 18:40:39+00:00
i am finding this error in the smoke test logs and also saw it from a user in https://github.com/microsoft/vscode/issues/212793#issuecomment-2115182471 ``` 2024-05-16 07:52:50.935 [error] Cannot read properties of undefined (reading 'accessToken'): TypeError: Cannot read properties of undefined (reading 'accessToke...
completed
Cannot read properties of undefined (reading 'accessToken') i am finding this error in the smoke test logs and also saw it from a user in https://github.com/microsoft/vscode/issues/212793#issuecomment-2115182471 ``` 2024-05-16 07:52:50.935 [error] Cannot read properties of undefined (reading 'accessToken'): TypeErr...
309
[]
0
False
212889
Valid position of --inspect argument during Node.js attachment
2024-05-16 12:44: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...
Valid position of --inspect argument during Node.js attachment <!-- ⚠️⚠️ 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-...
362
[]
0
False
212885
Multi tab: cannot drop multiple tabs into separate workspace window
2024-05-16 11:40:11+00:00
2024-07-02 16:40:08+00:00
Steps to Reproduce: 1. have 2 distinct windows (not floating, true 2 separate workspace windows) 2. drag multiple tabs into the other window => 🐛 only 1 editor opens
completed
Multi tab: cannot drop multiple tabs into separate workspace window Steps to Reproduce: 1. have 2 distinct windows (not floating, true 2 separate workspace windows) 2. drag multiple tabs into the other window => 🐛 only 1 editor opens
56
[]
0
False
212883
Tabs: cannot click unpin action anymore to unpin
2024-05-16 10:25:26+00:00
2024-05-16 14:42:17+00:00
I have pinned tabs in separate row and click the unpin action: ![image](https://github.com/microsoft/vscode/assets/900690/33d2cded-23fa-4c5d-b683-0d1403654f9b) The tab does not unpin.
completed
Tabs: cannot click unpin action anymore to unpin I have pinned tabs in separate row and click the unpin action: ![image](https://github.com/microsoft/vscode/assets/900690/33d2cded-23fa-4c5d-b683-0d1403654f9b) The tab does not unpin.
84
[]
0
False
212875
New test runs are not collapsible
2024-05-16 09:15:30+00:00
2024-06-04 20:36:23+00:00
Type: <b>Bug</b> 1. With a testprovider extension, perform some testruns. 2. Close and reopen VS Code. 3. Perform a few more runs. 4. Notice that the previous runs from step 2 can be collapsed but the new ones (step 3) cannot. ![Uploading image.png…]() VS Code version: Code - Insiders 1.90.0-insider (0cd8d6...
completed
New test runs are not collapsible Type: <b>Bug</b> 1. With a testprovider extension, perform some testruns. 2. Close and reopen VS Code. 3. Perform a few more runs. 4. Notice that the previous runs from step 2 can be collapsed but the new ones (step 3) cannot. ![Uploading image.png…]() VS Code version: Code...
165
[]
0
False
212857
Gutter indicators not working after updating to 1.90.0-insiders
2024-05-16 03:37:55+00:00
2024-05-29 10:41:13+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Gutter indicators not working after updating to 1.90.0-insiders <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs...
731
[]
0
False
212853
Resource links in chat are not linkified until the response finishes
2024-05-16 01:04:36+00:00
I wanted to go and see the file that copilot was talking about before its response finished. It seems like links to files and methods are detected in realtime, as they appear in blue in chat, but clicking on them does nothing until the response is finished.
reopened
Resource links in chat are not linkified until the response finishes I wanted to go and see the file that copilot was talking about before its response finished. It seems like links to files and methods are detected in realtime, as they appear in blue in chat, but clicking on them does nothing until the response is fin...
70
[]
0
False
212839
chat participant info is not keyboard accessible
2024-05-15 20:59:13+00:00
2024-05-17 22:34:41+00:00
1. Use a mouse to hover over the chat participant 2. See info and an action to go to the marketplace 3. Try to access this info via the keyboard 4. 🐛 one cannot
completed
chat participant info is not keyboard accessible 1. Use a mouse to hover over the chat participant 2. See info and an action to go to the marketplace 3. Try to access this info via the keyboard 4. 🐛 one cannot
46
[]
0
False
212833
Sticky header line does not properly update its collapse icon
2024-05-15 18:58:49+00:00
Type: <b>Bug</b> With sticky header lines I collapse the region from the button on the sticky header, and then re-expand it. Its icon is not properly updated after the expansion. The region I collapsed also had sub-regions, and it was on a Markdown file. VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3a...
Sticky header line does not properly update its collapse icon Type: <b>Bug</b> With sticky header lines I collapse the region from the button on the sticky header, and then re-expand it. Its icon is not properly updated after the expansion. The region I collapsed also had sub-regions, and it was on a Markdown fil...
890
[]
0
False
212813
VSCode started with `--extensionDevelopmentPath` crashes after the computer enters in sleep mode
2024-05-15 13:54:14+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
VSCode started with `--extensionDevelopmentPath` crashes after the computer enters in sleep mode <!-- ⚠️⚠️ 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/micr...
760
[]
0
False
212804
Extension log does not seem to show up sometimes
2024-05-15 11:47:10+00:00
From @karthiknadig @sandy081 finally i caught the error. This is what I see, some times Python logs don't show up with this error: ``` ERR Error while registering log channel file:///c%3A/Users/kanadig/AppData/Roaming/Code%20-%20Insiders/logs/20240513T105426/window18/exthost/ms-python.python/Python.log Timed out ...
Extension log does not seem to show up sometimes From @karthiknadig @sandy081 finally i caught the error. This is what I see, some times Python logs don't show up with this error: ``` ERR Error while registering log channel file:///c%3A/Users/kanadig/AppData/Roaming/Code%20-%20Insiders/logs/20240513T105426/window...
129
[]
0
False
212786
When hover is focused can't open the command palette and keep hover open
2024-05-15 08:50:23+00:00
2024-05-22 15:09:49+00:00
When the hover is focused it is not possible to open the command palette and keep the hover open
completed
When hover is focused can't open the command palette and keep hover open When the hover is focused it is not possible to open the command palette and keep the hover open
42
[]
0
False
212771
Bug: monaco diff revert buttons
2024-05-15 06:43:39+00:00
2024-05-27 16:58:24+00:00
Verification steps: * Open [playground](https://microsoft.github.io/monaco-editor/playground.html?source=v0.49.0#XQAAAAKcBQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw9Sc0RgmSatbNyrNa50VLHWwDOn0YI7IfU0xJ0CGYU1vRtgnKPmZzQcQ1F9I-F9YcvQUj8HivueDk6xk10aT4jNaUk2ffxrX5J1GuTBnWdI...
completed
Bug: monaco diff revert buttons Verification steps: * Open [playground](https://microsoft.github.io/monaco-editor/playground.html?source=v0.49.0#XQAAAAKcBQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscw9Sc0RgmSatbNyrNa50VLHWwDOn0YI7IfU0xJ0CGYU1vRtgnKPmZzQcQ1F9I-F9YcvQUj8Hivue...
868
[]
0
False
212740
macOS/Linux: Allow `\` in file names
2024-05-14 20:06:57+00:00
2024-05-16 13:48: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
macOS/Linux: Allow `\` in file names <!-- ⚠️⚠️ 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 --> <!-- ...
968
[]
0
False
212696
Port is being added twice to Microsoft dev tunnel in VsCode with absolute URLs
2024-05-14 13:07: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...
Port is being added twice to Microsoft dev tunnel in VsCode with absolute URLs <!-- ⚠️⚠️ 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/...
652
[]
0
False
212678
Can't start new terminal session / watch task are not running correctly
2024-05-14 09:08:58+00:00
2024-05-20 15:31:46+00:00
Version: 1.90.0-insider (user setup) Commit: bbc4ba1eff648ee542972589216f211b7a6a08f2 Date: 2024-05-14T05:48:27.714Z Electron: 29.3.1 ElectronBuildId: 9464424 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22635 Running VS Code remote WSL Here is what I see: ...
completed
Can't start new terminal session / watch task are not running correctly Version: 1.90.0-insider (user setup) Commit: bbc4ba1eff648ee542972589216f211b7a6a08f2 Date: 2024-05-14T05:48:27.714Z Electron: 29.3.1 ElectronBuildId: 9464424 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_N...
236
[]
0
False
212674
Cancellation error shows up in Window logs
2024-05-14 08:20:31+00:00
2024-05-27 17:14:00+00:00
1. Open Window logs 1. Open Extensions view 2. Type something in the search box to search extensions 3. Press <kbd>Cmd Backspace</kbd> while the search is running to clear the input box. If your timing is right (keep trying), you will see a Cancellation error appearing in the Window logs: ``` 2024-05-14 10:19...
completed
Cancellation error shows up in Window logs 1. Open Window logs 1. Open Extensions view 2. Type something in the search box to search extensions 3. Press <kbd>Cmd Backspace</kbd> while the search is running to clear the input box. If your timing is right (keep trying), you will see a Cancellation error appearing i...
672
[]
0
False
212672
Terminal: inline chat widget is not consistently hidden
2024-05-14 08:13:46+00:00
2024-05-15 18:55:07+00:00
For the voice integration to chat, I need to rely on an event when inline chat is hidden. I found that there is a `hide` method: https://github.com/microsoft/vscode/blob/743d036d66778d17eb1240dcb110d48e3087d324/src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.ts#L161 However, I see that it...
completed
Terminal: inline chat widget is not consistently hidden For the voice integration to chat, I need to rely on an event when inline chat is hidden. I found that there is a `hide` method: https://github.com/microsoft/vscode/blob/743d036d66778d17eb1240dcb110d48e3087d324/src/vs/workbench/contrib/terminalContrib/chat/brow...
235
[]
0
False
212671
Silent warning when `argv.json` has syntax errors
2024-05-14 08:01:13+00:00
2024-06-19 01:55:08+00:00
From https://github.com/microsoft/vscode/issues/212664 It seems that if the `argv.json` file has a syntax error (ie trailing comma), then we silently ignore all properties within. This is the reason why crash reporting wasn't enabled for me in https://github.com/microsoft/vscode/issues/212664. My full file was: `...
completed
Silent warning when `argv.json` has syntax errors From https://github.com/microsoft/vscode/issues/212664 It seems that if the `argv.json` file has a syntax error (ie trailing comma), then we silently ignore all properties within. This is the reason why crash reporting wasn't enabled for me in https://github.com/micr...
479
[]
0
False
212664
Shared process disappears out of nothing
2024-05-14 07:12:59+00:00
2024-05-16 10:37:46+00:00
From https://github.com/microsoft/vscode/issues/212103 It's happened to me at least 4 times in the last 2 weeks, I open up a previously running Code Insiders and the extension view loads forever. The process explorer shows that the shared process is gone. There are no crashes in `Crashpad/completed`.
completed
Shared process disappears out of nothing From https://github.com/microsoft/vscode/issues/212103 It's happened to me at least 4 times in the last 2 weeks, I open up a previously running Code Insiders and the extension view loads forever. The process explorer shows that the shared process is gone. There are no crashes...
89
[]
0
False
212600
Creating/Removing cells is broken
2024-05-13 12:16:41+00:00
2024-05-13 17:17:34+00:00
Cannot create new cells or remove them (I don't have repro steps; it usually stops working after first time creating a new cell) https://github.com/microsoft/vscode/assets/16353531/f9c08dd1-d64d-45f0-88c9-e6970b1bb604 Version: 1.90.0-insider Commit: 29aeab1cbb350107a7bd5962b5e7efe745e0a3ec Date: 2024-05...
completed
Creating/Removing cells is broken Cannot create new cells or remove them (I don't have repro steps; it usually stops working after first time creating a new cell) https://github.com/microsoft/vscode/assets/16353531/f9c08dd1-d64d-45f0-88c9-e6970b1bb604 Version: 1.90.0-insider Commit: 29aeab1cbb350107a7bd5...
186
[]
0
False
212585
Test Coverage: Confusing line decorations when hovering over line numbers
2024-05-13 09:27:30+00:00
2024-06-04 21:18:22+00:00
Type: <b>Feature Request</b> When a coverage run has completed, line number backgrounds get coloured to show lines covered (green), not covered (pink) and partly covered (hatched). When inline coverage is hidden, hovering over a line number reveals inline coverage for the preceding 15 and following 15 lines. It t...
completed
Test Coverage: Confusing line decorations when hovering over line numbers Type: <b>Feature Request</b> When a coverage run has completed, line number backgrounds get coloured to show lines covered (green), not covered (pink) and partly covered (hatched). When inline coverage is hidden, hovering over a line number...
255
[]
0
False
212582
Hover for annotated explorer entry shows up in wrong spot
2024-05-13 08:50:51+00:00
2024-05-16 07:20:27+00:00
![image](https://github.com/microsoft/vscode/assets/900690/dd1d8324-1249-4fe7-82f1-ce5759f5cbf5) I did rename a file that was under git control.
completed
Hover for annotated explorer entry shows up in wrong spot ![image](https://github.com/microsoft/vscode/assets/900690/dd1d8324-1249-4fe7-82f1-ce5759f5cbf5) I did rename a file that was under git control.
72
[]
0
False
212496
Removing an instruction breakpoint removes them all
2024-05-11 10:54:22+00:00
2024-06-03 18:13: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
Removing an instruction breakpoint removes them all <!-- ⚠️⚠️ 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...
422
[]
0
False
212493
code-insiders don't want to work
2024-05-11 09:42: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...
code-insiders don't want to 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 --> <!-- 🔎 S...
417
[]
0
False
212487
Bash cannot find conda path in vscode terminal
2024-05-11 06:19:28+00:00
2024-05-17 16:13: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
Bash cannot find conda path in vscode 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-Suggestions ...
479
[]
0
False
212468
Chat list view UI glitches
2024-05-10 20:05:58+00:00
2024-05-10 22: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
Chat list view UI glitches <!-- ⚠️⚠️ 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 ...
365
[]
0
False
212467
Redundant `Open Workspace` button appears after `Preferences: Open Workspace Settings (JSON)`
2024-05-10 19:57:24+00:00
Type: <b>Bug</b> 1. Open a workspace from a .code-workspace file. 2. Use Command Palette to run `Preferences: Open Workspace Settings (JSON)` 3. The lower right corner of the file editor offers a button with which to open the workspace, despite it being already open. ![image](https://github.com/microsoft/vscode...
Redundant `Open Workspace` button appears after `Preferences: Open Workspace Settings (JSON)` Type: <b>Bug</b> 1. Open a workspace from a .code-workspace file. 2. Use Command Palette to run `Preferences: Open Workspace Settings (JSON)` 3. The lower right corner of the file editor offers a button with which to open...
226
[]
0
False
212455
Can't see blinking cursor when it's moved before a closing character like ) or }
2024-05-10 17:16: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...
Can't see blinking cursor when it's moved before a closing character like ) or } <!-- ⚠️⚠️ 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...
744
[]
0
False
212430
VSCode is not compatible with Ubuntu 24.04 with wayland default
2024-05-10 10:26: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...
VSCode is not compatible with Ubuntu 24.04 with wayland 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...
617
[]
0
False
212426
Terminal path does not exist (after 1.89.1 upgrade)
2024-05-10 09:33:18+00:00
2024-05-13 16:33:29+00:00
After upgrading VSCode on Ubuntu, a simple shortcut firing `workbench.action.terminal.newWithCwd` just stopped working as seen below. The path definitely exists and restarted the computer - same issue. **This breaks my whole workflow so can't do any actual work.** ![image](https://github.com/microsoft/vscode/asse...
completed
Terminal path does not exist (after 1.89.1 upgrade) After upgrading VSCode on Ubuntu, a simple shortcut firing `workbench.action.terminal.newWithCwd` just stopped working as seen below. The path definitely exists and restarted the computer - same issue. **This breaks my whole workflow so can't do any actual work.** ...
609
[]
0
False
212413
Can not step into WASM
2024-05-10 06:25: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...
Can not step into WASM <!-- ⚠️⚠️ 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 exis...
636
[]
0
False
212386
Local history: does not preserve entries from previously deleted file
2024-05-09 20:51:34+00:00
2024-05-13 10:09:09+00:00
Type: <b>Bug</b> 1. Create file `foo.txt` with some content. Save it 2. Delete `foo.txt` 3. Create `bar.txt` 4. Rename `bar.txt` to `foo.txt` 5. Look at TIMELINE 6. See no history for `foo.txt` created in step 1. Normally when one recreates `foo.txt` you can still see history for it. But in the case where a ...
completed
Local history: does not preserve entries from previously deleted file Type: <b>Bug</b> 1. Create file `foo.txt` with some content. Save it 2. Delete `foo.txt` 3. Create `bar.txt` 4. Rename `bar.txt` to `foo.txt` 5. Look at TIMELINE 6. See no history for `foo.txt` created in step 1. Normally when one recreate...
489
[]
0
False
212369
serve-web: `SECRET_KEY_MINT_PATH` does not honour `server-base-path`
2024-05-09 17:41:37+00:00
2024-06-04 16:57:19+00:00
The `code serve-web` command was augmented with the `server-base-path` argument here in https://github.com/microsoft/vscode/pull/207932. Because the `SECRET_KEY_MINT_PATH` does not include the `server-base-path`, any attempts to mint a key will result in a 404 if the server-base-path is set. I think this is the ...
completed
serve-web: `SECRET_KEY_MINT_PATH` does not honour `server-base-path` The `code serve-web` command was augmented with the `server-base-path` argument here in https://github.com/microsoft/vscode/pull/207932. Because the `SECRET_KEY_MINT_PATH` does not include the `server-base-path`, any attempts to mint a key will re...
528
[]
0
False
212366
Disable semantic errors in JS/TS notebook cells
2024-05-09 16:57:41+00:00
2024-05-09 17:20:23+00:00
Until we have better support for notebooks, we should disable semantic errors in js/ts notebook cells as they are often false positives cc @rebornix
completed
Disable semantic errors in JS/TS notebook cells Until we have better support for notebooks, we should disable semantic errors in js/ts notebook cells as they are often false positives cc @rebornix
56
[]
0
False
212355
Tooltip only displaying for Show Settings Watermark Control+,
2024-05-09 14:19:06+00:00
2024-05-15 07:42:22+00:00
Version of VS Code: 1.89.0 ![image](https://github.com/microsoft/vscode/assets/20465169/cd5e8a94-8b16-4f93-a329-c3a0e2594b2d) Your operating system: Windows 11 List of extensions that you have installed: Happens with none installed. Reproducible steps: 1 - Open VsCode. 2 - Hover over the Show Settings Ctrl + , Wa...
completed
Tooltip only displaying for Show Settings Watermark Control+, Version of VS Code: 1.89.0 ![image](https://github.com/microsoft/vscode/assets/20465169/cd5e8a94-8b16-4f93-a329-c3a0e2594b2d) Your operating system: Windows 11 List of extensions that you have installed: Happens with none installed. Reproducible steps: ...
331
[]
0
False
212352
powerline10k MesloLGS NF icon is cut off
2024-05-09 13:11:43+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
powerline10k MesloLGS NF icon is cut off <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <...
591
[]
0
False
212342
"Run Tests" explorer option does not discover tests before trying to run
2024-05-09 10:17:15+00:00
2024-06-04 18:49:49+00:00
If I open a Dart project, right-click on a folder in the explorer and then "Run Tests", I see: ![image](https://github.com/microsoft/vscode/assets/1078012/23861dd0-5270-4319-9ef6-e19d84ee13a0) However if I open the test explorer tree first and then try again, everything works. It appears that "Run Tests" from ...
completed
"Run Tests" explorer option does not discover tests before trying to run If I open a Dart project, right-click on a folder in the explorer and then "Run Tests", I see: ![image](https://github.com/microsoft/vscode/assets/1078012/23861dd0-5270-4319-9ef6-e19d84ee13a0) However if I open the test explorer tree first a...
153
[]
0
False
212323
Accessibility: No name is defined for button
2024-05-09 03:46:44+00:00
2024-05-13 17:56: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...
completed
Accessibility: No name is defined for button <!-- ⚠️⚠️ 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 --...
693
[]
0
False
212313
Logpoints printed twice when debugging VS Code
2024-05-09 01:47:47+00:00
Debug VS Code, set logpoints, look at "internal" debug console. I don't remember seeing this, did something change with logpoints? <img width="614" alt="image" src="https://github.com/microsoft/vscode/assets/323878/f113de4b-a73a-42a7-bdb7-c70721e7cc19">
Logpoints printed twice when debugging VS Code Debug VS Code, set logpoints, look at "internal" debug console. I don't remember seeing this, did something change with logpoints? <img width="614" alt="image" src="https://github.com/microsoft/vscode/assets/323878/f113de4b-a73a-42a7-bdb7-c70721e7cc19">
108
[]
0
False
212304
Indenting Output events is causing source property to be ignored.
2024-05-08 23:13:40+00:00
2024-06-04 22:20: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...
completed
Indenting Output events is causing source property to be ignored. <!-- ⚠️⚠️ 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...
657
[]
0
False
212278
Terminal copilot hint shows in restored terminals
2024-05-08 17:42:39+00:00
2024-06-03 20:00:37+00:00
When I use a terminal, then reload the window, sometimes the terminal hint shows even though there is history in the terminal. That feels inconsistent, maybe I should only see it in a totally fresh terminal <img width="725" alt="image" src="https://github.com/microsoft/vscode/assets/323878/ff4b0729-e68f-44af-b80b-1d...
completed
Terminal copilot hint shows in restored terminals When I use a terminal, then reload the window, sometimes the terminal hint shows even though there is history in the terminal. That feels inconsistent, maybe I should only see it in a totally fresh terminal <img width="725" alt="image" src="https://github.com/microso...
118
[]
0
False
212259
Unthemable product icons #2
2024-05-08 12:04:30+00:00
2024-05-13 08:25:30+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Unthemable product icons #2 <!-- ⚠️⚠️ 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...
839
[]
0
False
212234
Cannot read properties of undefined (reading 'onDidChangeCursorSelection')
2024-05-08 06:48:26+00:00
2024-06-05 17:59:20+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'onDidChangeCursorSelection') at d.attachTextEditor in src/vs/workbench/contrib/notebook/browser/viewModel/baseCellViewModel.ts:275:47 at <anonymous> in src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.ts:214:19 ``` [Go to Error...
completed
Cannot read properties of undefined (reading 'onDidChangeCursorSelection') ```javascript TypeError: Cannot read properties of undefined (reading 'onDidChangeCursorSelection') at d.attachTextEditor in src/vs/workbench/contrib/notebook/browser/viewModel/baseCellViewModel.ts:275:47 at <anonymous> in src/vs/workbench/co...
217
[]
0
False
212232
Cannot read properties of undefined (reading 'add')
2024-05-08 06:47:36+00:00
2024-06-04 21:19:13+00:00
```javascript TypeError: Cannot read properties of undefined (reading 'add') at d.value in src/vs/workbench/api/browser/mainThreadDebugService.ts:47:46 at s.y in src/vs/base/common/event.ts:1156:13 at s.z in src/vs/base/common/event.ts:1167:9 at s.fire in src/vs/base/common/event.ts:1191:9 at <anonymous> in src/v...
completed
Cannot read properties of undefined (reading 'add') ```javascript TypeError: Cannot read properties of undefined (reading 'add') at d.value in src/vs/workbench/api/browser/mainThreadDebugService.ts:47:46 at s.y in src/vs/base/common/event.ts:1156:13 at s.z in src/vs/base/common/event.ts:1167:9 at s.fire in src/vs/...
247
[]
0
False
212221
Terminal copilot hint overlap
2024-05-08 02:04:14+00:00
2024-05-13 18:49:48+00:00
I see this, but I think I've seen it correct in the past? But right now it's reproable in new terminals <img width="708" alt="image" src="https://github.com/microsoft/vscode/assets/323878/9b33ee59-ac7d-4e0e-91bb-10944404ecab">
completed
Terminal copilot hint overlap I see this, but I think I've seen it correct in the past? But right now it's reproable in new terminals <img width="708" alt="image" src="https://github.com/microsoft/vscode/assets/323878/9b33ee59-ac7d-4e0e-91bb-10944404ecab">
94
[]
0
False
212180
Bash: Bad Substitution
2024-05-07 15:16:04+00:00
2024-05-30 14:36: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
Bash: Bad Substitution <!-- ⚠️⚠️ 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 exi...
388
[]
0
False
212167
Debugger: Collapse multiline values in variable pane preview
2024-05-07 12:49:11+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. --> In the debugger variable pane, VSCode shows a truncated, single line preview of the value r...
Debugger: Collapse multiline values in variable pane 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. --> In the debugger variable pane,...
434
[]
0
False
212143
Missing Hot Reload button in debug toolbar
2024-05-07 04:10: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...
Missing Hot Reload button in debug toolbar <!-- ⚠️⚠️ 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 --> ...
650
[]
0
False
212139
syntax error on sellIntegration-bash.sh
2024-05-07 00:20:09+00:00
2024-07-21 13:29: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
syntax error on sellIntegration-bash.sh <!-- ⚠️⚠️ 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 --> <!...
773
[]
0
False
212124
Notebook Formatting does not respect default formatters on save + on execution
2024-05-06 20:59:37+00:00
2024-05-07 16:57:19+00:00
Related: - https://github.com/astral-sh/ruff-vscode/issues/383 - https://github.com/microsoft/vscode/issues/196050 --- Looking into reports of X formatter being used instead of Y in various flows. Looking at both on save and on execution formatting participants, one common point is that when `Format Cell` is spec...
completed
Notebook Formatting does not respect default formatters on save + on execution Related: - https://github.com/astral-sh/ruff-vscode/issues/383 - https://github.com/microsoft/vscode/issues/196050 --- Looking into reports of X formatter being used instead of Y in various flows. Looking at both on save and on executi...
171
[]
0
False
212105
Vscode hangs if an unbuilt local workspace extension is installed
2024-05-06 16:24:30+00:00
2024-05-14 13:15:39+00:00
Steps to reproduce: 1. Open vscode over ssh 2. Make a fresh clone of this repo (or git clean -fdx to remove the node_modules/ from the local workspace extension, and uninstall it if installed) 3. Install the vscode-selfhost-test-provider local workspace extension 4. Reload window, it should hang When doing this ...
completed
Vscode hangs if an unbuilt local workspace extension is installed Steps to reproduce: 1. Open vscode over ssh 2. Make a fresh clone of this repo (or git clean -fdx to remove the node_modules/ from the local workspace extension, and uninstall it if installed) 3. Install the vscode-selfhost-test-provider local workspa...
237
[]
0
False
212092
Recent update to shellIntegration.ps1 causes error
2024-05-06 11:37:02+00:00
2024-05-06 15:39:44+00:00
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid cr...
completed
Recent update to shellIntegration.ps1 causes error <!-- ⚠️⚠️ 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...
617
[]
0
False
212087
Occasional error notification for notebook save
2024-05-06 10:30:49+00:00
2024-05-13 17:17:35+00:00
When working a python jupyter notebook within vscode, I started occasionally seeing this notification: ![Image](https://github.com/microsoft/vscode/assets/16353531/abe0fda0-bbf6-4d4b-b22e-0c12f5a58fc7) With this in the dev console: ``` ERR [stored file working copy] handleSaveError(437) - exit - result...
completed
Occasional error notification for notebook save When working a python jupyter notebook within vscode, I started occasionally seeing this notification: ![Image](https://github.com/microsoft/vscode/assets/16353531/abe0fda0-bbf6-4d4b-b22e-0c12f5a58fc7) With this in the dev console: ``` ERR [stored file wo...
271
[]
0
False
212078
Disposing a tree view while it's visible causes it to stay empty
2024-05-06 09:01:58+00:00
2024-05-06 15:42:36+00:00
1. Extension creates a tree view 2. User opens the tree view 3. Extension disposes the tree view while it's still open 4. Extension creates the tree view again 5. 🐛 The tree view will stay empty until it's `visibility` is toggled Real world repo (also works as steps to verify): 1. Connect to a Codespace (to us...
completed
Disposing a tree view while it's visible causes it to stay empty 1. Extension creates a tree view 2. User opens the tree view 3. Extension disposes the tree view while it's still open 4. Extension creates the tree view again 5. 🐛 The tree view will stay empty until it's `visibility` is toggled Real world repo (...
207
[]
0
False
212047
Tasks run task and Configure task commands infinte load or no-op on vscode web
2024-05-05 12:56:52+00:00
2024-05-07 19:35: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...
completed
Tasks run task and Configure task commands infinte load or no-op on vscode web <!-- ⚠️⚠️ 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/...
502
[]
0
False
212034
Maximizing the current editor while in zen mode causes current editor group size toggle state to be lost
2024-05-04 19:57: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...
Maximizing the current editor while in zen mode causes current editor group size toggle state to be lost <!-- ⚠️⚠️ 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....
659
[]
0
False
212024
PowerShell intellisense in terminal replaces existing text with suggestion
2024-05-04 15:55:15+00:00
2024-06-20 17:56:05+00:00
Type: <b>Bug</b> Turn on VS Code-native intellisense for PowerShell in the terminal. Type the start of a command: Get-ChildItem - List of suggestions comes up, press Enter to take the first suggestion. Command is changed to: Get-ChildI-Path VS Code version: Code 1.89.0 (b58957e67ee1e712cebf466b995adf4c5307b2...
completed
PowerShell intellisense in terminal replaces existing text with suggestion Type: <b>Bug</b> Turn on VS Code-native intellisense for PowerShell in the terminal. Type the start of a command: Get-ChildItem - List of suggestions comes up, press Enter to take the first suggestion. Command is changed to: Get-ChildI-P...
980
[]
0
False