Skip to content

Commit c28b25f

Browse files
committed
Fix default
1 parent 6e370db commit c28b25f

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
@@ -1731,7 +1731,7 @@
17311731
"razor.completion.commitElementsWithSpace": {
17321732
"type": "boolean",
17331733
"scope": "window",
1734-
"default": "false",
1734+
"default": false,
17351735
"description": "Specifies whether to commit tag helper and component elements with a space."
17361736
}
17371737
}

0 commit comments

Comments
 (0)