chore(tvix): fix vscode rust-analyzer recommendation
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>
This commit is contained in:
parent
f3c27f1717
commit
277c69cbe5
1 changed files with 1 additions and 1 deletions
2
tvix/.vscode/extensions.json
vendored
2
tvix/.vscode/extensions.json
vendored
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"matklad.rust-analyzer"
|
||||
"rust-lang.rust-analyzer"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"rust-lang.rust"
|
||||
|
|
Loading…
Reference in a new issue