diff options
author | Profpatsch <mail@profpatsch.de> | 2022-10-15T13·12+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2022-10-15T16·54+0000 |
commit | 277c69cbe5aac853b26d6173e07262f8cc7aff12 (patch) | |
tree | d8b82114dd9cac1fe1df10a736058cdbfc91bec2 /tvix/.vscode | |
parent | f3c27f1717f0b92b05340c0bc6ba44007ce9d90b (diff) |
chore(tvix): fix vscode rust-analyzer recommendation r/5134
They renamed the thing. Change-Id: If8b9a05581c684793dd42ce4880901c0be3c4b98 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7021 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/.vscode')
-rw-r--r-- | tvix/.vscode/extensions.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/.vscode/extensions.json b/tvix/.vscode/extensions.json index dd7012c107b5..07405500414a 100644 --- a/tvix/.vscode/extensions.json +++ b/tvix/.vscode/extensions.json @@ -1,6 +1,6 @@ { "recommendations": [ - "matklad.rust-analyzer" + "rust-lang.rust-analyzer" ], "unwantedRecommendations": [ "rust-lang.rust" |