From d1861c74b60973c537bd1aed7aa7e93308a5d5b0 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Thu, 17 Nov 2016 19:24:43 -0800 Subject: [PATCH] Highlight that you need to run "Toggle Custom Explorer" in first run Seems to be a common confusing point. Correct flow is being discussed at https://github.com/Microsoft/vscode/issues/15217#issuecomment-259488001 --- tree-explorer-sample/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-explorer-sample/USAGE.md b/tree-explorer-sample/USAGE.md index cbfe5d32..8cafbb55 100644 --- a/tree-explorer-sample/USAGE.md +++ b/tree-explorer-sample/USAGE.md @@ -25,7 +25,7 @@ To get it running, do the following: - Install dependencies with `npm install` - Run `Launch Extension` in the Debug View -By default the Explorer wouldn't be displayed on Activity Bar. Find `View: Toggle Custom Explorer` in Command Palette and choose your Explorer to enable it. +**By default the Explorer wouldn't be displayed on Activity Bar. Find `View: Toggle Custom Explorer` in Command Palette and choose your Explorer to enable it.** ### The Structure of Tree Explorer extension