dockerfile/examples/standardnotes/official-src/server-main/.vscode/settings.json

12 lines
313 B
JSON
Raw Normal View History

2024-03-15 14:52:38 +08:00
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"terraform.languageServer.enable": false
}