mirror of
https://git.elrant.team/irisnk/IHNMAYIML.git
synced 2024-12-04 14:26:30 +03:00
12 lines
No EOL
266 B
JSON
12 lines
No EOL
266 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true
|
|
},
|
|
"hide-files.files": [],
|
|
"python.analysis.typeCheckingMode": "basic"
|
|
} |