diff options
Diffstat (limited to 'editors/code/src')
-rw-r--r-- | editors/code/src/commands/runnables.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands/runnables.ts b/editors/code/src/commands/runnables.ts index 722db158a..0adb85d5f 100644 --- a/editors/code/src/commands/runnables.ts +++ b/editors/code/src/commands/runnables.ts | |||
@@ -196,6 +196,6 @@ export async function interactivelyStartCargoWatch(context: vscode.ExtensionCont | |||
196 | } | 196 | } |
197 | 197 | ||
198 | 198 | ||
199 | let validater = new CargoWatchProvider(); | 199 | const validater = new CargoWatchProvider(); |
200 | validater.activate(context.subscriptions); | 200 | validater.activate(context.subscriptions); |
201 | } | 201 | } |