From 21a9fa0021aed2803c7d6ea94a257e70424dfc52 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 23:01:38 +0100 Subject: [PATCH] add deprecation warning --- INSTALL.txt | 2 ++ LSP-elixir.sublime-settings | 3 --- messages.json | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 INSTALL.txt create mode 100644 messages.json diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..a18f22d --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,2 @@ +SUBLIME TEXT 3 VERSION OF LSP-ELIXIR IS NO LONGER MAINTAINED. +PLEASE SWITCH TO SUBLIME TEXT 4+ TO RECEIVE LATEST UPDATES. diff --git a/LSP-elixir.sublime-settings b/LSP-elixir.sublime-settings index 44c61eb..6994e75 100644 --- a/LSP-elixir.sublime-settings +++ b/LSP-elixir.sublime-settings @@ -52,9 +52,6 @@ } }, "command": ["$server_path"], - // ST4 - "selector": "source.elixir", - // ST3 "languages": [ { "languageId": "elixir", diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..903a16b --- /dev/null +++ b/messages.json @@ -0,0 +1,4 @@ +{ + "0.6.21": "INSTALL.txt", + "install": "INSTALL.txt" +}