I am trying to use dlv debugger integrated in vscode , this doesnt seems to read the environment variables in either ~/.bash_profile or in env parameter in launch.json
did anyone has luck with debugging in vscode and able to read env variables correctly
ps: executing this from terminal works , integrated debugger doesnt work
it is only when I run the delve with go , start debugging , or run test or debug test menu of vscode I face this issue
I have used vscode with node and I didnt see this issue
I have also tried vscode from command line and it didnt work
something wrong with dlv and macos