Fixed tslint error
This commit is contained in:
parent
ac8f35019b
commit
6971c7f118
@ -196,6 +196,6 @@ export async function interactivelyStartCargoWatch(context: vscode.ExtensionCont
|
||||
}
|
||||
|
||||
|
||||
let validater = new CargoWatchProvider();
|
||||
const validater = new CargoWatchProvider();
|
||||
validater.activate(context.subscriptions);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user