nix-community / vscode-nix-ide

Nix language support for VSCode editor [maintainer: @jnoortheen]
https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide
MIT License
263 stars 20 forks source link

feat: add restarting language server command #381

Closed nokazn closed 4 months ago

nokazn commented 4 months ago

Hi there. I've made a patch to resolve #362.

If something wrong with this PR, please feel free to point it out. Thank you.

Description

Add a command > Nix IDE: Restart Language Server to restart the language server (or simply start if not running).

https://github.com/nix-community/vscode-nix-ide/assets/41154684/55536c81-956b-4608-a771-6b789cc91ea4

jnoortheen commented 4 months ago

LGTM, Thanks @nokazn !