Skip to content

Commit

Permalink
Provide qute.native.enabled setting
Browse files Browse the repository at this point in the history
See redhat-developer/quarkus-ls#629

Signed-off-by: azerr <azerr@redhat.com>
  • Loading branch information
angelozerr committed May 3, 2022
1 parent 101d8a7 commit 11203ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/qute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +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 images. 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`.
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@
"default": true,
"markdownDescription": "Show section parameter type. Default is `true`."
},
"qute.native.enabled": {
"type": "boolean",
"default": false,
"markdownDescription": "Enable/disable Qute native images. Default is `false`.",
"scope": "resource"
},
"qute.validation.enabled": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 11203ff

Please sign in to comment.