-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Adding custom URL "vsocde.dev/azure" & details on it to the VS Code f… #8265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We probably also want to change the URL text to something other than "AML docs" |
||
|
||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move this section higher up, just below Azure Repos. It breaks the follow-on sections and fits better alongside the other Azure section. Suggest renaming it to "Manage Azure applications" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @meeraharidasa As mentioned above, please move this entire section above the "More custom URLs" and change the section name to "Manage Azure applications". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @meeraharidasa Given that @mistymadonna is working on a separate page for the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mistymadonna can you help me with this update that @ntrogh suggested? |
||
|
||
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. | ||
meeraharidasa marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
### Themes | ||
|
||
You can share and experience color themes through VS Code for the Web through the URL schema: `https://vscode.dev/editor/theme/<extensionId>`. | ||
|
@@ -216,4 +221,4 @@ In certain cases, you may need to open a new tab or window while working in VS C | |
|
||
 | ||
|
||
* 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment below about moving this section. Similar to the table entry for Azure Repos, change the link text to "More info above" and link to the section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense!