Skip to content

Commit 6b60521

Browse files
committed
chore: Update vscode launch code args
1 parent a9887b7 commit 6b60521

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.vscode/launch.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
"type": "go",
1010
"request": "launch",
1111
"mode": "auto",
12+
"console": "integratedTerminal",
1213
"program": "${workspaceFolder}/cmd/flydav/main.go",
1314
"args": [
1415
"-v",
15-
"Zhang San",
16-
"Lao Wang",
1716
"-c",
18-
"${workspaceFolder}/conf/config.example.toml"
17+
"${workspaceFolder}/conf/config.default.toml"
1918
]
2019
}
2120
]

0 commit comments

Comments
 (0)