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

Method cliAdditionalArgs

src/extension/config.ts:286–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 get analyzerLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("analyzerLogFile", null)))); }
285 get analyzerPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("analyzerPath", null)); }
286 get cliAdditionalArgs(): string[] { return this.getConfig<string[]>("cliAdditionalArgs", []); }
287 get completeFunctionCalls(): boolean { return this.getConfig<boolean>("completeFunctionCalls", true); }
288 get customDartDapPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("customDartDapPath", null)); }
289 get customDevTools(): undefined | CustomDevToolsConfig { return this.getConfig<null | CustomDevToolsConfig>("customDevTools", null); }

Callers

nothing calls this directly

Calls 1

getConfigMethod · 0.95

Tested by

no test coverage detected