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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We're always looking for ways to get realtime feedback during dev. In case anyone needs it, we have pydoclint wired in like this:
Custom task with problem matcher:
https://github.com/ansible/ansible-creator/blob/main/.vscode/tasks.json
Run task on save:
extension: https://github.com/ansible/ansible-creator/blob/main/.vscode/extensions.json#L5
settings: https://github.com/ansible/ansible-creator/blob/main/.vscode/settings.json#L22
The problems tab is populated with doc string issues from the workspace.
Hope it helps someone.
Beta Was this translation helpful? Give feedback.
All reactions