standardnotes-server/.vscode/settings.json

12 lines
313 B
JSON
Raw Normal View History

2022-06-22 10:33:00 +00:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
2023-01-25 14:21:13 +00:00
"typescript.enablePromptUseWorkspaceTsdk": true,
"terraform.languageServer.enable": false
2022-06-22 10:33:00 +00:00
}