Skip to content

Commit

Permalink
BUG: VSCode uses wrong value for Python path in terminal (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ant0nsc committed May 25, 2022
1 parent 33a1306 commit 3f8d9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions himl-projects.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.env.windows": {
"PYTHONPATH": "${workspaceFolder}/hi-ml/src;${workspaceFolder}/hi-ml-azure/src;${workspaceFolder}/hi-ml-histopathology/src"
"PYTHONPATH": "${workspaceFolder:hi-ml-azure}/src;${workspaceFolder:hi-ml}/src;${workspaceFolder:hi-ml-histopathology}/src"
},
"terminal.integrated.env.linux": {
"PYTHONPATH": "${workspaceFolder}/hi-ml/src:${workspaceFolder}/hi-ml-azure/src:${workspaceFolder}/hi-ml-histopathology/src"
"PYTHONPATH": "${workspaceFolder:hi-ml-azure}/src:${workspaceFolder:hi-ml}/src:${workspaceFolder:hi-ml-histopathology}/src"
},
"workbench.colorCustomizations": {
"activityBar.background": "#135511",
Expand Down

0 comments on commit 3f8d9fe

Please sign in to comment.