Skip to content

Commit

Permalink
chore: add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Nov 6, 2020
1 parent 737fb2d commit 467dbc9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
*.retry
.DS_Store
.vagrant
.vscode
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"vscoss.vscode-ansible"
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.yml": "ansible"
}
}

0 comments on commit 467dbc9

Please sign in to comment.