fix(.vscode): python.pythonPath deprecated

This commit is contained in:
Laureηt 2022-02-12 14:43:42 +01:00
parent e7697efd9f
commit 94fa1987d3
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -1,5 +1,5 @@
{
"python.pythonPath": ".venv/bin/python",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.linting.enabled": true,
@ -13,9 +13,6 @@
}
},
"python.analysis.extraPaths": [
"./mgba/src/platform/python"
"${workspaceFolder}/mgba/src/platform/python",
],
"conventionalCommits.scopes": [
".vscode"
]
}