mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"deno.enable": true,
|
|
"editor.formatOnSave": true,
|
|
"deno.import_intellisense_origins": {
|
|
"https://deno.land": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|