diff --git a/.gitignore b/.gitignore index 6482bd3c..ef6ce6e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ Cargo.lock target/ -.vscode -libbpf/ \ No newline at end of file +libbpf/ diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json new file mode 100644 index 00000000..60fe4ee3 --- /dev/null +++ b/.vim/coc-settings.json @@ -0,0 +1,3 @@ +{ + "rust-analyzer.linkedProjects": ["Cargo.toml", "bpf/Cargo.toml"] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..60fe4ee3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "rust-analyzer.linkedProjects": ["Cargo.toml", "bpf/Cargo.toml"] +}