Issue Type: Bug VSCode Java extension seems to raise error while using var data type (type inference for local variables was introduced way back with Java 10). Running the project also seems to fail while using
To continue working I can replace the lombok.* imports by more specific ones. Still this is a problem which requires some attention, the build and debugging works in Intellij and building from the command prompt is no problem. VSCode for some reason can't infer the types of the 'var' fie...
Describe the bug A PHPDoc type annotation of @var Boolean is parsed as @var bool. This results in an error when trying to call a method on a variable annotated as Boolean (for a class Boolean): Expected type 'object'. Found 'bool'. To Re...
And those above warnings would not be the cause of the container failure to start as the code generating these is only called AFTER a failure within the container start path. It would be interesting to see if we actually print the cause of the start failure in your daemon logs. Could you...