1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 06:53:00 +00:00

VSCode settings.json

This commit is contained in:
Jörn-Michael Miehe 2022-07-18 14:13:18 +00:00
parent 4536b9fea3
commit 72f7da75f8

13
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"git.closeDiffOnOperation": true
}