Skip to content

Commit c00a5f5

Browse files
authored
Merge pull request #512 from jpogran/GH-499-add-setting-disable-editorservices
(GH-499) Setting to Disable Editor Services
2 parents 822ed8e + 0716b88 commit c00a5f5

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
@@ -308,6 +308,11 @@
308308
"type": "object",
309309
"title": "Puppet",
310310
"properties": {
311+
"puppet.editorService.enable": {
312+
"type": "boolean",
313+
"default": true,
314+
"description": "Enable/disable advanced Puppet Language Features"
315+
},
311316
"puppet.editorService.debugFilePath": {
312317
"type": "string",
313318
"default": "",

0 commit comments

Comments
 (0)