Merge #3163
3163: vscode: fix the default value for withSysroot r=matklad a=Veetaha See [zulip](https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/withSysroot.20is.20false.20.3F) cc @edwin0cheng Co-authored-by: Veetaha <gerzoh1@gmail.com>
This commit is contained in:
commit
35dd04555d
@ -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