Skip to content

Commit fb34720

Browse files
committedApr 14, 2024·
Add VS Code recommended extensions
1 parent 8e6d6eb commit fb34720

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎.vscode/extensions.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"recommendations": [
3-
"streetsidesoftware.code-spell-checker"
3+
"EditorConfig.EditorConfig",
4+
"ms-vscode.powershell",
5+
"streetsidesoftware.code-spell-checker",
6+
"TylerLeonhardt.vscode-inline-values-powershell",
7+
"yzhang.markdown-all-in-one"
48
]
59
}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"recommendations": [
3-
"streetsidesoftware.code-spell-checker"
3+
"EditorConfig.EditorConfig",
4+
"ms-vscode.powershell",
5+
"streetsidesoftware.code-spell-checker",
6+
"TylerLeonhardt.vscode-inline-values-powershell"
47
]
58
}

0 commit comments

Comments
 (0)
Please sign in to comment.