mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Merge pull request #134 from JulienCroain/TreeViewSample_Fix_Label
Fix SCM label in contributes views
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user