From 16a1e874b1d93f70a99bf4d678de1c13abbca933 Mon Sep 17 00:00:00 2001 From: JonathonRP Date: Tue, 15 Oct 2024 20:01:36 +0000 Subject: [PATCH] update formatter --- .devcontainer/devcontainer.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ddb0e38..c490c85 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -39,19 +39,20 @@ "svelte.plugin.css.diagnostics.enable": false, "editor.codeActionsOnSave": { + "source.fixAll": "always", "source.fixAll.ts": "always", - // "source.organizeImports": true + "source.organizeImports": "always" }, - "[astro]": { - "editor.defaultFormatter": "astro-build.astro-vscode" - }, - "[svelte]": { - "editor.defaultFormatter": "svelte.svelte-vscode" - }, - "[javascript][typescript]": { - "editor.defaultFormatter": "denoland.vscode-deno" - }, + // "[astro]": { + // "editor.defaultFormatter": "astro-build.astro-vscode" + // }, + // "[svelte]": { + // "editor.defaultFormatter": "svelte.svelte-vscode" + // }, + // "[javascript][typescript]": { + // "editor.defaultFormatter": "denoland.vscode-deno" + // }, }, // Add the IDs of extensions you want installed when the container is created.