summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 51f36b4889ff6e9ca7094884981219354642638e (plain)
{
    "search.exclude": {
        "**/wasm-testsuite/data": true
    },
    "rust-analyzer.linkedProjects": [
        "./Cargo.toml",
        "./examples/rust/Cargo.toml"
    ]
}