aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-09 18:17:50 +0000
committerVeetaha <[email protected]>2020-03-14 00:01:46 +0000
commit77a206e0b2614c13d296b2c36affe5d21df38aee (patch)
treeffda542e78f8d5dc9bb3ea0e0fc66913c023cf63 /editors
parent4d17152b31b27a8c851b4b1abaff359044ee9d96 (diff)
vscode: put comma back
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index 345c9e21a..a05d8ac06 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -169,7 +169,7 @@ export class Config {
169 dir: this.ctx.globalStoragePath, 169 dir: this.ctx.globalStoragePath,
170 repo: { 170 repo: {
171 name: "rust-analyzer", 171 name: "rust-analyzer",
172 owner: "rust-analyzer" 172 owner: "rust-analyzer",
173 } 173 }
174 }; 174 };
175 } 175 }