From 340b026d4ec9aa674c600aacb25da02f2cc30953 Mon Sep 17 00:00:00 2001 From: GuanMu Date: Thu, 5 Jun 2025 04:38:30 +0000 Subject: [PATCH] fix: correct formatting by removing extra whitespace in .vscode/launch.json.template --- .vscode/launch.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json.template b/.vscode/launch.json.template index bb3b59653f..f5a7f0893b 100644 --- a/.vscode/launch.json.template +++ b/.vscode/launch.json.template @@ -65,4 +65,4 @@ "cwd": "${workspaceFolder}/web" } ] -} +}