Commit Graph
118490 Commits
Author SHA1 Message Date
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
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
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
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
Bhavya UandGitHub a6f0b5cda3 Getting Started Accessibility fixes (#204848) 2024-02-09 19:46:38 +01:00
Andrea MahandGitHub a2f2e5e2c3 fix findFiles useIgnoreFiles (#204845) 2024-02-09 18:51:56 +01:00
Aiday Marlen Kyzy 92143ea2dd adding one more test 2024-02-09 18:40:01 +01:00
Aiday Marlen Kyzy bb78bb1d39 removing some logs 2024-02-09 18:37:19 +01:00
Aiday Marlen Kyzy 8220518134 fixing bug in get edits generation 2024-02-09 18:35:14 +01:00
Benjamin PaseroandGitHub d06f94f18e Async queue timeout (fix #204772) (#204842) 2024-02-09 18:06:07 +01:00
Benjamin PaseroandGitHub e54b7bc9d7 Voice: support prompts, like @workSpace or /explain (#201220) (#204795) 2024-02-09 17:46:08 +01:00
Benjamin Pasero 7bde02eb59 . 2024-02-09 17:31:29 +01:00
Johannes RiekenandGitHub 7a54628f38 Move old content API types out (#204839)
* api - move old content/progress API types out

https://github.com/microsoft/vscode/issues/199908

* update docs
2024-02-09 17:00:54 +01:00
Benjamin Pasero b59e74c076 . 2024-02-09 16:47:48 +01:00
Benjamin Christopher SimmondsandGitHub 5b8fe0ed3e Fix smoke test (#204836)
fix smoke test
2024-02-09 16:47:22 +01:00
Johannes RiekenandGitHub 5c3082d584 remove N-1 compatibility trick (#204833) 2024-02-09 16:40:42 +01:00
Benjamin Pasero d1f8fbceee . 2024-02-09 16:40:33 +01:00
Benjamin Pasero bac6edbb55 . 2024-02-09 16:37:25 +01:00
Benjamin Pasero c8d9a52cc6 . 2024-02-09 15:26:44 +01:00
Aiday Marlen KyzyandHenning Dieterichs 80ef615f0b adding readonly 2024-02-09 15:09:08 +01:00