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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new cca3a8751 chore: add oli/oay/ofs to rust-analyzer.linkedProjects 
(#5564)
cca3a8751 is described below

commit cca3a875144352b9335ced8afda1f13d03bfc81f
Author: xxchan <[email protected]>
AuthorDate: Mon Jan 20 17:19:52 2025 +0800

    chore: add oli/oay/ofs to rust-analyzer.linkedProjects (#5564)
---
 .vscode/settings.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8a903fd1a..e1b3178f3 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,6 +6,9 @@
     "${workspaceFolder}/bindings/python/Cargo.toml",
     "${workspaceFolder}/bindings/java/Cargo.toml",
     "${workspaceFolder}/bindings/nodejs/Cargo.toml",
+    "${workspaceFolder}/bin/oli/Cargo.toml",
+    "${workspaceFolder}/bin/oay/Cargo.toml",
+    "${workspaceFolder}/bin/ofs/Cargo.toml"
   ],
   "java.compile.nullAnalysis.mode": "automatic"
 }

Reply via email to