From 86dc1034d8cc7dad3f625b1007cad9c141ad0f79 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Tue, 24 Jul 2018 17:15:39 +0200 Subject: [PATCH] Update read me --- tree-view-sample/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tree-view-sample/README.md b/tree-view-sample/README.md index 6356afd4..cfaf5f3b 100644 --- a/tree-view-sample/README.md +++ b/tree-view-sample/README.md @@ -16,8 +16,9 @@ You can also learn how to contribute custom view containers and contribute views - Open this example in VS Code Insiders - `npm install` -- `npm run compile` +- `npm run watch` - `F5` to start debugging - FTP file explorer view should be shown in Explorer +- File explorer view replicating the file explorer in VS Code should be shown in Explorer - Json Outline view is shown in explorer when you open a json file and gets hidden when json file is closed. - Node dependencies view is shown in Package explorer view container in Activity bar.