### Describe the request Allow package extension with `--follow-symlinks` arg or simply just run `npm run package` if it exists? ### Usage I use `npm link` to link in external dependencies into my extension npm uses symlinks to do the actual linking thus this is my `package` command `vsce package --follow-symlinks`