mirror of
https://github.com/standardnotes/server.git
synced 2026-01-16 23:01:05 +00:00
11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"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
|
|
}
|