mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 23:29:57 +01:00
introduce web user data dir for user data
This commit is contained in:
@@ -104,6 +104,9 @@ export class EnvironmentService implements IEnvironmentService {
|
||||
return parseUserDataDir(this._args, process);
|
||||
}
|
||||
|
||||
@memoize
|
||||
get webUserDataHome(): URI { return URI.file(parsePathArg(this._args['web-user-data-dir'], process) || this.userDataPath); }
|
||||
|
||||
get appNameLong(): string { return product.nameLong; }
|
||||
|
||||
get appQuality(): string | undefined { return product.quality; }
|
||||
|
||||
Reference in New Issue
Block a user