From 7de3319c3b7762323d99f68a645e08b8930d2a04 Mon Sep 17 00:00:00 2001 From: markthree <1801982702@qq.com> Date: Wed, 11 May 2022 14:53:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=87=AA=E5=8A=A8=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=87=8D=E5=AE=9A=E5=90=91=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 0ce3a69..f49296a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -13,6 +13,7 @@ "esbenp.prettier-vscode", "EditorConfig.EditorConfig", "usernamehw.errorlens", - "shd101wyy.markdown-preview-enhanced" + "shd101wyy.markdown-preview-enhanced", + "antfu.goto-alias" ] }