Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
launch.json golang/vscode-go
  • Loading branch information
Mr-Gang authored Dec 21, 2024
commit cf4c7679968c3d46b1b920fcec2a9ff73a09856b
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.2.0",
"configurations": [
"configurations": [l
], "user"
{
"name": "Launch tools/generate",
"type": "go",
Expand Down Expand Up @@ -100,5 +101,4 @@
"preLaunchTask": "npm: watch",
"cwd": "${workspaceFolder}/extension"
},
]
}