supermemory/.vscode/settings.json
2024-07-25 17:35:15 -05:00

7 lines
130 B
JSON

{
"css.validate": false,
"editor.quickSuggestions": {
"strings": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}