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

19767 remove di in resolvers #20048

Merged

Conversation

paulacamargo25
Copy link

@paulacamargo25 paulacamargo25 commented Oct 21, 2022

Closed: #19767

@paulacamargo25 paulacamargo25 force-pushed the 19767-Remove-DI-in-resolvers branch from df68fb6 to 6dfdf6a Compare October 24, 2022 15:00
@paulacamargo25 paulacamargo25 self-assigned this Oct 24, 2022
@paulacamargo25 paulacamargo25 added area-debugging debt Covers everything internal: CI, testing, refactoring of the codebase, etc. labels Oct 24, 2022
@paulacamargo25 paulacamargo25 marked this pull request as ready for review October 24, 2022 18:02
@@ -0,0 +1,19 @@
export enum OSType {
Copy link
Member

Choose a reason for hiding this comment

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

This is already defined in src\client\common\utils\platform.ts

Copy link
Author

Choose a reason for hiding this comment

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

Yes, but I am trying to separate the utils from the debugger so that when we move it to the other extension we only have the functions that we use.

Copy link
Member

Choose a reason for hiding this comment

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

You may have to pull a lot of things from commons anyway. Separating it like this now might not help.

Copy link
Author

Choose a reason for hiding this comment

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

oh okay, im going to use the one in common.

@paulacamargo25 paulacamargo25 merged commit 2f6538f into microsoft:main Oct 25, 2022
wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-debugging debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove DI from debug configuration resolvers
2 participants