Commit graph

118868 commits

Author SHA1 Message Date
Benjamin Christopher Simmonds 3658a5124f
More hover adoptions and debt (#205972)
* Hover Fixes

* Updated hover behavior and accessibility attributes across multiple components
2024-02-23 11:33:33 +01:00
Loïc Mangeonjean 0f282e2a59
Fix fullscreen container dimension detection when not directly on body (#205884)
* Fix container dimension detection when not directly on body

* Add some comments

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

---------

Co-authored-by: Loïc Mangeonjean <loic@coderpad.io>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2024-02-23 11:16:40 +01:00
Aiday Marlen Kyzy ade28aab49
Merge pull request #206046 from microsoft/aiday/settingDefaultEnablementStateToTrue
Setting default enablement state of editor sticky scroll to true
2024-02-23 10:28:12 +01:00
Benjamin Christopher Simmonds 63d967f8c8
Fix tooltips in quick pick actions (#206043)
fix #206039
2024-02-23 09:48:12 +01:00
Aiday Marlen Kyzy 709da0f7b2
setting default enablement state to true 2024-02-23 09:39:09 +01:00
Megan Rogge 1cc266cc82
Merge pull request #206014 from microsoft/merogge/terminal-bell
`terminalBell` -> `terminalVisualBell` and `signals.terminalBell`
2024-02-22 13:37:31 -08:00
meganrogge 9e9b9fd430
rm duplicated line 2024-02-22 13:22:04 -08:00
Megan Rogge 2baf1fbc23
Merge pull request #206020 from microsoft/merogge/cleared
rm inaccurate info fr setting description
2024-02-22 12:57:24 -08:00
meganrogge 4e291018c1
fix #206019 2024-02-22 12:39:00 -08:00
meganrogge a85dd8c427
fix #205974 2024-02-22 11:32:25 -08:00
Peng Lyu 96d451b00e
Fix #205987. (#206012) 2024-02-22 20:10:55 +01:00
Megan Rogge 1e76ed6179
Merge pull request #206011 from microsoft/merogge/tooltip-tweak
tweak tooltip description
2024-02-22 11:08:11 -08:00
Megan Rogge a3ab3b418e
Merge pull request #206010 from microsoft/merogge/setting-removal
remove alert, audio cue settings after migration
2024-02-22 10:58:52 -08:00
meganrogge f5583237a0
tweak tooltip description 2024-02-22 10:52:27 -08:00
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