Skip to content

Commit fd6bd34

Browse files
chore(vscode): expand extension recommendations for contributors
1 parent f0f0f73 commit fd6bd34

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.vscode/extensions.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"recommendations": [
3-
"ms-vscode.azure-account"
3+
// PowerShell development
4+
"ms-vscode.powershell",
5+
6+
// .NET / C# for debugging and language features
7+
"ms-dotnettools.csharp",
8+
9+
// Consistent formatting via .editorconfig
10+
"EditorConfig.EditorConfig",
11+
12+
// YAML support for CI and config files
13+
"redhat.vscode-yaml",
14+
15+
// GitHub Actions authoring (repo uses GH workflows)
16+
"GitHub.vscode-github-actions",
17+
18+
// Markdown authoring and linting for docs
19+
"yzhang.markdown-all-in-one",
20+
"DavidAnson.vscode-markdownlint"
421
]
522
}

0 commit comments

Comments
 (0)