Skip to content

Commit

Permalink
vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuweibo committed Dec 20, 2024
1 parent 694df8f commit b9600ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.0.1",
"configurations": [

{
"name": "go run",
"type": "go",
"request": "launch",
"args": [],
"program": "${workspaceFolder}"
}
]
}

0 comments on commit b9600ea

Please sign in to comment.