From b8c3fceed16d29a166cf73ce55358f13c9f6cfcc Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:02:55 +0100 Subject: chore: update generated code (#837) --- lua/mason-schemas/lsp/intelephense.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/mason-schemas/lsp/intelephense.lua b/lua/mason-schemas/lsp/intelephense.lua index 2668cedc..f27d4a65 100644 --- a/lua/mason-schemas/lsp/intelephense.lua +++ b/lua/mason-schemas/lsp/intelephense.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["intelephense.compatibility.correctForArrayAccessArrayAndTraversableArrayUnionTypes"] = {default = true,description = "Resolves `ArrayAccess` and `Traversable` implementations that are unioned with a typed array to generic syntax. eg `ArrayAccessOrTraversable|ElementType[]` => `ArrayAccessOrTraversable`.",scope = "window",type = "boolean"},["intelephense.compatibility.correctForBaseClassStaticUnionTypes"] = {default = true,description = "Resolves `BaseClass|static` union types to `static` instead of `BaseClass`.",scope = "window",type = "boolean"},["intelephense.completion.fullyQualifyGlobalConstantsAndFunctions"] = {default = false,description = "Global namespace constants and functions will be fully qualified (prefixed with a backslash).",scope = "window",type = "boolean"},["intelephense.completion.insertUseDeclaration"] = {default = true,description = "Use declarations will be automatically inserted for namespaced classes, traits, interfaces, functions, and constants.",scope = "window",type = "boolean"},["intelephense.completion.maxItems"] = {default = 100,description = "The maximum number of completion items returned per request.",scope = "window",type = "number"},["intelephense.completion.triggerParameterHints"] = {default = true,description = "Method and function completions will include parentheses and trigger parameter hints.",scope = "window",type = "boolean"},["intelephense.diagnostics.argumentCount"] = {default = true,description = "Enables argument count diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.deprecated"] = {default = true,description = "Enables deprecated diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.duplicateSymbols"] = {default = true,description = "Enables duplicate symbol diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.embeddedLanguages"] = {default = true,description = "Enables diagnostics in embedded languages.",scope = "window",type = "boolean"},["intelephense.diagnostics.enable"] = {default = true,description = "Enables diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.implementationErrors"] = {default = true,description = "Enables reporting of problems associated with method and class implementations. For example, unimplemented methods or method signature incompatibilities.",scope = "window",type = "boolean"},["intelephense.diagnostics.languageConstraints"] = {default = true,description = "Enables reporting of various language constraint errors.",scope = "window",type = "boolean"},["intelephense.diagnostics.run"] = {default = "onType",description = "Controls when diagnostics are run.",enum = { "onType", "onSave" },enumDescriptions = { "Diagnostics will run as changes are made to the document.", "Diagnostics will run when the document is saved." },scope = "window",type = "string"},["intelephense.diagnostics.typeErrors"] = {default = true,description = "Enables diagnostics on type compatibility of arguments, property assignments, and return statements where types have been declared.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedClassConstants"] = {default = true,description = "Enables undefined class constant diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedConstants"] = {default = true,description = "Enables undefined constant diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedFunctions"] = {default = true,description = "Enables undefined function diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedMethods"] = {default = true,description = "Enables undefined method diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedProperties"] = {default = true,description = "Enables undefined static property diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedSymbols"] = {default = true,description = "DEPRECATED. Use the setting for each symbol category.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedTypes"] = {default = true,description = "Enables undefined class, interface and trait diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedVariables"] = {default = true,description = "Enables undefined variable diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.unexpectedTokens"] = {default = true,description = "Enables unexpected token diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.unusedSymbols"] = {default = true,description = "Enables unused variable, private member, and import diagnostics.",scope = "window",type = "boolean"},["intelephense.environment.documentRoot"] = {description = "The directory of the entry point to the application (directory of index.php). Can be absolute or relative to the workspace folder. Used for resolving script inclusion and path suggestions.",scope = "resource",type = "string"},["intelephense.environment.includePaths"] = {description = "The include paths (as individual path items) as defined in the include_path ini setting or paths to external libraries. Can be absolute or relative to the workspace folder. Used for resolving script inclusion and/or adding external symbols to folder.",items = {type = "string"},scope = "resource",type = "array"},["intelephense.environment.phpVersion"] = {default = "8.2.0",description = "A semver compatible string that represents the target PHP version. Used for providing version appropriate suggestions and diagnostics. PHP 5.3.0 and greater supported.",scope = "window",type = "string"},["intelephense.environment.shortOpenTag"] = {default = true,description = "When enabled ' `ArrayAccessOrTraversable`.",scope = "window",type = "boolean"},["intelephense.compatibility.correctForBaseClassStaticUnionTypes"] = {default = true,description = "Resolves `BaseClass|static` union types to `static` instead of `BaseClass`.",scope = "window",type = "boolean"},["intelephense.completion.fullyQualifyGlobalConstantsAndFunctions"] = {default = false,description = "Global namespace constants and functions will be fully qualified (prefixed with a backslash).",scope = "window",type = "boolean"},["intelephense.completion.insertUseDeclaration"] = {default = true,description = "Use declarations will be automatically inserted for namespaced classes, traits, interfaces, functions, and constants.",scope = "window",type = "boolean"},["intelephense.completion.maxItems"] = {default = 100,description = "The maximum number of completion items returned per request.",scope = "window",type = "number"},["intelephense.completion.triggerParameterHints"] = {default = true,description = "Method and function completions will include parentheses and trigger parameter hints.",scope = "window",type = "boolean"},["intelephense.diagnostics.argumentCount"] = {default = true,description = "Enables argument count diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.deprecated"] = {default = true,description = "Enables deprecated diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.duplicateSymbols"] = {default = true,description = "Enables duplicate symbol diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.embeddedLanguages"] = {default = true,description = "Enables diagnostics in embedded languages.",scope = "window",type = "boolean"},["intelephense.diagnostics.enable"] = {default = true,description = "Enables diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.implementationErrors"] = {default = true,description = "Enables reporting of problems associated with method and class implementations. For example, unimplemented methods or method signature incompatibilities.",scope = "window",type = "boolean"},["intelephense.diagnostics.languageConstraints"] = {default = true,description = "Enables reporting of various language constraint errors.",scope = "window",type = "boolean"},["intelephense.diagnostics.run"] = {default = "onType",description = "Controls when diagnostics are run.",enum = { "onType", "onSave" },enumDescriptions = { "Diagnostics will run as changes are made to the document.", "Diagnostics will run when the document is saved." },scope = "window",type = "string"},["intelephense.diagnostics.typeErrors"] = {default = true,description = "Enables diagnostics on type compatibility of arguments, property assignments, and return statements where types have been declared.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedClassConstants"] = {default = true,description = "Enables undefined class constant diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedConstants"] = {default = true,description = "Enables undefined constant diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedFunctions"] = {default = true,description = "Enables undefined function diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedMethods"] = {default = true,description = "Enables undefined method diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedProperties"] = {default = true,description = "Enables undefined static property diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedSymbols"] = {default = true,description = "DEPRECATED. Use the setting for each symbol category.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedTypes"] = {default = true,description = "Enables undefined class, interface and trait diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.undefinedVariables"] = {default = true,description = "Enables undefined variable diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.unexpectedTokens"] = {default = true,description = "Enables unexpected token diagnostics.",scope = "window",type = "boolean"},["intelephense.diagnostics.unusedSymbols"] = {default = true,description = "Enables unused variable, private member, and import diagnostics.",scope = "window",type = "boolean"},["intelephense.environment.documentRoot"] = {description = "The directory of the entry point to the application (directory of index.php). Can be absolute or relative to the workspace folder. Used for resolving script inclusion and path suggestions.",scope = "resource",type = "string"},["intelephense.environment.includePaths"] = {description = "The include paths (as individual path items) as defined in the include_path ini setting or paths to external libraries. Can be absolute or relative to the workspace folder. Used for resolving script inclusion and/or adding external symbols to folder.",items = {type = "string"},scope = "resource",type = "array"},["intelephense.environment.phpVersion"] = {default = "8.2.0",description = "A semver compatible string that represents the target PHP version. Used for providing version appropriate suggestions and diagnostics. PHP 5.3.0 and greater supported.",scope = "window",type = "string"},["intelephense.environment.shortOpenTag"] = {default = true,description = "When enabled '