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

Commit

Permalink
set ruby.useBundler config option type to boolean
Browse files Browse the repository at this point in the history
this allows easier editing from vs code's settings editor
  • Loading branch information
g-arjones authored Mar 12, 2018
1 parent 0a78aee commit 399a614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
"description": "Method to use for intellisense (go to definition, etc.)."
},
"ruby.useBundler": {
"type": ["boolean", "null"],
"default": null,
"type": "boolean",
"default": false,
"description": "Whether ruby tools should be started using Bundler"
},
"ruby.pathToBundler": {
Expand Down

0 comments on commit 399a614

Please sign in to comment.