mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +00:00
Fix server config mispell in vscode extension
This commit is contained in:
parent
28ef2ea4f9
commit
2d3ebc3406
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export class Server {
|
||||||
lruCapacity: Server.config.lruCapacity,
|
lruCapacity: Server.config.lruCapacity,
|
||||||
maxInlayHintLength: Server.config.maxInlayHintLength,
|
maxInlayHintLength: Server.config.maxInlayHintLength,
|
||||||
cargoWatchEnable: Server.config.cargoWatchOptions.enable,
|
cargoWatchEnable: Server.config.cargoWatchOptions.enable,
|
||||||
cargoWatchArgumets: Server.config.cargoWatchOptions.arguments,
|
cargoWatchArgs: Server.config.cargoWatchOptions.arguments,
|
||||||
cargoWatchCommand: Server.config.cargoWatchOptions.command,
|
cargoWatchCommand: Server.config.cargoWatchOptions.command,
|
||||||
cargoWatchAllTargets:
|
cargoWatchAllTargets:
|
||||||
Server.config.cargoWatchOptions.allTargets,
|
Server.config.cargoWatchOptions.allTargets,
|
||||||
|
|
Loading…
Reference in a new issue