poetry.el
poetry.el copied to clipboard
Refresh workspace after poetry-add or poetry-remove on lsp-mode
Hi, thanks for maintaining this package!
I'm an lsp-mode
user and the snippet provided by @jidicula works great to determine the correct virtual env.
But when a dependency is added or removed you have to manually execute lsp-workspace-restart
so the library changes are available to the project.
Is it possible to execute this command after every poetry-add
or poetry-remove
if LSP-mode is used?
Thanks!