11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"deno.enable": true,
|
|
"deno.importMap": "import_map.json",
|
|
"deno.config": "deno.jsonc",
|
|
"deno.unstable": true,
|
|
"[markdown]": {
|
|
"editor.formatOnSave": false
|
|
}
|
|
}
|