pokey / command-server

Secure VSCode communication channel designed for voice coding
MIT License
16 stars 9 forks source link

Add nix flake for building extension #22

Open fidgetingbits opened 9 months ago

fidgetingbits commented 9 months ago

This flake supports a development environment for manual testing/building and also allows for the extension to be built via nix build.

I'm not sure how you actually build it yourself, but I ended up using yarn add vsce so that I could do yarn --offline vcse package instead of requiring a separate vsce dependency. Thus the package.json and yarn.lock changes.

fidgetingbits commented 4 months ago

@auscompgeek any chance you can take another look at this one again when you find time?