mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Fixed tslint error
This commit is contained in:
parent
ac8f35019b
commit
6971c7f118
1 changed files with 1 additions and 1 deletions
|
@ -196,6 +196,6 @@ export async function interactivelyStartCargoWatch(context: vscode.ExtensionCont
|
|||
}
|
||||
|
||||
|
||||
let validater = new CargoWatchProvider();
|
||||
const validater = new CargoWatchProvider();
|
||||
validater.activate(context.subscriptions);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue