File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,12 @@ TypeScript."
74
74
:group 'lsp-vetur
75
75
:package-version '(lsp-mode . " 6.1" ))
76
76
77
+ (defcustom lsp-vetur-language-features-code-actions t
78
+ " Enable/disable code actions."
79
+ :type 'boolean
80
+ :group 'lsp-vetur
81
+ :package-version '(lsp-mode . " 7.1" ))
82
+
77
83
(defcustom lsp-vetur-validation-style t
78
84
" Validate css/scss/less/postcss in <style>"
79
85
:type 'boolean
@@ -794,6 +800,7 @@ Code's JavaScript and TypeScript support."
794
800
(" vetur.validation.script" lsp-vetur-validation-script t )
795
801
(" vetur.validation.style" lsp-vetur-validation-style t )
796
802
(" vetur.validation.template" lsp-vetur-validation-template t )
803
+ (" vetur.languageFeatures.codeActions" lsp-vetur-language-features-code-actions t )
797
804
(" vetur.grammar.customBlocks" lsp-vetur-grammar-custom-blocks)
798
805
(" vetur.completion.tagCasing" lsp-vetur-completion-tag-casing)
799
806
(" vetur.completion.useScaffoldSnippets" lsp-vetur-completion-use-scaffold-snippets t )
You can’t perform that action at this time.
0 commit comments