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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/extension.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -518,7 +518,7 @@ async function warnOnMissingCargoToml() {
518
518
519
519
if(files.length<1){
520
520
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.',
0 commit comments