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

Method devToolsLogFile

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

Source from the content-addressed store, hash-verified

98 };
99 }
100 get devToolsLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("devToolsLogFile", null)))); }
101 get devToolsPort(): undefined | number { return this.getConfig<null | number>("devToolsPort", null); }
102 get devToolsReuseWindows(): boolean { return this.getConfig<boolean>("devToolsReuseWindows", true); }
103 get devToolsTheme(): "dark" | "light" { return this.getConfig<"dark" | "light">("devToolsTheme", "dark"); }

Callers

nothing calls this directly

Calls 4

getConfigMethod · 0.95
createFolderForFileFunction · 0.90
insertWorkspaceNameFunction · 0.90
resolvePathsFunction · 0.90

Tested by

no test coverage detected