forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use Jedi if Language Server fails to activate #3633
Copy link
Copy link
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.debtCode quality issuesCode quality issuesimportantIssue identified as high-priorityIssue identified as high-prioritymetaIssue that is tracking an overall projectIssue that is tracking an overall project
Milestone
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.debtCode quality issuesCode quality issuesimportantIssue identified as high-priorityIssue identified as high-prioritymetaIssue that is tracking an overall projectIssue that is tracking an overall project
Type
Fields
Give feedbackNo fields configured for issues without a type.
If Language Server fails to activate we need to revert to Jedi (after displaying a message to the user).
Else user is unable to use the extension.
Right now we let the extension fall over.
Handle a 404 when trying to download the language server #3267
Display the following message is LS fails to start: "We encountered an issue starting the Language Server. Reverting to the alternative, Jedi. Check the Output panel for details."
No buttons on this message.