Ubuntu 24.04. Rust language.
VS Code was already installed and works fine when attempting to run via the little triangle run button that is inline with the main function in my Rust code. Same action in the Cursor IDE breaks with the error:
Path to shell executable “cargo” does not exist
Yet, when I open a terminal in the IDE and issue the build or run commands to cargo, it all works fine. I’ve tried setting up a json.settings file with debug and release options but it still doesn’t work. Can anyone “nudge” me in the right direction to fix this?
I imported all of my extensions into Cursor from VS Code but still it does not work.
Thanks
Bart