mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-15 12:36:30 +01:00
16 lines
No EOL
396 B
JSON
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"
|
|
}
|
|
} |