From 2379dc3e099df3890aa4aa5e2c75f752835996d1 Mon Sep 17 00:00:00 2001 From: Geoff Choy Date: Sun, 3 May 2020 19:16:12 +1000 Subject: [PATCH] Fix typo and resolve markdown lint warning --- fsprovider-sample/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fsprovider-sample/README.md b/fsprovider-sample/README.md index 51272445..bd03054c 100644 --- a/fsprovider-sample/README.md +++ b/fsprovider-sample/README.md @@ -5,7 +5,6 @@ This extension implements an in-memory file system to show-case the [filesystem * Be a sample/reference for extension authors that want to implement a filesystem provider * Be a test for other extensions that *falsely* assume text document always live on disk. - To *get started* you need this: * install this extension @@ -14,7 +13,7 @@ To *get started* you need this: * ... try things out, e.g. IntelliSense in memfs-files, create new files, save them, etc * open `file.txt` and make changes * 'F1 > [MemFS] Delete "file.txt', observe that the editor is now indicating that the file is deleted -* 'F1 > [MemFS] Add "file.txt', observe that the editor content is reset and the '(delete)' annotation disappeard +* 'F1 > [MemFS] Add "file.txt', observe that the editor content is reset and the '(delete)' annotation disappeared * select 'F1 > [MemFs] Delete Files' or reload to restart ![sample screenshot](https://github.com/Microsoft/vscode-extension-samples/raw/master/fsprovider-sample/sample.png)