Skip to content

Commit

Permalink
Adds extensions.json file
Browse files Browse the repository at this point in the history
Optionally installs GitHub Actions extension when requested
  • Loading branch information
cr2007 committed Jul 31, 2023
1 parent be364e0 commit 245e8fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recommendations": [
"James-Yu.latex-workshop",
"vscode-icons-team.vscode-icons",
"eamodio.gitlens",
"mhutchie.git-graph",
"VisualStudioExptTeam.vscodeintellicode",
"EditorConfig.EditorConfig",
"github.vscode-github-actions"
]
}

0 comments on commit 245e8fe

Please sign in to comment.