Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ getWorkspaceDirs
Method
getWorkspaceDirs
core/index.d.ts:857–857 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
855
getAvailableThreads(): Promise<Thread[]>;
856
857
getWorkspaceDirs(): Promise<string[]>;
858
859
fileExists(fileUri: string): Promise<boolean>;
860
Callers
15
constructor
Method · 0.65
registerMessageHandlers
Method · 0.65
runTerminalCommandImpl
Function · 0.65
createRuleBlockImpl
Function · 0.65
readCurrentlyOpenFileImpl
Function · 0.65
onboard.ts
File · 0.65
getEntriesFilteredByIgnore
Function · 0.65
initializeListeners
Method · 0.65
shouldIgnore
Function · 0.65
walkDirs
Function · 0.65
walkDir.test.ts
File · 0.65
refreshFiles
Method · 0.65
Implementers
3
MessageIde
core/protocol/messenger/messageIde.ts
FileSystemIde
core/util/filesystem.ts
VsCodeIde
extensions/vscode/src/VsCodeIde.ts
Calls
no outgoing calls
Tested by
1
registerHandlers
Method · 0.52