We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5898fbc commit d515db5Copy full SHA for d515db5
src/kernels/types.ts
@@ -870,7 +870,7 @@ export interface IKernelFinder {
870
onDidChangeRegistrations: Event<{ added: IContributedKernelFinder[]; removed: IContributedKernelFinder[] }>;
871
}
872
873
-export type KernelAction = 'start' | 'interrupt' | 'restart' | 'execution' | 'shutdown';
+export type KernelAction = 'start' | 'interrupt' | 'restart' | 'execution';
874
875
export type KernelActionSource = 'jupyterExtension' | '3rdPartyExtension';
876
0 commit comments