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
Add a setting with max size for an ansible-lint output.
Alternatives
Increase the maximum value for maxBuffer.
Additional context
The error into VSCode Could not parse ansible-lint output. Please check your ansible-lint installation & configuration. More info in Ansible Server output.
The text was updated successfully, but these errors were encountered:
Problem
Parsing of ansible-lint output falls in case of large output (more than 10 MB). Right now it's added in commandRunner.ts with hardcoded value for maxBuffer.
Solution
Add a setting with max size for an ansible-lint output.
Alternatives
Increase the maximum value for maxBuffer.
Additional context
The error into VSCode
Could not parse ansible-lint output. Please check your ansible-lint installation & configuration. More info in Ansible Server output.
The text was updated successfully, but these errors were encountered: