From 1f4c3f90351450af39a6406ab6104fc2335ccd91 Mon Sep 17 00:00:00 2001 From: Ilan Pillemer Date: Thu, 4 Oct 2018 10:33:40 -0700 Subject: [PATCH] Fix spelling mistake in contribution point. `viewContainers` should be `viewsContainers` this had me confused for an hour when following this file. --- tree-view-sample/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tree-view-sample/USAGE.md b/tree-view-sample/USAGE.md index 38257e75..e90e0438 100644 --- a/tree-view-sample/USAGE.md +++ b/tree-view-sample/USAGE.md @@ -52,7 +52,7 @@ Following, in the views object, you can then add a field with the same string as ```json "contributes": { - "viewContainers": { + "viewsContainers": { "activitybar": [ { "id": "tree-view", @@ -71,4 +71,4 @@ Following, in the views object, you can then add a field with the same string as ] } } -``` \ No newline at end of file +```