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" }