From 0c2427ab6b26f2bf8c5b28493ea7f4eb8e1fe4db Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Wed, 3 Oct 2018 14:00:26 +1000 Subject: [PATCH 1/4] 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. From 92aa3aabf45e4b6dc452daf61da1c64ddb926ebf Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Wed, 3 Oct 2018 14:06:59 +1000 Subject: [PATCH 2/4] Add table of contents link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 244010c..657ef67 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Kanban](#kanban) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) + - [.NET Core Test Explorer](#dotnet-core-test-explorer) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) - [Paste JSON as Code](#paste-json-as-code) @@ -431,7 +432,7 @@ 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) +## [Dotnet Core Test Explorer](https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer) > View and run your .NET Core tests directly in the editor. From c418b434b6f23b337e9b7d1d9df21da777737f58 Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Wed, 3 Oct 2018 14:07:47 +1000 Subject: [PATCH 3/4] Make ToC link and heading consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 657ef67..3d16260 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Kanban](#kanban) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) - - [.NET Core Test Explorer](#dotnet-core-test-explorer) + - [Dotnet Core Test Explorer](#dotnet-core-test-explorer) - [npm Intellisense](#npm-intellisense) - [Partial Diff](#partial-diff) - [Paste JSON as Code](#paste-json-as-code) From d0faa4da1f51fb8c66334bc26517b81b1e5bf46d Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Wed, 3 Oct 2018 14:09:56 +1000 Subject: [PATCH 4/4] Update demo gif to use raw.githubusercontent URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d16260..352e084 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > 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) +![](https://raw.githubusercontent.com/formulahendry/vscode-dotnet-test-explorer/master/images/test-explorer.gif) ## [npm Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense)