MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / openExtensionLog

Method openExtensionLog

src/extension/commands/logging.ts:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 private async openExtensionLog(): Promise<void> {
104 const doc = await vs.workspace.openTextDocument(vs.Uri.file(getExtensionLogPath()));
105 await vs.window.showTextDocument(doc);
106 }
107
108 private async stopLogging(): Promise<void> {
109 if (this.currentLogCompleter)

Callers

nothing calls this directly

Calls 1

getExtensionLogPathFunction · 0.90

Tested by

no test coverage detected