Skip to content

Commit

Permalink
Fix #2370
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Jan 30, 2019
1 parent 8f1e2b8 commit 31061f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/references/contribution-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 31061f5

Please sign in to comment.