Skip to content

19767 remove di in resolvers#20048

Merged
paulacamargo25 merged 9 commits into
microsoft:mainfrom
paulacamargo25:19767-Remove-DI-in-resolvers
Oct 25, 2022
Merged

19767 remove di in resolvers#20048
paulacamargo25 merged 9 commits into
microsoft:mainfrom
paulacamargo25:19767-Remove-DI-in-resolvers

Conversation

@paulacamargo25
Copy link
Copy Markdown

@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 Code quality issues 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 Code quality issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove DI from debug configuration resolvers

2 participants