- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Key 'program' is not set to launch configuration and /or is not a string" #29
Comments
thanks. which error? please use https://www.screentogif.com/ to show the repro. |
thank you for the repro. it makes sense now. so i'll have to disable setting anything other than cargo.toml or an example rs from the "currently selected document list". mainly because a rust project may have multiple .rs files and those are not really "startup projects". in this case do you need to select main.rs for any specific reason? could you not select the contain toml file or the containing project from the select target drop down. |
customizing the error message is a good idea. it will be in the next release |
Hi,
I am using Visual Studio 2022 (Windows) Version 17.6.3 with rust-analyzer.vs v2.0.154.
I open one of the rust files, click on run or debug I get this error.
The text was updated successfully, but these errors were encountered: