Skip to main content
Installation of Copilot Studio extension in VSS
Installation Steps
- Search for 'Copilot Studio' in Extension marketplace in Visual Studio Code and install.
- Click on the Copilot Studio icon in the Activity Bar.
- Click on 'Clone agent'.
- In next popup, it will ask you to sign in using Microsoft, click 'Allow'.
- After sign in, in the VS Code, select the agent or the environment from the drop down.
- After selecting your environment, select your agent.
- Next, select a folder to download the agent locally. This would clone the agent locally to the specified folder and open the folder in VS Code.
Best practices (Do):
- Clone all agents to a consistent location.
- Initialize Git after cloning.
- Use meaningful folder names
- Check the clone works before making changes
- Keep clone backed to GitHub.
- Document clone location to internal team docs
Best practices (Don't):
- Don't clone to temporary folders.
- Don't clone multiple times to different locations.