From 357d9ed5e418d97600edeb84d75fec9230a96cca Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 2 Jan 2021 11:34:23 -0800 Subject: [PATCH] Fix invalid json in vscode launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 429949b7..0218f47f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,6 @@ "kind": "test" } } - }, + } ] }