Open gluc opened 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
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: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?