version2 (#1)
Co-authored-by: u80864958 <niklas.breitenstein@bit.admin.ch> Reviewed-on: #1
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -4,6 +4,7 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
|
||||
|
||||
{
|
||||
@ -11,8 +12,8 @@
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "/home/schreifuchs/go/src/git.schreifuchs.ch/schreifuchs/pat",
|
||||
"args": ["logger"]
|
||||
"program": "${workspaceFolder}/cmd/main.go",
|
||||
"args": [ ".."]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user