mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-17 13:11:27 +00:00
8 lines
204 B
JavaScript
8 lines
204 B
JavaScript
import { joinSession } from "@github/copilot-sdk/extension";
|
|
|
|
import { releaseNotesShowcaseCanvas } from "./releaseNotesShowcase.mjs";
|
|
|
|
await joinSession({
|
|
canvases: [releaseNotesShowcaseCanvas],
|
|
});
|