We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b89c4 commit 6b00963Copy full SHA for 6b00963
arduino-ide-extension/src/browser/contributions/open-sketch-files.ts
@@ -66,8 +66,7 @@ export class OpenSketchFiles extends SketchContribution {
66
});
67
}
68
const { workspaceError } = this.workspaceService;
69
- // This happens when the IDE2 has been started from a terminal with a /path/to/invalid/sketch. (#964)
70
- // Or user has started the IDE2 from clicking on an `ino` file.
+ // This happens when the IDE2 has been started (from either a terminal or clicking on an `ino` file) with a /path/to/invalid/sketch. (#964)
71
if (SketchesError.InvalidName.is(workspaceError)) {
72
await this.promptMove(workspaceError);
73
0 commit comments