We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb78b32 commit 8f93696Copy full SHA for 8f93696
.vscode/settings.json
@@ -4,5 +4,6 @@
4
},
5
"java.compile.nullAnalysis.mode": "automatic",
6
"python-envs.defaultEnvManager": "ms-python.python:venv",
7
- "java.configuration.updateBuildConfiguration": "interactive"
+ "java.configuration.updateBuildConfiguration": "interactive",
8
+ "python.defaultInterpreterPath": "/home/omena0/Github/PyJavaBridge/.venv/bin/python"
9
}
0 commit comments