mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Merge pull request #102 from ilanpillemer/patch-1
Fix spelling mistake in contribution point.
This commit is contained in:
@ -52,7 +52,7 @@ Following, in the views object, you can then add a field with the same string as
|
||||
|
||||
```json
|
||||
"contributes": {
|
||||
"viewContainers": {
|
||||
"viewsContainers": {
|
||||
"activitybar": [
|
||||
{
|
||||
"id": "tree-view",
|
||||
@ -71,4 +71,4 @@ Following, in the views object, you can then add a field with the same string as
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user