Skip to content

Commit 6940d2c

Browse files
committed
types.ts - document possible code property
1 parent d4188e2 commit 6940d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ interface IKnownLaunchRequestArguments extends ICommonDebugArguments {
9494
module?: string;
9595
// An absolute path to the program to debug.
9696
program?: string;
97+
code?: string;
9798
python?: string;
9899
// Automatically stop target after launch. If not specified, target does not stop.
99100
stopOnEntry?: boolean;

0 commit comments

Comments
 (0)