richterger / Perl-LanguageServer

Language Server for Perl
Other
224 stars 53 forks source link

Expose new command: "Perl: Restart Language Server" #29

Closed Nowaker closed 4 years ago

Nowaker commented 4 years ago

Other language servers do it too:

image

It's useful in situations when one is trying to get the language server running but is hitting some problems. Currently, there's no easy way to instruct the extensions to attempt to start the language server again.

Also, when the language server is run remotely, and the server where it's running goes down for a minute or two, one has to restart VS Code to get the language server back.

richterger commented 4 years ago

Please just use the Command Reload Window grafik