kdheepak / nvim-dap-julia

MIT License
15 stars 0 forks source link

Configuration options for executable #1

Closed fredrikekre closed 4 months ago

fredrikekre commented 4 months ago

I want to be able to configure the julia command: https://github.com/kdheepak/nvim-dap-julia/blob/1dde5e70e242d3cfe18335e3b408a70bab8b0a8e/lua/nvim-dap-julia.lua#L35 and the environment used to load DebugAdapter: https://github.com/kdheepak/nvim-dap-julia/blob/1dde5e70e242d3cfe18335e3b408a70bab8b0a8e/lua/nvim-dap-julia.lua#L36

kdheepak commented 4 months ago

Resolved in https://github.com/kdheepak/nvim-dap-julia/commit/94dfcae701b60d8479adabae46242f4b2b9efc9f

fredrikekre commented 4 months ago

Thanks!