mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-19 14:28:48 +01:00
15 lines
369 B
JSON
15 lines
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"
|
||
|
}
|
||
|
}
|