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

Method listDir

extensions/vscode/src/VsCodeIde.ts:674–677  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

672 }
673
674 async listDir(dir: string): Promise<[string, FileType][]> {
675 const entries = await this.ideUtils.readDirectory(vscode.Uri.parse(dir));
676 return entries === null ? [] : (entries as any);
677 }
678
679 private getIdeSettingsSync(): IdeSettings {
680 const settings = vscode.workspace.getConfiguration(EXTENSION_NAME);

Callers

nothing calls this directly

Calls 1

readDirectoryMethod · 0.80

Tested by

no test coverage detected