mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Support kernel source actions update. (#171781)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user