Srinesh Nisala
Srinesh Nisala
@TomYule It works on maven. In the video I do debug the main function. I see you have bunch of dap config are there for java. You shouldn't have any...
https://github.com/nvim-java/nvim-java/wiki/Q-&-A#no_entry-lsp-doesnt-work-on-maven-projects
@basro Hi, When pixel amount is used, container parsing works but when variable is used, parsing fails.  ```scss @container (min-width: #{$screen-md}) { & { background-color: green; padding-left: 10rem; padding-right:...
@basro Might be a complete re-right but treesitter would be a better approach. I have no clue how to communicate with the c parser from rust though. https://github.com/serenadeai/tree-sitter-scss 
This would not scan the system to find the available JDKs. So you have to have JDK registered manually as follows. You will get such errors when JDK version defined...
@mv-stns https://stackoverflow.com/a/54535301/6202210 Try this. You could use neoconf to have project local jdtls settings. If this works you could add it to tips and tricks in wiki
Looks like your mason configuration is not compatible with the expected. Those `String cannot be resolved to a type` errors are usually when the JDKs you have in the configuration...
I guess you guys have figured out the solution. This is documented here. https://github.com/nvim-java/nvim-java/wiki/Q-&-A#no_entry-cannot-find-package-xxxxx 1.37 is installed through custom mason registry. https://github.com/nvim-java/mason-registry I have used jdtls for 3 years and...
You can check the root directory of the registered LSP using `LspInfo`. Is the root directory a sub module? or the root of the module? 