We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f0f73 commit fd6bd34Copy full SHA for fd6bd34
.vscode/extensions.json
@@ -1,5 +1,22 @@
1
{
2
"recommendations": [
3
- "ms-vscode.azure-account"
+ // 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"
21
]
22
}
0 commit comments