Alex Boyko
Alex Boyko
@Eskibear Sounds good to me. I can disable "auto-connect" for live running process if it is a test launch, i.e if `'org.eclipse.jdt.internal.junit.runner.RemoteTestRunner' !== debugConfig.mainClass` - if this seems like a...
Based on our discussion above I've pushed the fix for boot ls: https://github.com/spring-projects/sts4/commit/ec8a5a87ba5b06e8bb4e0fd6ef71405ab1cd0b34
CC: @martinlippert
The project having **PlSqlParser.java** - the java source with 160K lines of code [plsql.zip](https://github.com/openrewrite/rewrite/files/9479545/plsql.zip)
Ouch... any user-facing side effects of slow parsing? If there is anything then perhaps it is best to switch back to JDT to detect.mark problems and leave quick fixes and...
@martinlippert seems like this is another one for Rewrite folks to look at... What is the project you're trying? Still the antlr parser?
Looks very odd... does this happen with any project? How about **spring-petclinic**? Are you able to launch it from vscode? Don't recall us adding anything to our tweaks to the...
I've tried VSCode on Windows with almost identical info. The only difference my Win was 10.0.19041 and yours is 10.0.19042. It worked just fine for me. The only suspicious thing...
Should be fixed with ec8a5a87ba5b06e8bb4e0fd6ef71405ab1cd0b34
``` java.lang.IllegalStateException: Call reset() on JavaParser before parsing anotherset of source files that have some of the same fully qualified names ``` The above exception occurs if the previously parsed...