Copilot Studio extension for Visual Studio CodeThe Copilot Studio extension for Visual Studio Code is designed to enhance the development experience of Microsoft Copilot Studio agents. It provides language support, IntelliSense code completion and suggestions, and authoring capabilities for Copilot Studio agent components. After installation, the extension prompts you to sign in to Copilot Studio. It can then show you a list of the agents associated with your environment. Clone an agent to see its editable components, including knowledge sources, actions, topics, and triggers. Technology preview releaseThis is a technology preview release. Preview releases are only available for Windows/x64 versions of Visual Studio Code. Connect to Copilot Studio for the first time
Clone an agent
Edit your agentTo edit any component, open the corresponding file and make the desired changes. Since Visual Studio Code natively supports YAML files, the Copilot Studio extension supports IntelliSense code completion and can provide guided tips. Sync your changesThe Copilot Studio extension uses the same source control features as Visual Studio Code. Fetch changes, Pull changes, and Push changes icons are available in both the Explorer panel and the Source Control panel of Visual Studio Code.
When you push changes they are saved directly to Copilot Studio. This is different than having a local instance of the agent, which you would then deploy to Copilot Studio. The extension provides a live editing experience of a cloud resource. |