redhat-developer / vscode-quarkus

Quarkus Tools for Visual Studio Code, by Red Hat
https://quarkus.io
Apache License 2.0
72 stars 27 forks source link

Some properties in a properties file are not recognised #820

Open jonathanvila opened 3 weeks ago

jonathanvila commented 3 weeks ago

Adding langchain4j properties to the properties file highlights some as unknown, while others are well recognized. The code contains both properties.

Here is where the property quarkus.langchain4j.timeout is not recognized :

Screenshot 2024-08-26 at 12 33 05

But, if I cmd-click on the log-requests property it sends me to the file containing all the properties, including timeout :

Screenshot 2024-08-26 at 12 33 25

VS Code: 1.92.2 Quarkus plugin: v1.17.0 Project Quarkus : 3.13.3 Project Langchain: quarkus-langchain4j-core:0.17.0

angelozerr commented 3 weeks ago

Indeed that's strange. I need to investigate this issue.

Thanks for reporting the issue.