sts4: When vscode opens a Java project for about 2 hours, the suggestion function will fail

When I enable the Spring Boot Tools extension and opens a Java project for about 2 hours, the suggestion function will fail. It will always show loading.... There is no such problem in the first two hours. And when I disable this extension or use v1.31.0, it will not have this bug. image

  • Spring Boot Tools: v1.32.0
  • VSCode: 1.66
  • Java Runtime: jdk-17.0.2.8-hotspot
  • OS: Windows11

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (11 by maintainers)

Commits related to this issue

Most upvoted comments

The CI build of the VSCode extension is available from here: https://dist.springsource.com/snapshot/STS4/nightly-distributions.html

Please download the vscode-spring-boot-1.33.0-<timestamp>.vsix file from the bottom section of that page, go to VSCode, open the Extensions section, click on the three dots on the top right corner of the extensions view to show more menu options, and select “Install from VSIX…”, then select the downloaded VSIX file, and restart VSCode.

Would be great to get some additional log output data from this slightly enhanced version. Many many many thanks upfront!!!