Allow empty extension location for internal notebook contributions

No need to specify a fake location
This commit is contained in:
Matt Bierner
2021-08-18 14:38:40 -07:00
parent 54528758ce
commit 231dfc9b45
3 changed files with 5 additions and 3 deletions

View File

@@ -669,7 +669,7 @@ export interface WebviewExtensionDescription {
export interface NotebookExtensionDescription {
readonly id: ExtensionIdentifier;
readonly location: UriComponents;
readonly location: UriComponents | undefined;
}
export enum WebviewEditorCapabilities {