Skip to content

Commit

Permalink
Update DebugProtocolClient supported version range (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Nov 10, 2023
1 parent 1f8da97 commit 809dbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugProtocol/client/DebugProtocolClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class DebugProtocolClient {
public logger = logger.createLogger(`[client]`);

// The highest tested version of the protocol we support.
public supportedVersionRange = '<=3.0.0';
public supportedVersionRange = '<=3.2.0';

constructor(
options?: ConstructorOptions
Expand Down

0 comments on commit 809dbc0

Please sign in to comment.