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
- Support for global namespace. See [quarkus-ls#1025](https://github.com/redhat-developer/quarkus-ls/pull/1025).
8
+
- Support for multiple Qute template root. See [#861](https://github.com/redhat-developer/vscode-quarkus/pull/861).
9
+
- Data model template matcher support. See [quarkus-ls#1021](https://github.com/redhat-developer/quarkus-ls/pull/1021).
10
+
- Add completion support for `quarkus.langchain4j.ollama.embedding-model.model-id`. See [quarkus-ls#1014](https://github.com/redhat-developer/quarkus-ls/issues/1014).
11
+
- Roq DataMapping support. See [quarkus-ls#1017](https://github.com/redhat-developer/quarkus-ls/pull/1017).
12
+
13
+
### Bug Fixes
14
+
15
+
- Escape sequence \{ in Qute is not supported. See [#897](https://github.com/redhat-developer/quarkus-ls/issues/897).
16
+
- False-positive error with section name which contains underscore. See [#1028](https://github.com/redhat-developer/quarkus-ls/pull/1028).
17
+
- False-positive error with section name which contains number. See [#1022](https://github.com/redhat-developer/quarkus-ls/pull/1022).
18
+
- False-positive error on let-defined variable. See [#993](https://github.com/redhat-developer/quarkus-ls/issues/993).
19
+
- Fix the qute.jdt tests. See [#1019](https://github.com/redhat-developer/quarkus-ls/pull/1019).
20
+
- Support TemplateExtension matchNames. See [#1013](https://github.com/redhat-developer/quarkus-ls/issues/1013).
21
+
- Qute validation fails on `{config:property}` if property contains is a string. See [#933](https://github.com/redhat-developer/quarkus-ls/issues/933).
22
+
- Cannot publish to OpenVSX due to out of date NodeJS. See [vscode-microprofile#303](https://github.com/redhat-developer/vscode-microprofile/issues/303).
0 commit comments