-
Notifications
You must be signed in to change notification settings - Fork 30
Persist memory data when switching between memory regions #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
As a quick heads-up: This requires an updated version of the Spring Tools 4 extension, to before you can try this, we need to finish and merge spring-projects/spring-tools#871 and wait for the CI build to produce an updated VSIX snapshot build. I will keep you posted here. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
I was trying remote process stuffs last couple of days. I'll try it and review the code ASAP when I have time. One quick comment is, the |
|
@Eskibear Thanks for pointing it out. We can fix it as part of this PR. |
|
@Eskibear There is a small change in the Spring Boot Tools 4 extension #883. The CI build should produce an updated VSIX snapshot build with these changes. |
More dependencies bring more modules to load, and potential license issue usually. I would prefer not to introduce additional dependencies, if possible. Does |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Thank you @vudayani-vmw . It works well with vscode-spring-boot-1.41.0-202211132321.vsix, the data is still there after switching memory regions or collapsing/expanding the memory view. Two UX related follow-ups. If you don't want to fix it right in this PR, I'm ok to get it merged. And you might create issues to track them, and address them in separate PRs.
|
|
@Eskibear I will create separate issues for the two improvements you have suggested :-) |
|
Thanks! I'm merging it now. So the coming pre-release version can work with latest vscode-spring-boot snapshot build, where some corresponding payload has been changed. |
No description provided.