File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ interface ICommandNameWithoutArgumentTypeMapping {
38
38
[ Commands . Enable_SourceMap_Support ] : [ ] ;
39
39
[ Commands . Exec_Selection_In_Terminal ] : [ ] ;
40
40
[ Commands . Exec_Selection_In_Django_Shell ] : [ ] ;
41
+ [ Commands . Exec_In_REPL ] : [ ] ;
41
42
[ Commands . Create_Terminal ] : [ ] ;
42
43
[ Commands . PickLocalProcess ] : [ ] ;
43
44
[ Commands . ClearStorage ] : [ ] ;
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export namespace Commands {
46
46
export const Exec_In_Terminal = 'python.execInTerminal' ;
47
47
export const Exec_In_Terminal_Icon = 'python.execInTerminal-icon' ;
48
48
export const Exec_In_Separate_Terminal = 'python.execInDedicatedTerminal' ;
49
+ export const Exec_In_REPL = 'python.execInREPL' ;
49
50
export const Exec_Selection_In_Django_Shell = 'python.execSelectionInDjangoShell' ;
50
51
export const Exec_Selection_In_Terminal = 'python.execSelectionInTerminal' ;
51
52
export const GetSelectedInterpreterPath = 'python.interpreterPath' ;
You can’t perform that action at this time.
0 commit comments