Skip to content
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 should lint manifest files with vscode's extension linter and show warnings & errors #843

Open
ulugbekna opened this issue Feb 23, 2023 · 1 comment
Labels
blocked upstream feature-request Request for new features or functionality

Comments

@ulugbekna
Copy link
Contributor

Currently, we have an extension linter, which shows warnings & errors when an extension manifest file (package.json) is open. But an extension author should open the manifest file to see those diagnostics. I think it's worth showing the warnings & errors when running vsce package

This would notify extension authors about their manifest file problems & encourage to fix them.

(this's problematic to implement because it would require the linter to be a standalone npm package, but the linter has dependenices on vscode core)

@ulugbekna ulugbekna added feature-request Request for new features or functionality blocked upstream labels Feb 23, 2023
@joaomoreno
Copy link
Member

Love this idea.

@joaomoreno joaomoreno self-assigned this Feb 23, 2023
@joaomoreno joaomoreno removed their assignment Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked upstream feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants