mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 07:12:00 +01:00
debt - ensure file scheme when using .fsPath (#191960)
This commit is contained in:
@@ -121,7 +121,7 @@ class CliMain extends Disposable {
|
||||
|
||||
// Init folders
|
||||
await Promise.all([
|
||||
environmentService.appSettingsHome.fsPath,
|
||||
environmentService.appSettingsHome.with({ scheme: Schemas.file }).fsPath,
|
||||
environmentService.extensionsPath
|
||||
].map(path => path ? Promises.mkdir(path, { recursive: true }) : undefined));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user