Short summary
I created a custom canvas in user scope. The extension is present in ~/.copilot/extensions, and it is listed when I click + in the tab bar of a new agent session. However, selecting it always fails with: Failed to open canvas RPC error -32603
Affected version or release
v0.2.22
Installation context
Installed on my laptop, GitHub Copilot Business license
What happened?
Canvas does not open and shows:
Failed to open canvas RPC error -32603
Steps to reproduce
- Create a canvas in user scope.
- Confirm extension files exist under
~/.copilot/extensions.
- Start a new agent session.
- Click
+ in the tab bar and verify the canvas appears in the list.
- Select the canvas.
Expected behavior
The selected canvas should open successfully.
Additional context
- Discovery/registration appears to work (canvas is listed).
- Failure happens specifically when opening the canvas.
- OS: macOS
- Scope: user scope (
~/.copilot/extensions)
Thanks in advance for your help.
Short summary
I created a custom canvas in user scope. The extension is present in
~/.copilot/extensions, and it is listed when I click+in the tab bar of a new agent session. However, selecting it always fails with:Failed to open canvas RPC error -32603Affected version or release
v0.2.22
Installation context
Installed on my laptop, GitHub Copilot Business license
What happened?
Canvas does not open and shows:
Failed to open canvas RPC error -32603Steps to reproduce
~/.copilot/extensions.+in the tab bar and verify the canvas appears in the list.Expected behavior
The selected canvas should open successfully.
Additional context
~/.copilot/extensions)Thanks in advance for your help.