From df8850f7ce7fa236e8bfc15d49cb24f723fa136a Mon Sep 17 00:00:00 2001 From: Utopia Date: Fri, 31 Oct 2025 17:16:14 +0800 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=20vsc=20=E6=8F=92=E4=BB=B6=E4=B8=AD=E7=9A=84=20esbenp?= =?UTF-8?q?.prettier-vscode=EF=BC=8C=20=E9=A1=B9=E7=9B=AE=E5=B9=B6?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8=E5=88=B0=20prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index bf12954..211ca45 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,6 @@ { "recommendations": [ "vue.volar", - "esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "antfu.unocss", "antfu.iconify", From 6b3e8508b2f14dfe1c1c29c3080803275e6425a1 Mon Sep 17 00:00:00 2001 From: Utopia Date: Fri, 31 Oct 2025 17:18:47 +0800 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=20vsc=20=E6=8F=92=E4=BB=B6=E4=B8=AD=E7=9A=84=20christ?= =?UTF-8?q?ian-kohler.path-intellisense=EF=BC=8C=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=8A=9F=E8=83=BD=EF=BC=8Cvsc=20=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=8E=9F=E7=94=9F=E6=8F=90=E4=BE=9B=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 211ca45..883b74d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -10,7 +10,6 @@ "uni-helper.uni-highlight-vscode", "uni-helper.uni-ui-snippets-vscode", "uni-helper.uni-app-snippets-vscode", - "streetsidesoftware.code-spell-checker", - "christian-kohler.path-intellisense" + "streetsidesoftware.code-spell-checker" ] } From 2c442892c0cbaf85358e53b8e6a8cf022a50e720 Mon Sep 17 00:00:00 2001 From: Utopia Date: Fri, 31 Oct 2025 17:27:25 +0800 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=E9=9D=9E=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=89=93=E5=8C=85=E6=97=B6=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E5=88=A0=E9=99=A4=20debugger=20=E7=AC=A6=E5=8F=B7=EF=BC=8C?= =?UTF-8?q?=E5=90=A6=E5=88=99=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E4=B8=8B?= =?UTF-8?q?=E4=B9=9F=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=20debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 7ddd86c..26b1bb9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -188,7 +188,7 @@ export default defineConfig(({ command, mode }) => { : undefined, }, esbuild: { - drop: VITE_DELETE_CONSOLE === 'true' ? ['console', 'debugger'] : ['debugger'], + drop: VITE_DELETE_CONSOLE === 'true' ? ['console', 'debugger'] : [], }, build: { sourcemap: false,