diff --git a/docs/qute/README.md b/docs/qute/README.md index 37ee484b..35bc983d 100644 --- a/docs/qute/README.md +++ b/docs/qute/README.md @@ -10,7 +10,7 @@ ## Settings * `qute.trace.server`: Trace the communication between VS Code and the Qute language server in the Output view. Default is `off`. - * `qute.native.enabled`: Enable/disable Qute native image mode. Default is `false`. + * `qute.native.enabled`: Enable/disable Qute validation/completion for native image mode. Default is `false`. * `qute.codeLens.enabled`: Enable/disable Qute CodeLens. Default is `true`. * `qute.inlayHint.enabled`: Enable/disable Inlay Hint. Default is `true`. * `qute.inlayHint.showSectionParameterType`: Show section parameter type. Default is `true`. diff --git a/package.json b/package.json index 1aeaa38d..4a49c1fe 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "qute.native.enabled": { "type": "boolean", "default": false, - "markdownDescription": "Enable/disable Qute native image mode. Default is `false`.", + "markdownDescription": "Enable/disable Qute validation/completion for native image mode. Default is `false`.", "scope": "resource" }, "qute.validation.enabled": {