summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
author0xMySt1c <0xMySt1c@tuta.io>2023-01-04 14:59:18 -0500
committer0xMySt1c <0xMySt1c@tuta.io>2023-01-04 14:59:18 -0500
commit87221720494d21958eb7e6e4abc4ee1c35f3f6e2 (patch)
treef2b1c1900f3d5326d7ef566aa1816cb0cae48f0a /.gitpod.yml
parent915a59e514a36c678d3e4f4b3b64d1fa71ffcfeb (diff)
update rust language extension to rust-analyzer
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 73cb802..0691933 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -4,4 +4,4 @@ tasks:
vscode:
extensions:
- - rust-lang.rust@0.7.8
+ - rust-lang.rust-analyzer@0.3.1348