diff --git a/src/shared/protocol.ts b/src/shared/protocol.ts index 03dffa778d..42cec89a55 100644 --- a/src/shared/protocol.ts +++ b/src/shared/protocol.ts @@ -421,7 +421,7 @@ export abstract class Protocol< this._transport ?.send({ jsonrpc: "2.0", - method: "cancelled", + method: "notifications/cancelled", params: { requestId: messageId, reason: String(reason),