nix-community / nix-vscode-extensions

Nix expressions for VSCode and OpenVSX extensions [maintainers: @deemp, @AmeerTaweel]
MIT License
220 stars 13 forks source link

fix(flake): don't remove extensions that aren't there #75

Closed NiklasGollenstede closed 1 month ago

NiklasGollenstede commented 2 months ago

048cb176b6aba530d6fda75a6cc080a96499f6ae removes extensions from the output sets -- currently ms-vscode.cpptools. But open-vsx-release.json does not specify that extension ('s publisher), and thus the removal failed.