Updated settings

This commit is contained in:
Elio Struyf
2021-09-22 10:09:41 +02:00
parent 701c5ccb9e
commit cfd6eb6fb3
3 changed files with 1 additions and 73 deletions

16
.vscode/settings.json vendored
View File

@@ -8,26 +8,10 @@
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"frontMatter.content.folders": [
{
"title": "documentation",
"fsPath": "/Users/eliostruyf/nodejs/vscode/vscode-front-matter/docs/content/docs",
"paths": [
"/Users/eliostruyf/nodejs/vscode/vscode-front-matter/docs/content/docs",
"\\Users\\eliostruyf\\nodejs\\vscode\\vscode-front-matter\\docs\\content\\docs"
]
}
],
"eliostruyf.writingstyleguide.terms.isDisabled": true,
"eliostruyf.writingstyleguide.biasFree.isDisabled": true,
"exportall.config.folderListener": [
"/src/pagesView/state/atom",
"/src/pagesView/state/selectors"
],
"frontMatter.content.pageFolders": [
{
"title": "documentation",
"path": "[[workspace]]/docs/content/docs"
}
]
}