generated from rmcguire/go-server-with-otel
Initial commit
This commit is contained in:
16
.vscode/launch.json
vendored
Normal file
16
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/mfussenegger/dapconfig-schema/master/dapconfig-schema.json",
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Run Server",
|
||||
"type": "delve",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}",
|
||||
"env": {
|
||||
"APP_NAME": "Go HTTP with OTEL"
|
||||
},
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user