"examples/llm/api_server/utils.py" did not exist on "c3b847901099bf5c3dd174a3c8ec994b73426833"
dynamo.code-workspace 535 Bytes
Newer Older
1
2
3
4
5
6
7
8
{
    "folders": [
        {
            "path": "."
        }
    ],
    "settings": {
        "rust-analyzer.linkedProjects": [
9
            "components/metrics/Cargo.toml",
10
11
12
            "lib/llm/Cargo.toml",
            "lib/runtime/Cargo.toml",
            "lib/bindings/python/Cargo.toml",
13
14
15
16
17
18
19
20
21
22
23
            "examples/rust/Cargo.toml"
        ],
        "rust-analyzer.procMacro.enable": true,
    },
    "extensions": {
        "recommendations": [
            "ms-python.python",
            "rust-lang.rust-analyzer"
        ]
    }
}