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

chore: move debug.sh into launch config #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

danielroe
Copy link
Member

does this work as well for you, when using the 'Debug: Start debugging' command in vscode?

@danielroe danielroe requested a review from typeholes May 20, 2024 04:16
@typeholes
Copy link
Collaborator

It does work and the debugger does connect automatically. Two issues that I see:

  1. Without a problems matcher, we need to make sure the builds complete before clicking "debug anyway"
  2. the UI isn't a watcher
    a. Ideally we'd see UI updates as we change the code, but this may not be realistic
    b. UI is not recompiled when clicking the restart button. We need to kill the build watch to get it to recompile

2b is what kept me from going this route. I think I'd rather keep f5 as just building the extension

@typeholes
Copy link
Collaborator

https://code.visualstudio.com/docs/editor/tasks#_compound-tasks looks like it might be helpful

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