The code and data behind xeiaso.net
5
fork

Configure Feed

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

.vscode: enable Deno support

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

Xe Iaso 6c735530 0a1e063e

+3
+3
.vscode/settings.json
··· 9 9 "editor.wordWrapColumn": 80, 10 10 "editor.wordBasedSuggestions": false 11 11 }, 12 + "deno.enable": true, 13 + "deno.lint": true, 14 + "deno.unstable": true, 12 15 }