From 318facd88412e23feb3f6faa27a5302f956cdb72 Mon Sep 17 00:00:00 2001 From: Juarez Rudsatz Date: Tue, 12 Mar 2024 16:51:36 -0300 Subject: [PATCH] chore(lint): fix another pesky lint --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 15e95d99..df5c95a5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -31,7 +31,7 @@ // Usage: "args": "${input:arguments}", "id": "arguments", "type": "promptString", - "description": "Which arguments to pass to the command?", + "description": "Which arguments to pass to the command?" }, { // Usage: "cwd": "${input:debug_working_dir}"