File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -131,7 +131,7 @@ async function showProblemInternal(node: IProblem): Promise<void> {
|
131 | 131 | ),
|
132 | 132 | ]);
|
133 | 133 | } catch (error) {
|
134 |
| -await promptForOpenOutputChannel("Failed to show the problem. Please open the output channel for details.", DialogType.error); |
| 134 | +await promptForOpenOutputChannel(`${error} Please open the output channel for details.`, DialogType.error); |
135 | 135 | }
|
136 | 136 | }
|
137 | 137 |
|
|
You can’t perform that action at this time.
0 commit comments