Alex Boyko

Results 243 comments of Alex Boyko

Perhaps we could add `-Xlog:disable` by default as well... It'd be obvious to add it if Java extension would be adding this VM argument by default as well.

@depressiveRobot do you need to add the same VM arg to the JDT LS launch? I don't think that JDT LS has `-Xlog:disable` by default which makes this somewhat questionable...

@depressiveRobot can you please try turning off (uncheck) Auto-Connect to live app? It is under `Spring Boot Tools` settings, key is `boot-java.live-information.automatic-connection.on`. Try starting the app without auto-connect. This is...

@depressiveRobot What about the VM args of the Spring Boot LS java process? What are the VM arguments for `BootLanguageServerBootApp` process in JConsole?

@depressiveRobot 1. Ensure that VSCode (with Java and Spring Boot Tools extensions installed) is opened with a java file from Spring Boot project opened in the editor. Essentially this step...

@depressiveRobot Lets continue trying to figure out why `-Xlog:disable` is necessary in your case as @martinlippert suggested. 1. Close all editors in your vscode. 2. Open `settings.json` (Crtl-Shift-P to open...

@depressiveRobot looked through the JSON - this is the 1st request sent from the client to the server. Looks like the first response from the server either not sent or...

Something must be polluting sys out... I also have a mac m1 (great machine by the way) and seems to work fine so far for me. Can you please try...

Even after looking at what **gitlens** has done I'm still not clear how to solve it... As far as I understand the link URI in the "guest" extension instance should...

@martinlippert Added the branch in the issue description section. Duplicating here as well: https://github.com/spring-projects/sts4/tree/rewrite-java Incomplete AST cases to be raised or perhaps even fixed as I work on this. JAR...