Skip to content

Commit 83b9c52

Browse files
ci(lint): auto-fix
1 parent a161283 commit 83b9c52

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

extensions/vscode/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,13 @@ Finally you need to make VS Code recognize your new extension and automatically
259259

260260
<!-- commands -->
261261

262-
| Command | Title |
263-
| ------------------------------ | ------------------------------------------------------- |
264-
| `vue.action.restartServer` | Vue: Restart Vue and TS servers |
265-
| `vue.action.doctor` | Vue: Doctor |
266-
| `vue.action.writeVirtualFiles` | Vue (Debug): Write Virtual Files |
267-
| `vue.action.splitEditors` | Vue: Split `<script>`, `<template>`, `<style>` Editors |
268-
| `vue.findAllFileReferences` | Vue: Find File References via Vue Language Server |
262+
| Command | Title |
263+
| ------------------------------ | ------------------------------------------------------ |
264+
| `vue.action.restartServer` | Vue: Restart Vue and TS servers |
265+
| `vue.action.doctor` | Vue: Doctor |
266+
| `vue.action.writeVirtualFiles` | Vue (Debug): Write Virtual Files |
267+
| `vue.action.splitEditors` | Vue: Split &lt;script&gt;, <template>, <style> Editors |
268+
| `vue.findAllFileReferences` | Vue: Find File References via Vue Language Server |
269269

270270
<!-- commands -->
271271

@@ -292,7 +292,7 @@ Finally you need to make VS Code recognize your new extension and automatically
292292
| `vue.complete.casing.props` | Preferred attr name case. | `string` | `"autoKebab"` |
293293
| `vue.complete.defineAssignment` | Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`) | `boolean` | `true` |
294294
| `vue.autoInsert.dotValue` | Auto-complete Ref value with `.value`. | `boolean` | `false` |
295-
| `vue.autoInsert.bracketSpacing` | Auto add space between double curly brackets: <code>{{&vert;}}</code> -> <code>{{ &vert; }}</code> | `boolean` | `true` |
295+
| `vue.autoInsert.bracketSpacing` | Auto add space between double curly brackets: {{&vert;}} -&gt; {{ | }} | `boolean` | `true` |
296296
| `vue.inlayHints.destructuredProps` | Show inlay hints for destructured props. | `boolean` | `false` |
297297
| `vue.inlayHints.missingProps` | Show inlay hints for missing required props. | `boolean` | `false` |
298298
| `vue.inlayHints.inlineHandlerLeading` | Show inlay hints for event argument in inline handlers. | `boolean` | `false` |

0 commit comments

Comments
 (0)