Skip to content

Commit d4188e2

Browse files
committed
types.ts - move comment describing program next to program
I guess it was added by accident over `module` and was meant to be added for `program`.
1 parent 994a8dc commit d4188e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ interface IKnownLaunchRequestArguments extends ICommonDebugArguments {
9191
sudo?: boolean;
9292
pyramid?: boolean;
9393
workspaceFolder?: string;
94-
// An absolute path to the program to debug.
9594
module?: string;
95+
// An absolute path to the program to debug.
9696
program?: string;
9797
python?: string;
9898
// Automatically stop target after launch. If not specified, target does not stop.

0 commit comments

Comments
 (0)