Skip to content

Commit 67724d0

Browse files
add deprecation warning
1 parent e95fdcc commit 67724d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

INSTALL.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SUBLIME TEXT 3 VERSION OF LSP-VUE IS NO LONGER MAINTAINED.
2+
PLEASE SWITCH TO SUBLIME TEXT 4+ TO RECEIVE LATEST UPDATES.

LSP-vue.sublime-settings

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@
8282
"events": ["create", "change"]
8383
},
8484
"command": ["${node_bin}", "${server_path}", "--stdio"],
85-
// ST4
86-
"selector": "text.html.vue",
87-
"priority_selector": "text.html.vue",
88-
// ST3
8985
"languages": [
9086
{
9187
"languageId": "vue",

messages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"2.0.0": "messages/2.0.0.txt"
2+
"2.0.0": "messages/2.0.0.txt",
3+
"2.0.1": "INSTALL.txt",
4+
"install": "INSTALL.txt"
35
}

0 commit comments

Comments
 (0)