vscode: put comma back

This commit is contained in:
Veetaha 2020-03-09 20:17:50 +02:00
parent 4d17152b31
commit 77a206e0b2

View file

@ -169,7 +169,7 @@ export class Config {
dir: this.ctx.globalStoragePath,
repo: {
name: "rust-analyzer",
owner: "rust-analyzer"
owner: "rust-analyzer",
}
};
}