Jinbo Wang
Jinbo Wang
Since the Run/Debug button will work in most cases, the question is when does the Java debugger know to disable itself? If a build tool like Maven or Gradle always...
Thanks for reaching out. Could you share the logs via command below? **F1 -> Java: Open Java Language Server Log File**
> set a breakpoint and look at Variables View, where some variables cannot be inspected  I don't get what's the problem here. You can click the eye icon to...
> The question maybe is: why does the Java debug extension report those variables as lazy in the first place? The only seemingly related issue I could find is this:...
this is just personal opinion. The problem for you is that the eye icon is not intuitive as a clickable link. That has room to improve. Something I'm thinking is...
+1 @lee-dohm thanks for the great work on this tool. Could you help a review on this migration to node16?
@brunovieira97 sorry for the late response. I will take a look at your three PRs in the coming 1~2 weeks.
I prefer to use the configured default values for `spring.initializr.defaultJavaVersion`, `spring.initializr.defaultLanguage`, `spring.initializr.defaultPackaging` in settings.json first if they exist. If not, then use the API recommended default values.
Since we already allow users to specify default value for certain settings (such as Java version, language packing), and won't display them in the Creation Wizard if specified, this approach...
Add @martinlippert (the lead of the spring tools) for comments, what do you think of the user experience in this PR?