1
0
Fork 0

Set rust-analyzer path

This commit is contained in:
Daniele Tricoli 2021-09-17 02:28:21 +02:00
parent 9cd2a4bd18
commit 8fd22afc88
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"diagnostic.displayByAle": true
"diagnostic.displayByAle": true,
"rust-analyzer.server.path": "~/.local/bin/rust-analyzer"
}