Ting Zhou

Results 37 comments of Ting Zhou

yes, I'm seeing the same error . ``` junit-demo on  main [!+?] is 📦 1.0-SNAPSHOT via ☕ v11.0.10 took 14s ➜ which java /usr/bin/java junit-demo on  main is...

Sorry, here it is. I didn't attach it because as far as I see, it stills complains about java version.... Anyway, here it is. backtrace with (setq dap-java-java-command "/usr/bin/java") -*-...

Running in the terminal gives class not found error... junit-demo on  main [!?] is 📦 1.0-SNAPSHOT via ☕ v11.0.10 ✖ /usr/bin/java -jar /Users/ztlevi/.config/emacs/.local/etc/lsp/eclipse.jdt.ls/test-runner/junit-platform-console-standalone.jar -cp $JUNIT_CLASS_PATH -m com.example.junit5.CalculatorTest#testMultiply Thanks for...

@yyoncho I realized the problem is because I need to configure [lsp-java-configuration-runtimes](https://github.com/ztlevi/doom-config/blob/master/+prog.el#L81-L88). This is needed by latest jdtls because it doesn't work on Java 8. But my project is actually...

Yep. But small changes might spread across the whole file or at least half page or so. Then, in this case, it's better to just jump back to the line...

I don't think it works for long lines or minified files. Only if the formatter has the full understanding of the language, when the file is formatted, it can jump...

Actually this is might be a false alarm. I remove the `-p` and clipetty still work. But the `tmux showenv SSH_TTY` doesn't print anything.