From cf4c7679968c3d46b1b920fcec2a9ff73a09856b Mon Sep 17 00:00:00 2001 From: KrapMaster-2000 <106744054+Mr-Gang@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:39:07 +0200 Subject: [PATCH] launch.json golang/vscode-go --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f2d4b8128d..c2c8fa1953 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,7 @@ { "version": "0.2.0", - "configurations": [ + "configurations": [l + ], "user" { "name": "Launch tools/generate", "type": "go", @@ -100,5 +101,4 @@ "preLaunchTask": "npm: watch", "cwd": "${workspaceFolder}/extension" }, - ] }