{
    "editor.formatOnSave": true,
    "[toml]": {
        "editor.formatOnSave": false
    },
    "rust-analyzer.cargo.target": "thumbv6m-none-eabi",
    "rust-analyzer.cargo.noDefaultFeatures": true,
    "rust-analyzer.check.allTargets": false,
    "rust-analyzer.check.noDefaultFeatures": true,
    "rust-analyzer.linkedProjects": [
        "examples/rpi-pico-w/Cargo.toml",
        "cyw43-pio/Cargo.toml",
    ],
    "rust-analyzer.server.extraEnv": {
        "WIFI_NETWORK": "foo",
        "WIFI_PASSWORD": "foo",
    }
}