17 строки
501 B
JSON
17 строки
501 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.testing.pytestArgs": [
|
|
"Tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.background": "#07338b",
|
|
"titleBar.activeBackground": "#07338b",
|
|
"titleBar.activeForeground": "#F8FCE5"
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.insertFinalNewline": true,
|
|
}
|