()
| 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"; } |
nothing calls this directly
no test coverage detected