-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Packaging webview-codicons-sample doesn't package the codicons #692
Comments
@Tommycore Ever figure this out? Running into the same. |
I can't really remember to be honest. Did adding the line to the |
No worries, thanks for the reply! I did try that and it seems to work...specified just the
|
Will most likely be fixed with #1005: The dependency in package.json is currently listed in the wrong place |
Moving npm package from devDependencies to dependencies will put a lot of unused files into the packaged vsix. |
Steps to reproduce:
webview-codicons-sample
folder with VS Code.npm i
.npm i -g vsce
.It's not allowed to use the 'vscode-samples' publisher.
).vsce package
.Cat Codicons: Show Cat Codicons
.The result (at least for me), was a tab looking like this:
I opened the
.vsix
file manually and looked inside - and the codicons are nowhere to be found inside. Which begs the question: What am I missing when it comes to packaging? How would I best go about it with a project created with the yeoman generator as described in the official tutorials? Just add!node_modules/@vscode/codicons/dist/**
to the.vscodeignore
file?The text was updated successfully, but these errors were encountered: