From b569310d7d4108a3f5d0090f902a61c3aff3f356 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 13 Sep 2016 14:47:17 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9193d26..18994eb0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Sample code illustrating the VS Code extension APIs. * [Virtual Documents](/contentprovider-sample/README.md) * [Preview Html](/previewhtml-sample/README.md) * [Vim](/vim-sample/README.md) +* [Integrated Terminal](/terminal-example/README.md) # How to run locally