aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEmil Lauridsen <[email protected]>2019-12-30 17:22:06 +0000
committerEmil Lauridsen <[email protected]>2019-12-30 17:22:06 +0000
commit2d3ebc340622e0c54c51cda029e54fc94dac8126 (patch)
tree119e7e8fc6455ba65f5b2fe9db8e688e7b4a49a7 /editors
parent28ef2ea4f98e7e5c4e1df73e2e120dea7d279357 (diff)
Fix server config mispell in vscode extension
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/server.ts2
1 files changed, 1 insertions, 1 deletions
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 {
46 lruCapacity: Server.config.lruCapacity, 46 lruCapacity: Server.config.lruCapacity,
47 maxInlayHintLength: Server.config.maxInlayHintLength, 47 maxInlayHintLength: Server.config.maxInlayHintLength,
48 cargoWatchEnable: Server.config.cargoWatchOptions.enable, 48 cargoWatchEnable: Server.config.cargoWatchOptions.enable,
49 cargoWatchArgumets: Server.config.cargoWatchOptions.arguments, 49 cargoWatchArgs: Server.config.cargoWatchOptions.arguments,
50 cargoWatchCommand: Server.config.cargoWatchOptions.command, 50 cargoWatchCommand: Server.config.cargoWatchOptions.command,
51 cargoWatchAllTargets: 51 cargoWatchAllTargets:
52 Server.config.cargoWatchOptions.allTargets, 52 Server.config.cargoWatchOptions.allTargets,