mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
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);
|
validater.activate(context.subscriptions);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user