Skip to content

Commit

Permalink
Added testing/code coverage extensions suggestions to VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed May 17, 2018
1 parent 1a0714a commit 6714695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"recommendations": [
"ms-vscode.csharp",
"EditorConfig.editorconfig"
"EditorConfig.editorconfig",
"ryanluker.vscode-coverage-gutters",
"formulahendry.dotnet-test-explorer"
]
}

0 comments on commit 6714695

Please sign in to comment.