Skip to content

Commit 3ac3744

Browse files
committed
Add setting to control Razor component commit behaviour
1 parent 149948b commit 3ac3744

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,12 @@
12261226
"scope": "window",
12271227
"default": true,
12281228
"description": "Enable/disable default Razor formatter."
1229+
},
1230+
"razor.completion.commitElementsWithSpace": {
1231+
"type": "boolean",
1232+
"scope": "window",
1233+
"default": "false",
1234+
"description": "Specifies whether to commit tag helper and component elements with a space."
12291235
}
12301236
}
12311237
},

0 commit comments

Comments
 (0)