-
Notifications
You must be signed in to change notification settings - Fork 1.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
Properly detect macOS/Linux/Windows incompatibility for the language server #2729
Comments
Did you get a banner about the language server not supporting macOS 10.11? (Notice the message "which was built for Mac OS X 10.12" in the output.) |
@brettcannon Thank you for the reply. |
Besides the banner displaying, is there anyway to make it work in macOS 10.11 ? |
Please could you install the development version form here and let us know what you get? |
Also had this happen running on El Capitan 10.11, didn't display a incompatibility banner vs code let me download and install language server which then just errored out immediately on reload. Was confusing since VS Code prompted the recommendation to try out the language server first. Would be good to notate the restricted system requirements in the extension info page or elsewhere while the bug persists |
While this might not work properly on Mac, I've found that we're not checking for support on other Unix OS (https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1-supported-os.md) E.g. Ubuntu <18 isn't supported and we're not checking this. |
Suggestion, just drop Benefits of
|
We shouldn't split the checking across multiple languages. If we're going to do it in Python we should just do it all in Python. We can use the |
@brettcannon |
|
@DonJayamanne sorry too late to answer. |
Environment data
Actual behavior
Error log shows in "output"
Expected behavior
N/A
Steps to reproduce:
N/A
Logs
The text was updated successfully, but these errors were encountered: