Alex Boyko
Alex Boyko
@ShuFengMuYu I was able to see the differences in the log. The working completion log has entries with `project: new` string. Those entries essentially mean that spring boot project with...
@ShuFengMuYu Another workaround that should probably help you is go in VSCode settings and find under **Java** settings: **Java > Server : Launch Mode** and switch it to **Standard** then...
@ShuFengMuYu I suspect that you've encountered this #919. If the workaround of switching Java LS launch mode to **Standard** works then it must be it.
If I was to do this properly I would: 1. Create 2 commands for properties->yaml and yaml->properties on the Boot LS side. Both commands apply workspace edit at the end....
POC in Eclipse seems to work... of course it would need to be unit tested before it goes into the snapshot builds. It also has similar limitations of removing comments...
Pushed Eclipse only yaml -> props support: 3a0ee635f2c09498218bde903d071e40c13142fc Will look into refactor preview in LSP4E next and then move yaml -> props and props -> yaml to LS Try Eclipse...
Sure, just wait 1.5 hours from now for the eclipse distro snapshot build to finish.
@manueljordan I have just fixed the issue of "the file being used by another process" on Win: e528454f2c72a0dd80446270ca194b0e5225f042 Thanks for giving it a spin :-)
@manueljordan build has succeeded and ready to for testing
@manueljordan awesome!!! Thanks very much for testing!-) I'm moving the refactoring logic on the Boot LS side now to make yaml props conversions available in both Eclipse and VSCode (and...