nix-community / vscode-nix-ide

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

Delay extension startup until a Nix file is opened #423

Closed QuarticCat closed 2 months ago

QuarticCat commented 2 months ago

I have some machines that have no Nix environment. I do not use Nix there. This extension keeps popping up "command not found" notifications on VSCode startup even though I haven't opened any Nix file, which is really annoying. Can we delay the startup until a Nix file is opened, just like what clangd extension does?

jnoortheen commented 2 months ago

Yes that will be helpful. PRs welcome on this.