diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a0bc1d9..fafbf27 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,7 +3,6 @@ "afzalsayed96.icones", "antfu.iconify", "antfu.unocss", - "chakrounanas.turbo-console-log", "christian-kohler.path-intellisense", "dbaeumer.vscode-eslint", "eamodio.gitlens", @@ -21,6 +20,7 @@ "sdras.vue-vscode-snippets", "vue.volar", "vue.vscode-typescript-vue-plugin", + "whtouche.vscode-js-console-utils", "zhuangtongfa.material-theme" ] } diff --git a/src/scripts/format.ts b/src/scripts/format.ts index b3e307d..a61152b 100644 --- a/src/scripts/format.ts +++ b/src/scripts/format.ts @@ -14,6 +14,7 @@ export function prettierFormat() { '!package-lock.json', '!pnpm-lock.yaml', '!yarn.lock', + '!.github', '!__snapshots__' ];