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
Copy file name to clipboardExpand all lines: package.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,13 @@
331
331
"scope": "resource",
332
332
"type": "string"
333
333
},
334
+
"ansible.validation.lint.autoFixOnSave": {
335
+
"default": false,
336
+
"markdownDescription": "Specifies whether `ansible-lint --fix` should run automatically when you save a file. [Learn more](https://ansible.readthedocs.io/projects/lint/autofix/)",
337
+
"order": 4,
338
+
"scope": "resource",
339
+
"type": "boolean"
340
+
},
334
341
"ansible.validation.lint.enabled": {
335
342
"default": true,
336
343
"markdownDescription": "Enables `ansible-lint`. If disabled only `ansible-playbook --syntax-check` will run. Requires `#ansible.validation.enabled#` to be enabled.",
0 commit comments