Adjust extension log messages

This commit is contained in:
Nora
2024-01-02 13:23:00 +00:00
parent fa7ecb782e
commit 91ab97e923

View File

@@ -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) {