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

Commit 399a614

Browse files
authored
set ruby.useBundler config option type to boolean
this allows easier editing from vs code's settings editor
1 parent 0a78aee commit 399a614

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)