This is an automated email from the ASF dual-hosted git repository.

manjusaka pushed a commit to branch manjusaka/add-vscode-config
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 4becbbf4a23b53a7c13aaaf89aa728a5f91461a6
Author: Manjusaka <[email protected]>
AuthorDate: Sat Nov 16 23:41:29 2024 +0800

    chore: Add default vscode config for more friendly developer experience
    
    Signed-off-by: Manjusaka <[email protected]>
---
 .gitignore            |  1 -
 .vscode/settings.json | 13 +++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5f15585d6..81d20502c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
 # IDE and editor
-.vscode
 .idea
 
 **/target
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 000000000..0eb88e477
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,13 @@
+{
+  "rust-analyzer.cargo.allTargets": true,
+  "rust-analyzer.cargo.features": "all",
+  "rust-analyzer.linkedProjects": [
+    "${workspaceFolder}/core/Cargo.toml",
+    "${workspaceFolder}/bin/oay/Cargo.toml",
+    "${workspaceFolder}/bin/ofs/Cargo.toml",
+    "${workspaceFolder}/bin/oli/Cargo.toml",
+    "${workspaceFolder}/bindings/python/Cargo.toml",
+    "${workspaceFolder}/bindings/java/Cargo.toml",
+    "${workspaceFolder}/bindings/nodejs/Cargo.toml",
+  ]
+}

Reply via email to