Closed galiazzi closed 4 months ago
I was using deno extension to formatting files with this config in settings.json:
settings.json
{ "deno.enable": false, "[javascript][json][jsonc][markdown]": { "editor.defaultFormatter": "denoland.vscode-deno" } }
This is not working any more, becose deno.enable is false.
deno.enable
I can't enable deno in some projects, some are in PHP, and a I use deno as a tool to formating and checking format on ci/cd.
Is this intentional?
There is a way to use formating tool without enable deno?
See https://github.com/denoland/vscode_deno/issues/1119#issuecomment-2179239834
I was using deno extension to formatting files with this config in
settings.json
:This is not working any more, becose
deno.enable
is false.I can't enable deno in some projects, some are in PHP, and a I use deno as a tool to formating and checking format on ci/cd.
Is this intentional?
There is a way to use formating tool without enable deno?