Igor Aguiar Rodrigues

Results 4 comments of Igor Aguiar Rodrigues

Hi. The only way I could work around this issue was to declare a new GrailsPropertySelector bean in the Application class inside the init directory. This way you can ignore...

Of course. I have a service with a method like this: @Cacheable(value = "dataServiceCache.vehicleByLabelAndCompanyId", condition = "#result != null") Vehicle findVehicleByLabelAndCompanyId(String label, long companyId) { } Now, with version 4,...

https://github.com/cybertim/vscode-gengetset/blob/4f5eac275a458f1535dd3dd36a6cde3b8f87a462/src/getset.ts#L51 should be ```typescript if (currentPos.isAfterOrEqual(classes[i].startPos) && currentPos.isBeforeOrEqual(classes[i].endPos)) { ``` You can fix it locally by editing the file ~/.vscode/extensions/dskwrk.vscode-generate-getter-setter-0.5.0/out/src/getset.js and reloading the window (or closing and starting vscode again).

I am having the same problem on Linux when running content with `Main menu > Load Content > My archive > Load Archive`. If I run with `Main menu >...