Skip to content

Commit 03edff8

Browse files
committed
Add intro video
1 parent 424848f commit 03edff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/editor/vscode-web.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ VS Code for the Web has many of the features of VS Code Desktop that you love, i
1515

1616
VS Code for the Web runs entirely in your web browser, so there are certain limitations compared to the desktop experience, which you can read more about [below](#limitations).
1717

18+
The following video gives a quick overview of Visual Studio Code for the Web.
19+
20+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/2sdXMJZKLJE" title="Introduction to Visual Studio Code for the Web" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
21+
1822
## Relationship to VS Code Desktop
1923

2024
VS Code for the Web provides a browser-based experience for navigating files and repositories and committing lightweight code changes. However, if you need access to a runtime to run, build, or debug your code, you want to use platform features such as a terminal, or you want to run extensions that aren't supported in the web, we recommend moving your work to the desktop application, [GitHub Codespaces](https://github.com/features/codespaces), or using [Remote - Tunnels](#use-your-own-compute-with-remote-tunnels) for the full capabilities of VS Code. In addition, VS Code Desktop lets you use a full set of keyboard shortcuts not limited by your browser.

0 commit comments

Comments
 (0)