From 67724d0738d00d911003a4727bf9c80149765058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Tue, 6 Feb 2024 22:17:18 +0100 Subject: [PATCH] add deprecation warning --- INSTALL.txt | 2 ++ LSP-vue.sublime-settings | 4 ---- messages.json | 4 +++- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 INSTALL.txt 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" }