When vscode opens a Java project for about 2 hours, the suggestion function will fail
See original GitHub issueWhen 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.
- Spring Boot Tools: v1.32.0
- VSCode: 1.66
- Java Runtime: jdk-17.0.2.8-hotspot
- OS: Windows11
Issue Analytics
- State:
- Created a year ago
- Comments:17 (11 by maintainers)
Top Results From Across the Web
Why does intellisense and code suggestion stop working ...
I will be working in a project, editing code and whatnot (after a period of time, anywhere from 5 minutes to over an...
Read more >Troubleshoot Terminal launch failures - Visual Studio Code
Some terminal launch failures may be due to your shell installation and are not specific to VS Code. The exit codes displayed come...
Read more >Here's How to Make VSCode Faster
I'm going to show you how to fix this and make VS Code faster. ... If your performance issues are obvious (E.g. files...
Read more >Visual Studio Code | Metals - Scalameta
Next, open a directory containing your Scala code. ... If you prefer to manually configure Java home through VS Code, run the following...
Read more >awesome-vscode | A curated list of delightful VS Code ...
A VS Code extension to debug your JavaScript code in the Chrome browser, or other targets that support the Chrome Debugging Protocol. Markdown....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub 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!!!
Thanks @nullgit for verifying and closing the issue. I created an additional one to continue the work on the underlying problem (#771).