Is there a way to suppress the injection warning for @RestClient?
When I’m injecting a Quarkus Rest client through a constructor or a mock everything works fine, but a pesky warning shows in my VsCode IDE.
When I’m injecting a Quarkus Rest client through a constructor or a mock everything works fine, but a pesky warning shows in my VsCode IDE.