Commit Graph

25 Commits

Author SHA1 Message Date
Daniel Imms
9e00493a2d Remove finalized terminal completions proposal from package.json 2025-10-31 02:49:40 -07:00
Dmitriy Vasyura
900c09271d Add back descriptions, remove settings fetch since it had no effect. 2025-10-20 11:28:09 -07:00
Matt Bierner
98b069c041 Work towards getting isolated built-in extension compiles
For #271167

This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
Copilot
efdc6b1042 Add package.json contribution for terminal completion provider descriptions (#270597) 2025-10-09 16:02:28 -04:00
Daniel Imms
f9059d5a79 Don't refresh cached globals automatically
Fixes #259343
Fixes #256746
2025-08-03 05:15:19 -07:00
Megan Rogge
48409cb254 use onTerminalShellIntegration for terminal suggest activation (#252329) 2025-07-08 16:17:14 -07:00
Anthony Kim
7e4e3c3732 remove shell type api from terminal suggest proposal (#244004) 2025-03-19 16:14:21 +01:00
Megan Rogge
8bbbc45f4f add builtin fish arg/description/documentation to suggestion (#243271) 2025-03-13 22:28:50 +00:00
Megan Rogge
edac0c5a27 ensure spec commands show up before misc ones (#240724)
fix #239977
2025-02-19 02:58:47 +01:00
Megan Rogge
6dbde2a3ed leverage Fig's shell parser, add git spec (#240001)
Co-authored-by: Daniel Imms <Tyriar@users.noreply.github.com>
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2025-02-08 15:40:33 +00:00
Megan Rogge
7f434da1e8 Revert "rm webpack config from terminal-suggest" (#238981)
Revert "rm webpack config from terminal-suggest (#238874)"

This reverts commit b54c554bb2.
2025-01-28 17:30:46 +01:00
Megan Rogge
b54c554bb2 rm webpack config from terminal-suggest (#238874) 2025-01-27 13:21:15 -06:00
Megan Rogge
29d525c1d3 use terminalShellType for terminal suggest (#238381) 2025-01-23 16:11:23 -06:00
Daniel Imms
7bfaf73501 Use terminal shell env when resolving commands in path (#237588)
---------

Co-authored-by: Daniel Imms <Tyriar@users.noreply.github.com>
Co-authored-by: Anthony Kim <62267334+anthonykim1@users.noreply.github.com>
2025-01-10 15:05:34 +01:00
Megan Rogge
8eb7fac565 add tests for terminal suggest widget, fix some bugs (#234445) 2024-11-24 10:38:19 -05:00
Megan Rogge
b39196bad8 rm dependencies 2024-11-18 16:06:10 -05:00
Megan Rogge
42e05e92aa get icon to show up 2024-11-18 12:29:26 -05:00
Megan Rogge
03d10c89ed fix third party notices to align with others 2024-11-18 12:14:38 -05:00
Megan Rogge
c3f2f14448 rm a bunch of dependencies 2024-11-18 11:59:04 -05:00
Megan Rogge
7650be269b move back to commonJS so oss runs again 2024-11-14 12:12:39 -06:00
Megan Rogge
35bfab3aff add onTerminalCompletionsRequested activation event 2024-11-13 12:13:58 -06:00
meganrogge
0f6736f1be get cd to show up 2024-09-19 15:36:05 -07:00
meganrogge
7d77a051ea update names, read me 2024-09-17 17:17:58 -07:00
meganrogge
6d3e7dd296 get it to work 2024-09-17 16:37:27 -07:00
meganrogge
dffafc6042 start work 2024-09-17 12:46:46 -07:00