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

Method showVirtualFile

core/index.d.ts:865–865  ·  view source on GitHub ↗
(title: string, contents: string)

Source from the content-addressed store, hash-verified

863 removeFile(path: string): Promise<void>;
864
865 showVirtualFile(title: string, contents: string): Promise<void>;
866
867 openFile(path: string): Promise<void>;
868

Callers 5

initializeListenersMethod · 0.65
openContextItemFunction · 0.65
MCPServerPreviewFunction · 0.65
showVirtualFileMethod · 0.65
constructorMethod · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by

no test coverage detected