Skip to content

Commit abc35b1

Browse files
committed
Added setting for autocompletion
1 parent c6d4f4b commit abc35b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"default": true,
9999
"description": "Enable/disable hover feature"
100100
},
101+
"yaml.completion": {
102+
"type": "boolean",
103+
"default": true,
104+
"description": "Enable/disable completion feature"
105+
},
101106
"yaml.customTags": {
102107
"type": "array",
103108
"default": [],

0 commit comments

Comments
 (0)