IHNMAYIML/.vscode/settings.json

12 lines
266 B
JSON
Raw Permalink Normal View History

2024-08-05 15:18:15 +03:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"hide-files.files": [],
"python.analysis.typeCheckingMode": "basic"
2024-08-05 15:18:15 +03:00
}