David Anson

Results 474 comments of David Anson

Defining those additional formats would seem to require code and that's not an extension point for this rule. I would recommend disabling the rule for your scenario. If this is...

The message for 1 and the exception for 3 are coming from VS Code, not this extension. The part you show in 2 that works is this extension. :) I...

I've double-checked and confirm the scenario you describe works in `github.dev` with the Markdown files in this repository: . If you can provide a reproduction on `vscode.dev` or `github.dev`, I'll...

I can't reproduce the problem with your link. The project appears empty to me, but I can add a new Markdown file and it lints successfully and without exceptions. The...

This project is a library that lints exactly the files you pass to it via code. I'm guessing you are using one of the CLIs or the VS Code extension?...

Okay, good news, good news, bad news, comment, idea: 1. I tried this. 2. It reduces OSD tab load time from a mental count of 3 seconds to about 1-1.5...

Okay, I got something working and sent a PR. I don't love what I did and I'm fine if you all don't want to take this change since it's not...

The more I think about this, the more I think using an SVG instead of rendering to a canvas would be a better approach. If that's fast enough, the changes...

Thanks! I don't understand your comment about MCM and SVG, but maybe it will be clear once I try to do it. To be clear, I'm not proposing to change...

@haslinghuis, what's the thinking here? There are two PRs that address parts of this issue. I feel relatively confident in the SVG one #4497 and semi-confident in the deferred loading...