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

lsp: use project-name instead of crate_name to generate Cargo.toml path
pull/15/head
Alessandro Decina 3 years ago committed by GitHub
commit a9c18a96cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save