Skip to content

Commit 9252511

Browse files
committed
chore: delete docgen result
1 parent 30fc134 commit 9252511

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

extensions/vscode/README.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -254,45 +254,3 @@ Finally you need to make VS Code recognize your new extension and automatically
254254
- [angular](https://github.com/angular/angular) shows how TS server plugin working with language service.
255255
- Syntax highlight is rewritten base on [vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight).
256256
- [vscode-fenced-code-block-grammar-injection-example](https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example) shows how to inject vue syntax highlight to markdown.
257-
258-
## Commands
259-
260-
| Command | Title |
261-
| ------------------------------ | ------------------------------------------------------- |
262-
| `vue.action.restartServer` | Vue: Restart Vue and TS servers |
263-
| `vue.action.doctor` | Vue: Doctor |
264-
| `vue.action.writeVirtualFiles` | Vue (Debug): Write Virtual Files |
265-
| `vue.action.splitEditors` | Vue: Split `<script>`, `<template>`, `<style>` Editors |
266-
| `vue.findAllFileReferences` | Vue: Find File References via Vue Language Server |
267-
268-
## Configs
269-
270-
| Key | Description | Type | Default |
271-
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------- | ----------------------------------- |
272-
| `vue.trace.server` | Traces the communication between VS Code and the language server. | `string` | `"off"` |
273-
| `vue.server.hybridMode` | Vue language server only handles CSS and HTML language support, and tsserver takes over TS language support via TS plugin. | `boolean,string` | `"auto"` |
274-
| `vue.server.compatibleExtensions` | Set compatible extensions to skip automatic detection of Hybrid Mode. | `array` | `[]` |
275-
| `vue.server.includeLanguages` | | `array` | `["vue"]` |
276-
| `vue.server.maxOldSpaceSize` | Set --max-old-space-size option on server process. If you have problem on frequently "Request textDocument/** failed." error, try setting higher memory(MB) on it. | `number,null` | `null` |
277-
| `vue.doctor.status` | Show known problems in status bar. | `boolean` | `true` |
278-
| `vue.splitEditors.icon` | Show split editor icon in title area of editor. | `boolean` | `false` |
279-
| `vue.splitEditors.layout.left` | | `array` | `["script","scriptSetup","styles"]` |
280-
| `vue.splitEditors.layout.right` | | `array` | `["template","customBlocks"]` |
281-
| `vue.updateImportsOnFileMove.enabled` | Enabled update imports on file move. | `boolean` | `true` |
282-
| `vue.codeActions.enabled` | Enabled code actions. | `boolean` | `true` |
283-
| `vue.codeActions.askNewComponentName` | Ask for new component name when extract component. | `boolean` | `true` |
284-
| `vue.codeLens.enabled` | Enabled code lens. | `boolean` | `true` |
285-
| `vue.complete.casing.tags` | Preferred tag name case. | `string` | `"autoPascal"` |
286-
| `vue.complete.casing.props` | Preferred attr name case. | `string` | `"autoKebab"` |
287-
| `vue.complete.defineAssignment` | Auto add `const props = ` before `defineProps` when selecting the completion item `props`. (also `emit` and `slots`) | `boolean` | `true` |
288-
| `vue.autoInsert.dotValue` | Auto-complete Ref value with `.value`. | `boolean` | `false` |
289-
| `vue.autoInsert.bracketSpacing` | Auto add space between double curly brackets: <code>{{&vert;}}</code> -> <code>{{ &vert; }}</code> | `boolean` | `true` |
290-
| `vue.inlayHints.destructuredProps` | Show inlay hints for destructured props. | `boolean` | `false` |
291-
| `vue.inlayHints.missingProps` | Show inlay hints for missing required props. | `boolean` | `false` |
292-
| `vue.inlayHints.inlineHandlerLeading` | Show inlay hints for event argument in inline handlers. | `boolean` | `false` |
293-
| `vue.inlayHints.optionsWrapper` | Show inlay hints for component options wrapper for type support. | `boolean` | `false` |
294-
| `vue.inlayHints.vBindShorthand` | Show inlay hints for v-bind shorthand. | `boolean` | `false` |
295-
| `vue.format.template.initialIndent` | | `boolean` | `true` |
296-
| `vue.format.style.initialIndent` | | `boolean` | `false` |
297-
| `vue.format.script.initialIndent` | | `boolean` | `false` |
298-
| `vue.format.wrapAttributes` | | `string` | `"auto"` |

0 commit comments

Comments
 (0)