All notable changes to the "vscode-spring-boot-dashboard" extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Show active profiles on BootApp description when attached to live process. #320.
- Spring boot Dashboard keep spinning. #216.
- Should look for available profiles from all supported files like .yml. #315.
- Spring profiles not detected if the source paths don't exist. #317. Thanks to karthik20 for contribution.
- Endpoint URLs should be mapped correctly in Codespaces. #300.
- Render Spring related gutter icons using suggested APIs. #291
- Activate dashboard extension when Spring Langauge Server starts. #289
- NullPointerException on launching Spring apps. #293
- Column lines not aligned when line wrapping is enabled. #257
- Fixed: Memory view was not showing after live process connected for local apps. (#287)
- New extension APIs allowing to establish live connection to remote apps running on cloud. #262
- New icons for apps. #277
- UX improvements on the memory view. #282
- Fixed: memory view doesn't hide after live process is disconnected. #274
- Add a button to expose the built-in filtering widget. #259
- Find corresponding app by pid when updating app status from live connections. #256
- Show Spring view container for empty workspaces. #258
- Add memory view for running apps. See related issues.
- Allow to fill template variable before opening an endpoint. #240
- Enable gutter icons by default. #254
- Allow to override default vmArgs set by extension. #226
- [Experimental] Decorate defined beans and endpoint mappings with gutter icons. #231
- By default it is only enabled on VS Code Insiders. You can explictly turn it on via setting
spring.dashboard.enableGutter
.
- By default it is only enabled on VS Code Insiders. You can explictly turn it on via setting
- Refine guide to enable actuator. #227
- Relibility fix: adopt serverReady API of JDT.LS. #225
- Fixed: beans sometimes can not be listed. #217
- Keep focusing on tree view after navigating to defintion of beans and endpoints. #202
- Show correct status when apps are running without actuator. #205
- Update title of Spring Boot Dashboard views. #206
- Improve performance of loading beans and endpoint mappings. #210
- Add guide to enable actuator when apps are running without it. #209
- Support to view bean dependencies when live process is connected. #179
- Visualize beans and endpoint mappings. #164
- Support to use a custom context-path. #162
- Add "envFile" to default launch configuration. #142
- Support to open apps in VS Code's integrated browser, controlled by setting
spring.dashboard.openWith
. #160 - Support to stop multiple running apps. #158
- Update dependencies to fix vulnerability and telemetry issues.
- Cannot debug from command palette. #101
- Invalid vmArgument merging when
launch.json
has a list ofvmArgs
. #95
- Wrong
cwd
for starting submodule apps. #71
- Fix vulnerability issue of event-stream. #PR61
- Allow to start multiple apps together. #28
- Fix the issue that dashboard starts wrong apps. #45
- Change project icons for better user experience. PR#48
- Show a message in status bar when starting an app. #40
- Remove unused files to reduce extension size.