fix: add missing buildFlags to server configuration in launch.json
This commit is contained in:
Vendored
+1
@@ -8,6 +8,7 @@
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/server/main.go",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"buildFlags": "-tags=dev",
|
||||
"args": [
|
||||
"-config",
|
||||
"${workspaceFolder}/config/config.yaml"
|
||||
|
||||
Reference in New Issue
Block a user