Skip to content

chore: Add VS Code Web support#661

Merged
Avijit-Microsoft merged 1 commit into
mainfrom
hb-psl-add-vscodeweb
Nov 25, 2025
Merged

chore: Add VS Code Web support#661
Avijit-Microsoft merged 1 commit into
mainfrom
hb-psl-add-vscodeweb

Conversation

@Harsh-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request adds a new development environment and supporting resources for Azure AI Foundry templates in the infra/vscode_web directory. 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_web directory, 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 .gitignore to support Python, .NET, Java, and general development environments, improving developer experience and preventing unwanted files from being committed.

  • Added a sample index.json manifest to organize template files and their roles for the SDK and deployment workflows.

Licensing and documentation:

  • Added an MIT license to the new template directory, clarifying usage and distribution rights.

Project README enhancement:

  • Updated the main README.md to 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?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit 2b0c08d into main Nov 25, 2025
9 checks passed
@github-actions

github-actions Bot commented Dec 5, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants