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

Fix runtime-import-check errors #11224

Merged
merged 2 commits into from
Jun 1, 2022
Merged

Conversation

alvsan09
Copy link
Contributor

@alvsan09 alvsan09 commented May 30, 2022

What it does

Fixes runtime-import-check errors related to plugin-api-rpc
as well as from the re-use of DebugPluginConfiguration.

This is done by moving relevant code under their proper runtime (browser vs common vs node).
For more details see: #10418

How to test

There should not be a change in functionality:

Review checklist

Reminder for reviewers

@vince-fugnitto vince-fugnitto added quality issues related to code and application quality vscode issues related to VSCode compatibility debug issues that related to debug functionality labels May 30, 2022
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
packages/debug/src/common/debug-configuration.ts Outdated Show resolved Hide resolved
@alvsan09 alvsan09 force-pushed the asl/enable-runtime-import-checks branch from 0825101 to fe85409 Compare May 31, 2022 14:24
Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

The changes look good to me 👍

I confirmed that:

Signed-off-by: Alvaro Sanchez-Leon <alvaro.sanchez-leon@ericsson.com>
Signed-off-by: Alvaro Sanchez-Leon <alvaro.sanchez-leon@ericsson.com>
@alvsan09 alvsan09 force-pushed the asl/enable-runtime-import-checks branch from fe85409 to 610fbf1 Compare June 1, 2022 12:31
@alvsan09 alvsan09 merged commit 5f887e2 into master Jun 1, 2022
@alvsan09 alvsan09 deleted the asl/enable-runtime-import-checks branch June 1, 2022 13:39
@github-actions github-actions bot added this to the 1.27.0 milestone Jun 1, 2022
@alvsan09
Copy link
Contributor Author

alvsan09 commented Jun 1, 2022

The changes look good to me +1

Thanks for the review @vince-fugnitto!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality quality issues related to code and application quality vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants