Connor Peet

Results 463 comments of Connor Peet

@lszomoru are there any steps for this?

We do this but only if we're logging an Error object. We can probably be more aggressive https://github.com/microsoft/vscode-js-debug/blob/cdca7f206692f5ceed702c19b7f7f72aa2bba3b9/src/adapter/console/textualMessage.ts#L110

I'm good making that check more permissive too. PR welcome :)

FYI VS Code has finalized an 'official' test coverage API: https://github.com/microsoft/vscode/issues/123713

We definitely want this for VS Code and I'll be looking forward to `ProgressNotification.message` once the new draft is published 🙂 I think the API proposed should work just fine...

This landed in the latest draft and I think this can be closed?

I haven't honestly tried it yet on Windows. Not having Windows support at all may exclude our use case, but missing a few platforms is fine. WFA2 already only supports...

Hi! I would be happy to help with a solution for this 🙂 Note that the bootloader is what drives debugging in general, including the JavaScript Debug Terminal, in addition...

This past iteration I added some API for this in response to an issue from the Bun folks: https://github.com/microsoft/vscode-js-debug/blob/main/EXTENSION_AUTHORS.md#extension-api (only on [nightly](https://github.com/microsoft/vscode-js-debug?tab=readme-ov-file#nightly-extension) until later this week). Let me know if...

Haven't heard anything in a minute, let me know if there's any more you want done here!