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
Original #2775 only pass exe, which is arg[minIndex].
arg from minIndex + 1 to -1 are ignored.
For example, when arg from -3 to 2 is
/the/path/of/bootstrap -e XXX lua-language-server --check .
It will only pass
/the/path/of/bootstrap lua-language-server --check .
0 commit comments