asv
asv

Reputation: 3792

Insert video in README.md for an extension of vscode

I have a video in .mp4 format and I want to insert it in README.md for an extension of vscode.

Upvotes: 5

Views: 5405

Answers (1)

Brady Holt
Brady Holt

Reputation: 2924

This is not possible. You'll need to convert it to an animated GIF and reference it just like the Debugger for Chrome Extension does: https://github.com/Microsoft/vscode-chrome-debug/blob/master/README.md

Upvotes: 3

Related Questions