diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..9b7a513 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,2 @@ +SUBLIME TEXT 3 VERSION OF LSP-VUE IS NO LONGER MAINTAINED. +PLEASE SWITCH TO SUBLIME TEXT 4+ TO RECEIVE LATEST UPDATES. diff --git a/LSP-vue.sublime-settings b/LSP-vue.sublime-settings index 3fe1fbc..5ce2140 100644 --- a/LSP-vue.sublime-settings +++ b/LSP-vue.sublime-settings @@ -82,10 +82,6 @@ "events": ["create", "change"] }, "command": ["${node_bin}", "${server_path}", "--stdio"], - // ST4 - "selector": "text.html.vue", - "priority_selector": "text.html.vue", - // ST3 "languages": [ { "languageId": "vue", diff --git a/messages.json b/messages.json index b25abf1..ba6fb18 100644 --- a/messages.json +++ b/messages.json @@ -1,3 +1,5 @@ { - "2.0.0": "messages/2.0.0.txt" + "2.0.0": "messages/2.0.0.txt", + "2.0.1": "INSTALL.txt", + "install": "INSTALL.txt" }