Skip to content

Correctly pick configuration from launch settings during run and debug sessions #266

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

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

Achal1607
Copy link
Member

@Achal1607 Achal1607 commented Sep 12, 2024

This PR addresses an issue where the active launch configuration was not being correctly detected, leading to tests and other panels not receiving the proper settings during run and debug sessions. The changes ensure that the correct launch configuration is picked up, allowing for consistent and accurate behavior across all relevant panels.

Closes #148

@Achal1607 Achal1607 requested a review from sid-srini September 12, 2024 14:06
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 12, 2024
Copy link
Member

@sid-srini sid-srini left a comment

Choose a reason for hiding this comment

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

Thanks @Achal1607. LGTM.

You may submit a separate PR for other possibly incorrect usages of invalid commandPrefix/extensionId in the extension.ts.

@sid-srini sid-srini linked an issue Sep 12, 2024 that may be closed by this pull request
@sid-srini sid-srini merged commit 6079973 into oracle:23.0.0 Sep 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to pass custom command line arguments to test
2 participants