I find it bothersome when LTeX+ generates an info message for each and every instance of a misspelling detection. It's usually a lot for each document:

I found out here that a solution is to add "ltex.diagnosticSeverity": "hint" to the settings.json file. Nonetheless, as it is explained in the documentation, this makes any spotted spelling error not be underlined and rather only subtly marked. I would like for the errors in my code to still be underlined with a squiggly line (like with the default "ltex.diagnosticSeverity": "information" value), yet without any info messages popping up.
I find it bothersome when LTeX+ generates an info message for each and every instance of a misspelling detection. It's usually a lot for each document:

I found out here that a solution is to add
"ltex.diagnosticSeverity": "hint"to the settings.json file. Nonetheless, as it is explained in the documentation, this makes any spotted spelling error not be underlined and rather only subtly marked. I would like for the errors in my code to still be underlined with a squiggly line (like with the default"ltex.diagnosticSeverity": "information"value), yet without any info messages popping up.