-
Notifications
You must be signed in to change notification settings - Fork 213
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
Can't package language extension #826
Comments
Confirmed that downgrading to |
Hi, I have the same issue with It seems like also pure language contributions have at least one implicit |
* remove pre-commit hooks * language contributions shouldn't force an entrypoint fixes #826
For verification, I did:
|
Hi! Unfortunately, I still have the same issue as OP with
|
Oh sorry, updating |
My
package.json
doesn't haveactivationEvents
as it's a language extension generated with Yo CodeLooks like the recent #809 is causing this to occur because of new implicit
activationEvents
checking (https://github.com/microsoft/vscode-vsce/blob/main/src/package.ts#L1214-L1244)Unless I'm mistaken, a
main
orbrowser
property isn't needed for this type of extensionCould address with some logic like this:
The text was updated successfully, but these errors were encountered: