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
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
I have a problem with the plugin, after the installation, if I launch poetry add <newpackage> the package will be installed but the pyproject.toml will not register the change in the file.
Also If I launched another package installation with poetry add <second_new_package poetry remove the old <newpackage> with all the dependencies.
I think this problem it's related to some pyproject configuration in the plugin, like this open issue in Poetry project: python-poetry/poetry#7230
Poetry version: Poetry (version 1.5.1)
Python version: Python: 3.9.16
OS version and name: macOS 13.4.1 ARM
Has anyone experienced the same problem?
The text was updated successfully, but these errors were encountered:
Hi all!
I have a problem with the plugin, after the installation, if I launch
poetry add <newpackage>
the package will be installed but thepyproject.toml
will not register the change in the file.Also If I launched another package installation with
poetry add <second_new_package
poetry remove the old<newpackage>
with all the dependencies.I think this problem it's related to some pyproject configuration in the plugin, like this open issue in Poetry project: python-poetry/poetry#7230
Has anyone experienced the same problem?
The text was updated successfully, but these errors were encountered: