Gabriel Basilio
Gabriel Basilio
@willbryant How did you achieve closing the panel with a tap in the backdrop? Should I use `defaultPanelState` ?
> Implementation idea if we decide to adopt this - this could be a static method on `File`, say `File.from`: > ```ts > class File { > static from (publicUrl:...
Thanks for reporting it. I will check it out
@jrussellsmyth I don’t have experience using Remote Development in VSCode. Do you know why it fails? I assume it is because the container can’t resolve the jar path that is...
Hi , @tristan957. Are you syncing your user settings between your different platforms? Because the Lombok jar path in inserted in your user.settings not in your workspace.settings. If you install...
Thanks for notifying it. I didn’t know about people doing setting syncing until now, so I was not aware of this issue. I hope they solve the linked issue
Please, update vscode-lombok extension on your VSCode and also make sure to use the latest lombok jar on your pom/gradle (https://projectlombok.org/setup/maven)
Which Java version are you using? It happens using Maven or Gradle?
Please make sure you’re using the latest version of Lombok in your Pom or gradle file to avoid conflicts with the plugin
Agh, I knew these uninstall issues were going to show up. I opened an issue to `vscode` almost 2 years ago because there is not a proper way to remove...