From 4765ad116587dcda522ddb5bdf8e08e0cea5b428 Mon Sep 17 00:00:00 2001 From: qfai Date: Thu, 30 Apr 2026 17:14:52 +0800 Subject: [PATCH 1/2] revert: revert 'chore: test empty change in CONTRIBUTING.md' Reverts OfficeDev/microsoft-365-agents-toolkit#15830 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 199681b1196..56b2f92429b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,6 @@ # Contributing -This project welcomes contributions and suggestions. - Most contributions require you to +This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com. From eeacc7c468b610d58ef85e5ed795bbf8a5134b13 Mon Sep 17 00:00:00 2001 From: qfai Date: Thu, 30 Apr 2026 17:18:35 +0800 Subject: [PATCH 2/2] revert: revert 'build: modify code for generate release bits' (#15687) Reverts OfficeDev/microsoft-365-agents-toolkit#15687 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- packages/vscode-extension/src/debug/common/localDebugSession.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/vscode-extension/src/debug/common/localDebugSession.ts b/packages/vscode-extension/src/debug/common/localDebugSession.ts index 2a7dab39ca9..cc63c6f190d 100644 --- a/packages/vscode-extension/src/debug/common/localDebugSession.ts +++ b/packages/vscode-extension/src/debug/common/localDebugSession.ts @@ -11,7 +11,6 @@ export class LocalDebugSession { const session = new LocalDebugSession(uuid.v4()); return session; } - static createInvalidSession() { return new LocalDebugSession(); }