From 0c2427ab6b26f2bf8c5b28493ea7f4eb8e1fe4db Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Wed, 3 Oct 2018 14:00:26 +1000 Subject: [PATCH] Add .NET Core Test Explorer extension --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ec3833f..244010c 100644 --- a/README.md +++ b/README.md @@ -431,6 +431,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you > Override the regular Copy and Cut commands to keep selections in a clipboard ring +## [.NET Core Test Explorer](https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer) + +> View and run your .NET Core tests directly in the editor. + +![](https://github.com/formulahendry/vscode-dotnet-test-explorer/raw/master/images/test-explorer.gif) + ## [npm Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense) > Visual Studio Code plugin that autocompletes npm modules in import statements.