-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codegood first issuehelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
The languageclient restarts LSP server 5 times if LSP server crashes. The restart time is hard-coded in https://github.com/Microsoft/vscode-languageserver-node/blob/master/client/src/client.ts#L272.
Can we expose it as an option like restartTimes in LanguageClientOptions, so that LSP extension can customize it? I know LSP extension can provide their custom ErrorHandler to adjust the restart times, but I think it is still sensible to provide such option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*out-of-scopePosted issue is not in scope of VS CodePosted issue is not in scope of VS Codegood first issuehelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities