You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to publish locally, and now I'm getting again:
This extension consists of 1356 files, out of which 830 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore
I've tried to publish locally, and now I'm getting again:
This extension consists of 1356 files, out of which 830 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension . You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore
This seems to only affect manual publishing and is not responsible for the failure of the CI. At least no such warning is present in the CI logs. I will have a look at the 'unnecessary files' problem in #16.
The workflow failed because of missing secrets, see #21.
The CI script seems to have this --out parameter for which I cannot find the documentation?
npm run package -- --out caesar-${{ inputs.version }}.vsix
See https://github.com/moves-rwth/caesar/actions/runs/9150425689/job/25155182535.
I've tried to publish locally, and now I'm getting again:
See #16.
The CI script seems to have this
--out
parameter for which I cannot find the documentation?The text was updated successfully, but these errors were encountered: