mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Add --video and --autostart (#271849)
This enables: * Playwright video recording * Starting the Code OSS on server start (for clients like Copilot CLI that don't react to tool list changes)
This commit is contained in:
committed by
GitHub
parent
e5243d2a17
commit
af1cbea727
@@ -24,6 +24,7 @@ export interface LaunchOptions {
|
||||
readonly logger: Logger;
|
||||
logsPath: string;
|
||||
crashesPath: string;
|
||||
readonly videosPath?: string;
|
||||
verbose?: boolean;
|
||||
useInMemorySecretStorage?: boolean;
|
||||
readonly extraArgs?: string[];
|
||||
|
||||
Reference in New Issue
Block a user