Skip to content

Commit

Permalink
Added recommended VS Code extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 20, 2023
1 parent cf701de commit fa34b43
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-dotnettools.vscodeintellicode-csharp",
"streetsidesoftware.code-spell-checker",
"ms-azuretools.vscode-docker",
"shardulm94.trailing-spaces",
"redhat.vscode-yaml",
"github.vscode-github-actions"
]
}

0 comments on commit fa34b43

Please sign in to comment.