Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Sep 28, 2023
1 parent e32e45c commit cb5e68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DebugConfigurationProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ export interface BrightScriptLaunchConfiguration extends LaunchConfiguration {
disableScreenSaver?: boolean;

/**
* If true, the remote control will be enabled at the start of the debug session, and disabled at the end of the debug session.
* @default false
* If set, the remote control will be enabled/disabled at the start/end of the debug session, respectively.
* @default { activateOnSessionStart: false, deactivateOnSessionEnd: false }
*/
remoteControlMode?: { activateOnSessionStart?: boolean; deactivateOnSessionEnd?: boolean };
}

0 comments on commit cb5e68c

Please sign in to comment.