kernel provider settings.

This commit is contained in:
rebornix
2020-07-20 17:17:42 -07:00
parent caa05dd6d5
commit d586f701ec
8 changed files with 205 additions and 25 deletions

View File

@@ -597,6 +597,7 @@ export interface WebviewExtensionDescription {
export interface NotebookExtensionDescription {
readonly id: ExtensionIdentifier;
readonly location: UriComponents;
readonly description?: string;
}
export enum WebviewEditorCapabilities {