You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`vue.trace.server`| Traces the communication between VS Code and the language server. |`string`|`"off"`|
@@ -292,7 +286,7 @@ Finally you need to make VS Code recognize your new extension and automatically
292
286
|`vue.complete.casing.props`| Preferred attr name case. |`string`|`"autoKebab"`|
293
287
|`vue.complete.defineAssignment`| Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`) |`boolean`|`true`|
294
288
|`vue.autoInsert.dotValue`| Auto-complete Ref value with `.value`. |`boolean`|`false`|
295
-
|`vue.autoInsert.bracketSpacing`| Auto add space between double curly brackets: {{|}} ->{{ | }}|`boolean`|`true`|
289
+
|`vue.autoInsert.bracketSpacing`| Auto add space between double curly brackets: <code>{{|}}</code> -> <code>{{ | }}</code>|`boolean`|`true`|
296
290
|`vue.inlayHints.destructuredProps`| Show inlay hints for destructured props. |`boolean`|`false`|
297
291
|`vue.inlayHints.missingProps`| Show inlay hints for missing required props. |`boolean`|`false`|
298
292
|`vue.inlayHints.inlineHandlerLeading`| Show inlay hints for event argument in inline handlers. |`boolean`|`false`|
@@ -302,5 +296,3 @@ Finally you need to make VS Code recognize your new extension and automatically
0 commit comments