From 857cdec7865cd02424c3c83decd103fc609a7d02 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 21 Apr 2023 13:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(config):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1db210e1..700eec57 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -28,5 +28,6 @@ "editor.defaultFormatter": "stylelint.vscode-stylelint" }, "editor.rulers": [80, 120], - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "vue.features.codeActions.enable": false }