From 4131fa786d2bc0cbc1dbdc2fc319d9d25a3532d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=A0=E5=B8=85=E5=82=85?= <53564781+jaw52@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:14:46 +0800 Subject: [PATCH] chore: volar codeLens-based tools change (#13) --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2ff04b6..6ca9f52 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,7 +11,7 @@ // Editor "editor.accessibilitySupport": "off", - "editor.cursorSmoothCaretAnimation": true, + "editor.cursorSmoothCaretAnimation": "on", "editor.find.addExtraSpaceOnTop": false, "editor.guides.bracketPairs": "active", "editor.inlineSuggest.enabled": true, @@ -171,8 +171,6 @@ "iconify.inplace": true, "svg.preview.mode": "svg", "volar.autoCompleteRefs": false, - "volar.codeLens.pugTools": false, - "volar.codeLens.scriptSetupTools": true, "volar.completion.preferredTagNameCase": "pascal", "windicss.enableCodeFolding": false, "prettier.enable": false, // I only use Prettier for manually formatting