Fix SCM label in contributes views

This commit is contained in:
Julien Croain
2018-12-21 13:45:29 +01:00
parent bd5db91495
commit 4762e4e8ff

View File

@ -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.