Closed miguelrk closed 9 months ago
Adds markdown, json and jsonc to be formatted with denoland.vscode-deno. For a list of supported languages see https://docs.deno.com/runtime/manual/tools/formatter.
denoland.vscode-deno
This resolves an issue where user's vscode settings would cause deno fmt --check to fail when e.g. deno.json was formatted by something other than deno.
deno fmt --check
deno.json
Adds markdown, json and jsonc to be formatted with
denoland.vscode-deno
. For a list of supported languages see https://docs.deno.com/runtime/manual/tools/formatter.This resolves an issue where user's vscode settings would cause
deno fmt --check
to fail when e.g.deno.json
was formatted by something other than deno.