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 was archived by the owner on Apr 14, 2022. It is now read-only.
Environment data
Expected behaviour
Assume
${workspaceFolder} = /home/user/workspace
.In .env, setting
PYTHONPATH=${workspaceFolder}/lib
should cause /home/user/workspace/lib to appear in the Python Language Server's search paths (according to https://code.visualstudio.com/docs/python/environments#_variable-substitution)Actual behaviour
Setting
PYTHONPATH=${workspaceFolder}/lib
causes /lib to appear in the Python Language Server's search pathLogs
Code Snippet / Additional lnformation
The folder I have open in VSCode is ~/workspace/ansible-workspace.
~/workspace/ansible-workspace/.vscode/settings.json:
~/workspace/ansible-workspace/ansible.env:
The text was updated successfully, but these errors were encountered: