Commit Graph

124157 Commits

Author SHA1 Message Date
David Dossett a08070bc8b Add goToSeach, percentage, and sortPercentage to codicons 2024-04-09 16:09:44 -07:00
Megan Rogge 4f8b4052e0 Merge pull request #209965 from microsoft/merogge/view-acc-api-proposal
`accessibilityHelpContent` view API proposal
2024-04-09 15:57:36 -07:00
Rob Lourens 437a79c17e Render publisher with dupe chat participant names (#209983)
* Render publisher with dupe chat participant names

* Use publisher for suggest as well
2024-04-09 15:39:53 -07:00
Aaron Munger 52dc2fd066 save in the extension host for non-remote cases as well (#209988) 2024-04-09 15:30:29 -07:00
Johannes Rieken 9c98056dd7 support AsyncIterator#return inside AsyncIterableObject and AsyncIterableSource (#209971) 2024-04-09 10:35:16 -07:00
Benjamin Christopher Simmonds 6a28cd9073 Fix keybinding configuration and menu service (#209970)
Configure Keybinding: fix when and modify label
2024-04-09 19:08:22 +02:00
Sandeep Somavarapu b7cb65c830 add publisherDisplayName to IExtensionDescription (#209968) 2024-04-09 18:47:25 +02:00
Megan Rogge 70eda4ae8d Merge pull request #209966 from microsoft/merogge/task-build
fix task bug
2024-04-09 09:43:37 -07:00
Daniel Imms 56f76b1aa8 Merge pull request #209960 from microsoft/tyriar/145234_polish
Polish shellIntegration API docs
2024-04-09 09:27:25 -07:00
meganrogge b4c925c4f1 revert changes 2024-04-09 09:23:15 -07:00
meganrogge 7e11b5d794 fix #209953 2024-04-09 09:20:36 -07:00
meganrogge fd871b4ed0 fix grammar 2024-04-09 09:14:05 -07:00
meganrogge e50b076664 wip #209855 2024-04-09 09:12:01 -07:00
Rob Lourens eb736c18c2 Limit chat history to messages with the current participant (#209898)
* Limit chat history to messages with the current participant

* Fix build error

* Fix build for real
2024-04-09 08:56:52 -07:00
Ladislau Szomoru 923c0a87ca SCM - clean-up actions (#209959) 2024-04-09 17:54:26 +02:00
Daniel Imms da612d5f49 Add readonly 2024-04-09 08:46:59 -07:00
Daniel Imms 96b234debf Merge branch 'main' into tyriar/145234_polish 2024-04-09 08:46:08 -07:00
Daniel Imms 100f755ff0 Merge pull request #209958 from microsoft/tyriar/145234_read
Rename shellIntegration API readData -> read
2024-04-09 08:45:55 -07:00
Daniel Imms e37021449b Polish shellIntegration API docs 2024-04-09 08:40:37 -07:00
Daniel Imms 4046b5f688 Update read docs 2024-04-09 08:26:30 -07:00
Daniel Imms 5b178f4bba Merge branch 'main' into tyriar/145234_read 2024-04-09 08:26:05 -07:00
Daniel Imms f3b7aa650d Rename shellIntegration API readData -> read
Part of #145234
2024-04-09 08:25:17 -07:00
Daniel Imms 7c1fa38b4d Merge pull request #209946 from microsoft/tyriar/145234_confidence
Add command line confidence to shellIntegration API
2024-04-09 08:25:15 -07:00
Johannes Rieken 9cc18d71b3 CompareCodeBlock improvements (#209955)
* making vs made changes

* make "Apply Edits" command work with diff based edits
2024-04-09 17:12:29 +02:00
Megan Rogge 44f38ca6a1 Merge pull request #209486 from microsoft/merogge/screen-inline
in screen reader mode, disable inline completions when editor dictation is active
2024-04-09 08:00:47 -07:00
Daniel Imms 37e5596e6a Update src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2024-04-09 08:00:18 -07:00
Daniel Imms 314775df5c Create TerminalShellExecutionStartEvent 2024-04-09 07:51:52 -07:00
Daniel Imms b84bae9e9b Remove todo 2024-04-09 07:47:23 -07:00
Daniel Imms c2c61bee0d Extract command line from buffer, send E before C 2024-04-09 07:44:39 -07:00
meganrogge e444051d02 rm listener 2024-04-09 07:43:57 -07:00
Johannes Rieken ace2b1b336 use provideSampleQuestions to show initial input of inline chat session (#209947)
* use `provideSampleQuestions` to show initial input of inline chat session

* fix test
2024-04-09 16:01:35 +02:00
Logan Ramos 2cc237db15 Add command descriptions (#209950) 2024-04-09 15:47:13 +02:00
Ladislau Szomoru f9554073cc Git - add dedicated commands to view changes (#209942) 2024-04-09 14:33:13 +02:00
Daniel Imms eff40ad18d Add isTrusted prop 2024-04-09 05:32:06 -07:00
Daniel Imms df399ebfac Merge remote-tracking branch 'origin/main' into tyriar/145234_confidence 2024-04-09 05:26:38 -07:00
Daniel Imms 5d77214b3f Merge pull request #209940 from microsoft/tyriar/145234_exitCode
Doc TerminalShellExecutionEndEvent.exitCode
2024-04-09 05:26:15 -07:00
Daniel Imms f4909e054f Implement most of command line confidence API
Part of #145234
2024-04-09 05:25:47 -07:00
Sheetal Nandi b2c4302323 Use vscode watches for tsserver (#193848) 2024-04-09 13:39:34 +02:00
Daniel Imms 8d0ac87c24 Doc TerminalShellExecutionEndEvent.exitCode
Part of #145234
2024-04-09 04:35:42 -07:00
Isidor Nikolic e36423a09c Merge pull request #209933 from microsoft/isidorn/presidential-ferret
update distro
2024-04-09 13:08:12 +02:00
Alex Ross b557947e50 Update grammars (#209932) 2024-04-09 12:20:39 +02:00
Benjamin Christopher Simmonds 3b6c00f5ea Merge pull request #209162 from grgars/grgar/209159
Don't use window.customTitleBarVisibility configuration on web
2024-04-09 12:18:07 +02:00
isidorn 9f772a83fc update distro 2024-04-09 12:11:19 +02:00
Johannes Rieken abb831f432 add IChatModel#initialLocation (#209930)
This represents the location in which chat started, it also comes with `startSession(location)`. Finally, pass the location along when asking for sample questions
2024-04-09 12:02:29 +02:00
Sandeep Somavarapu e2f29f7662 fix #209311 (#209929)
* fix #209311

* fix test
2024-04-09 11:51:24 +02:00
BeniBenj 1c85620127 Change Decription back to normal 2024-04-09 11:22:20 +02:00
Ladislau Szomoru 800d68a6e6 SCM - fix resource icon margin (#209924) 2024-04-09 10:07:23 +02:00
Benjamin Pasero e80ba876cd aux window - try to preserve maximised state (fix #209917) 2024-04-09 09:10:50 +02:00
Benjamin Pasero 633262d86c . 2024-04-09 08:54:41 +02:00
Benjamin Pasero 8d4ab8dbf5 . 2024-04-09 08:47:41 +02:00