Fix server config mispell in vscode extension

This commit is contained in:
Emil Lauridsen 2019-12-30 18:22:06 +01:00
parent 28ef2ea4f9
commit 2d3ebc3406

View file

@ -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,