This commit is contained in:
Sandeep Somavarapu
2020-09-07 15:24:57 +02:00
parent d93e07f5d4
commit 79c4f10983
21 changed files with 160 additions and 196 deletions

View File

@@ -184,7 +184,7 @@ class CodeMain {
environmentService.logsPath,
environmentService.globalStorageHome.fsPath,
environmentService.workspaceStorageHome.fsPath,
environmentService.backupHome.fsPath
environmentService.backupHome
].map((path): undefined | Promise<void> => path ? mkdirp(path) : undefined));
// Configuration service