When quarkus.tools.propertiesLanguageMismatch = forceQuarkus, it would be great if there is a notification to the user if the user tries to set the languageId of an application.properties file from Quarkus Properties to something else.
Something along the lines of:
Quarkus Tools for Visual Studio Code requires this file's language to be 'Quarkus Properties'
for language support. Edit settings to configure.
[Configure]
with a button ([Configure]) that takes the user to quarkus.tools.propertiesLanguageMismatch in the settings UI.
When
quarkus.tools.propertiesLanguageMismatch = forceQuarkus, it would be great if there is a notification to the user if the user tries to set the languageId of an application.properties file fromQuarkus Propertiesto something else.Something along the lines of:
with a button (
[Configure]) that takes the user toquarkus.tools.propertiesLanguageMismatchin the settings UI.