Add table of contents link

This commit is contained in:
Chris Lewis 2018-10-03 14:06:59 +10:00 committed by GitHub
parent 0c2427ab6b
commit 92aa3aabf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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