13 lines
308 B
JSON
13 lines
308 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/node_modules": true
|
|
},
|
|
"npm.packageManager": "yarn",
|
|
"workbench.editor.highlightModifiedTabs": true
|
|
} |