mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Allow configuring userDataDir, ExtensionDir, & usage of in-memory Secret Storage (#263451)
* Allow configuring userDataDir, ExtensionDir, & usage of in-memory Secret Storage ref https://github.com/microsoft/vscode/issues/262164 * fix a couple references of getRandomUserDataDir
This commit is contained in:
committed by
GitHub
parent
7b9e65ad42
commit
443daf8d60
@@ -19,12 +19,13 @@ export interface LaunchOptions {
|
||||
playwright?: typeof playwright;
|
||||
codePath?: string;
|
||||
readonly workspacePath: string;
|
||||
userDataDir: string;
|
||||
readonly extensionsPath: string;
|
||||
userDataDir?: string;
|
||||
readonly extensionsPath?: string;
|
||||
readonly logger: Logger;
|
||||
logsPath: string;
|
||||
crashesPath: string;
|
||||
verbose?: boolean;
|
||||
useInMemorySecretStorage?: boolean;
|
||||
readonly extraArgs?: string[];
|
||||
readonly remote?: boolean;
|
||||
readonly web?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user