Commit Graph
118812 Commits
Author SHA1 Message Date
Daniel Imms ec00f84dce Remove test string 2024-02-16 13:01:13 -08:00
Daniel Imms b9f9060711 Clarify lint suppression reason 2024-02-16 12:37:54 -08:00
Daniel Imms 31df2b2df4 Revert unneeded change to InlineChatWidget 2024-02-16 12:34:40 -08:00
Daniel Imms 9b38a276ce Remove 'chat' from context keys as it's in the namespace 2024-02-16 12:33:19 -08:00
Daniel Imms ae04cff145 Move context keys and response types into terminalContrib 2024-02-16 12:31:56 -08:00
Daniel Imms ab75d8d74b Remove terminal action ids from inline button config provider 2024-02-16 12:27:24 -08:00
Daniel Imms c57d3061b8 Move a11y help provider into terminal chat folder 2024-02-16 12:23:50 -08:00
Daniel Imms 189fbdd1cb Merge remote-tracking branch 'origin/main' into merogge/chatWidget3 2024-02-16 12:00:45 -08:00
Megan RoggeandGitHub 522a30ce03 Merge pull request #205393 from microsoft/merogge/audio-cue-2
fix audio cue setting warning
2024-02-16 13:17:01 -06:00
meganrogge ba24d92965 move css to right file 2024-02-16 13:07:26 -06:00
meganrogge b0593428a5 fix #205391 2024-02-16 13:01:10 -06:00
Michael LivelyandGitHub 0cbb15fb63 Add Quick pick for notebook indentation status bar entry (#205052)
* initial quick pick setup + indent multiEditorActions

* finish convert whitespace commands for notebook scope

* fix leaked disposable

* fix setTimeout for indentation quickpick
2024-02-16 19:29:13 +01:00
Sandeep SomavarapuandGitHub d5a79d5abe rename value property name (#205387) 2024-02-16 19:21:51 +01:00
Connor PeetandGitHub 12281b11be testing: adopt hover delegate (#205386) 2024-02-16 10:20:16 -08:00
meganrogge 29924c918f add feedback context key, get styling to apply 2024-02-16 10:32:42 -06:00
Henning DieterichsandHenning Dieterichs 7f07489455 Small improvement 2024-02-16 17:31:45 +01:00
Henning DieterichsandHenning Dieterichs 4ab700330c Fixes CI 2024-02-16 17:31:45 +01:00
Henning DieterichsandHenning Dieterichs 772e211344 Small code cleanup 2024-02-16 17:31:45 +01:00
meganrogge ee1cb48bb1 add discard action 2024-02-16 10:17:11 -06:00
Benjamin Christopher SimmondsandGitHub f12778f183 Fix statusbar actions (#205380)
fix statusbar actions
2024-02-16 17:14:18 +01:00
Rob LourensandGitHub 4ba66bf35e Chat API: add 'command' to response history (#205377) 2024-02-16 09:09:04 -07:00
Krzysztof CieślakandGitHub 00124e9e58 Improve inline edit commands' preconditions (#205373)
Improve inline edit commands preconditions
2024-02-16 16:40:34 +01:00
meganrogge 881321da5c fix aria label for terminal response editor 2024-02-16 09:22:53 -06:00
ad35b73352 Inline Edits (#204158)
* implementation of inline edits

---------

Co-authored-by: Krzysztof Cieslak <krzysztof_cieslak@windowslive.com>
Co-authored-by: Andrew Rice <acr31@github.com>
2024-02-16 16:16:05 +01:00
Alex RossandGitHub 45ccdfa1af Revert "Tunnel: Extend port mapping lookup also for querystring (#203908)" (#205370)
This reverts commit 08eda834f9.
2024-02-16 16:14:41 +01:00
meganrogge 705d61ad97 rm todo 2024-02-16 09:02:11 -06:00
meganrogge 559a3413bc add support for issue reporting when terminal agent supports that 2024-02-16 08:57:13 -06:00
Benjamin Christopher SimmondsandGitHub 03510273fc Less hovers with pointers (#205368)
less hovers with pointers
2024-02-16 15:14:45 +01:00
Ladislau SzomoruandGitHub 9aa943b890 Git - toggle diagnostics when git.experimental.inputValidation setting changes (#205355) 2024-02-16 15:06:36 +01:00
Benjamin Christopher SimmondsandGitHub 3fdb0fa6e0 Refactor hover delegate assignments (#205366)
💄
2024-02-16 14:54:39 +01:00
Aiday Marlen KyzyandGitHub d9ef55ae9e Merge pull request #204800 from microsoft/aiday/showingPreviewInMultiDiffEditor
Show multi file diff editor from refactor preview
2024-02-16 14:44:01 +01:00
Ladislau SzomoruandGitHub ae7a786d1b Git - do not invoke post commit commands when calling commit through the git extension api (#205364) 2024-02-16 14:32:31 +01:00
Benjamin PaseroandGitHub a0762a9a5c voice - log success rates for speech and keyword (#205360) 2024-02-16 14:06:19 +01:00
Henning DieterichsandHenning Dieterichs bc7e1fc609 ObservablePromise cleanup 2024-02-16 13:05:04 +01:00
Ladislau SzomoruandGitHub e713ba0fb9 Git - Add context menu to history items (#205359) 2024-02-16 12:48:08 +01:00
Aiday Marlen Kyzy 0fd2b0ce5d inlining the resource and the range 2024-02-16 11:34:48 +01:00
Johannes RiekenandGitHub 05e5d4bb07 fix https://github.com/microsoft/vscode/issues/203373 (#205354) 2024-02-16 11:32:28 +01:00
Henning DieterichsandGitHub 10bc7cabe1 Diff editor code improvements (#205147) 2024-02-16 11:25:10 +01:00
Henning DieterichsandHenning Dieterichs cff1e8e9a7 Removes accessibleDiffViewer dependency to DiffEditorEditors 2024-02-16 11:15:29 +01:00
Aiday Marlen Kyzy ac465646a9 removing the interface for revealData 2024-02-16 11:12:15 +01:00
Aiday Marlen Kyzy 746c6d8b84 adding review changes 2024-02-16 11:03:19 +01:00
Johannes RiekenandGitHub b28c2debc5 fix https://github.com/microsoft/vscode/issues/202232 (#205351) 2024-02-16 11:02:03 +01:00
Ladislau SzomoruandGitHub 0f8cab37f1 Git - add "Hard wrap all lines" code action is there are multiple long lines (#205349)
* Git - add "Hard wrap all lines" code action is there are multiple long lines

* 💄 Moved code around
2024-02-16 10:58:44 +01:00
Johannes RiekenandGitHub 00b91ce10a fix https://github.com/microsoft/vscode/issues/203299 (#205342) 2024-02-16 10:21:57 +01:00
Benjamin Christopher SimmondsandGitHub 133b4e591c Revert custom hover for input boxes (#205337) 2024-02-16 10:07:01 +01:00
Benjamin PaseroandGitHub 10a596e4d0 voice - suspend keyword recognition when focus lost (#205336)
* speech - bind stop keyword detection to window focus

* .

* .

* .
2024-02-16 10:02:00 +01:00
877caad943 debt - make history suspend more explicit (#205181)
* debt - make history suspend more explicit

* added tests

* 💄

---------

Co-authored-by: andreamah <andrea_mah22@hotmail.com>
2024-02-16 09:33:07 +01:00
Bhavya UandGitHub d84c946d27 Support command:toSide in markdown also (#205316) 2024-02-15 17:38:10 -08:00
Rob LourensandGitHub 03aeb95849 Add isSticky to chat agent (#205322) 2024-02-16 02:06:58 +01:00
Peng LyuandGitHub 93307188f0 Fix #205291. (#205313) 2024-02-15 14:47:22 -08:00