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

Remove unnecessary PowerShellProcessArchitecture #1964

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

andyleejordan
Copy link
Member

@andyleejordan andyleejordan commented Dec 2, 2022

This simply wasn't being used and was overly complicated. The only time we want the architecture is when queried via LSP so that the VS Code client can determine which installer to download for its auto-update feature. If we can, we should deduplicate version logic in the loader and the VersionUtils class.

Simplification found when investigating PowerShell/vscode-powershell#3435.

This simply wasn't being used and was overly complicated. The only time
we want the architecture is when queried via LSP so that the VS Code
client can determine which installer to download for its auto-update
feature. If we can, we should deduplicate version logic in the loader
and the `VersionUtils` class.
Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM!

@andyleejordan andyleejordan merged commit ee53878 into main Dec 2, 2022
@andyleejordan andyleejordan deleted the andschwa/architecture branch December 2, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants