mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
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