@@ -26,26 +26,26 @@ export namespace Commands {
2626 export  const  Build_Workspace_Symbols  =  'python.buildWorkspaceSymbols' ; 
2727 export  const  Start_REPL  =  'python.startREPL' ; 
2828 export  namespace  Jupyter  { 
29-  export  const  Get_All_KernelSpecs_For_Language  =  'jupyter: getAllKernelSpecsForLanguage' ; 
30-  export  const  Get_All_KernelSpecs  =  'jupyter: getAllKernelSpecs' ; 
31-  export  const  Select_Kernel  =  'jupyter: selectKernel' ; 
32-  export  const  Kernel_Options  =  'jupyter: kernelOptions' ; 
33-  export  const  StartKernelForKernelSpeck  =  'jupyter: sartKernelForKernelSpecs' ; 
34-  export  const  ExecuteRangeInKernel  =  'jupyter: execRangeInKernel' ; 
29+  export  const  Get_All_KernelSpecs_For_Language  =  'jupyter. getAllKernelSpecsForLanguage' ; 
30+  export  const  Get_All_KernelSpecs  =  'jupyter. getAllKernelSpecs' ; 
31+  export  const  Select_Kernel  =  'jupyter. selectKernel' ; 
32+  export  const  Kernel_Options  =  'jupyter. kernelOptions' ; 
33+  export  const  StartKernelForKernelSpeck  =  'jupyter. sartKernelForKernelSpecs' ; 
34+  export  const  ExecuteRangeInKernel  =  'jupyter. execRangeInKernel' ; 
3535 export  const  ExecuteSelectionOrLineInKernel  =  'jupyter.runSelectionLine' ; 
3636 export  namespace  Cell  { 
37-  export  const  ExecuteCurrentCell  =  'jupyter: execCurrentCell' ; 
38-  export  const  ExecuteCurrentCellAndAdvance  =  'jupyter: execCurrentCellAndAdvance' ; 
39-  export  const  AdcanceToCell  =  'jupyter: advanceToNextCell' ; 
40-  export  const  DisplayCellMenu  =  'jupyter: displayCellMenu' ; 
41-  export  const  GoToPreviousCell  =  'jupyter: gotToPreviousCell' ; 
42-  export  const  GoToNextCell  =  'jupyter: gotToNextCell' ; 
37+  export  const  ExecuteCurrentCell  =  'jupyter. execCurrentCell' ; 
38+  export  const  ExecuteCurrentCellAndAdvance  =  'jupyter. execCurrentCellAndAdvance' ; 
39+  export  const  AdcanceToCell  =  'jupyter. advanceToNextCell' ; 
40+  export  const  DisplayCellMenu  =  'jupyter. displayCellMenu' ; 
41+  export  const  GoToPreviousCell  =  'jupyter. gotToPreviousCell' ; 
42+  export  const  GoToNextCell  =  'jupyter. gotToNextCell' ; 
4343 } 
4444 export  namespace  Kernel  { 
45-  export  const  Kernel_Interrupt  =  'jupyter: kernelInterrupt' ; 
46-  export  const  Kernel_Restart  =  'jupyter: kernelRestart' ; 
47-  export  const  Kernel_Shut_Down  =  'jupyter: kernelShutDown' ; 
48-  export  const  Kernel_Details  =  'jupyter: kernelDetails' ; 
45+  export  const  Kernel_Interrupt  =  'jupyter. kernelInterrupt' ; 
46+  export  const  Kernel_Restart  =  'jupyter. kernelRestart' ; 
47+  export  const  Kernel_Shut_Down  =  'jupyter. kernelShutDown' ; 
48+  export  const  Kernel_Details  =  'jupyter. kernelDetails' ; 
4949 } 
5050 } 
5151} 
0 commit comments