We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14be678 commit ad65aefCopy full SHA for ad65aef
.vscode/launch.json
@@ -34,16 +34,6 @@
34
"env": {},
35
"args":["trigger", "${input:event}"]
36
},
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
-
47
// Unfortunately, this won't work on resource commands that require more arguments
48
// unless we manually add it becacuse we need to pass in each argument separately for this to work.
49
// https://github.com/microsoft/vscode/issues/83678
0 commit comments