tvl-depot/tvix/.vscode/extensions.json
Profpatsch 277c69cbe5 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>
2022-10-15 16:54:28 +00:00

8 lines
134 B
JSON

{
"recommendations": [
"rust-lang.rust-analyzer"
],
"unwantedRecommendations": [
"rust-lang.rust"
]
}