From ac2d89f3b2b39adabc37770dbd9e73c6e64a5462 Mon Sep 17 00:00:00 2001 From: Meera Haridasa <22649188+meeraharidasa@users.noreply.github.com> Date: Thu, 3 Apr 2025 11:52:11 -0400 Subject: [PATCH 1/3] Adding custom URL "vsocde.dev/azure" & details on it to the VS Code for the Web docs --- docs/setup/vscode-web.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/setup/vscode-web.md b/docs/setup/vscode-web.md index 310bac8531..bf7e34b041 100644 --- a/docs/setup/vscode-web.md +++ b/docs/setup/vscode-web.md @@ -79,11 +79,16 @@ We've explored a couple of URLs already (`vscode.dev/github` and `vscode.dev/azu | MakeCode | `/edu/makecode` | [MakeCode docs](https://arcade.makecode.com/vscode) | | VS Code for Education | `/edu` | [VS Code for Education landing page](https://vscodeedu.com/) | | Azure Machine Learning (AML) | `/+ms-toolsai.vscode-ai-remote-web` | [AML docs](https://learn.microsoft.com/azure/machine-learning/how-to-launch-vs-code-remote?view=azureml-api-2&tabs=vscode-web) | +| Azure | `/azure` | [AML docs](https://insiders.vscode.dev/azure) | Please note that some URLs must be entered in a specific way (for example, `vscode.dev/editor/liveshare` requires an active Live Share session). Please review each service's documentation for specific access and usage information. There's more information on some of these URLs below. +## VS Code for the Web - Azure + +VS Code for the Web's custom URL - https://insiders.vscode.dev/azure, powered by Azure CLoudshell, allows a developer to run, debug and deploy their applications to Azure in seconds. This custom URL comes with all libraries, dependencies and extensions a developer would need to get started with Azure. Additionally, developers who sign into GitHub, can use GitHub Copilot as their peer programmer, leveraging Agent Mode, 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 +221,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 From dc1c0561f90219da66a95edf2af33a714ec452de Mon Sep 17 00:00:00 2001 From: Meera Haridasa <22649188+meeraharidasa@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:11:38 -0400 Subject: [PATCH 2/3] Update docs/setup/vscode-web.md This looks good to me! Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com> --- docs/setup/vscode-web.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/setup/vscode-web.md b/docs/setup/vscode-web.md index bf7e34b041..81532e7ee3 100644 --- a/docs/setup/vscode-web.md +++ b/docs/setup/vscode-web.md @@ -87,7 +87,9 @@ There's more information on some of these URLs below. ## VS Code for the Web - Azure -VS Code for the Web's custom URL - https://insiders.vscode.dev/azure, powered by Azure CLoudshell, allows a developer to run, debug and deploy their applications to Azure in seconds. This custom URL comes with all libraries, dependencies and extensions a developer would need to get started with Azure. Additionally, developers who sign into GitHub, can use GitHub Copilot as their peer programmer, leveraging Agent Mode, to help write code. +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 From 75c3c9d4e910b3a9d55b24b0818d54c84837cf9c Mon Sep 17 00:00:00 2001 From: Meera Haridasa <22649188+meeraharidasa@users.noreply.github.com> Date: Wed, 16 Apr 2025 17:48:44 +0000 Subject: [PATCH 3/3] moving up the section to be under Azure repos --- docs/setup/vscode-web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/vscode-web.md b/docs/setup/vscode-web.md index 81532e7ee3..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) | @@ -79,7 +80,6 @@ We've explored a couple of URLs already (`vscode.dev/github` and `vscode.dev/azu | MakeCode | `/edu/makecode` | [MakeCode docs](https://arcade.makecode.com/vscode) | | VS Code for Education | `/edu` | [VS Code for Education landing page](https://vscodeedu.com/) | | Azure Machine Learning (AML) | `/+ms-toolsai.vscode-ai-remote-web` | [AML docs](https://learn.microsoft.com/azure/machine-learning/how-to-launch-vs-code-remote?view=azureml-api-2&tabs=vscode-web) | -| Azure | `/azure` | [AML docs](https://insiders.vscode.dev/azure) | Please note that some URLs must be entered in a specific way (for example, `vscode.dev/editor/liveshare` requires an active Live Share session). Please review each service's documentation for specific access and usage information.