Skip to content

Commit 8c4024b

Browse files
authored
Add backend parameter to launch profile
1 parent e977688 commit 8c4024b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@
5959
"type": "go",
6060
"request": "launch",
6161
"mode": "debug",
62-
"program": "${workspaceFolder}/samples/scale/worker/main.go"
62+
"program": "${workspaceFolder}/samples/scale/worker/main.go",
63+
"args": [
64+
"-backend", "mysql",
65+
]
6366
},
6467
]
6568
}

0 commit comments

Comments
 (0)