Skip to content

Commit

Permalink
slightly modify string
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Jan 15, 2025
1 parent 4eb6249 commit 260e1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmakeProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@ export class CMakeProject {
}
});
} else if (result.result !== 0) {
debuggerInformation?.debuggerStoppedDueToPreconditions(localize("no.configure.with.debug.due.to.preconditions", "Cannot configure with CMake debugger due to reason: \"{0}\"", ConfigureResultType[result.resultType]));
debuggerInformation?.debuggerStoppedDueToPreconditions(localize("no.configure.with.debug.due.to.preconditions", "Cannot configure with CMake debugger due to: \"{0}\"", ConfigureResultType[result.resultType]));
}

await this.cTestController.refreshTests(drv);
Expand Down

0 comments on commit 260e1f7

Please sign in to comment.