Skip to content

Commit 9cb1344

Browse files
committed
docs: update configs
1 parent 82d27ce commit 9cb1344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/vscode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ Finally you need to make VS Code recognize your new extension and automatically
289289
| `vue.codeLens.enabled` | Enabled code lens. | `boolean` | `true` |
290290
| `vue.complete.casing.tags` | Preferred tag name case. | `string` | `"autoPascal"` |
291291
| `vue.complete.casing.props` | Preferred attr name case. | `string` | `"autoKebab"` |
292+
| `vue.complete.defineAssignment` | Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`) | `boolean` | `true` |
292293
| `vue.autoInsert.dotValue` | Auto-complete Ref value with `.value`. | `boolean` | `false` |
293294
| `vue.autoInsert.bracketSpacing` | Auto add space between double curly brackets: {{|}} -> {{ | }} | `boolean` | `true` |
294295
| `vue.inlayHints.destructuredProps` | Show inlay hints for destructured props. | `boolean` | `false` |

0 commit comments

Comments
 (0)