Skip to content

Commit 40f8380

Browse files
committed
project: don't recommend deprecated extension
1 parent 0ad9360 commit 40f8380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
// See http://go.microsoft.com/fwlink/?LinkId=827846
33
// for the documentation about the extensions.json format
4-
"recommendations": ["dbaeumer.vscode-eslint", "eg2.vscode-npm-script"]
4+
"recommendations": ["dbaeumer.vscode-eslint"]
55
}

0 commit comments

Comments
 (0)