yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.9k stars 324 forks source link

Does not correctly install on Gitpod #848

Open joostreuzel opened 3 years ago

joostreuzel commented 3 years ago

Problem

Installing/activating the extension on GitPod generates a null reference error. Some of the features (like table styling) are unavailable.

How to reproduce

Install in environment, activate

Other extensions installed:

Error message in the console

Activating extension Markdown All in One failed: Cannot convert undefined or null to object.

yzhang-gh commented 3 years ago

Thanks for the feedback.

I suspect it is more of a GitPod issue rather than this extension's. (This is a VS Code extension so there is no guarantee it will work elsewhere 😐.)