We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
code
1 parent d4188e2 commit 6940d2cCopy full SHA for 6940d2c
src/extension/types.ts
@@ -94,6 +94,7 @@ interface IKnownLaunchRequestArguments extends ICommonDebugArguments {
94
module?: string;
95
// An absolute path to the program to debug.
96
program?: string;
97
+ code?: string;
98
python?: string;
99
// Automatically stop target after launch. If not specified, target does not stop.
100
stopOnEntry?: boolean;
0 commit comments