Skip to content

Commit ad65aef

Browse files
authored
Update launch.json
removes local launch profile
1 parent 14be678 commit ad65aef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.vscode/launch.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@
3434
"env": {},
3535
"args":["trigger", "${input:event}"]
3636
},
37-
{
38-
"name": "Launch (stripe generate)",
39-
"type": "go",
40-
"request": "launch",
41-
"mode": "auto",
42-
"program": "${workspaceFolder}/cmd/stripe/main.go",
43-
"env": {},
44-
"args":["generate"]
45-
},
46-
4737
// Unfortunately, this won't work on resource commands that require more arguments
4838
// unless we manually add it becacuse we need to pass in each argument separately for this to work.
4939
// https://github.com/microsoft/vscode/issues/83678

0 commit comments

Comments
 (0)