From 2d3ebc340622e0c54c51cda029e54fc94dac8126 Mon Sep 17 00:00:00 2001 From: Emil Lauridsen Date: Mon, 30 Dec 2019 18:22:06 +0100 Subject: Fix server config mispell in vscode extension --- editors/code/src/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/src/server.ts b/editors/code/src/server.ts index e1ad0520b..10dc079fb 100644 --- a/editors/code/src/server.ts +++ b/editors/code/src/server.ts @@ -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, -- cgit v1.2.3