From 31061f5460fab2b3eb313e47b82795329088fca0 Mon Sep 17 00:00:00 2001 From: Greg Van Liew Date: Wed, 30 Jan 2019 07:58:21 -0800 Subject: [PATCH] Fix #2370 --- api/references/contribution-points.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/references/contribution-points.md b/api/references/contribution-points.md index 3d414252b2..4a83d98f12 100644 --- a/api/references/contribution-points.md +++ b/api/references/contribution-points.md @@ -442,7 +442,7 @@ Contribute a view to VS Code. You must specify an identifier and name for the vi * `scm`: Source Control Management (SCM) view container in the Activity Bar * `debug`: Debug view container in the Activity Bar * `test`: Test view container in the Activity Bar -* [Custom view containers](#contributesviewscontainers) contributed by Extensions. +* [Custom view containers](#contributes.viewsContainers) contributed by Extensions. 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.