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

VSCode extension requires .NET Core Runtime v5.0.0 #182

Open
antonipelka opened this issue Jul 8, 2022 · 2 comments
Open

VSCode extension requires .NET Core Runtime v5.0.0 #182

antonipelka opened this issue Jul 8, 2022 · 2 comments

Comments

@antonipelka
Copy link
Contributor

Hey, I had some issues with setting up the extension on a macOS computer so I wonder if it would be possible to make it easier for other people.

The problem

I've installed the extension from Marketplace page on macOS Big Sur but it didn't seem to work - nothing was showing up.

Then I started to dig deeper and found a note that the client requires .NET runtime (x64) on releases page.

So I installed the latest fully supported version (v6.x.x) but the extension still didn't work, no errors were reported in logs.

Then I dug into the extension code and tried to run the binary directly:

Screenshot 2022-07-08 at 11 03 42

Then I just installed version v5.0.0 of the runtime which is no longer supported ❗ and now the extension seems to work - it shows up in the VSCode bar 🎉

Request

Could we do some of these:

  • Explicitly say that there is a need for .NET runtime on extension page and mention the required version?
  • Support more current versions of .NET runtime?

Thanks!

@DragosDanielBoia
Copy link
Member

DragosDanielBoia commented Sep 3, 2022

@antonipelka feel free to update it.

@antonipelka
Copy link
Contributor Author

Added readme changes here: #198

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

No branches or pull requests

2 participants