[Rust][Linux] error: unknown proxy name

Hey,

I’m encountering the following issue while executing cargo commands from Cursor’s integrated console. This problem does not occur in any other IDE, so I assume it is related specifically to Cursor.

OS: Ubuntu Focal
Shell: ZSH
Cursor version: 0.41.2 (2979991d)
Cargo version: 1.80.1 (376290515 2024-07-16)

❯ cargo run                             
error: unknown proxy name: 'cursor'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rust-gdbgui', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rust-analyzer', 'rustfmt', 'cargo-fmt'
1 Like

Hi! I’ve been having the same issue. I found this github issue that help me fix it. There’s a persistent fix overwriting your terminal config, but it would be nice not to have to do that.