-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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 win32-ia32 target #195559
Remove win32-ia32 target #195559
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Long live 64 bit 🔥 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gonna tell the grandkids that I worked on 32-bit software
d5aa58e
src/vs/platform/extensionManagement/common/extensionManagement.ts
Outdated
Show resolved
Hide resolved
@joaomoreno Should we also drop the support for |
Yes, this will follow suit. |
* remove win32-ia32 * update distro
Based on microsoft/vscode-vsce#908 and microsoft/vscode#195559, it appears that extensions should no longer be published for the now removed win32-ia32 target.
Based on microsoft/vscode-vsce#908 and microsoft/vscode#195559, it appears that extensions should no longer be published for the now removed win32-ia32 target.
This not only removes Windows 32-bit as a VS Code target, but ia32 support altogether since win32-ia32 was the last ia32 target supported. The last 32-bit target supported is linux-armhf.
To do before merging:
Would be great to get the following eyes on this: