Skip to content

Commit

Permalink
Edited auto connect error message
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Sep 13, 2024
1 parent f47b979 commit a408b9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/settings.mts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ export default class Settings {
if (!silent && (manualComDevice === undefined || manualComDevice === "")) {
manualComDevice = undefined;
void window.showErrorMessage(
"autoConnect setting has been disabled (or no Pico has been " +
"found automatically) but no manualComDevice has been set."
"No Pico has been found automatically " +
"or the `autoConnect` setting has been disabled " +
"but no `manualComDevice` has been set."
);
}

Expand Down

0 comments on commit a408b9c

Please sign in to comment.