MCPcopy
hub / github.com/continuedev/continue / openFile

Method openFile

extensions/vscode/src/VsCodeIde.ts:312–314  ·  view source on GitHub ↗
(fileUri: string)

Source from the content-addressed store, hash-verified

310 }
311
312 async openFile(fileUri: string): Promise<void> {
313 await this.ideUtils.openFile(vscode.Uri.parse(fileUri));
314 }
315
316 async showLines(
317 fileUri: string,

Callers

nothing calls this directly

Calls 1

openFileMethod · 0.65

Tested by

no test coverage detected