mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Allow passing in an extension to debug (#290306)
So that the automation can debug an extension
This commit is contained in:
committed by
GitHub
parent
301f5e8acf
commit
52bc869c5d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user