We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b158a3 commit a54cd79Copy full SHA for a54cd79
settings/Machine/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "python.defaultInterpreterPath": "/home/coder/local/bin/conda/envs/basesspcloud/bin/python"
3
+}
settings.json settings/User/settings.jsonsettings.json renamed to settings/User/settings.json
@@ -3,8 +3,6 @@
"security.workspace.trust.enabled": false,
4
"security.workspace.trust.startupPrompt": "never",
5
"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",
8
"python.linting.flake8Enabled": true,
9
"python.testing.pytestEnabled": true
10
}
0 commit comments