We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f081ac2 commit 032319fCopy full SHA for 032319f
src/extension.ts
@@ -181,7 +181,7 @@ export function deactivate(): Promise<void> {
181
function warnOnMissingCargoToml() {
182
workspace.findFiles('Cargo.toml').then(files => {
183
if (files.length < 1) {
184
- window.showWarningMessage('Cargo.toml must be in the workspace in order to support all features');
+ window.showWarningMessage('A Cargo.toml file must be at the root of the workspace in order to support all features');
185
}
186
});
187
0 commit comments