From e719fde3a005842f678644e4f7059464357ab39e Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 13 Apr 2018 16:03:13 +0200 Subject: [PATCH] update getting started --- fsprovider-sample/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/fsprovider-sample/README.md b/fsprovider-sample/README.md index 5d0f8a94..a1348551 100644 --- a/fsprovider-sample/README.md +++ b/fsprovider-sample/README.md @@ -1,3 +1,16 @@ # MemFS This extension implements an in-memory file system to show-case a API. It also enables to see how other extensions behave with documents/files that aren't stored on disk. + +**NOTE** that this extension requires a very recent version of VS Code Insiders or the development version of VS Code, e.g. `./scripts/code.[sh|bat]`. + +To *get started* you need the extension and a workspace with an entry like this: + +```json +{ + "uri": "memfs:/", + "name": "MemFS" +} +``` + +Then, select 'F1 > Initialize MemFS' and notice how the file explorer is populated with some files.