Even if i make a branch based off 08230ddf7e424b7b7cc55d3fed279a99ed4d9125 (`D17267`), this error appears in the output section on VScode:
`2024-12-05T03:00:51.754466Z ERROR notification handler failed handler=textDocument/didSave error=file not found: /Users/hazza/bitcoin-abc/web/explorer/explorer-exe/Cargo.toml`
Removed the `Cargo.toml` + `Cargo.lock` file in explorer and appended the '`Cargo.toml` paths for `explorer-exe` && `explorer-server`.
This allowed rust analyzer to work on `.rs` files inside the `explorer` dir.