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 using vscode-linter to lint my yaml and docker-compose.yml (which is yaml) files.
Since I have also the "composer" extension for docker, the Language id changed from yaml to dockercompose. and yamllint don't recognize this.
It works if I run yamllint manually: yamllint -c ~/.yamllint.yml docker-compose.yml
Output in vscode:
Language id: dockercompose
No linters found for "dockercompose"
Hi,
I'm using vscode-linter to lint my yaml and docker-compose.yml (which is yaml) files.
Since I have also the "composer" extension for docker, the Language id changed from yaml to dockercompose. and yamllint don't recognize this.
It works if I run yamllint manually:
yamllint -c ~/.yamllint.yml docker-compose.yml
Output in vscode:
settings.json:
I have added dockercompose to languages, but no result:
I also added a complete new section, with language only set to dockercompose, no luck...
What can I do here? Do i something wrong?
Thanks for help :)
The text was updated successfully, but these errors were encountered: