style(.vscode): autoformating
This commit is contained in:
parent
4e3e2f6fa2
commit
d35c061ffb
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -13,6 +13,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"python.analysis.extraPaths": [
|
"python.analysis.extraPaths": [
|
||||||
"./mgba/src/platform/python/build/lib.linux-x86_64-3.9/mgba"
|
"./mgba/src/platform/python"
|
||||||
|
],
|
||||||
|
"conventionalCommits.scopes": [
|
||||||
|
".vscode"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue