-
I'm using the nvim-jdtls with the dap for java. But I need the SPRING_PROFILES_ACTIVE setted on run the project. I could export on the .bashrc but I need different profiles throughout the day on same/different projects. Is there a way to set it dynamically or at start of debug session? In the docs, there is something but only for 'executable', not for 'server'. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found this article to set within vim, don't know if its the best way, but works |
Beta Was this translation helpful? Give feedback.
I found this article to set within vim, don't know if its the best way, but works
https://vim.fandom.com/wiki/Environment_variables#:~:text=Vim%20can%20read%20and%20write,as%20in%20the%20following%20examples.&text=Insert%20the%20contents%20of%20the,%3D%24PATH%20and%20press%20Enter.