11 lines
308 B
JSON
11 lines
308 B
JSON
|
{
|
||
|
"restructuredtext.confPath": "${workspaceFolder}/doc",
|
||
|
"files.watcherExclude": {
|
||
|
"**/.git/objects/**": true,
|
||
|
"**/.git/subtree-cache/**": true,
|
||
|
"**/node_modules/*/**": true,
|
||
|
"**/.eggs/**": true,
|
||
|
"**/.hypothesis/**": true,
|
||
|
"**/.tox/**": true,
|
||
|
}
|
||
|
}
|