From ca8ee0c9c4c302d22d54a1eebcf0ba8d24f48bd3 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:59:49 +0100 Subject: [PATCH] add deprecation warning --- INSTALL.txt | 2 ++ LSP-bash.sublime-settings | 3 --- messages.json | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 INSTALL.txt diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..1d33f93 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,2 @@ +SUBLIME TEXT 3 VERSION OF LSP-BASH IS NO LONGER MAINTAINED. +PLEASE SWITCH TO SUBLIME TEXT 4+ TO RECEIVE LATEST UPDATES. diff --git a/LSP-bash.sublime-settings b/LSP-bash.sublime-settings index c0a464d..3f2fedf 100644 --- a/LSP-bash.sublime-settings +++ b/LSP-bash.sublime-settings @@ -33,9 +33,6 @@ // Additional ShellCheck arguments. Note that we already add the following arguments: --shell, --format, --external-sources." // "bashIde.shellcheckArguments": [], }, - // ST4 - "selector": "source.shell.bash", - // ST3 "languages": [ { "languageId": "bash", diff --git a/messages.json b/messages.json index 89f5c68..03d43c1 100644 --- a/messages.json +++ b/messages.json @@ -1,3 +1,5 @@ { - "2.0.0": "messages/update_message.md" + "2.0.0": "messages/update_message.md", + "2.0.29": "INSTALL.txt", + "install": "INSTALL.txt" }