MarkdownConverter icon indicating copy to clipboard operation
MarkdownConverter copied to clipboard

Support of multi-root workspaces

Open gluc opened this issue 2 years ago • 1 comments

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?

gluc avatar Apr 09 '23 07:04 gluc

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

neurolag avatar Apr 24 '23 19:04 neurolag