Commit Graph

29 Commits

Author SHA1 Message Date
Matt Bierner
08535d9c5e Fix terminal-suggest extension icon
Same root cause as #299396 but only caused the icon to be missing so not critical
2026-03-04 23:13:55 -08:00
Matt Bierner
2648263d3e Run our build scripts directly as typescript (#277567)
* Run our build scripts directly as typescript #277567

Follow up on #276864
For #277526

* Remove a few more ts-node references

* Fix linux and script reference

* Remove `_build-script` ref

* Fix script missing closing quote

* use type only import

* Fix export

* Make sure to run copy-policy-dto

* Make sure we run the copy-policy-dto script

* Enable `verbatimModuleSyntax`

* Pipelines fixes

* Try adding explicit ext to path

* Fix bad edit

* Revert extra `--`

---------

Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2025-11-21 14:56:00 +01:00
Megan Rogge
6293b5452c undo finalization of terminal completion provider API (#276174)
addresses #276142 in main
2025-11-07 13:05:48 -08:00
Megan Rogge
f18faf63f2 use extension identifier for terminal suggest id (#275635) 2025-11-05 10:34:59 -08:00
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