phanpy/.vscode/settings.json
2024-10-21 23:04:33 +00:00

16 lines
No EOL
396 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true,
"src/locales": true,
},
"explorer.fileNesting.patterns": {
"*.jsx": "${capture}.js,${capture}.module.css,${capture}.css",
"*.tsx": "${capture}.ts,${capture}.jsx,${capture}.js,${capture}.module.css,${capture}.css"
}
}