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

Method customDevTools

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

Source from the content-addressed store, hash-verified

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); }
290 get customFlutterDapPath(): undefined | string { return resolvePaths(this.getConfig<null | string>("customFlutterDapPath", null)); }
291 get daemonPort(): undefined | number { return this.getConfig<null | number>("daemonPort", null); }
292 get dapLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("dapLogFile", null)))); }

Callers

nothing calls this directly

Calls 1

getConfigMethod · 0.95

Tested by

no test coverage detected