Tech News
← Back to articles

Microsoft Copilot Studio extension for VS Code now publicly available

read original related products more articles

Microsoft announced that the Copilot Studio extension for the Visual Studio Code (VS Code) integrated development environment is now available to all users.

Developers can use it to build and manage Copilot Studio agents directly from VS Code using standard software development workflows.

The VS Code cross-platform code editor is used by a large number of developers worldwide to write and review code, with Git integration and support for CI/CD pipelines.

It comes with support for extensions that extend the core capabilities of the IDE, such as more integration choices for tools and services, or modification and customization options.

The Copilot Studio extension enables developers to treat Copilot Studio agents as code, integrating them into the development workflow.

Microsoft says that opens up the following capabilities:

Developers can pull the full agent definition from Microsoft Copilot Studio into a local workspace, making the full context of the agent available. Agent components can be modified in VSCode using a structured definition format; IDE features like syntax highlighting and IntelliSense-style completion are available to reduce errors. Changes can be previewed and compared against the cloud version, helping teams resolve conflicts and avoid overwriting each other’s work. Updates are synced to the cloud to test agent behavior and evaluate iterations Agent definitions can be versioned in Git and integrated into standard deployment pipelines, allowing agents to move through environments with the same rigor as code.

Editing agent logic in VSCode

Source: Microsoft

Microsoft says that the extension is designed for development teams managing complex or collaborative agent projects, supporting standard Git integration, request-based review pulling, modification history, and commonly used keyboard shortcuts.

... continue reading