-
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
Detect when language server will not run on a platform (e.g. macOS El Capitan) #2245
Comments
@Nozdi |
@brettcannon We should document the minimum requirements. Should this be done now or later. Either way it should be documented. |
Where do I find an older version that supports El Capitan? |
[I edited your ✉️ ⬆️ to come off as more 😃 and less 😠 ] @karthiks3000 you can still use Jedi to get IntelliSense on El Capitan: |
@DonJayamanne we probably need to detect the platforms where the new language server isn't supported and then not attempt a download and pop up a notification that the user will need to stick with Jedi. |
@brettcannon Apologies for the way the last message came off, I was under a tight deadline and had the autoUpdate enabled on my vscode. It wasn't the intellisense that bothered me but the fact that debugging on my Django project broke after the update. The project still builds fine, but debugging doesn't work anymore (someone already created a bug for the error I got when I tried to build in debug mode - #2247) The only way I was able to move past this was to upgrade my OS to HighSierra. |
@karthiks3000 no problem and thanks for the apology! We've all been there when your tooling breaks at the worst time. And sorry that we failed you at a critical moment! |
Not LS issue. Need to add stricter OS detection to the extension code so it does not attempt to download and run the LS. |
@MikhailArkhipov, FYI I've been working on this today (as I mentioned during standup). In the future please get in touch with me before unassigning me like that, so I don't waste time. |
@ericsnowcurrently @MikhailArkhipov I think Eric's PR is better as it supports multiple OS. |
There is In Progress state with ZenHub |
To my knowledge no one (in our team and perhaps others too) uses that. We all (almost everyone) look at the Please ensure you assign issues to your self if you are working on such issues. Helps others on the team. |
Environment data
Actual behavior
Extension is crashing:
Expected behavior
Support for OS X < 10.12
Steps to reproduce:
Start vscode using
LanguageServer
on El Capitan (10.11.X)The text was updated successfully, but these errors were encountered: