Lucas Alber
Lucas Alber
> > > > @daveleroy How would an adapter add/set configuration variables? I would like to fetch classpath, mainclass,... with the Language Server because for example classpath can get very...
Implemented auto-configuration of mainClass and classPaths allowing for a plug & play solution together with sublimelsp/LSP-jdtls#7
@daveleroy I get errors in the client. Error: ``` Debugger: error: adapter failed hover evaluation Evaluation failed because the thread is not suspended. Traceback (most recent call last): File "C:\Users\Lucas...
@daveleroy The Java Language Server returns URIs like: ``` jdt://contents/java.base/java.lang/Integer.class?=jdt.ls-java-project/D:%5C/Local_Repositories%5C/windows-dev-tools%5C/bins%5C/jdk%5C/lib%5C/jrt-fs.jar%60java.base=/javadoc_location=/https:%5C/%5C/docs.oracle.com%5C/en%5C/java%5C/javase%5C/15%5C/docs%5C/api%5C/=/%3Cjava.lang(Integer.class ``` leading to an empty view. JDT.LS can actually provide the contents of the class file, does Debugger support that...
Ideally would be something like this sublimehq/sublime_text#3989. But yes until that is ready asking the LS for content is probably the easiest option.
> > > With version 1.5 of LSP, plugins can now define an on_open_uri_async callback. > > https://github.com/sublimelsp/LSP/blob/97e138e8e3300e52140569f3ada95e05d5b8d9bc/plugin/core/sessions.py#L603-L614 > > The LSP-jdtls helper package can override this method and define...
I am using a simple workaround: Create a file latexmk.bat or whatever command from wsl you need and add it to Windows PATH. Then add "wsl latexmk %*" to the...
The Java Debug Adapter is special in that it requires communication with the LSP-side. There might be work necessary in LSP-jdtls in addition to support JUnit in Sublime Debugger.
I did try a `playerctl`-based async version here https://gist.github.com/LDAP/6b7393b61fb218b7a2ff54690a6f47ac. It has hardly any CPU usage.
@krusche - I added a new profile `pat` which enables/disables the feature. The UI is now completely hidden when disabled. - Admins can set a maximum lifetime in the configuration...