Skip to content

Commit 8dbbd05

Browse files
committed
add REPL command
1 parent 51278d5 commit 8dbbd05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/client/common/application/commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ interface ICommandNameWithoutArgumentTypeMapping {
3838
[Commands.Enable_SourceMap_Support]: [];
3939
[Commands.Exec_Selection_In_Terminal]: [];
4040
[Commands.Exec_Selection_In_Django_Shell]: [];
41+
[Commands.Exec_In_REPL]: [];
4142
[Commands.Create_Terminal]: [];
4243
[Commands.PickLocalProcess]: [];
4344
[Commands.ClearStorage]: [];

src/client/common/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export namespace Commands {
4646
export const Exec_In_Terminal = 'python.execInTerminal';
4747
export const Exec_In_Terminal_Icon = 'python.execInTerminal-icon';
4848
export const Exec_In_Separate_Terminal = 'python.execInDedicatedTerminal';
49+
export const Exec_In_REPL = 'python.execInREPL';
4950
export const Exec_Selection_In_Django_Shell = 'python.execSelectionInDjangoShell';
5051
export const Exec_Selection_In_Terminal = 'python.execSelectionInTerminal';
5152
export const GetSelectedInterpreterPath = 'python.interpreterPath';

0 commit comments

Comments
 (0)