mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-25 15:19:39 -05:00
Merge pull request #311 from philnash/ngrok-for-vscode
Adds ngrok for VSCode to the list.
This commit is contained in:
commit
52b5faece7
@ -89,6 +89,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)
|
||||
@ -701,6 +702,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)
|
||||
|
||||
> ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on. This extension allows you to 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.
|
||||
|
Loading…
Reference in New Issue
Block a user