Replies: 2 comments 2 replies
-
Can you elaborate a little on what you're trying to do? Poetry is there mostly for installing dependencies and managing the virtual environment (virtualenv). VS Code should work with virtualenv, but you need to make sure poetry makes the venv accessible to VS Code with the following: poetry config virtualenvs.in-project true ^^^ Running that will put the venv within the project dir, which VS Code will pick up. See https://python-poetry.org/docs/configuration/#virtualenvsin-project for details. |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for your reply. Thanks Again. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm having problems debugging the code in vs-code, I followed several guides on how to run poetry in debug from vscode and none worked for me. does anyone work with vscode ? if yes, can you please share the lunch.json? thanks!
Beta Was this translation helpful? Give feedback.
All reactions