nix-community / nix-vscode-extensions

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

Github copilot missing #28

Closed deontologician closed 1 year ago

deontologician commented 1 year ago

For some reason, github.copilot doesn't exist in vscode-marketplace, (though for some reason github.copilot-labs does exist). Is there any kind of filter happening in the job that pulls extensions?

deemp commented 1 year ago

Hi, @deontologician! Indeed, a flag was missing. Fixed by https://github.com/nix-community/nix-vscode-extensions/commit/52c41ecabfa6019fdb9a348bc5cd45a8e4cbb5d6.

There's now copilot-nightly.

nix-repl> :lf github:nix-community/nix-vscode-extensions/6bbe040dccef65112d52306286ae3b7fe3320765
nix-repl> extensions.x86_64-linux.vscode-marketplace.github.copilot-nightly
«derivation /nix/store/sckrg9a317yx007c2aarwv5mm4nsls1p-vscode-extension-github-copilot-nightly-1.94.226.drv»

If you'd like to use a release version, see Extensions and Release extensions.