vscode: fix the default value for withSysroot
This commit is contained in:
parent
d976772716
commit
3068aab82d
@ -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; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user