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
I'm building a tutorial at work which explains how to create and use a 'Prompt with arguments' slash command for code review. However the current UI for input arguments doesn't seem to work well for this use case, since its just a one line form field (OR the terminal output?).
One idea I had to streamline this is to allow passing whatever file(s) is selected as a string to the prompt input.
Or, there might be some better way to solve for this that I am missing?