Commit Graph

373 Commits

Author SHA1 Message Date
Benjamin Pasero
7ce94dd09a Code chat - add option to maximize the chat panel (fix #253306) 2025-07-03 12:35:12 +02:00
Benjamin Pasero
25cc496bf7 Code chat help doesn't tell me what modes I can use (fix #253380) (#253568) 2025-07-02 08:58:52 +02:00
Daniel Imms
6a9fe8798a Fix chat fig completions tests 2025-07-01 07:35:54 -07:00
Daniel Imms
73f57748bc Fix compile issue 2025-07-01 04:18:27 -07:00
copilot-swe-agent[bot]
029d601d2e Add chat subcommand to help section for complete integration
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com>
2025-06-30 17:31:36 +00:00
copilot-swe-agent[bot]
cbf326419e Add chat subcommand to Fig completion spec
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com>
2025-06-30 17:25:35 +00:00
Daniel Imms
4996629093 Fix test expectations 2025-06-25 07:03:16 -07:00
Daniel Imms
c9015eb159 Update fig specs
Fixes #252314
2025-06-24 12:01:34 -07:00
Megan Rogge
2e763a8c7b cache builtin commands for shells to decrease terminal completion latency (#252232) 2025-06-23 18:18:27 -04:00
Megan Rogge
4d25f6a7d0 make fig spec consistent with current code CLI (#251945) 2025-06-19 21:12:14 +00:00
Megan Rogge
1ee09e98f0 support showing symlimk details in terminal suggest (#251296) 2025-06-13 17:36:29 +00:00
Daniel Imms
2f7cd441c0 Don't revive URI before sending from ext to main
Fixes #235331
2025-06-12 12:58:58 -07:00
Megan Rogge
d1d6762ca8 support builtin commands for git bash (#251216)
fix #248558
2025-06-11 19:24:01 +02:00
Megan Rogge
defae8c9c0 provide proper URIs for remotes so suggest works for those envs (#251129)
fix wsl suggestions
2025-06-11 17:44:31 +02:00
Megan Rogge
b1cd91be02 de-dupe terminal suggest commands for which there are specs (#251142)
fix #244918
2025-06-10 14:18:20 -07:00
Megan Rogge
9641957a60 add multi-command support for terminal suggest (#250910) 2025-06-10 19:18:45 +00:00
Megan Rogge
f67bdfd6f6 fix git bash suggestions (#248556)
fix #245843
2025-05-09 22:57:23 +02:00
Megan Rogge
81a81aae0d fallback to shell integration cwd if no cwd is resolved based on prefix (#247896) 2025-04-30 16:15:50 -07:00
Megan Rogge
42ad05b4f7 tweak shell type (#246735)
fix #246733
2025-04-16 08:49:03 -07:00
Megan Rogge
fda688b587 fix suggest for git-bash (#246646)
fix #245843
2025-04-15 11:05:54 -07:00
Megan Rogge
2958ac85da add code-tunnel tests (#245167) 2025-03-31 23:09:30 +02:00
Megan Rogge
d0cfc898e8 ensure spec descriptions come through (#245159) 2025-03-31 16:35:06 -04:00
Megan Rogge
b14084a1ce update code-tunnel spec description (#245156)
fix #244922
2025-03-31 20:04:44 +02:00
Megan Rogge
2530e65fff add cgmanifest.json to vscodeignore for terminal suggest (#245154)
fix #243973
2025-03-31 19:59:34 +02:00
Megan Rogge
1257aae1d2 fix tunnel spec issues (#244769) 2025-03-26 18:31:08 +00:00
Megan Rogge
725c5f705a apply existing label, doc, and detail to inline completion (#244490) 2025-03-24 22:21:17 +00:00
Megan Rogge
cce23e3aaa on bin change, update terminal suggest path executable cache (#244310) 2025-03-24 21:19:03 +00:00
Megan Rogge
2b94f42121 align the look of paths for executables/specs in terminal completions (#244298)
fix #242191
2025-03-21 14:00:33 -07:00
Megan Rogge
b6fe17c848 add kind for specs so icon is correct (#244301)
fix #244300
2025-03-21 13:59:53 -07:00
Megan Rogge
d6d5803357 add remaining tunnel subcommands (#244179) 2025-03-20 22:19:57 +00:00
Megan Rogge
19d8b85423 add terminal suggest folders to vscodeignore (#244172)
fix #243973
2025-03-20 14:13:39 -07:00
Anthony Kim
7e4e3c3732 remove shell type api from terminal suggest proposal (#244004) 2025-03-19 16:14:21 +01:00
Megan Rogge
312fed7118 add code-tunnel suggestion spec (#243809) 2025-03-19 00:17:38 +00:00
Daniel Imms
f9c6ef598f Adjust test expectations to include detail 2025-03-17 12:30:15 -07:00
Daniel Imms
5261445258 Merge remote-tracking branch 'origin/main' into tyriar/241970 2025-03-17 11:53:51 -07:00
Anthony Kim
bf36be9c61 Finalize Shell API (#243274)
* Adopt terminal suggest to shell api change

* Internally bring string enum for terminal suggest to prevent Typos

* Better word description under api description

* Remove shell proposed api against vscode.d.ts

* Update `shell` description after looking at feedbacks.

* Update docs

* Change to a Map<TerminalShellTye, string[]>

* One last typo

---------

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-03-15 15:28:19 -07:00
Daniel Imms
ec8da3f5d0 Add argument with optional indicator to right of label
Fixes #241970
2025-03-15 04:21:26 -07:00
Megan Rogge
da8479d178 timeout if terminal completion provider takes too long (#243487)
fix #243355
2025-03-14 19:53:07 +00:00
Megan Rogge
8bbbc45f4f add builtin fish arg/description/documentation to suggestion (#243271) 2025-03-13 22:28:50 +00:00
Daniel Imms
d9b76ec948 Fix extension host locking up when using terminal suggest 2025-03-11 13:35:18 -07:00
Megan Rogge
393f929eff add getInstalledExtensions generators (#242704) 2025-03-10 20:48:00 +00:00
Daniel Imms
4c1fe96dde Fix git aliases not completing
Fixes #240374
2025-03-10 06:15:49 -07:00
Daniel Imms
6c1afa4f7d Remove compile workarounds in upstream specs
Part of #242795
2025-03-08 06:51:01 -08:00
Daniel Imms
e98b8e124e Remove tsconfig changes and amend specs 2025-03-06 05:21:21 -08:00
Daniel Imms
4215782c25 Fix indentation mapping 2025-03-06 04:31:53 -08:00
Daniel Imms
2c3b007405 Move all upstream fig spec modifications into scripts
Part of #242798
2025-03-06 04:25:33 -08:00
Megan Rogge
0b257aaeb4 add --locate-shell-integration-path to code spec with suggestions (#242708)
fix #242467
2025-03-05 18:41:09 +00:00
Megan Rogge
bfafb935b2 Merge pull request #242585 from microsoft/embarrassing-snail
ensure alias value is used for spec when generating completions
2025-03-05 15:41:49 +01:00
Megan Rogge
04a1f0815a get aliases via login shell for mac (#242588)
fixes #241824
2025-03-04 11:16:49 -08:00
Daniel Imms
82519eb1c9 Merge pull request #242208 from microsoft/merogge/update-comment
update comment
2025-03-03 15:02:27 -08:00