We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7cdc1 commit 603f270Copy full SHA for 603f270
1 file changed
lua/java/dap/init.lua
@@ -100,7 +100,9 @@ function M:config_dap()
100
-- if dap is already running, need to terminate it to apply new config
101
if nvim_dap.session then
102
nvim_dap.terminate()
103
- notify.warn('Terminating current dap session')
+ if vim.g.nvim_java_config.notifications.dap then
104
+ notify.warn('Terminating current dap session')
105
+ end
106
end
107
-- end
108
nvim_dap.configurations.java = dap_config
0 commit comments