Add .NET Core Test Explorer extension

This commit is contained in:
Chris Lewis 2018-10-03 14:00:26 +10:00 committed by GitHub
parent 5ba84fc052
commit 0c2427ab6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.