Jason Williams
Jason Williams
> I believe we'd need to implement a VS Code debug adapter. It wouldn't be a trivial amount of work, which is why I haven't prioritized it (in addition to...
@soccerwithag would you be willing to work on this? It should be straight forward to be honest, see [here](https://github.com/jasonwilliams/anki/issues/35#issuecomment-770341880) above. We have CSS coming from AnkiConnect, you can already load...
I also came across https://github.com/EvitanRelta/htmlarkdown which could be useful for converting the rendered HTML back to markdown
This is now in https://github.com/jasonwilliams/anki/releases/tag/v1.3.0
@michelleangela @sean-mcmanus do you know how likely it is we will see any development on this? It's very much needed for multi-process applications like chromium plus others. Trying to debug...
@xisui-MSFT may have an idea also as they seem to have been doing some work in the same area
Hey @sean-mcmanus how did you get on pinging Andrew?
My understanding is it calls into [`vsdbg.exe`](https://github.com/microsoft/vscode-cpptools/blob/ce2fcf0c62abc808d1485452d5720506762c42f2/Extension/src/Debugger/debugAdapterDescriptorFactory.ts#L53-L54) which is the VS Debugger. But I don't see Visual Studio ever call into this binary when debugging, so is vsdbg specifically for...
@albertziegenhagel that's incredible, thanks for the explanation, and yes, I would be interested in seeing it, even if it is unfinished. I doubt I'd be able to help much but...
Thanks @alexr00 that's appreciated. However I have been [working](https://github.com/microsoft/vscode/pull/165765) on the core VSCode to fix this because you can get this view in [many different ways](https://github.com/microsoft/vscode/issues/153786). There should be a...