aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json33
1 files changed, 24 insertions, 9 deletions
diff --git a/settings.json b/settings.json
index a5c8df4..2a6a377 100644
--- a/settings.json
+++ b/settings.json
@@ -238,7 +238,7 @@
{
"command": "html-languageserver",
"config": {
- "refresh_pattern": "\\(/\\|k\\+\\)$"
+ "refresh_pattern": "\\(/\\|\\k\\+\\)$"
},
"requires": [
"npm"
@@ -277,12 +277,10 @@
{
"command": "eslint-language-server",
"requires": [
- "git",
- "npm"
+ "node"
],
"root_uri_patterns": [
- "package.json",
- "tsconfig.json"
+ "package.json"
]
}
],
@@ -293,8 +291,16 @@
"npm"
],
"root_uri_patterns": [
- "package.json",
- "tsconfig.json"
+ "package.json"
+ ]
+ },
+ {
+ "command": "eslint-language-server",
+ "requires": [
+ "node"
+ ],
+ "root_uri_patterns": [
+ "package.json"
]
},
{
@@ -638,8 +644,7 @@
{
"command": "eslint-language-server",
"requires": [
- "git",
- "npm"
+ "node"
],
"root_uri_patterns": [
"package.json",
@@ -657,6 +662,16 @@
"package.json",
"tsconfig.json"
]
+ },
+ {
+ "command": "eslint-language-server",
+ "requires": [
+ "node"
+ ],
+ "root_uri_patterns": [
+ "package.json",
+ "tsconfig.json"
+ ]
}
],
"vim": [