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
I'm trying to use this extension to enable linting with the qmllint tool. The qmllint executable is stored in a folder that is in my %PATH%. Here is my .multilinterrc.json file, which I have stored in my user folder.
From the debug output, it seems that this file is being loaded, but it never finds the linter for this file type. And it is listing all of the linters that in the default config.json file, which makes me think that when it loads my multilinterrc file, it only looks at the linters under the "known" names, and I can't add something with a new name. Is that correct?
Hello,
I'm trying to use this extension to enable linting with the qmllint tool. The qmllint executable is stored in a folder that is in my %PATH%. Here is my
.multilinterrc.json
file, which I have stored in my user folder.From the debug output, it seems that this file is being loaded, but it never finds the linter for this file type. And it is listing all of the linters that in the default config.json file, which makes me think that when it loads my multilinterrc file, it only looks at the linters under the "known" names, and I can't add something with a new name. Is that correct?
The text was updated successfully, but these errors were encountered: