Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lwtnb-wrk committed Oct 11, 2019
2 parents 5a04b97 + c80d7e9 commit 1cda74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug/debugConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export async function getProgramName() {

if (!find) {
config.lastPrograms.push(new QuickPickProgram(program, args));
Utils.saveLaunchConfig(config);
}
Utils.saveLaunchConfig(config);
}

resolve(qp.value);
Expand Down

0 comments on commit 1cda74a

Please sign in to comment.