chore(debug): add .vscode launch.json configuration for debugging
This commit is contained in:
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceFolder}/main.go",
|
||||
"args": ["-dev", "-port", "8080"]
|
||||
}
|
||||
]
|
||||
}
|
||||
2
x
2
x
Submodule x updated: 4b8d650793...e1c607c909
Reference in New Issue
Block a user