I want to use a custom function in place of lsp-java--get-root to get the root folder.
Should I use advice macros? Is there an easier way to do this? I thought editing the debug template would work, but I can't figure out how to select the template while running the test method...
Hi,
I want to use a custom function in place of
lsp-java--get-root
to get the root folder.Should I use advice macros? Is there an easier way to do this? I thought editing the debug template would work, but I can't figure out how to select the template while running the test method...
Thanks!