Skip to content

Commit f22b607

Browse files
committed
fix video format
1 parent 29f0127 commit f22b607

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/cody/clients/install-visual-studio.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ To help you get started, there are a few prompts that are available by default.
8383

8484
Cody for Visual Studio supports single and multi-line autocompletions. The autocomplete feature is available for the extension `v0.2.0` and above. It's enabled by default, with settings to turn it off.
8585

86-
![visual-studio-autocomplete](https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-autocomplete.mp4)
86+
<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto' }}>
87+
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-autocomplete.mp4" type="video/mp4"/>
88+
</video>
8789

8890
Advanced features like [auto-edit](/cody/capabilities/auto-edit) are not yet supported. To disable the autocomplete feature, you can do it from your Cody settings section.

0 commit comments

Comments
 (0)