Skip to content

Commit

Permalink
save showDevDebugOutput in pvt variable
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Aug 22, 2023
1 parent 6aa0b69 commit 13dc334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ export interface ConfigurationArguments extends DebugProtocol.LaunchRequestArgum
/// We don't expect the following to be in booleann form or have the value of 'none' after
/// The config provider has done the conversion. If it exists, it means output 'something'
showDevDebugOutput: ADAPTER_DEBUG_MODE;
pvtShowDevDebugOutput: ADAPTER_DEBUG_MODE;
showDevDebugTimestamps: boolean;
cwd: string;
extensionPath: string;
Expand Down

0 comments on commit 13dc334

Please sign in to comment.