-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New VS Code for the Web page in Azure Extensions for VS Code docs #8371
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
Conversation
mistymadonna
commented
May 12, 2025
- changed order of toc in azure extensions docs, started new vscode for web page
- fixed formatting issues in bulleted lists, other formatting issues, fixed spacing issues
@ntrogh Hey I'm working on this PR for Meera. Please tag me in updates. |
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.
@mistymadonna Some initial feedback. Make sure to add the new article in the toc.json
file.
--- | ||
Order: 5 | ||
Area: azure | ||
TOCTitle: VS Code for the Web |
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.
Suggest changing the title and also the MetaDescription to something Azure-specific. From an SEO perspective it's competing with the general VS Code for the Web article.
--- | ||
|
||
|
||
VS Code for the Web is a zero-install and browser-based version of Visual Studio Code. The `/azure` environment—accessible via <https://insiders.vscode.dev/azure> is a dedicated space for Azure development, allowing you to run, debug, and deploy applications to Azure in seconds. |
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.
/azure
environment sounds like a technical term. Is there a more user-friendly name for this?
|
||
VS Code for the Web is a zero-install and browser-based version of Visual Studio Code. The `/azure` environment—accessible via <https://insiders.vscode.dev/azure> is a dedicated space for Azure development, allowing you to run, debug, and deploy applications to Azure in seconds. | ||
|
||
Powered by [Azure Cloud Shell](https://learn.microsoft.com/en-us/azure/cloud-shell/overview), this vsenvironment offers up to **4 hours of compute time**, eliminating the need to manually configure dev environments or install dependencies. `/azure` comes preloaded with the latest libraries, extensions, and tools to get you coding instantly. |
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.
Powered by [Azure Cloud Shell](https://learn.microsoft.com/en-us/azure/cloud-shell/overview), this vsenvironment offers up to **4 hours of compute time**, eliminating the need to manually configure dev environments or install dependencies. `/azure` comes preloaded with the latest libraries, extensions, and tools to get you coding instantly. | |
Powered by [Azure Cloud Shell](https://learn.microsoft.com/en-us/azure/cloud-shell/overview), this environment offers up to **4 hours of compute time**, eliminating the need to manually configure dev environments or install dependencies. `/azure` comes preloaded with the latest libraries, extensions, and tools to get you coding instantly. |
|
||
[Announcing VS Code for the Web](https://www.youtube.com/watch?v=qmJigVn8gcg&themeRefresh=1) | ||
|
||
## Getting Started |
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.
## Getting Started | |
## Getting started |
|
||
The `/azure` environment includes everything you need to start developing and deploying Azure applications: | ||
|
||
### Pre-installed Extensions |
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.
### Pre-installed Extensions | |
### Pre-installed extensions |
* Use the "Continue Working Locally" option for advanced debugging. | ||
* Bookmark `/azure` for quick dev sessions. | ||
|
||
## 🧪 Sample Use Cases or Scenarios |
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.
## 🧪 Sample Use Cases or Scenarios | |
## 🧪 Sample use cases or scenarios |
|
||
Point to logs or GitHub discussions when applicable. | ||
|
||
## 🚀 Next Steps / Related Resources |
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.
## 🚀 Next Steps / Related Resources | |
## 🚀 Next steps and related resources |
|
||
## 🚀 Next Steps / Related Resources | ||
|
||
Keep them learning and exploring. |
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.
Keep them learning and exploring. | |
Keep learning and exploring with the following resources: |
|
||
Keep them learning and exploring. | ||
|
||
* Azure Developer CLI documentation |
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.
Include a link to the docs
|
||
## 🔧 Limitations | ||
|
||
Helps manage expectations. Clarify what doesn’t work in the web environment compared to the desktop version. |
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.
Is this a author's note that should be updated? See also for the next sections.
Can you please close this in favor of #8385? |