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

Method webDaemonLogFile

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

Source from the content-addressed store, hash-verified

206 get warnWhenEditingFilesInPubCache(): boolean { return this.getConfig<boolean>("warnWhenEditingFilesInPubCache", true); }
207 get warnWhenEditingFilesOutsideWorkspace(): boolean { return this.getConfig<boolean>("warnWhenEditingFilesOutsideWorkspace", true); }
208 get webDaemonLogFile(): undefined | string { return createFolderForFile(insertWorkspaceName(resolvePaths(this.getConfig<null | string>("webDaemonLogFile", null)))); }
209
210 // Helpers
211 get useDevToolsDarkTheme() { return this.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