Skip to content

Commit d515db5

Browse files
CopilotDonJayamanne
andcommitted
Remove 'shutdown' from KernelAction type as requested
Co-authored-by: DonJayamanne <[email protected]>
1 parent 5898fbc commit d515db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ export interface IKernelFinder {
870870
onDidChangeRegistrations: Event<{ added: IContributedKernelFinder[]; removed: IContributedKernelFinder[] }>;
871871
}
872872

873-
export type KernelAction = 'start' | 'interrupt' | 'restart' | 'execution' | 'shutdown';
873+
export type KernelAction = 'start' | 'interrupt' | 'restart' | 'execution';
874874

875875
export type KernelActionSource = 'jupyterExtension' | '3rdPartyExtension';
876876

0 commit comments

Comments
 (0)