diff --git a/arduino-ide-extension/src/node/sketches-service-impl.ts b/arduino-ide-extension/src/node/sketches-service-impl.ts index a1e53a9ec..b6214a241 100644 --- a/arduino-ide-extension/src/node/sketches-service-impl.ts +++ b/arduino-ide-extension/src/node/sketches-service-impl.ts @@ -628,7 +628,7 @@ export class SketchesServiceImpl .update(path) .digest('hex') .toUpperCase(); - const folderName = `arduino-sketch-${hash}`; + const folderName = `arduino/sketches/${hash}`; return folderName; }