14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"git.detectSubmodules": false,
|
|
"cSpell.words": [
|
|
"msaa",
|
|
"vsync"
|
|
],
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/*/**": true,
|
|
"**/.hg/store/**": true,
|
|
"**/target/**": true,
|
|
}
|
|
} |