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 e95fdcc commit 67724d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-VUE IS NO LONGER MAINTAINED.
PLEASE SWITCH TO SUBLIME TEXT 4+ TO RECEIVE LATEST UPDATES.
4 changes: 0 additions & 4 deletions LSP-vue.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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/2.0.0.txt"
"2.0.0": "messages/2.0.0.txt",
"2.0.1": "INSTALL.txt",
"install": "INSTALL.txt"
}

0 comments on commit 67724d0

Please sign in to comment.