You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,14 @@ Default is `error`.
61
61
*`microprofile.tools.validation.unknown.severity` : Validation severity for unknown properties for MicroProfile `*.properties` files. Default is `warning`.
62
62
*`microprofile.tools.validation.unknown.excluded` : Array of properties to ignore for unknown properties validation. Patterns can be used ('\*' = any string, '?' = any character).
63
63
Default is `["*/mp-rest/providers/*/priority", "mp.openapi.schema.*", "kafka-streams.*", "camel.*"]`.
64
-
*`microprofile.tools.codeLens.urlCodeLensEnabled` : Enable/disable the URL code lenses for REST services. Default is`true`.
64
+
*`microprofile.tools.codeLens.urlCodeLensEnabled` : Enable or disable the URL code lenses for REST services. Default is`true`.
65
65
*`microprofile.tools.validation.value.severity`: Validation severity for property values for MicroProfile `*.properties` files. Default is `error`.
66
66
*`microprofile.tools.validation.unassigned.excluded`: Array of properties to ignore for unassigned properties validation in Java files. Patterns can be used ('\*' = any string, '?' = any character).
67
-
*`microprofile.tools.inlayHint.enabled`: Enable/disable the inlay hint support. Default is `false`.
67
+
*`microprofile.tools.inlayHint.enabled`: Enable or disable all MicroProfile Config inlay hints. Default is `true`.
68
+
*`microprofile.tools.inlayHint.converters.enabled`: Show inlay hints indicating the MicroProfile Config converter used to convert configuration values from strings. Default is `false`.
69
+
*`microprofile.tools.inlayHint.defaultValues.enabled`: Show inlay hints displaying the default value of configuration properties.. Default is `true`.
70
+
*`microprofile.tools.inlayHint.types.enabled`: Show inlay hints displaying the Java type of configuration properties. Default is `false`.
71
+
*`microprofile.tools.inlayHint.resolveExpressions.enabled`: Show inlay hints displaying the resolved expressions of configuration properties. Default is `true`.
68
72
69
73
### **Note for MicroProfile Rest Client properties**:
0 commit comments