Akihisa Wakita
Results
2
comments of
Akihisa Wakita
Hello, I want to reopen this issue because the display problem with the editor's preview in Django's dark mode persists. The issue was previously marked as resolved and closed, but...
I also have this issue. I think the cause is following code. https://github.com/yzane/vscode-markdown-pdf/blob/b1e5f5bc18c16d6ac40583ae7897c6e81b075723/extension.js#L716 From version 1.33, `vscode.Uri.parse(href)` returns **file URI scheme** such as `file:///relative_path.css` when `href` is a relative path...