From 06e1a9b9c12fa2ab81259586ceec48449ffe612c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 28 Apr 2020 15:14:37 +1000 Subject: [PATCH] Adds ngrok for VSCode to the list. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d29baa4..05dea13 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Kanban](#kanban) - [Live Server](#live-server) - [Multiple clipboards](#multiple-clipboards) + - [ngrok for VSCode](#ngrok-for-vscode) - [Dotnet Core Test Explorer](#dotnet-core-test-explorer) - [i18n Ally](#i18n-ally) - [Instant Markdown](#instant-markdown) @@ -680,6 +681,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 +## [ngrok for VSCode](https://marketplace.visualstudio.com/items?itemName=philnash.ngrok-for-vscode) + +> Control [ngrok](https://ngrok.com/) from the VSCode command palette + +![ngrok for VSCode](https://raw.githubusercontent.com/philnash/ngrok-for-vscode/master/images/start.gif) + ## [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.