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

Commit ba47447

Browse files
committed
Change pop up to spinner message
1 parent 7dd9c7a commit ba47447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function didOpenTextDocument(document: TextDocument, context: ExtensionContext):
5656
folder = getOuterMostWorkspaceFolder(folder);
5757
folder = getCargoTomlWorkspace(folder, document.uri.fsPath);
5858
if (!folder) {
59-
window.showWarningMessage(`A Cargo.toml was not found for document ${ document.uri.fsPath }`);
59+
stopSpinner(`RLS: Cargo.toml missing`);
6060
return;
6161
}
6262

0 commit comments

Comments
 (0)