Allow passing in an extension to debug (#290306)

So that the automation can debug an extension
This commit is contained in:
Tyler James Leonhardt
2026-01-25 17:50:20 -08:00
committed by GitHub
parent 301f5e8acf
commit 52bc869c5d
6 changed files with 21 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export interface LaunchOptions {
readonly browser?: 'chromium' | 'webkit' | 'firefox' | 'chromium-msedge' | 'chromium-chrome';
readonly quality: Quality;
version: { major: number; minor: number; patch: number };
readonly extensionDevelopmentPath?: string;
}
interface ICodeInstance {