mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
vscode extension cleanup: migrate to prefer-const tslint rule
This commit is contained in:
parent
d06e02dd13
commit
420462421d
6 changed files with 11 additions and 10 deletions
|
@ -20,7 +20,7 @@ export class Ctx {
|
|||
}
|
||||
|
||||
async restartServer() {
|
||||
let old = this.client;
|
||||
const old = this.client;
|
||||
if (old) {
|
||||
await old.stop();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue