Snake written in Rust
It is recommended to add this line to your .vscode/settings.json
file:
"rust-analyzer.cargo.buildScripts.enable": false
This prevents rust-analyzer from running build scripts, so that the server doesn't bug out when trying to check your workspace.