From 4762e4e8fff74ac05b512f7faaba9e9781fb27b0 Mon Sep 17 00:00:00 2001 From: Julien Croain Date: Fri, 21 Dec 2018 13:45:29 +0100 Subject: [PATCH] Fix SCM label in contributes views --- tree-view-sample/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree-view-sample/USAGE.md b/tree-view-sample/USAGE.md index c03290bb..d61d9a40 100644 --- a/tree-view-sample/USAGE.md +++ b/tree-view-sample/USAGE.md @@ -22,7 +22,7 @@ You must specify an identifier and name for the view. You can contribute to foll - `explorer`: Explorer view in the Side bar - `debug`: Debug view in the Side bar -- `scm`: Debug view in the Side bar +- `scm`: Source Control Management view in the Side bar When the user opens the view, VS Code will then emit an activationEvent `onView:${viewId}` (e.g. `onView:nodeDependencies` for the example below). You can also control the visibility of the view by providing the `when` context value.