-
Notifications
You must be signed in to change notification settings - Fork 207
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
[Question] Error one or more entries with a date in the future #797
Comments
NVM :-) |
@BoykoAlex Could you add some more info as to what fixed the problem for you? The "NVM" isn't very helpful to others with the same problem. |
In my case, I had to add First, I used |
@lionello yes indeed :-) My case was rather simple at the end. One of the maven jars that I used in my language server included in the vscode extension had last modified stamp from year 2121 which is far in the future. Therefore |
Uploading to the VSCode Marketplace fails with the following error [^1] ERROR One or more entries have a modified date in the future. This is because nix sets the mtime to 1s after the epoch [^2] for reproducibility. However, the underlying zip library converts this to 2098 [^3]. 1: microsoft/vscode-vsce#797 2: https://github.com/NixOS/nix/blob/b574c70ccbc0c22fa3c5df12c6246a10eff1a5bf/src/libstore/local-store.cc#L542 3: thejoshwolfe/yazl#70
While attempting to publish an extension I get the following error:
Can you please explain a bit where this error is coming from? List some possible sources for this error?
The text was updated successfully, but these errors were encountered: