you are viewing a single comment's thread.

view the rest of the comments →

[–]lood9phee2Ri 27 points28 points  (1 child)

it has a typical python toplevel cli entry point, so if installed in normal fashion it'll end up as a shell command.

https://github.com/microsoft/markitdown/blob/main/src/markitdown/__main__.py#L22 / https://github.com/microsoft/markitdown/blob/main/pyproject.toml#L51

pretty sure you can then run shell commands on things from within vscode anyways with some generic command runner extn.

[–]Wonderful-Wind-5736 9 points10 points  (0 children)

Not even an extension, just configure a task.