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

Support VS2022 #16

Closed
TiraelSedai opened this issue Jul 21, 2021 · 7 comments · Fixed by #19
Closed

Support VS2022 #16

TiraelSedai opened this issue Jul 21, 2021 · 7 comments · Fixed by #19

Comments

@TiraelSedai
Copy link

I don't have much to add, Visual Studio 2022 support would be nice.

@deviousasti
Copy link
Member

Thanks you for the reminder. I need to get around to installing VS '22!
This hopefully won't be a major change and might just be a few configuration changes. VSSDK sure is vast and mysterious.

@kxxt
Copy link
Contributor

kxxt commented Sep 8, 2021

For those who don't want to wait, I've built one for Visual Studio 2022 which you can use until the official one get released.

The extension seems just working fine. Howerer please do note that this is an unofficial prerelease.

My forked repo: https://github.com/kxxt/fsharp-formatting-for-vs/
Unofficial prerelease: https://github.com/kxxt/fsharp-formatting-for-vs/releases/tag/v0.9.1-pre-vs2022

@deviousasti
Copy link
Member

@kxxt The fork seems to be even with master.
Could you push your changes?

@kxxt
Copy link
Contributor

kxxt commented Sep 8, 2021

@kxxt The fork seems to be even with master.
Could you push your changes?

Just switch to branch vs2022 and you can see the changes.

(I don't think it's suitable for opening a pull request)

@kxxt
Copy link
Contributor

kxxt commented Sep 8, 2021

(I don't think it's suitable for opening a pull request)

My commit changed the package versions to preview and changed target architecture to amd64, which makes 32bit Visual Studio 2019 incompatible.

Here is the tidy way to support both 2019 and 2022 (The structure of the project needs to be changed): https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022

@deviousasti
Copy link
Member

I can't a multi-targeting project to build.
Mads' own extensions was updated in a non backward-compatible way.
https://github.com/madskristensen/DialToolsForVS/pull/38/files

@kxxt
Copy link
Contributor

kxxt commented Oct 19, 2021

I managed to make it work 😄 . See #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants