MCPcopy Index your code
hub / github.com/continuedev/continue / getOpenFiles

Method getOpenFiles

extensions/vscode/src/VsCodeIde.ts:421–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 }
420
421 async getOpenFiles(): Promise<string[]> {
422 return this.ideUtils.getOpenFiles().map((uri) => uri.toString());
423 }
424
425 async getCurrentFile() {
426 if (!vscode.window.activeTextEditor) {

Callers

nothing calls this directly

Calls 1

getOpenFilesMethod · 0.65

Tested by

no test coverage detected