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.
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 doyarn --offline vcse package
instead of requiring a separatevsce
dependency. Thus thepackage.json
andyarn.lock
changes.