Skip to content

Commit

Permalink
Added setting for autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed Sep 26, 2018
1 parent c6d4f4b commit abc35b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
"default": true,
"description": "Enable/disable hover feature"
},
"yaml.completion": {
"type": "boolean",
"default": true,
"description": "Enable/disable completion feature"
},
"yaml.customTags": {
"type": "array",
"default": [],
Expand Down

0 comments on commit abc35b1

Please sign in to comment.