The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

.vscode/settings: updates

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 24a043ed 0a823ebd

+3 -3
+3 -3
.vscode/settings.json
··· 2 2 "[markdown]": { 3 3 "editor.wordWrap": "wordWrapColumn", 4 4 "editor.wordWrapColumn": 80, 5 - "editor.wordBasedSuggestions": false 5 + "editor.wordBasedSuggestions": "off" 6 6 }, 7 7 "[mdx]": { 8 8 "editor.wordWrap": "wordWrapColumn", 9 9 "editor.wordWrapColumn": 80, 10 - "editor.wordBasedSuggestions": false 10 + "editor.wordBasedSuggestions": "off" 11 11 }, 12 12 "[nunjucks]": { 13 13 "editor.wordWrap": "wordWrapColumn", 14 14 "editor.wordWrapColumn": 80, 15 - "editor.wordBasedSuggestions": false 15 + "editor.wordBasedSuggestions": "off" 16 16 }, 17 17 "deno.enable": true, 18 18 "deno.lint": true,