mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
9 lines
208 B
JSON
9 lines
208 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": true,
|
|
"editor.defaultFormatter": "denoland.vscode-deno",
|
|
"path-intellisense.extensionOnImport": true,
|
|
"files.associations": {
|
|
".goosehints": "markdown"
|
|
}
|
|
}
|