Commit graph

118905 commits

Author SHA1 Message Date
meganrogge a6671b6ce4
fix #205964 2024-02-22 10:35:48 -08:00
Ulugbek Abdullaev 9c05ffbbbd rename suggestions: include more telemetry 2024-02-22 18:34:05 +01:00
Johannes Rieken 838a59f240
send onLanguageModelAccess activation event (#205995)
https://github.com/microsoft/vscode/issues/205726
2024-02-22 16:39:24 +01:00
Krzysztof Cieślak 0b82c6e374
Inline edit - don't send reject callback on blur (#205976) 2024-02-22 15:06:26 +00:00
Aiday Marlen Kyzy 417099ed35
Merge pull request #205960 from microsoft/aiday/addingOnDidResize
Updating the field `_maxStickyLines` inside of the constructor of sticky scroll
2024-02-22 15:53:38 +01:00
Ulugbek Abdullaev 17f02a45a3 rename suggestions: notify when rename suggestions arrive 2024-02-22 15:26:57 +01:00
Ulugbek Abdullaev fa6c148ea2 rename suggestions: extract magic number into a var 2024-02-22 15:26:57 +01:00
Ulugbek Abdullaev 4c57ecb33c rename suggestions: try no. 3 at fixing width to not hide parts of long suggested names 2024-02-22 15:26:57 +01:00
Benjamin Pasero 0b5864063c
voice - default keybinding for editor dictation (#205981) 2024-02-22 15:12:44 +01:00
Rob Lourens 71b0a729fe
Avoid losing chat input after accidentally navigating history (#205977)
Fix microsoft/vscode-copilot-release#661
2024-02-22 07:03:19 -07:00
Hylke Bons fa7b64426e
voice chat: Fix mic icon centering in all contexts (#205978)
* voice chat: Fix mic icon centering in all contexts
2024-02-22 14:49:14 +01:00
Aiday Marlen Kyzy 5347f55550
adding wip 2024-02-22 13:50:56 +01:00
Benjamin Christopher Simmonds 078596ba3b
Fix TreeView Mouse Hover Persistence (#205970)
* fix treeview mouse hover persistence

* fix persistence
2024-02-22 12:49:20 +01:00
Henning Dieterichs 10171ed10f
Synchronizes in-editor scrolling back to virtual list scrolling. (#205959)
Fixes revealing issues.
2024-02-22 11:28:33 +01:00
Peter V 6eec64e575
Fix IRawGalleryExtension.shortDescription can be undefined. (#202780)
`IRawGalleryExtension.shortDescription` can be undefined, some extensions doesn't have a "shortDescription" like: "temakulakov.hackjb"
2024-02-22 10:12:36 +00:00
Aiday Marlen Kyzy 30d4de8b06
adding on did resize call inside of the constructor 2024-02-22 11:10:05 +01:00
Sandeep Somavarapu d0e118cb72
fix #165239 (#205954) 2024-02-22 10:52:02 +01:00
Ulugbek Abdullaev a4f9d32866
Add telemetry reporting to rename suggestions (#205869)
rename suggestions: add telemetry reporting
2024-02-22 10:42:51 +01:00
Matt Bierner a6ba9af63c
Add gap to extension more info table (#205923)
* Add gap to extension `more info` table

Fixes #165239

Switches to use a grid layout to simplify the code and also add a small gap between the label and content
2024-02-22 01:33:23 -08:00
Benjamin Christopher Simmonds e46c089ef4
Remove double hover in notebookKernelView.ts (#205948)
remove double hover
2024-02-22 09:45:00 +01:00
Aiday Marlen Kyzy d21dee1158
Merge pull request #205863 from microsoft/aiday/comparingBulkFileOperations
Show resources in multi diff editor and refactor preview in the same order
2024-02-22 09:39:26 +01:00
Johannes Rieken 801f963656
prevent double discard of inline chat edits (#205945)
maybe https://github.com/microsoft/vscode/issues/204592
2024-02-22 09:32:21 +01:00
Benjamin Pasero eb278bd53b
voice - add missing languages (#205935) 2024-02-21 22:41:54 -08:00
Peng Lyu a0b90ac5e0
Fix #205818. Fix race condition. (#205921) 2024-02-22 01:25:42 +01:00
Justin Chen 5ca03d67ee
console error when issue reporter fails (#205920)
* throw some console errors here and there

* error checking
2024-02-22 01:18:30 +01:00
Connor Peet 91f71cdc37
debug: bump js-debug 1.87 (#205919) 2024-02-22 00:47:38 +01:00
Andrea Mah 4665ce6131
quick search esc leads to closing edited files (#205917)
Fixes #205907
2024-02-22 00:04:09 +01:00
Rob Lourens 006e4f9dd3
Catch an error from agent (#205913) 2024-02-21 22:14:10 +01:00
Rob Lourens 61f447b79a
More small chat API fixes (#205901)
* Fix #205811

* Fix #205807

* Make description optional

* Fix

* fix test
2024-02-21 12:57:18 -08:00
Megan Rogge dc0b20cf98
Merge pull request #205911 from microsoft/merogge/fix-signal-bugs
fix accessibility signal validation warning, add go to settings file action when button is triggered
2024-02-21 12:35:14 -08:00
Sandeep Somavarapu 92db21f4e0
fix #204994 (#205909) 2024-02-21 13:25:26 -07:00
meganrogge ccb571b6ef
fix bugs 2024-02-21 12:18:50 -08:00
Andrea Mah 4e2aa98222
findfiles2 doc clarity improvements (#205902) 2024-02-21 12:08:34 -08:00
Benjamin Pasero 52cb4e45c4
voice - add config for language (#205908)
* voice - add config for language

* .

* .

* .
2024-02-21 21:08:06 +01:00
Rob Lourens 0cae183880
Include conversation history context to provideCommands (#205867)
* Include conversation history context to `provideCommands`
so that chat participant commands can be dynamic to the conversation
#199908

* Fix tests

* Fix test
2024-02-21 11:28:21 -08:00
Raymond Zhao 7a40a10b24
chore: bump proxy-agent and ip (#205903) 2024-02-21 11:21:39 -08:00
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