From f2a13090d58680e13e59b646a9a651ea4476c928 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Wed, 3 Jan 2024 10:31:25 +0800 Subject: [PATCH] =?UTF-8?q?build(vscode):=20vue=E6=96=87=E4=BB=B6=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index b74f8ec..87aa119 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,6 +21,9 @@ "[dotenv]": { "editor.defaultFormatter": "foxundermoon.shell-format" }, + "[vue]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, // 配置语言的文件关联 "files.associations": { "pages.json": "jsonc", // pages.json 可以写注释