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

Idea: Simplify Debug Mode #360

Open
firsttris opened this issue Mar 26, 2024 · 2 comments
Open

Idea: Simplify Debug Mode #360

firsttris opened this issue Mar 26, 2024 · 2 comments

Comments

@firsttris
Copy link
Owner

firsttris commented Mar 26, 2024

Idea is to use the same logic for Debug as we use for Run Jest (create a CLI Command).
Instead of opening the normal terminal - we open the integrated debug terminal, and we should be able to use the same logic as we are using for Run Jest.

this would simplify and align the logic in the extension.

@firsttris
Copy link
Owner Author

@domsleee what do you think about this idea?

@firsttris firsttris changed the title Idea: Refactor Debug Mode Idea: SImplify Debug Mode Mar 26, 2024
@firsttris firsttris changed the title Idea: SImplify Debug Mode Idea: Simplify Debug Mode Mar 26, 2024
@firsttris
Copy link
Owner Author

from my research there is no other way to just open the debug terminal (like you can do it from the vscode ui) with the API.

the only way is the one we currently have implemented.

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

No branches or pull requests

1 participant