MCPcopy Create free account
hub / github.com/continuedev/continue / showVirtualFile

Method showVirtualFile

extensions/vscode/src/VsCodeIde.ts:308–310  ·  view source on GitHub ↗
(title: string, contents: string)

Source from the content-addressed store, hash-verified

306 }
307
308 async showVirtualFile(title: string, contents: string): Promise<void> {
309 this.ideUtils.showVirtualFile(title, contents);
310 }
311
312 async openFile(fileUri: string): Promise<void> {
313 await this.ideUtils.openFile(vscode.Uri.parse(fileUri));

Callers

nothing calls this directly

Calls 1

showVirtualFileMethod · 0.65

Tested by

no test coverage detected