Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
have to set output: debug in launch.json explicitelly
Browse files Browse the repository at this point in the history
  • Loading branch information
willie68 committed Jan 5, 2022
1 parent e38c017 commit d7b11ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [



{
"name": "Launch cel grpc only service",
"type": "go",
Expand All @@ -20,6 +17,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"output": "debug",
"cwd": "${workspaceFolder}",
"program": "./cmd/service/main.go",
"args": [
Expand Down

0 comments on commit d7b11ed

Please sign in to comment.