Wilfred Hughes a50b7b6b4e fix: Avoid .unwrap() when running the discover command
Previously, the following configuration in settings.json:

    "rust-analyzer.workspace.discoverConfig": {
        "command": [
            "oops",
            "develop-json",
            "{arg}"
        ],
        "progressLabel": "rust-analyzer",
        "filesToWatch": [
            "BUCK",
            "TARGETS"
        ]
    },

Would previously cause a crash in rust-analyzer:

    thread 'LspServer' panicked at crates/rust-analyzer/src/main_loop.rs:776:84:
    called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Instead, use more specific panic messages.
2025-07-04 16:55:53 +01:00
..
2025-07-03 10:05:16 +02:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-06-26 11:08:30 +02:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-07-03 10:05:16 +02:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-06-23 00:50:22 +03:00
2025-07-03 10:05:16 +02:00
2025-06-23 00:50:22 +03:00