fix: structure
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -10,7 +10,9 @@
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "cmd/bitsrun/main.go",
|
||||
"args": ["--config=./config.yaml"]
|
||||
"args": [
|
||||
"--config=${cwd}/config.yaml"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user