vscode settings: exclude vendored collections and roles from search
Some checks failed
/ Ansible Lint (push) Failing after 12m53s
Some checks failed
/ Ansible Lint (push) Failing after 12m53s
This commit is contained in:
parent
7b8dab07b6
commit
db70d666d1
1 changed files with 2 additions and 0 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -2,5 +2,7 @@
|
|||
"search.exclude": {
|
||||
"/playbooks/roles/": true,
|
||||
"/playbooks/resources/": true,
|
||||
"/ansible_collections/": true,
|
||||
"/galaxy-roles/": true,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue