mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 04:56:22 +01:00
15 lines
No EOL
369 B
JSON
15 lines
No EOL
369 B
JSON
{
|
|
"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"
|
|
}
|
|
} |