Skip to content

Commit

Permalink
Add VS Code recommended extensions
Browse files Browse the repository at this point in the history
Close: #209
  • Loading branch information
williambelle committed Oct 29, 2024
1 parent aedb83d commit 6797eca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"editorconfig.editorconfig",
"ms-python.python",
"redhat.ansible"
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ansible.python.interpreterPath": "ansible/ansible-deps-cache/bin/python3",
"files.exclude": {
"ansible/ansible-deps-cache": true
},
"python.analysis.exclude": ["ansible/ansible-deps-cache/**"]
}

0 comments on commit 6797eca

Please sign in to comment.