mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-18 11:50:00 +00:00
Fix installed canvas repo scope follow-up (#2230)
* Address canvas review feedback Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Optimize arcade sprite sheet Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Shrink arcade extension package files Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Address backlog canvas API review Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Compress arcade defender sounds Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -622,7 +622,7 @@ async function startServer(instanceId, sessionRef, cwd, workspacePath) {
|
||||
}
|
||||
|
||||
if (url.pathname === "/refresh" && req.method === "POST") {
|
||||
const data = await gatherContext(repoCwd());
|
||||
const data = await gatherContext(cwd);
|
||||
contextCache.set(instanceId, data);
|
||||
await saveContext(workspacePath, data);
|
||||
broadcast(instanceId, data);
|
||||
|
||||
Reference in New Issue
Block a user