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
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,24 +69,10 @@ In `Java` files, you will benefit with:
69
69
The following settings are supported:
70
70
71
71
* All [microprofile.tools.* settings](https://github.com/redhat-developer/vscode-microprofile#supported-vs-code-settings) from the [Visual Studio Code extension for MicroProfile](https://github.com/redhat-developer/vscode-microprofile)
72
-
*`quarkus.tools.alwaysShowWelcomePage` : Determines whether to show the welcome page on extension startup.
73
-
*`quarkus.tools.debug.terminateProcessOnExit` : Determines whether to terminate the quarkus:dev task after closing the debug session.
74
-
*`quarkus.tools.formatting.surroundEqualsWithSpaces` : Insert spaces around the equals sign when formatting the application.properties file. Default is `false`.
75
-
*`quarkus.tools.trace.server` : Trace the communication between VS Code and the Quarkus Language Server in the Output view.
76
-
*`quarkus.tools.symbols.showAsTree` : Show Quarkus properties as tree (Outline). Default is `true`.
77
-
*`quarkus.tools.validation.enabled` : Enables Quarkus validation. Default is `true`.
78
-
*`quarkus.tools.validation.duplicate.severity` : Validation severity for duplicate properties for Quarkus/MicroProfile `*.properties` files.
79
-
Default is `warning`.
80
-
*`quarkus.tools.validation.syntax.severity` : Validation severity for property syntax checking for Quarkus/MicroProfile `*.properties` files.
81
-
Default is `error`.
82
-
*`quarkus.tools.validation.required.severity` : Validation severity for required properties for Quarkus/MicroProfile `*.properties` files.
83
-
Default is `none`.
84
-
*`quarkus.tools.validation.unknown.severity` : Validation severity for unknown properties for Quarkus/MicroProfile `*.properties` files. Default is `warning`.
85
-
*`quarkus.tools.validation.unknown.excluded` : Array of properties to ignore for unknown Quarkus properties validation. Patterns can be used ('*' = any string, '?' = any character).
86
-
Default is `["*/mp-rest/providers/*/priority", "mp.openapi.schema.*"]`.
87
-
*`quarkus.tools.codeLens.urlCodeLensEnabled` : Enable/disable the URL code lenses for REST services. Default is`true`.
72
+
*`quarkus.tools.debug.terminateProcessOnExit` : Determines whether to terminate the quarkus:dev task after closing the debug session. Default is `Ask`.
73
+
*`quarkus.tools.alwaysShowWelcomePage` : Determines whether to show the welcome page on extension startup. Default is `true`.
74
+
*`quarkus.tools.starter.api` : Quarkus API base URL. Default is `http://code.quarkus.io/api`.
88
75
*`quarkus.tools.starter.showExtensionDescriptions`: Determines whether to show the Quarkus extension descriptions when selecting Quarkus extensions. Default is `true`.
89
-
*`quarkus.tools.validation.value.severity`: Validation severity for property values for Quarkus/MicroProfile `*.properties` files. Default is `error`.
90
76
91
77
Since 1.6.0:
92
78
*`quarkus.tools.propertiesLanguageMismatch` : Action performed when detected Quarkus properties have an incorrect language. Default is `forceQuarkus`.
0 commit comments