This commit is contained in:
2026-03-08 13:48:28 +02:00
parent 6d7b9d3018
commit d13b4cb5ac
4 changed files with 290 additions and 3 deletions
+4 -3
View File
@@ -161,14 +161,15 @@ command = "bacon-ls"
[language-server.rust-analyzer.config]
checkOnSave = true
procMacro.enable = true
cargo.features = "all"
# for bacon
# checkOnSave = { enable = false }
# diagnostics = { enable = false }
# [language-server.rust-analyzer.config.cargo]
# loadOutDirsFromCheck = true
[language-server.rust-analyzer.config.cargo]
features = "all"
targetDir = true
# runBuildScripts = true
# loadOutDirsFromCheck = true
[language-server.rust-analyzer.config.check]
features = "all"