From 8eed8cde29960ace2ea1b2ceb61962be6f258364 Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 7 Sep 2020 21:54:51 +0930 Subject: * Impl: proone-pack * Impl: host_cred (base64) --- .vscode/tasks.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vscode/tasks.json') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f78549c..c8402b5 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -35,12 +35,18 @@ "type": "shell", "command": "make -C ./src proone-resolv" }, + { + "label": "Build pack", + "type": "shell", + "command": "make -C ./src dvault.bin proone-pack" + }, { "label": "Build proone", "type": "shell", "command": "make -C ./src proone" }, + { "label": "Build test_proto", "type": "shell", -- cgit