Commit graph

118868 commits

Author SHA1 Message Date
Peng Lyu ad082bd328
Restore focus when the widget is dismissed. (#205900)
* Restore focus when the widget is dismissed.

* Only restore focus when the widget has focus.
2024-02-21 19:17:14 +01:00
Sandeep Somavarapu 16ad3d4df8
Fix #205170 (#205897) 2024-02-21 19:10:08 +01:00
Sandeep Somavarapu c767250424
fix #205895 (#205896) 2024-02-21 18:46:39 +01:00
Hylke Bons 02d0259c51 Update active recording color and animation 2024-02-21 18:12:58 +01:00
Johannes Rieken b111d8076b
fixes https://github.com/microsoft/vscode/issues/203466 (#205889) 2024-02-21 18:05:50 +01:00
Matt Bierner 52d39c1fa7
Fix high contrast light md images (#205888)
Fixes #203686
2024-02-21 18:00:14 +01:00
Matt Bierner 2ad2a35cad
Make sure we don't report errors in chat code blocks (#204779) 2024-02-21 08:53:05 -08:00
Ladislau Szomoru 63a3873d11
SCM - fix an issue with window title variables (#205883) 2024-02-21 17:12:34 +01:00
Rob Lourens 451333c31f
Small chat API updates (#205880)
* Fix #205812

* Fix #205810

* Fix #205809
2024-02-21 16:56:15 +01:00
易良 e7a3ef849b
Add tips for debug views (#205861)
* Add tips for debug views

* Add tips for debug views
2024-02-21 07:34:11 -08:00
Ulugbek Abdullaev bde8a22491
Merge pull request #205860 from microsoft/ulugbekna/fortunate-muskox
Removal of Copilot related code from TypeScript Refactor Provider
2024-02-21 15:56:50 +01:00
Sandeep Somavarapu 44ffd1a464
fix #205789 (#205868) 2024-02-21 15:21:13 +01:00
Henning Dieterichs a3b932f0d6
Fixes #205850 (#205862)
* Sets focus border for focused editors

* Fixes #205850

* Fixes CI and don't use focus
2024-02-21 15:02:02 +01:00
Aiday Marlen Kyzy 2e99a31949
comparing bulk file operations 2024-02-21 13:42:01 +01:00
Henning Dieterichs 19781f2c52 Sets focus border for focused editors 2024-02-21 12:56:51 +01:00
Benjamin Pasero be34739ee8
editors - use canSerialize properly (#205856) 2024-02-21 12:53:06 +01:00
Ulugbek Abdullaev b4e834f6fd
Removed Copilot related code from TypeScript Refactor Provider 2024-02-21 12:44:54 +01:00
Benjamin Pasero 67f91582f5
actionbar - animated is an obsolete property (#205854) 2024-02-21 12:36:00 +01:00
Alex Ross 7b05939418
"Try Feature" tooltip sounds awkward (#205841)
* "Try Feature" tooltip sounds awkward
Fixes #205741

* Fix test
2024-02-21 12:25:06 +01:00
Alex Ross 6d57f57ec8
Fix issue with settings not being respected in release notes (#205852)
Settings with values separated are not respected in release notes
Fixes #205678
Also fixes #205742
2024-02-21 12:22:53 +01:00
Ladislau Szomoru 414f2cd189
Git - fix reopen closed repositories action visibility issue (#205851) 2024-02-21 12:20:59 +01:00
Johannes Rieken a7ac7083e5
make sure LM provider error bubble all the way, reject response streams and result promise (#205849)
fixes https://github.com/microsoft/vscode/issues/205722
2024-02-21 12:07:11 +01:00
Benjamin Pasero 076e9df452
Something should happen when the flashing microphone is clicked (fix #205670) (#205842)
* Something should happen when the flashing microphone is clicked (fix #205670)

* switch to action bar

* .
2024-02-21 11:56:08 +01:00
Henning Dieterichs e8aed244b9 Improves softAssert function 2024-02-21 11:50:12 +01:00
Alex Ross ef64ed413f
Aggressive caching with Open Current File as Release Notes (#205846)
Fixes #205675
2024-02-21 11:45:40 +01:00
Aiday Marlen Kyzy bf48061fc5
Merge pull request #205843 from microsoft/aiday/fixingInlineCompletionsWrongUi
Fixing incorrect showing of multi cursor inline completions
2024-02-21 11:30:21 +01:00
Aiday Marlen Kyzy f1e39630da
fixing bug 2024-02-21 11:13:04 +01:00
Benjamin Pasero 7582df6901
Dictated text goes off screen when using voice commands. (fix #205783) (#205838) 2024-02-21 11:12:45 +01:00
Johannes Rieken 2411a9c913
add inlineChat.accessibleDiffView setting (#205837)
fixes https://github.com/microsoft/vscode/issues/205714
2024-02-21 11:06:38 +01:00
Andy Hippo f7f9fb09a3
Fix memory leaks (#205589)
* Fix memory leaks

The activities in `treeView.ts` and `reportExplorer.ts` are not disposed when the parent object is disposed. Also fix the `contextKeyListener` disposable while we're here.
The activity in `webviewViewPane.ts` is never disposed, because the return value is ignored.
2024-02-21 10:36:04 +01:00
Ladislau Szomoru 8895f460c6
Git - better handle edge case when hard wrapping a line (#205831) 2024-02-21 10:26:15 +01:00
Johannes Rieken 9e92682062
some API todos for variable resolver (#205828) 2024-02-21 09:58:53 +01:00
Aiday Marlen Kyzy 1612c2d082
Merge pull request #205710 from microsoft/aiday/closeRefactorPreviewOnDone
Close multi diff refactor preview editor on discard and accept
2024-02-21 09:09:33 +01:00
Aiday Marlen Kyzy d41ee13c2f
Merge pull request #205706 from microsoft/aiday/addingOptionToSerialize
Adding `isTransient` boolean to the multi diff editor input
2024-02-21 09:07:47 +01:00
Peng Lyu ee69e2887f
Notebook chat editing enhancements. (#205799)
* Notebook chat editing enhancements.

* hide cell chat actions from f1.
2024-02-20 18:35:32 -08:00
Michael Lively a7002f6b66
Use NotebookOptions for statusbar instead of viewmodel options (#205791)
fix nb indentation actions + get nb options instead of textmodel options for statusbar
2024-02-20 17:18:34 -08:00
Benjamin Pasero a1e1ff6844
editors - drop generic options parameter in editor input resolve method (#205751) 2024-02-20 16:36:20 -08:00
Justin Chen 926bf1a1f2
code action ranges api doc improvements (#205771)
doc improvements
2024-02-20 15:44:06 -08:00
Rob Lourens 5e9e54773a
Don't rely on options from setInput (#205745)
Fix microsoft/vscode-copilot-release#914
2024-02-20 12:13:42 -08:00
Benjamin Pasero 025b4c9435
voice - allow dictation in SCM input and comments (#205738) 2024-02-20 20:31:13 +01:00
Sandeep Somavarapu 673a1aeca1
fix #205445 (#205720) 2024-02-20 18:35:54 +01:00
Benjamin Christopher Simmonds 3dc8040fe4
Fix notebook actionItem hovers (#205719)
fix notebook actionItem hovers
2024-02-20 18:17:27 +01:00
RedCMD 7560c3db8c
Improve extension README preview markdown codeblock language detection (#205329) 2024-02-20 17:06:40 +00:00
Ladislau Szomoru 94ad9a4199
Git - rename code action (#205712) 2024-02-20 17:45:25 +01:00
Ladislau Szomoru 5bc6776982
Gix - recompute diagnostics when settings change (#205711) 2024-02-20 17:41:42 +01:00
Aiday Marlen Kyzy 02359773c2
adding more explicit message 2024-02-20 17:32:48 +01:00
Aiday Marlen Kyzy 81e1ca04f8
cleaning the code 2024-02-20 17:31:44 +01:00
Benjamin Pasero 4aac6ba4d9
window - fix window state validation to actually apply properly and add more logging (#205677) 2024-02-20 17:27:47 +01:00
Benjamin Pasero 73ad7fb895
voice - align hold to speak with inline chat (#205655) 2024-02-20 17:26:51 +01:00
Aiday Marlen Kyzy 194a8dd18e
using the uri of the multi file editor instead of using the schema for individual files inside the multi diff editor 2024-02-20 17:23:51 +01:00