aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/src/config.ts2
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}