Merge pull request #13 from willfindlay/fix-rust-analyzer

lsp: fix rust-analyzer support on neovim and vscode
pull/12/head
Alessandro Decina 3 years ago committed by GitHub
commit 53906e4b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
{
"rust-analyzer.linkedProjects": ["Cargo.toml", "{{crate_name}}-ebpf/Cargo.toml"]
}

@ -0,0 +1,3 @@
{
"rust-analyzer.linkedProjects": ["Cargo.toml", "{{crate_name}}-ebpf/Cargo.toml"]
}
Loading…
Cancel
Save