Skip to content

Commit a3f36af

Browse files
committed
(maint) Update configuration title
Previously the configuration title didn't really matter but now that VSCode has a visual settings editor, the name 'puppet' is a typo. This commit changes the title for the extensions settings to 'Puppet'.
1 parent 2c524db commit a3f36af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
"configuration": {
267267
"type": "object",
268-
"title": "puppet",
268+
"title": "Puppet",
269269
"properties": {
270270
"puppet.editorService.debugFilePath": {
271271
"type": "string",

0 commit comments

Comments
 (0)