about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-10-15T13·12+0200
committerProfpatsch <mail@profpatsch.de>2022-10-15T16·54+0000
commit277c69cbe5aac853b26d6173e07262f8cc7aff12 (patch)
treed8b82114dd9cac1fe1df10a736058cdbfc91bec2
parentf3c27f1717f0b92b05340c0bc6ba44007ce9d90b (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>
-rw-r--r--tvix/.vscode/extensions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/.vscode/extensions.json b/tvix/.vscode/extensions.json
index dd7012c107..0740550041 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"