Skip to content

Commit d5557cd

Browse files
authored
VSCode Extension Recomendations (#39474)
* VSCode Extension Recomendations Recommending the extensions we pre-install for Codespaces: https://github.com/dotnet/aspnetcore/blob/26adec8b38c74c7a512650c379a04c862b00ce6f/.devcontainer/devcontainer.json#L20-L25 [VSCode Extension Recommendations](https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions) * Spacing
1 parent c1b6a80 commit d5557cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/extensions.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"ms-dotnettools.csharp",
4+
"EditorConfig.EditorConfig",
5+
"k--kato.docomment",
6+
"dbaeumer.vscode-eslint"
7+
]
8+
}

0 commit comments

Comments
 (0)