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
Copy file name to clipboardexpand all lines: extensions/vscode/README.md
+48
Original file line number
Diff line number
Diff line change
@@ -254,3 +254,51 @@ Finally you need to make VS Code recognize your new extension and automatically
254
254
-[angular](https://github.com/angular/angular) shows how TS server plugin working with language service.
255
255
- Syntax highlight is rewritten base on [vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight).
256
256
-[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.
|`vue.trace.server`| Traces the communication between VS Code and the language server. |`string`|`"off"`|
279
+
|`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"`|
|`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`|
282
+
|`vue.doctor.status`| Show known problems in status bar. |`boolean`|`true`|
283
+
|`vue.splitEditors.icon`| Show split editor icon in title area of editor. |`boolean`|`false`|
0 commit comments