Skip to content

Commit 9e8194c

Browse files
committed
fixup: restart workspace
1 parent 77f5d27 commit 9e8194c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/server/src/workspace/workspace-starter.ts

+1
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ export class WorkspaceStarter {
905905
const ideSettings: IDESettings = JSON.parse(ideConfig.ideSettings);
906906
configuration.ideConfig!.ide = ideSettings.defaultIde;
907907
configuration.ideConfig!.useLatest = !!ideSettings.useLatestVersion;
908+
configuration.ideConfig!.preferToolbox = ideSettings.preferToolbox ?? false;
908909
} catch (error) {
909910
log.error({ userId: user.id, workspaceId: workspace.id }, "cannot parse ideSettings", error);
910911
}

0 commit comments

Comments
 (0)