Skip to content

Commit ee8846e

Browse files
Fix incorrect default for enhanceREPLCompletions (#637)
2 parents 77e0cb1 + 4c66cfd commit ee8846e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
"enhanceREPLCompletions": {
807807
"type": "boolean",
808808
"description": "Enables scanning deployment files for additional REPL completions, such as user-defined functions. This process runs in a background thread and may be resource-intensive.",
809-
"default": false
809+
"default": true
810810
},
811811
"showHiddenVariables": {
812812
"type": "boolean",
@@ -2266,7 +2266,7 @@
22662266
"brightscript.debug.enhanceREPLCompletions": {
22672267
"type": "boolean",
22682268
"description": "Enables scanning deployment files for additional REPL completions, such as user-defined functions. This process runs in a background thread and may be resource-intensive.",
2269-
"default": false,
2269+
"default": true,
22702270
"scope": "resource"
22712271
},
22722272
"brightscript.debug.envFile": {

0 commit comments

Comments
 (0)