{
"biome.lsp.bin": "node_modules/@biomejs/biome/bin/biome",
"files.insertFinalNewline": true,
"rust-analyzer.linkedProjects": ["Cargo.toml"],
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.cargo.buildScripts.useRustcWrapper": true,
"rust-analyzer.check.features": [],
"rust-analyzer.check.invocationStrategy": "per_workspace",
"rust-analyzer.completion.autoAwait.enable": true,
"rust-analyzer.debug.engine": "vadimcn.vscode-lldb",
"rust-analyzer.cachePriming.enable": true,
"rust-analyzer.cachePriming.numThreads": 0,
"rust-analyzer.completion.termSearch.enable": true,
"rust-analyzer.cargo.autoreload": true,
"rust-analyzer.cargo.targetDir": true,
"rust-analyzer.testExplorer": true,
"rust-analyzer.cargo.buildScripts.rebuildOnSave": true,
"rust-analyzer.restartServerOnConfigChange": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.checkOnSave": true
}