Skip to content

Commit ebc63e8

Browse files
author
Alberto Iannaccone
committed
add comment on workspace-service.ts
1 parent 309b137 commit ebc63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/theia/workspace/workspace-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class WorkspaceService extends TheiaWorkspaceService {
113113
if (preserveWindow) {
114114
this._workspace = stat;
115115
}
116-
this.openWindow(stat, Object.assign(options ?? {}, { preserveWindow }));
116+
this.openWindow(stat, Object.assign(options ?? {}, { preserveWindow })); // Unlike Theia, IDE2 passes the whole `input` downstream and not only { preserveWindow }
117117
return;
118118
}
119119
throw new Error(

0 commit comments

Comments
 (0)