Skip to content

Commit

Permalink
Fix json schema for viewContainers
Browse files Browse the repository at this point in the history
Fixes #240707
  • Loading branch information
alexr00 committed Feb 24, 2025
1 parent 0110d56 commit f4d886d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/workbench/api/browser/viewsExtensionPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export const viewsContainersContribution: IJSONSchema = {
type: 'array',
items: viewsContainerSchema
}
}
},
additionalProperties: false
};

enum ViewType {
Expand Down

0 comments on commit f4d886d

Please sign in to comment.