mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-07 00:50:46 +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 featureFlags() { return this.cfg.get("featureFlags") as Record<string, boolean>; }
|
||||||
get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; }
|
get additionalOutDirs() { return this.cfg.get("additionalOutDirs") as Record<string, string>; }
|
||||||
get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; }
|
get rustfmtArgs() { return this.cfg.get("rustfmtArgs") as string[]; }
|
||||||
get vscodeLldb() { return this.cfg.get("vscodeLldb") as boolean; }
|
|
||||||
|
|
||||||
get cargoWatchOptions(): CargoWatchOptions {
|
get cargoWatchOptions(): CargoWatchOptions {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue