Skip to content

Commit

Permalink
chore: update recommended extensions (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jun 1, 2024
1 parent 0a7e84c commit 542714c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extensions": [
"GitHub.copilot",
"GitHub.copilot-labs",
"cschleiden.vscode-github-actions",
"github.vscode-github-actions",
"redhat.vscode-yaml"
]
}
Expand Down
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"github.vscode-github-actions",
"redhat.vscode-yaml"
]
}

0 comments on commit 542714c

Please sign in to comment.