fix(.vscode): python.pythonPath deprecated
This commit is contained in:
parent
e7697efd9f
commit
94fa1987d3
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"python.pythonPath": ".venv/bin/python",
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
|
@ -13,9 +13,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"python.analysis.extraPaths": [
|
"python.analysis.extraPaths": [
|
||||||
"./mgba/src/platform/python"
|
"${workspaceFolder}/mgba/src/platform/python",
|
||||||
],
|
],
|
||||||
"conventionalCommits.scopes": [
|
|
||||||
".vscode"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue