Update run w/parameters icon and increment parameterized notebook (#15127)

* update icon and increment parameterized notebook
This commit is contained in:
Vasu Bhog
2021-04-14 15:28:27 -07:00
committed by GitHub
parent e7571410e0
commit 3a1885491f
6 changed files with 39 additions and 4 deletions

View File

@@ -143,6 +143,8 @@ export interface INotebookService {
notifyCellExecutionStarted(): void;
openNotebook(resource: UriComponents, options: INotebookShowOptions): Promise<IEditorPane | undefined>;
getUntitledUriPath(originalTitle: string): string;
}
export interface INotebookProvider {