diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4b31a75..5507cff 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -75,6 +75,11 @@ "type": "shell", "command": "make -C ./src proone" }, + { + "label": "Build yamlls", + "type": "shell", + "command": "make -C ./src proone-yamlls" + }, { |