chore: Add VS Code Web support#661
Merged
Merged
Conversation
Avijit-Microsoft
approved these changes
Nov 25, 2025
|
🎉 This PR is included in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request adds a new development environment and supporting resources for Azure AI Foundry templates in the
infra/vscode_webdirectory. The changes introduce code samples, environment configuration, dependency management, and documentation to streamline deploying and working with Azure AI Projects from VS Code (including the web version). It also enhances the main project README with an additional quick-launch option for Visual Studio Code Web.New Azure AI Foundry template environment:
Added a complete set of template files for Azure AI Foundry in the new
infra/vscode_webdirectory, including sample code (codeSample.py,endpointCodeSample.py), environment configuration (.env), dependency files (requirements.txt,endpoint-requirements.txt), installation script (install.sh), and documentation (README.md,README-noazd.md). [1] [2] [3] [4] [5] [6] [7]Added a comprehensive
.gitignoreto support Python, .NET, Java, and general development environments, improving developer experience and preventing unwanted files from being committed.Added a sample
index.jsonmanifest to organize template files and their roles for the SDK and deployment workflows.Licensing and documentation:
Project README enhancement:
README.mdto include a new quick-launch badge for opening the project in Visual Studio Code Web, making it easier for users to start working in the browser.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information