Skip to content

Commit a54cd79

Browse files
committed
fix paths
1 parent 4b158a3 commit a54cd79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

settings/Machine/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.defaultInterpreterPath": "/home/coder/local/bin/conda/envs/basesspcloud/bin/python"
3+
}

settings.json renamed to settings/User/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"security.workspace.trust.enabled": false,
44
"security.workspace.trust.startupPrompt": "never",
55
"terminal.integrated.inheritEnv": false,
6-
"python.pythonPath": "/home/coder/local/bin/conda/envs/basesspcloud/bin/python",
7-
"python.defaultInterpreterPath": "/home/coder/local/bin/conda/envs/basesspcloud/bin/python",
86
"python.linting.flake8Enabled": true,
97
"python.testing.pytestEnabled": true
108
}

0 commit comments

Comments
 (0)