Skip to content

Commit

Permalink
chore(vscode): add redhat.vscode-yaml as recommended extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 10, 2021
1 parent bfa04e1 commit 2904f20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
@@ -1,5 +1,9 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"redhat.vscode-yaml"
]
}

0 comments on commit 2904f20

Please sign in to comment.