Skip to content

chore: devtools experiment#39204

Merged
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:rc2
Feb 10, 2026
Merged

chore: devtools experiment#39204
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:rc2

Conversation

@pavelfeldman
Copy link
Member

No description provided.

}

close() {
this._ws.close();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reject pending?

'version',
];

const booleanOptions: (keyof (GlobalOptions & OpenOptions & { all?: boolean }))[] = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because those are a part of commands.js


if (config.sessionConfig) {
const contextFactory = config.extension ? extensionContextFactory : browserContextFactory;
console.log(`### Config`);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert this part

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is quite important - we want to print config after running this code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants