You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This last vscode Spring Boot Tools 1.39.0, prevents vscode from running or debugging a java project.
When launching Run/Debug a java project "Activating extensions" appears briefly in status bar then fades, and then nothing.
The whole process stops there without any log in the output console.
Downgrading to the v1.38.0 solves the problem.
Spent the entire day work to find out what was causing this nonsense.
To Reproduce
Upgrade to Spring Boot Tools 1.39.0. Then start a debugging session on your java project.