Bartosz Sokorski
Bartosz Sokorski
could you include command call?
> poetry self uninstall Ok, what were you trying to achieve?
Yeah, this is a known bug in the current CLI parser and the way Poetry implements the `run` command. Try putting `--directory=...` before `run`.
This should now be fixed with recent changes to both `--directory`/`--project` flags and CLI parsing.
Can't reproduce the issue on my end, so it is either a bug that was fixed in the meantime or a user error. Please open a new issue with reproduction...
Drive-by question: if we were to include that in docs, what about other editors? Why should we have a special treatment for VS Code?
Thank you @devkral. Would you have a minute to make a PR?
@vfazio I'd want it to be thread-safe (at the very least, UI/terminal printing should be), since Poetry uses Cleo in threaded jobs. I don't know of an easy way to...
Let's put it this way: if it can be made thread-safe easily, why not do it? In this case the fix seems quite easy to do, so it will be...
So, if I understand that correctly, we would have to generate Lua code for completions, right?