Fixed VS Code settings file

This commit is contained in:
Riccardo Ferretti
2021-12-22 23:11:19 +01:00
parent f613e1b9e2
commit 4fd573b9e4

View File

@@ -26,7 +26,7 @@
"editor.tabSize": 2,
"jest.autoRun": "off",
"jest.rootPath": "packages/foam-vscode",
"jest.jestCommandLine": "yarn jest"
"jest.jestCommandLine": "yarn jest",
"gitdoc.enabled": false,
"search.mode": "reuseEditor"
}