We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650244e commit c64d981Copy full SHA for c64d981
src/commands/show.ts
@@ -131,7 +131,7 @@ async function showProblemInternal(node: IProblem): Promise<void> {
131
),
132
]);
133
} catch (error) {
134
- await promptForOpenOutputChannel("Failed to show the problem. Please open the output channel for details.", DialogType.error);
+ await promptForOpenOutputChannel(`${error} Please open the output channel for details.`, DialogType.error);
135
}
136
137
0 commit comments