diff --git a/docs/setup/vscode-web.md b/docs/setup/vscode-web.md index 310bac8531..a387616352 100644 --- a/docs/setup/vscode-web.md +++ b/docs/setup/vscode-web.md @@ -71,6 +71,7 @@ We've explored a couple of URLs already (`vscode.dev/github` and `vscode.dev/azu | --- | --- | --- | | GitHub | `/github//` | [More info above](#github-repos) | | Azure Repos | `/azurerepos///` | [More info above](#azure-repos) | +| Azure Development Environment | `/azure` | [Azure]](https://insiders.vscode.dev/azure) | | Visual Studio Live Share | `/editor/liveshare/` | [More info below](#visual-studio-live-share) | | Visual Studio Marketplace | `/editor/marketplace/`
`//` | [Example route](https://insiders.vscode.dev/editor/marketplace/Brigit/devcontainer-image-convert/0.0.1) to edit [this extension](https://marketplace.visualstudio.com/items?itemName=Brigit.devcontainer-image-convert) | | Power Pages | `/power/pages` | [Power Pages docs](https://learn.microsoft.com/power-pages/configure/visual-studio-code-editor) | @@ -84,6 +85,12 @@ Please note that some URLs must be entered in a specific way (for example, `vsco There's more information on some of these URLs below. +## VS Code for the Web - Azure + +VS Code for the Web's custom URL (), powered by Azure Cloud Shell, allows a developer to run, debug, and deploy their applications to Azure in seconds. This environment comes with all libraries, dependencies, and extensions a developer would need to get started with Azure. + +Developers who sign in to GitHub can use GitHub Copilot as their peer programmer, leveraging [agent mode](/docs/copilot/chat/chat-agent-mode.md) to help write code. + ### Themes You can share and experience color themes through VS Code for the Web through the URL schema: `https://vscode.dev/editor/theme/`. @@ -216,4 +223,4 @@ In certain cases, you may need to open a new tab or window while working in VS C ![Allow clipboard access in the browser](images/vscode-web/allow-clipboard-access.png) -* Safari: In the Safari browser, go to **Preferences...** > **Websites** > **Pop-up Windows** > the domain you're accessing (for example, `vscode.dev`), and select **Allow** from the dropdown. +* Safari: In the Safari browser, go to **Preferences...** > **Websites** > **Pop-up Windows** > the domain you're accessing (for example, `vscode.dev`), and select **Allow** from the dropdown. \ No newline at end of file