aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json24
1 files changed, 23 insertions, 1 deletions
diff --git a/settings.json b/settings.json
index 2083172..623e122 100644
--- a/settings.json
+++ b/settings.json
@@ -43,7 +43,7 @@
{
"command": "pyls",
"requires": [
- "pip"
+ "python3"
]
}
],
@@ -134,5 +134,27 @@
"npm"
]
}
+ ],
+ "terraform": [
+ {
+ "command": "terraform-lsp",
+ "requires": []
+ }
+ ],
+ "dockerfile": [
+ {
+ "command": "docker-langserver",
+ "requires": [
+ "npm"
+ ]
+ }
+ ],
+ "sh": [
+ {
+ "command": "bash-language-server",
+ "requires": [
+ "npm"
+ ]
+ }
]
}