"vscode:/vscode.git/clone" did not exist on "46dcc0583502eb59e9641a95b230902a7c483b4a"
triton.code-workspace 498 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "folders": [
        {
            "path": "."
        }
    ],
    "settings": {
        "rust-analyzer.linkedProjects": [
            "llm/rust/Cargo.toml",
            "runtime/rust/Cargo.toml",
            "runtime/rust/python-wheel/Cargo.toml",
            "examples/rust/Cargo.toml"
        ],
        "rust-analyzer.procMacro.enable": true,
    },
    "extensions": {
        "recommendations": [
            "ms-python.python",
            "rust-lang.rust-analyzer"
        ]
    }
}