Adjust extension log messages
This commit is contained in:
@@ -63,7 +63,7 @@ export class OutputChannelLogger
|
||||
message: string,
|
||||
show: (message: string, ...items: string[]) => Thenable<string | undefined>,
|
||||
): Promise<void> {
|
||||
const label = "Show Log";
|
||||
const label = "View extension logs";
|
||||
const result = await show(message, label);
|
||||
|
||||
if (result === label) {
|
||||
|
||||
Reference in New Issue
Block a user