Vscode-markdown: markdown.extension.print.onFileSave: false is ignored

Created on 28 Apr 2019  ·  4Comments  ·  Source: yzhang-gh/vscode-markdown

What is the problem?

The new print-to-HTML feature in v2.3.0 (2019.4.28) creates the HTML file even if you set the "markdown.extension.print.onFileSave" setting to false.

How can I reproduce it?

  1. Set "markdown.extension.print.onFileSave": false in settings.json.
  2. Edit and save a markdown file.
  3. Notice the HTML file is still created.

Is there any error message in the console?

No.

Bug

Most helpful comment

Published a new version. Please try it out

All 4 comments

Thanks for the feedback. I'll take a look soon.

Thanks @yzhang-gh!

Published a new version. Please try it out

New version fixes the issue. I tested the flag both ways, and it worked as expected.

Was this page helpful?
0 / 5 - 0 ratings