From 06c196a7a0006a42d90f3f85c6c45a14fae6cd4c Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Fri, 18 Nov 2016 10:05:32 -0800 Subject: [PATCH] Update README to highlight that you need to toggle explorer first time --- tree-explorer-sample/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tree-explorer-sample/README.md b/tree-explorer-sample/README.md index c4d60232..e4c22f07 100644 --- a/tree-explorer-sample/README.md +++ b/tree-explorer-sample/README.md @@ -11,4 +11,5 @@ Currently, this API is only available in [Insiders](https://code.visualstudio.co - Download Insiders version of VS Code and open this sample - `npm install` - `npm run compile` -- `F5` to start debugging \ No newline at end of file +- `F5` to start debugging +- **Command Palette -> `View: Toggle Custom Explorer` -> Choose your Explorer** \ No newline at end of file