ChurchAngular/.vscode/settings.json
2022-09-30 10:53:48 -07:00

12 lines
382 B
JSON

{
"typescript.tsdk": "./node_modules/typescript/lib",
"tslint.enable": false,
"workbench.editor.wrapTabs": true,
"git.decorations.enabled": false,
"workbench.editor.decorations.badges": false,
"workbench.editor.decorations.colors": false,
"vscode_custom_css.imports": [
"file:///C:/VScode/custom.css"
],
"vscode_custom_css.policy": true
}