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 4335c3a71..70cb0a612 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -168,5 +168,5 @@ export class Config {
168 } 168 }
169 169
170 // for internal use 170 // for internal use
171 get withSysroot() { return this.cfg.get("withSysroot", false); } 171 get withSysroot() { return this.cfg.get("withSysroot", true) as boolean; }
172} 172}