Skip to content

Commit 24fcf98

Browse files
authored
Force interpreter (#286)
1 parent d17984b commit 24fcf98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"sonarlint.connectedMode.project": {
99
"connectionId": "proves-kit",
1010
"projectKey": "proveskit_circuitpy_flight_software"
11-
}
11+
},
12+
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
1213
}

0 commit comments

Comments
 (0)