Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7440488

Browse files
authored
Merge branch 'master' into reek-force-exclusion
2 parents 29aa1bb + f565a92 commit 7440488

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
@@ -146,8 +146,8 @@
146146
"description": "Method to use for intellisense (go to definition, etc.)."
147147
},
148148
"ruby.useBundler": {
149-
"type": ["boolean", "null"],
150-
"default": null,
149+
"type": "boolean",
150+
"default": false,
151151
"description": "Whether ruby tools should be started using Bundler"
152152
},
153153
"ruby.pathToBundler": {

0 commit comments

Comments
 (0)