-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start return {properties = {["vetur.completion.autoImport"] = {default = true,description = "Include completion for module export and auto import them",type = "boolean"},["vetur.completion.scaffoldSnippetSources"] = {default = {user = "🗒️",vetur = "✌",workspace = "💼"},description = 'Where Vetur source Scaffold Snippets from and how to indicate them. Set a source to "" to disable it.\n\n- workspace: `/.vscode/vetur/snippets`.\n- user: `/User/snippets/vetur`.\n- vetur: Bundled in Vetur.\n\nThe default is:\n```\n"vetur.completion.scaffoldSnippetSources": {\n "workspace": "💼",\n "user": "🗒️",\n "vetur": "✌"\n}\n```\n\nAlternatively, you can do:\n\n```\n"vetur.completion.scaffoldSnippetSources": {\n "workspace": "(W)",\n "user": "(U)",\n "vetur": "(V)"\n}\n```\n\nRead more: https://vuejs.github.io/vetur/snippet.html.',properties = {user = {default = "🗒️",description = "Show Scaffold Snippets from `/User/snippets/vetur`.",type = "string"},vetur = {default = "✌",description = "Show Scaffold Snippets bundled in Vetur.",type = "string"},workspace = {default = "💼",description = "Show Scaffold Snippets from `/.vscode/vetur/snippets`.",type = "string"}},type = "object"},["vetur.completion.tagCasing"] = {default = "kebab",description = "Casing conversion for tag completion",enum = { "initial", "kebab" },enumDescriptions = { "use the key in `components: {...}` as is for tag completion and do not force any casing", "kebab-case completion for " },type = "string"},["vetur.dev.logLevel"] = {default = "INFO",description = "Log level for VLS",enum = { "INFO", "DEBUG" },enumDescriptions = { "Only log info messages. This is the default.", "Log info and debug messages." },type = "string"},["vetur.dev.vlsPath"] = {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 vls` and point Vetur to the installed location (`yarn global dir` + node_modules/vls)",scope = "machine",type = "string"},["vetur.dev.vlsPort"] = {default = -1,description = "The port that VLS listens to. Can be used for attaching to the VLS Node process for debugging / profiling.",type = "number"},["vetur.experimental.templateInterpolationService"] = {default = false,description = "Enable template interpolation service that offers hover / definition / references in Vue interpolations.",type = "boolean"},["vetur.format.defaultFormatter.css"] = {default = "prettier",description = "Default formatter for