Merge pull request #13 from willfindlay/fix-rust-analyzer
lsp: fix rust-analyzer support on neovim and vscodepull/12/head
commit
53906e4b13
@ -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…
Reference in New Issue