Skip to content

Commit

Permalink
Add vscode project
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Jul 24, 2023
1 parent 4d7d0ce commit b44891e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions certifications.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"ansible.python.interpreterPath": "/bin/python3",
"files.associations": {
"**/tasks/**/*.yml": "ansible",
"**/vars/**/*.yml": "ansible",
"**/molecule/*.yml": "ansible",
"**/molecule/molecule.yml": "ansible",
"**/handlers/**/*.yml": "ansible",
"**/defaults/*.yml": "ansible",
"**/host_vars/**/*.yml": "ansible",
"**/group_vars/**/*.yml": "ansible",
"**/inventories/*.yml": "ansible",
"**/meta/*.yml": "ansible",
"**/requirements.yml": "ansible",
"**/terraform/**": "terraform",
"**/inventories/terraform/**": "ansible"
}
},
"extensions": {
"recommendations": [
"redhat.ansible",
"redhat.vscode-yaml",
"hashicorp.terraform",
"GitHub.copilot",
"GitLab.gitlab-workflow",
"yzhang.markdown-all-in-one"
]
}
}

0 comments on commit b44891e

Please sign in to comment.