mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update editors/code/src/config.ts
Co-Authored-By: Veetaha <veetaha2@gmail.com>
This commit is contained in:
parent
39c92b3872
commit
fa655912b5
1 changed files with 0 additions and 1 deletions
|
@ -156,7 +156,6 @@ export class Config {
|
|||
get featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; }
|
||||
get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; }
|
||||
get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; }
|
||||
get vscodeLldb() { return this.cfg.get("vscodeLldb") as boolean; }
|
||||
|
||||
get cargoWatchOptions(): CargoWatchOptions {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue