DavidAnson / vscode-markdownlint

Markdown linting and style checking for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
MIT License
897 stars 166 forks source link

Attempt to load .mjs configuration file fails with “Invalid host defined options” #248

Closed DavidAnson closed 2 months ago

DavidAnson commented 1 year ago

This is due to an issue with VS Code’s custom loader: https://github.com/microsoft/vscode/issues/130367

Lehoczky commented 8 months ago

I think maybe using jiti as a workaround to load the config file could be an option here. It would also allow to use ts files for configurations.