diff options
Diffstat (limited to 'editors/code/src/config.ts')
-rw-r--r-- | editors/code/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 7866ed7e1..8c033052b 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts | |||
@@ -153,5 +153,5 @@ export class Config { | |||
153 | } | 153 | } |
154 | 154 | ||
155 | // for internal use | 155 | // for internal use |
156 | get withSysroot() { return this.cfg.get("withSysroot", false); } | 156 | get withSysroot() { return this.cfg.get("withSysroot", true) as boolean; } |
157 | } | 157 | } |