We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17984b commit 24fcf98Copy full SHA for 24fcf98
.vscode/settings.json
@@ -8,5 +8,6 @@
8
"sonarlint.connectedMode.project": {
9
"connectionId": "proves-kit",
10
"projectKey": "proveskit_circuitpy_flight_software"
11
- }
+ },
12
+ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
13
}
0 commit comments