microsoft / vscode-spring-boot-dashboard

Spring Boot Dashboard for VS Code
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard
Other
56 stars 31 forks source link

Fix spinning wheel in boot apps view #338

Closed BoykoAlex closed 7 months ago

BoykoAlex commented 7 months ago

Try to match custom debug event against project name in BootApp and DebugSession. The fix in memory provider is just to avoid errors in the console

Fixes #216

BoykoAlex commented 7 months ago

Likely custom debug event with PID and debug session started event were coming in reverse order in the past, i.e. debug session started first and then custom debug event with PID...

testforstephen commented 7 months ago

@BoykoAlex thanks for the fix.