Skip to content

Commit 3fbbdb0

Browse files
committed
Add launch.json
1 parent 43f4520 commit 3fbbdb0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Launch Main",
6+
"type": "go",
7+
"request": "launch",
8+
"mode": "auto",
9+
"program": "${workspaceFolder}/main.go",
10+
"args": [
11+
"--match-label=k3=v3;k4=v4;",
12+
"--listen=:8443"
13+
]
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)