Commit graph

118893 commits

Author SHA1 Message Date
Henning Dieterichs bd4ba72a33
Fixes #199290 (#206112) 2024-02-23 18:52:11 +01:00
Henning Dieterichs 12997e68fd
Fixes #196084 (#206100) 2024-02-23 10:14:21 -07:00
Ulugbek Abdullaev cdb1a962cc rename controller: don't throw on cancellation & more type-safety to avoid MessageController#showMessage throwing 2024-02-23 17:51:43 +01:00
Henning Dieterichs c6eed5d1b5 Stricter assert 2024-02-23 17:08:11 +01:00
Henning Dieterichs 18e68638bd Fixes #204948 2024-02-23 17:08:11 +01:00
Krzysztof Cieślak 10ddce6696
Fix off-by-one error in rendering removals in inline edits (#205890) 2024-02-23 15:24:50 +00:00
Johannes Rieken 95e10d938f
Remove livePreview and its implementation (#206073)
* Remove `livePreview` and its implementation

fixes https://github.com/microsoft/vscode/issues/205535

* make compiler happy
2024-02-23 15:19:33 +01:00
Benjamin Christopher Simmonds aca9718d33
Register treeview hover delegate (#206089)
dispose treeview hover delegate
2024-02-23 15:17:44 +01:00
Johannes Rieken 529e73d71b
api - sketch up vscode.lm.makeChatRequest alternative to requesting chat access (#206088)
re https://github.com/microsoft/vscode/issues/205800
2024-02-23 15:15:06 +01:00
Benjamin Christopher Simmonds 11a6b428f8
Custom hover adoption for test explorer (#206086)
ustom hover adoption for test explorer
2024-02-23 15:06:44 +01:00
Isidor Nikolic 228f88dacd
Merge pull request #206084 from microsoft/isidorn/adjacent-opossum
add "Chat" as Category
2024-02-23 14:49:35 +01:00
Benjamin Christopher Simmonds c18d58d962
Adopt Custom Hover for search/find/replace views/widgets (#206077)
* Adopt Custom Hover for search/find/replace views

* tree search filters
2024-02-23 14:36:18 +01:00
Henning Dieterichs 0bd70d48ad
code editor move (#206074) 2024-02-23 14:35:45 +01:00
isidor af1f874650 add "Chat" as Category 2024-02-23 14:34:41 +01:00
Henning Dieterichs 1c16af45f1
multiDiffEditorWidget -> multiDiffEditor (#206075) 2024-02-23 14:34:07 +01:00
Henning Dieterichs 22508a5000
Moves testDiffProviderFactoryService (#206078) 2024-02-23 14:30:27 +01:00
Henning Dieterichs 7127151f30
Move hoverWidget to hoverService (#206070) 2024-02-23 13:46:26 +01:00
Johannes Rieken 345d0c0af2
Merge pull request #206069 from microsoft/aiday/bumpingUpVersion
Bumping up version to `1.86.0`
2024-02-23 13:45:58 +01:00
Aiday Marlen Kyzy 640131f6e3
bumping up the version from package json 2024-02-23 13:28:00 +01:00
Henning Dieterichs 3363acb98b
Fixes revealing unchanged code bug (#206065) 2024-02-23 12:28:04 +01:00
Henning Dieterichs 64355fa7f4
Fixes #195384 (#206004) 2024-02-23 11:55:32 +01:00
Aiday Marlen Kyzy ba8645668e
Merge pull request #206055 from microsoft/aiday/doingChecksOnLineNumberAndLength
Doing checks on length and line number in the `inlineCompletionsModel` file
2024-02-23 11:53:58 +01:00
Aiday Marlen Kyzy 1ad43ea49a
adding telemetry when error happens 2024-02-23 11:39:20 +01:00
Johannes Rieken 13d3452a5c
chore - rename chatProvider-files to languageModel (#206054)
chore - rename chatProvider-file to languageModel
2024-02-23 11:33:58 +01:00
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
Aiday Marlen Kyzy b60b4d70b7
doing checks on length and line number 2024-02-23 11:20:48 +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