GitHub user erickguan added a comment to the discussion: Make opendal works 
good in vscode

I settled with this to add a few configurations:

```
> cat opendal.code-workspace
{
        "folders": [
                {
                        "name": ".github",
                        "path": "opendal/.github"
                },
                {
                        "name": "core",
                        "path": "opendal/core"
                },
                {
                        "name": "python",
                        "path": "opendal/bindings/python"
                },
                {
                        "name": "ruby",
                        "path": "opendal/bindings/ruby"
                },
                {
                        "name": "lua",
                        "path": "opendal/bindings/lua"
                },
                {
                        "name": "c",
                        "path": "opendal/bindings/c"
                }
        ],
        "settings": {
                "rust-analyzer.cargo.features": [
                        "tests",
                ],
                "rust-analyzer.cargo.allTargets": false,
                "rust-analyzer.check.features": [
                        "tests",
                        "services-onedrive"
                ],
        }
}
```

The other alternative I didn't try is the profile.

Will try `ROCKSDB_LIB_DIR` later. 

GitHub link: 
https://github.com/apache/opendal/discussions/1236#discussioncomment-12343994

----
This is an automatically sent email for dev@opendal.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org

Reply via email to