You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
Sanity checks
git checkout
is missing options ingit
completion spec). If your issue is more general, please create your issue here: withfig/figWhat CLI tool does this relate to?
git
Which statement makes the most sense?
There is a bug with this completion spec
Issue Details
git commit
and request completions, I expect to seeorigin/branch_name
for example.autocomplete/src/git.ts
Lines 92 to 96 in 7828841
These changes allow that to show up in the completions list:
https://github.com/microsoft/vscode/pull/241675/files
I'm wondering if you are open to this contribution.
The text was updated successfully, but these errors were encountered: