We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bc948 commit 94c2cc6Copy full SHA for 94c2cc6
.vscode/extensions.json
@@ -5,14 +5,14 @@
5
// List of extensions which should be recommended for users of this workspace.
6
"recommendations": [
7
"ms-azure-devops.azure-pipelines",
8
- "ms-vscode.csharp",
+ "ms-dotnettools.csharp",
9
"k--kato.docomment",
10
"editorconfig.editorconfig",
11
"pflannery.vscode-versionlens",
12
"davidanson.vscode-markdownlint"
13
],
14
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
15
"unwantedRecommendations": [
16
-
+
17
]
18
-}
+}
0 commit comments