From c4ecf516b4aeff6a5b2325afdd5db79f059db23f Mon Sep 17 00:00:00 2001 From: Eric Adamski Date: Tue, 9 Oct 2018 06:51:04 -0400 Subject: [PATCH] Add vscode-carbon.now.sh to the list --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0aeaae9..76dc2ea 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [ftp-sync](#ftp-sync) - [PlatformIO](#platformio) - [Polacode](#polacode) + - [carbon-now-sh](#carbon-now-sh) - [Quokka](#quokka) - [Remote Workspace](#remote-workspace) - [Runner](#runner) @@ -688,6 +689,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Make a polaroid image of your code animation](https://raw.githubusercontent.com/octref/polacode/master/demo/usage.gif) +## [carbon-now-sh](https://marketplace.visualstudio.com/items?itemName=ericadamski.carbon-now-sh) + > Send your code to [carbon.now.sh](https://carbon.now.sh). + ![Send your code to carbon.now.sh animation](https://user-images.githubusercontent.com/6516758/46617867-df765680-caeb-11e8-8899-95778cdcceb7.gif) + ## [Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) > Rapid prototyping playground for JavaScript and TypeScript in VS Code, with access to your project's files, inline reporting, code coverage and rich output formatting.