Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 5ff3ac1084 first pass of renaming 2024-02-12 10:34:25 -06:00
Aiday Marlen Kyzy 4f727cb985 polishing the code 2024-02-12 17:29:32 +01:00
Aiday Marlen KyzyandGitHub 61219ae8f6 Merge pull request #205007 from microsoft/aiday/renaming
Renaming `getTextFromPositio` to `substringPos`
2024-02-12 17:10:30 +01:00
c2df354c9f chore: update vscode known variables (#204568)
Co-authored-by: ermin.zem <ermin.zem@alibaba-inc.com>
2024-02-12 16:01:52 +00:00
Megan RoggeandGitHub 258e22ea12 audio cue setting migration (#203827) 2024-02-12 16:59:47 +01:00
Aiday Marlen Kyzy 9cc555d28b renaming method 2024-02-12 16:02:20 +01:00
Sandeep SomavarapuandGitHub 7c15c66607 Merge pull request #205004 from xavierdecoster/patch-1
Update comment in extensionGalleryService.ts
2024-02-12 07:02:04 -08:00
Aiday Marlen KyzyandGitHub b76d7d6b60 Merge pull request #204846 from microsoft/aiday/bugInGetEditsGeneration
Fixing incorrect edit generation in `_getEdits`
2024-02-12 16:00:28 +01:00
Ulugbek Abdullaev b3fc17d24a update vscode-distro hash 2024-02-12 15:59:09 +01:00
Johannes RiekenandGitHub 7932adc68c api - remove old ChatAgentFileTree and ChatAgentFileTreeData (#205002) 2024-02-12 15:56:02 +01:00
Aiday Marlen Kyzy 23704c7fa5 using instead scrollTo method 2024-02-12 15:51:28 +01:00
Xavier DecosterandGitHub 5cfd0d5a41 Update comment in extensionGalleryService.ts
See GH issue #205003
2024-02-12 15:46:32 +01:00
Johannes RiekenandGitHub b2d46084e9 api - remove vscode.ChatMessage#name (#204993)
https://github.com/microsoft/vscode/issues/199908
2024-02-12 15:32:14 +01:00
Johannes RiekenandGitHub 4eb07edec2 api - change history into turns (#204992)
https://github.com/microsoft/vscode/issues/199908
2024-02-12 15:20:58 +01:00
Aiday Marlen Kyzy b31cef9e2c placing separators with the lines themselves 2024-02-12 14:55:26 +01:00
Benjamin PaseroandGitHub 4880056930 aux window - reduce $window usage (#204991) 2024-02-12 14:53:36 +01:00
Aiday Marlen KyzyandGitHub 903b068e32 Merge pull request #204986 from microsoft/aiday/checkMarkerControllerDefined
Check marker controller is defined
2024-02-12 14:22:06 +01:00
Aiday Marlen Kyzy 55b3ca6757 adding check that the marker controller is defined before ppending an action 2024-02-12 13:09:59 +01:00
Aiday Marlen Kyzy e37a23a9e4 defining now the subtract positions method and using it 2024-02-12 12:56:23 +01:00
Johannes RiekenandGitHub 96bc006c92 api - refine ChatAgentRequest to have the prompt as-is and include metadata about variables (#204980) 2024-02-12 12:33:15 +01:00
Benjamin PaseroandGitHub 3f52e5efd6 Multi diff editor: implement focus and hasFocus (#204076) (#204970) 2024-02-12 12:31:57 +01:00
Aiday Marlen Kyzy 6992cbb90f adding function splitLinesIncludeSeparators 2024-02-12 11:34:21 +01:00
Benjamin PaseroandGitHub 420099cb09 code 💄 (#204967) 2024-02-12 10:55:48 +01:00
Aiday Marlen Kyzy c7335f45ec fixing failing tests 2024-02-12 09:31:33 +01:00
RoboandGitHub 983a3bc0ae chore: bump electron@27.3.2 (#204960)
* chore: bump electron@27.3.2

* chore: bump distro
2024-02-12 06:42:48 +01:00
rebornix deadef1f3c Fix accept execption blocking dismiss 2024-02-11 21:15:00 -08:00
rebornix fea743c7cf Handle chat widget resize properly and handle follow up index. 2024-02-11 21:12:01 -08:00
Benjamin PaseroandBenjamin Pasero 01f46bb535 Go Back and Go Forward don't work sometimes (fix #204359) 2024-02-11 17:33:59 +01:00
Benjamin PaseroandBenjamin Pasero a36fce7bd7 voice - use startsWith 2024-02-11 17:33:59 +01:00
Ladislau SzomoruandGitHub c19383a66d Git - add file decoration provider for incoming changes (#204919)
* Initial implementation of a file decoration provider and quick diff provider

* Refactor file decoration provider

* Add incomingChanges to history provider

* Move decoration provider

* Move things around

* Add separate color for renamed incoming change

* Remove include that is not needed
2024-02-11 07:39:43 +01:00
Aaron MungerandGitHub 2aae82a102 Include extension ID in variable item context (#204879)
* remove broken precondition

* include extension ID in context
2024-02-10 14:00:35 -08:00
Rob LourensandGitHub b2f1748501 Rename "subcommand" to "command" (#204911)
* Rename "subcommand" to "command"

* Fix build
2024-02-10 13:58:18 -08:00
Rob LourensandGitHub 28cc5986c2 Properly cancel provideFollowups request (#204909)
And don't block the request on followups completing
2024-02-10 20:47:40 +01:00
Rob LourensandGitHub b49c1c1170 Add ChatAgentResult2#metadata (#204851)
* Support serializable metadata on 'result' object from chat agent

* Fix 'errorDetails' on the VM

* Fix acceptAction, get rid of generic parameter on ChatAgent

* Use result metadata for followups

* Use serialized result for history

* Don't share metadata between agents

* Add a test for result metadata

* Fix build
2024-02-10 05:40:01 -08:00
Tyler James LeonhardtandGitHub 56c54e7fef Trim camelCase filter instead of returning null (#204885)
Fixes https://github.com/microsoft/vscode/issues/204757
2024-02-09 19:46:02 -08:00
rebornix 4be946d5d9 Update slash commands 2024-02-09 17:56:44 -08:00
rebornix 75b82a187f Handle all chat actions with the new floating widget. 2024-02-09 17:35:00 -08:00
rebornix 0ca2dbb4ea Adopt view zone api for notebook cell chat 2024-02-09 16:47:29 -08:00
Tyler James LeonhardtandGitHub f140bf6309 Render icons in the default description & detail hovers (#204882)
Fixes https://github.com/microsoft/vscode/issues/204818
2024-02-10 01:24:20 +01:00
Tyler James LeonhardtandGitHub 559785c711 Better wording of Trusted Extension tooltip (#204875)
ref https://github.com/microsoft/vscode/pull/204785#issuecomment-1935612459
2024-02-10 00:40:36 +01:00
Tyler James LeonhardtandGitHub ca858e1da3 Check for newline instead of an arbitrary length for showing hover hint (#204873)
This should show the hint less in scenarios where we don't need it.
2024-02-10 00:26:23 +01:00
Tyler James LeonhardtandGitHub 2fa5c6538e Bump distro (#204868) 2024-02-09 23:29:21 +01:00
Tyler James LeonhardtandGitHub e06f8b6d5e Fix #204820 (#204867)
This shouldn't have returned undefined.

Fixes #204820
2024-02-09 23:19:26 +01:00
Aaron MungerandGitHub 3883134f53 correctly assign context to the tree view items (#204856) 2024-02-09 12:58:02 -08:00
Tyler James LeonhardtandGitHub f10f059a54 Leverage AuthenticationProviders for gating Language Model Access (#204859)
* Leverage AuthenticationProviders for gating Language Model Access

Since we already have the Auth Stack which has a concept of "Managing Trusted Extensions" we can initially use that for gating Language Model Access so that when an extension asks for Language Model Access, they have to see a dialog first.

* Support multiple models and create AuthProviders on Core side
2024-02-09 13:19:16 -07:00
Ladislau SzomoruandGitHub c9215c87ba Git - fix commit action button when detached/rebase (#204857) 2024-02-09 21:02:24 +01:00
Benjamin PaseroandGitHub 2697c604f3 voice - improve phrase detection (#204855) 2024-02-09 20:34:21 +01:00
Connor PeetandGitHub f192601cda testing: fix single new child not appearing (#204850)
* testing: fix single new child not appearing

Fixes #204805

* add test case
2024-02-09 20:21:18 +01:00
Daniel Imms a8cda8716f Fix command name 2024-02-09 11:10:25 -08:00
Daniel Imms 2611151ba8 Add wip make request button 2024-02-09 11:10:10 -08:00