aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-10-18 14:50:48 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-10-18 14:50:48 +0800
commit8b47484919d61d389dfdefb07fe1b168021696e7 (patch)
tree7feb68d11dd73e3b98a43628572d9b70442dd085 /.vscode/tasks.json
parent44d5b5b1bada4ef81a8b82612e8e248729c71e5d (diff)
Add yaml.h, hostinfod bug fix, compilation setting
- Add yaml helper functions - Add yaml test tool proone-yamlls - Add yaml test doc - Refactor hostinfod with yaml.h - Fix bug in hostinfod where specifying verbosity results in config error - Add C flag '-Werror=implicit-function-declaration' - Update doxygen template
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json5
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"
+ },
{