Skip to content

Commit

Permalink
chore: volar codeLens-based tools change (antfu#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw52 authored Mar 22, 2023
1 parent 9dd145c commit 4131fa7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4131fa7

Please sign in to comment.