-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions are not npm_shrinkwrap'ed #8570
Comments
Also, if you have recently moved code to a new extension, please make sure you have removed the dependency of your extension from our package.json and shrinkwrap file. |
@bpasero Can you give pointers how to create the shrink_wrap file? |
What I typically do is:
|
Since @aeschli is out, pls someone jump in. Also, we might need to run the OSS tool after this again 👻 |
I can do it instead of @aeschli |
I updated the description with this important step:
|
Done for TypeScript |
Seems to be done for all -> closing |
We have extensions that have npm dependencies, like
css
orjson
. We don't shrink-wrap them which means each build from the same commit has a chance of being different.@Microsoft/vscode
The text was updated successfully, but these errors were encountered: