Skip to content

Commit 9c5152f

Browse files
Add VS Code extensions
Suggest VS Code extensions for running and debugging Mocha tests.
1 parent 8b9e864 commit 9c5152f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .vscode/extensions.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"editorconfig.editorconfig",
4+
"github.vscode-github-actions",
5+
"hbenl.vscode-mocha-test-adapter"
6+
]
7+
}

0 commit comments

Comments
 (0)