-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extensioninfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Problem
I expect to be able to import from modules with subdirectories of the vscode workplaceFolder.
If I try to append to PYTHONPATH using the environment file: ${workspaceFolder}/.env, I get an empty reference to PYTHONPATH within that file. I therefore cannot add the path to my modules to PYTHONPATH from ${workspaceFolder}/.env
I do not want to hard-code a manipulation of the environment into my python source.
This may be an interaction complexity between vscode and conda virtual environments
Files to recreate the environment, and further documentation are in the public github repository https://github.com/pjgoodall/test_vscode_env
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extensioninfo-neededIssue requires more information from posterIssue requires more information from poster