Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit c802552

Browse files
committed
tell about the new setting in the warning when Cargo.toml is not found.
1 parent 6684a08 commit c802552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ async function warnOnMissingCargoToml() {
518518

519519
if (files.length < 1) {
520520
window.showWarningMessage(
521-
'A Cargo.toml file must be at the root of the workspace in order to support all features',
521+
'A Cargo.toml file must be at the root of the workspace in order to support all features. Alternatively set rust-client.enableMultiProjectSetup=true in settings.',
522522
);
523523
}
524524
}

0 commit comments

Comments
 (0)