mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +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,
|
||||
maxInlayHintLength: Server.config.maxInlayHintLength,
|
||||
cargoWatchEnable: Server.config.cargoWatchOptions.enable,
|
||||
cargoWatchArgumets: Server.config.cargoWatchOptions.arguments,
|
||||
cargoWatchArgs: Server.config.cargoWatchOptions.arguments,
|
||||
cargoWatchCommand: Server.config.cargoWatchOptions.command,
|
||||
cargoWatchAllTargets:
|
||||
Server.config.cargoWatchOptions.allTargets,
|
||||
|
|
Loading…
Reference in a new issue