Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove console output in favor of JSDebug complete CDP Console #411

Closed
wants to merge 1 commit into from

Conversation

bgoddar
Copy link
Contributor

@bgoddar bgoddar commented Jun 9, 2021

This PR removes our console polyfills and replaces our current Devtools Console output with a single message that informs users to use JSDebug instead. Since JSDebug is a complete console experience already built into VSCode, it does not make sense for us to offer a duplicated and subpar one-way console output

Before:
image

After:
image

JSDebug Console:
image

Addresses #403

@bgoddar bgoddar requested review from mliao95 and flynnolivia June 9, 2021 15:31
@bgoddar
Copy link
Contributor Author

bgoddar commented Jun 9, 2021

I'm going to also stand up an alternate PR that just disables when we have attached through JSDebug, in case we want to keep this around for attaching to arbitrary sites. However, I prefer this solution

@bgoddar
Copy link
Contributor Author

bgoddar commented Jun 9, 2021

I'm going to also stand up an alternate PR that just disables when we have attached through JSDebug, in case we want to keep this around for attaching to arbitrary sites. However, I prefer this solution

Alternate solution is available here #412

@bgoddar
Copy link
Contributor Author

bgoddar commented Jun 9, 2021

Closing in favor of #412 for now

@bgoddar bgoddar closed this Jun 9, 2021
@vidorteg vidorteg deleted the bgoddar/disableConsoleOutput branch January 30, 2024 03:37
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.

1 participant