diff options
-rw-r--r-- | editors/code/src/server.ts | 2 |
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, |