diff --git a/arduino-ide-extension/src/node/sketches-service-impl.ts b/arduino-ide-extension/src/node/sketches-service-impl.ts index 0912d473..bc72a297 100644 --- a/arduino-ide-extension/src/node/sketches-service-impl.ts +++ b/arduino-ide-extension/src/node/sketches-service-impl.ts @@ -277,7 +277,7 @@ export class SketchesServiceImpl } catch { return; } - if (await this.isTemp(sketch)) { + if ((await this.isTemp(sketch)) && sketch.name.includes('sketch_')) { return; }