diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 7866ed7e1b..8c033052be 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -153,5 +153,5 @@ export class Config { } // for internal use - get withSysroot() { return this.cfg.get("withSysroot", false); } + get withSysroot() { return this.cfg.get("withSysroot", true) as boolean; } }