We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd207f commit 553e68bCopy full SHA for 553e68b
.vscode/extensions.json
@@ -1,16 +1,8 @@
1
{
2
- // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
- // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
-
5
- // List of extensions which should be recommended for users of this workspace.
6
"recommendations": [
7
"rogalmic.bash-debug",
8
"mads-hartmann.bash-ide-vscode",
9
"foxundermoon.shell-format",
10
"timonwong.shellcheck",
11
- ],
12
- // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
13
- "unwantedRecommendations": [
14
15
]
16
}
0 commit comments