Support kernel source actions update. (#171781)

This commit is contained in:
Peng Lyu
2023-01-19 17:43:04 -08:00
committed by GitHub
parent 75de129671
commit 9ccc2b3b30
6 changed files with 44 additions and 6 deletions

View File

@@ -22,6 +22,10 @@ declare module 'vscode' {
}
export interface NotebookKernelSourceActionProvider {
/**
* An optional event to signal that the kernel source actions have changed.
*/
onDidChangeNotebookKernelSourceActions?: Event<void>;
/**
* Provide kernel source actions
*/