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
This has turned out to be more challenging that I had first hoped -- it's not clear to me how shlex, the parser we use, can be configured to output what we need.
If anybody wants to dig through their documentation and submit a PR, that would be helpful. Basically, the call to util.string_to_args in function parse_text of autocomplete.py is currently stripping quotes, and we need it to preserve them while still properly separating the other args: https://docs.python.org/3/library/shlex.html
Scenario:
"foo bar" project:
, then hit the tab keyfoo bar
have been removedThe text was updated successfully, but these errors were encountered: