Skip to content

Commit

Permalink
add deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Feb 6, 2024
1 parent 3ed081a commit ca8ee0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 0 additions & 3 deletions LSP-bash.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit ca8ee0c

Please sign in to comment.