Skip to content

Commit 5c31e41

Browse files
committed
add shell command extension to recommendations
1 parent 8f51ef7 commit 5c31e41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
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
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
4-
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
4+
"recommendations": [
5+
"esbenp.prettier-vscode",
6+
"dbaeumer.vscode-eslint",
7+
"augustocdias.tasks-shell-input"
8+
],
59
}

0 commit comments

Comments
 (0)