From 2dc567b6b52bf52d628326ba76edb3a688f63baf Mon Sep 17 00:00:00 2001 From: "David P. Caldwell" Date: Mon, 27 Jun 2022 10:43:47 -0400 Subject: [PATCH] Clarify VSCode task label for git.trunk --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index deff721fe..b17a9fbe2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -36,7 +36,7 @@ "problemMatcher": [] }, { - "label": "Git: Switch to trunk", + "label": "Git: Switch to and/or update trunk", "type": "shell", "command": "./wf git.trunk", "problemMatcher": []