From bb73999895ef0d4f2f7e4335543349b5bf92ce8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Tue, 10 Nov 2020 22:20:52 +0100 Subject: [PATCH] Prioritize this server over LSP-stylelint, for example (#87) The completion requests were being sent to LSP-stylelint when making changes in the "template" block. --- LSP-vue.sublime-settings | 1 + 1 file changed, 1 insertion(+) diff --git a/LSP-vue.sublime-settings b/LSP-vue.sublime-settings index e312756..ed6bb17 100644 --- a/LSP-vue.sublime-settings +++ b/LSP-vue.sublime-settings @@ -8,6 +8,7 @@ "syntaxes": ["Packages/Vue Syntax Highlight/Vue Component.sublime-syntax"], // ST4 "document_selector": "text.html.vue", + "feature_selector": "text.html.vue", } ], "initializationOptions": {