소스 검색

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

meta: fix rust-analyzer support for aya-bpf
Alessandro Decina 3 년 전
부모
커밋
9dc555ae17
3개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .gitignore
  2. 3 0
      .vim/coc-settings.json
  3. 3 0
      .vscode/settings.json

+ 1 - 2
.gitignore

@@ -1,4 +1,3 @@
 Cargo.lock
 target/
-.vscode
-libbpf/
+libbpf/

+ 3 - 0
.vim/coc-settings.json

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

+ 3 - 0
.vscode/settings.json

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