I want to select my project's python interpreter as poetry environment in Codespaces. By the way I connect codespaces with my local VSCode. I can see and select interpreter from poetry via command palette.
However it doesn't seem to work, since the imports are undefined for VSCode.
I can use poetry environment with VSCode, when I work local and start VSCode in poetry shell with the command code .
but I can't use this, since it is a remote development environment.
Choose Disable