From 0bd522cf02f893def2fcdce28a7e13fa8a37c096 Mon Sep 17 00:00:00 2001 From: WaylonWalker Date: Sat, 5 Oct 2019 20:54:44 -0500 Subject: [PATCH 1/3] Add Ascii Tree Generator --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff62c5f..506474e 100644 --- a/README.md +++ b/README.md @@ -803,6 +803,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you # Uncategorized +## [Ascii Tree Generator](https://marketplace.visualstudio.com/items?itemName=aprilandjan.ascii-tree-generator) + +> A VS Code extension to generate ascii tree of directories or format selected text to tree strings. + +![Ascii Tree Generator Demo](https://github.com/aprilandjan/ascii-tree-generator/raw/master/images/text.gif) + ## [Browser Preview](https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview) > Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug. Browser Preview is powered by Chrome Headless, and works by starting a headless Chrome instance in a new process. This enables a secure way to render web content inside VS Code, and enables interesting features such as in-editor debugging and more! From b88c9c41e2ec753fbd23415eb71e1fdaf014a98c Mon Sep 17 00:00:00 2001 From: WaylonWalker Date: Sat, 5 Oct 2019 20:57:40 -0500 Subject: [PATCH 2/3] added link in table of contents. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 506474e..4bb0a7d 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Seti-UI](#seti-icons) - [Material-Icon-Theme](#material-icon-theme) - [Uncategorized](#uncategorized) + - [Ascii Tree Generator](#ascii-tree-generator) - [Browser Preview](#browser-preview) - [Carbon-now-sh](#carbon-now-sh) - [Code Runner](#code-runner) From 93c0855d55cf31c26d9bba488eafa84a0be1428a Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Wed, 30 Oct 2019 12:22:17 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bb0a7d..820a479 100644 --- a/README.md +++ b/README.md @@ -808,7 +808,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you > A VS Code extension to generate ascii tree of directories or format selected text to tree strings. -![Ascii Tree Generator Demo](https://github.com/aprilandjan/ascii-tree-generator/raw/master/images/text.gif) +![Ascii Tree Generator Demo](https://raw.githubusercontent.com/aprilandjan/ascii-tree-generator/master/images/text.gif) ## [Browser Preview](https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview)