mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
vscode: put comma back
This commit is contained in:
parent
4d17152b31
commit
77a206e0b2
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ export class Config {
|
||||||
dir: this.ctx.globalStoragePath,
|
dir: this.ctx.globalStoragePath,
|
||||||
repo: {
|
repo: {
|
||||||
name: "rust-analyzer",
|
name: "rust-analyzer",
|
||||||
owner: "rust-analyzer"
|
owner: "rust-analyzer",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue