-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Error loading markdownlint extension #1593
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
Milestone
Comments
Thank you for bringing this to our attention. The issue is now resolved. If you reinstall the extension everything should work properly. Let me know if you still have issues and I'll reopen this. |
With the latest update to 0.36.0 the error has come back again:
|
I think the problem is that our marketplace is trying to build the
extension but fails. It tries various commands like `yarn build` but it
looks like this extension uses `yarn compile` and I'm not sure our
marketplace tries that one.
Workarounds would be to build the vsix manually since they don't include
releases on their GitHub or download it from Open VSX:
https://open-vsx.org/extension/DavidAnson/vscode-markdownlint
Since we're deprecating our marketplace in favor of Open VSX it's
possible we won't fix this in our marketplace.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I experienced this with the
davidanson.vscode-markdownlint
extension but it could easily apply to others as well.This seems to be caused by the absence of a .js file extension. I downloaded the vsix file and in the package.json there is the following key:
If I add a
.js
to this, the extension loads fine.This does not happen in vscode.
The text was updated successfully, but these errors were encountered: