Skip to content

Commit 65dbfcf

Browse files
authored
Switch to current lowercase names for powershell and mdlint exts (#901)
1 parent 32354f8 commit 65dbfcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/extensions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"ms-vscode.csharp",
6-
"ms-vscode.PowerShell",
7-
"EditorConfig.EditorConfig",
8-
"DavidAnson.vscode-markdownlint"
6+
"ms-vscode.powershell",
7+
"davidanson.vscode-markdownlint",
8+
"editorconfig.editorconfig"
99
]
1010
}

0 commit comments

Comments
 (0)