We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
program
1 parent 994a8dc commit d4188e2Copy full SHA for d4188e2
src/extension/types.ts
@@ -91,8 +91,8 @@ interface IKnownLaunchRequestArguments extends ICommonDebugArguments {
91
sudo?: boolean;
92
pyramid?: boolean;
93
workspaceFolder?: string;
94
- // An absolute path to the program to debug.
95
module?: string;
+ // An absolute path to the program to debug.
96
program?: string;
97
python?: string;
98
// Automatically stop target after launch. If not specified, target does not stop.
0 commit comments