mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Allow empty extension location for internal notebook contributions
No need to specify a fake location
This commit is contained in:
@@ -669,7 +669,7 @@ export interface WebviewExtensionDescription {
|
||||
|
||||
export interface NotebookExtensionDescription {
|
||||
readonly id: ExtensionIdentifier;
|
||||
readonly location: UriComponents;
|
||||
readonly location: UriComponents | undefined;
|
||||
}
|
||||
|
||||
export enum WebviewEditorCapabilities {
|
||||
|
||||
Reference in New Issue
Block a user