phanpy/.vscode/settings.json

15 lines
369 B
JSON
Raw Normal View History

2024-10-22 00:37:38 +02:00
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": 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"
}
}