mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 08:40:29 -04:00
Merge from vscode dbe62be3266ffb6772a7f3db0bf61d63f4aa7f65 (#9337)
This commit is contained in:
@@ -1082,7 +1082,7 @@ export class ExtensionEditor extends BaseEditor {
|
||||
}
|
||||
|
||||
private renderCustomEditors(container: HTMLElement, manifest: IExtensionManifest, onDetailsToggle: Function): boolean {
|
||||
const webviewEditors = manifest.contributes?.webviewEditors || [];
|
||||
const webviewEditors = manifest.contributes?.customEditors || [];
|
||||
if (!webviewEditors.length) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user