This commit is contained in:
2023-07-21 15:46:33 -04:00
parent 55be89bfb4
commit e766144286
3 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"coc.preferences.extensionUpdateCheck": "daily",
"workspace.ignoredFolders": [
"$HOME",
"$HOME/.cargo/**",
"$HOME/.rustup/**"
],
"rust-analyzer.server.path": "rust-analyzer"
}