You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.WriteError(@"Unable to resolve resolve assembly '{0}'. Behavior unknow from this point on. Please file a bug at https://github.com/kitamstudios/rust-analyzer.vs.",args.Name);
tl.L.WriteError("RunTestsFromOneSourceAsync test executable exited with code {0}.",ec);
132
+
thrownewApplicationException($"Test executable returned {ec}. Check above for the arguments passed to test executable by running it on the command line.");
Copy file name to clipboardExpand all lines: src/RustAnalyzer/Infrastructure/Options.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public class Options : BaseOptionModel<Options>, ISettingsServiceDefaults
77
77
[Category(SettingsInfo.KindTest)]
78
78
[DisplayName("Execution arguments")]
79
79
[Description($"Additional arguments passed test executable test in addition to --format json --report-time. Check 'cargo help test' for more information.")]
0 commit comments