mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.11k stars 179 forks source link

[Debug Config] Allow the debugger to read environment variables from "envFile" in launch.json #1128

Closed thanhdatvo closed 6 months ago

thanhdatvo commented 6 months ago

Problem Statement

Currently the debugger is unable to read environment variables from "envFile" in launch.json

Possible Solutions

Please help to get environment variables from "envFile" in launch.json at set it before debugger runs, or show me where can I start to make change and create a pr.

Considered Alternatives

No response

mfussenegger commented 6 months ago

Duplicate of https://github.com/mfussenegger/nvim-dap/issues/543