We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7afe9c commit 8c22805Copy full SHA for 8c22805
src/commands/show.ts
@@ -57,7 +57,7 @@ async function showProblemInternal(node: IProblem): Promise<void> {
57
if (matchResult) {
58
const resolvedPath: string | undefined = await resolveRelativePath(matchResult[1].toLocaleLowerCase(), node, language);
59
if (!resolvedPath) {
60
- leetCodeChannel.appendLine("No tag is picked, skip showing the problem.");
+ leetCodeChannel.appendLine("Showing problem canceled by user.");
61
return;
62
}
63
relativePath = resolvedPath;
0 commit comments