manuth / MarkdownConverter

Provides the functionallity to convert Markdown-files to html, png, or pdf using vscode.
MIT License
37 stars 11 forks source link

Support of multi-root workspaces #217

Open gluc opened 1 year ago

gluc commented 1 year ago

With a multi-root workspace, the pdf is generated, but I can't get the settings to work.

If I add the settings to some-folder\.vscode\settings.json, then, VSC complains that they will not be used:

image

If I add the settings to .code-workspace, then VSC does not complain, though any setting is still ignored when converting markdown.

If I open the folder directly (not with multi-root workspace file), then everything works fine.

Is multi-root not supported, or am I missing something?

manuth commented 1 year ago

tbt, I never really looked into the VSCode Extension API docs since the introduction of the (not really) new workspace API.

Gotta get a good read on how to allow settings on a workspace level. I'll be sure to keep track of this!

Thank you very much for reporting