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: package.json
+5
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,11 @@
412
412
"vetur.dev.vlsPath": {
413
413
"type": "string",
414
414
"description": "Path to VLS for Vetur developers. There are two ways of using it. \n\n1. Clone vuejs/vetur from GitHub, build it and point it to the ABSOLUTE path of `/server`.\n2. `yarn global add vue-language-server` and point Vetur to the installed location (`yarn global dir` + node_modules/vue-language-server)"
415
+
},
416
+
"vetur.experimental.templateTypeCheck": {
417
+
"type": "boolean",
418
+
"default": true,
419
+
"description": "Type-check interpolation expressions in <template> region"
0 commit comments