MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / getDartWorkspaceFolders

Function getDartWorkspaceFolders

src/shared/vscode/utils.ts:65–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65export function getDartWorkspaceFolders(): WorkspaceFolder[] {
66 if (!workspace.workspaceFolders)
67 return [];
68 return workspace.workspaceFolders.filter(isDartWorkspaceFolder);
69}
70
71function getAnalysisOptionsExcludedFolders(
72 logger: Logger,

Callers 5

handleNewProjectsFunction · 0.90
handleDebugEventMethod · 0.90
scanWorkspaceMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected