Skip to content

Commit

Permalink
Updated enhanceREPLCompletions to be false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Feb 11, 2025
1 parent 4eaab6b commit 2bc0ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugConfigurationProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class BrightScriptDebugConfigurationProvider implements DebugConfiguratio
retainStagingFolder: false,
enableVariablesPanel: true,
autoResolveVirtualVariables: false,
enhanceREPLCompletions: true,
enhanceREPLCompletions: false,
showHiddenVariables: false,
enableDebuggerAutoRecovery: false,
stopDebuggerOnAppExit: false,
Expand Down

0 comments on commit 2bc0ae8

Please sign in to comment.