mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.09k stars 62 forks source link

Adding project name to launch menu entries in order to avoid confusions #338

Closed magidc closed 2 years ago

magidc commented 2 years ago

Just adding name of the project in the launch menu entries (DAP). I work with several projects at the same time where the launch class is always in the same path and with the same name. I add it just to prevent that the entries of the menu look exactly the same. Not a major change, it is arguable a bad practice but it is a situation that may happen to other users