Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
run autogen_metadata.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Apr 26, 2022
1 parent 7bbc123 commit 0bbc4b5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/nvim-lsp-installer/_generated/schemas/bashls.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["bashIde.explainshellEndpoint"] = {default = "",description = "Configure explainshell server in order to get hover documentation on flags and options.",type = "string"},["bashIde.globPattern"] = {default = "**/*@(.sh|.inc|.bash|.command)",description = "Glob pattern for finding and parsing shell script files.",type = "string"},["bashIde.highlightParsingErrors"] = {default = false,description = "Controls if parsing errors will be highlighted as problems.",type = "boolean"}},title = "Bash IDE configuration",type = "object"}
3 changes: 3 additions & 0 deletions lua/nvim-lsp-installer/_generated/schemas/clangd.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["clangd.arguments"] = {default = {},description = "Arguments for clangd server.",items = {type = "string"},type = "array"},["clangd.checkUpdates"] = {default = false,description = "Check for language server updates on startup.",type = "boolean"},["clangd.detectExtensionConflicts"] = {default = true,description = "Warn about conflicting extensions and suggest disabling them.",type = "boolean"},["clangd.fallbackFlags"] = {default = {},description = "Extra clang flags used to parse files when no compilation database is found.",items = {type = "string"},type = "array"},["clangd.onConfigChanged"] = {default = "prompt",description = "What to do when clangd configuration files are changed. Ignored for clangd 12+, which can reload such files itself.",enum = { "prompt", "restart", "ignore" },enumDescriptions = { "Prompt the user for restarting the server", "Automatically restart the server", "Do nothing" },type = "string"},["clangd.path"] = {default = "clangd",description = "The path to clangd executable, e.g.: /usr/bin/clangd.",scope = "machine-overridable",type = "string"},["clangd.restartAfterCrash"] = {default = true,description = "Auto restart clangd (up to 4 times) if it crashes.",type = "boolean"},["clangd.semanticHighlighting"] = {default = true,deprecationMessage = "Legacy semanticHighlights is no longer supported. Please use `editor.semanticHighlighting.enabled` instead.",description = "Enable semantic highlighting in clangd.",type = "boolean"},["clangd.serverCompletionRanking"] = {default = true,description = "Always rank completion items on the server as you type. This produces more accurate results at the cost of higher latency than client-side filtering.",type = "boolean"},["clangd.trace"] = {description = "Names a file that clangd should log a performance trace to, in chrome trace-viewer JSON format.",type = "string"}},title = "clangd",type = "object"}
3 changes: 3 additions & 0 deletions lua/nvim-lsp-installer/_generated/schemas/grammarly.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["grammarly.audience"] = {default = "knowledgeable",enum = { "general", "knowledgeable", "expert" },enumDescriptions = { "Easy for anyone to read with minimal effort.", "Requires focus to read and understand.", "May require rereading to understand." },scope = "resource"},["grammarly.autoActivate"] = {default = true,description = "Enable Grammarly service when a supported document is opened.",scope = "resource",type = "boolean"},["grammarly.debug"] = {default = false,description = "Enable debugging mode",type = "boolean"},["grammarly.diagnostics"] = {default = {["[markdown]"] = {ignore = { "code" }}},properties = {["[markdown]"] = {properties = {ignore = {items = {type = "string"},type = "array"}},type = "object"}},type = "object"},["grammarly.dialect"] = {default = "american",enum = { "american", "australian", "british", "canadian" },enumDescriptions = { "🇺🇸American", "🇦🇺Australian", "🇬🇧British", "🇨🇦Canadian" },scope = "resource"},["grammarly.domain"] = {default = "general",enum = { "academic", "business", "general", "technical", "casual", "creative" },enumDescriptions = { "Strictly applies all rules and formal writing conventions.", "Applies almost all rules, but allow some informal expressions.", "Applies most rules and conventions with medium strictness.", "Applies almost all rules, plus technical writing conventions.", "Applies most rules, but allow stylistic flexibility.", "Allows some intentional bending of rules and conventions." },scope = "resource"},["grammarly.emotions"] = {default = {},items = {enum = { "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" },enumDescriptions = { "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🙌 Respectful", "⏰ Urgent", "🤗 Friendly", "📊 Analytical" }},markdownDescription = "**Experimental.** How do you want to sound?",scope = "resource",type = "array"},["grammarly.goals"] = {default = {},items = {enum = { "inform", "describe", "convince", "tellStory" },enumDescriptions = { "Inform", "Describe", "Convince", "Tell A Story" }},markdownDescription = "**Experimental.** What are you trying to do?",scope = "resource",type = "array"},["grammarly.hideUnavailablePremiumAlerts"] = {default = false,description = "Hide premium alerts when fix is not available",type = "boolean"},["grammarly.ignore"] = {default = { "**/node_modules/**/*" },description = "Ignored files.",items = {type = "string"},scope = "resource",type = "array"},["grammarly.overrides"] = {description = "Per document override for audience, dialect, domain, emotions and goals.",items = {properties = {config = {properties = {audience = {enum = { "general", "knowledgeable", "expert" },enumDescriptions = { "Easy for anyone to read with minimal effort.", "Requires focus to read and understand.", "May require rereading to understand." }},dialect = {enum = { "american", "australian", "british", "canadian" },enumDescriptions = { "🇺🇸American", "🇦🇺Australian", "🇬🇧British", "🇨🇦Canadian" }},domain = {enum = { "academic", "business", "general", "technical", "casual", "creative" },enumDescriptions = { "Strictly applies all rules and formal writing conventions.", "Applies almost all rules, but allow some informal expressions.", "Applies most rules and conventions with medium strictness.", "Applies almost all rules, plus technical writing conventions.", "Applies most rules, but allow stylistic flexibility.", "Allows some intentional bending of rules and conventions." }},emotions = {items = {enum = { "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" },enumDescriptions = { "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🤗 Friendly", "⏰ Urgent", "📊 Analytical", "🙌 Respectful" }},markdownDescription = "**Experimental.** How do you want to sound? This helps us build new suggestions and won't affect your feedback today.",type = "array"},goals = {items = {enum = { "inform", "describe", "convince", "tellStory" },enumDescriptions = { "Inform", "Describe", "Convince", "Tell A Story" }},markdownDescription = "**Experimental.** What are you trying to do? This helps us build new suggestions and won't affect your feedback today.",type = "array"}},type = "object"},files = {description = "List of files or glob patterns.",items = {type = "string"},type = "array"}},type = "object"},scope = "resource",type = "array"},["grammarly.severity"] = {additionalProperties = {enum = { 1, 2, 3, 4 },enumDescriptions = { "Error", "Warning", "Info", "Hint" }},description = "A mapping from Grammarly alert categories to VS Code diagnostics severity.",scope = "resource",type = "object"},["grammarly.showDeletedTextInQuickFix"] = {default = true,description = "Show replaced text in quick-fix option.",type = "boolean"},["grammarly.showExamples"] = {default = false,description = "Show alert examples on hover",type = "boolean"},["grammarly.showExplanation"] = {default = true,description = "Show alert explanation on hover",type = "boolean"},["grammarly.showUsernameInStatusBar"] = {default = true,description = "Show signed in user in status bar.",type = "boolean"},["grammarly.userWords"] = {description = "A list of words as a local dictionary.",items = {type = "string"},scope = "resource",type = "array"}},title = "Grammarly"}
3 changes: 3 additions & 0 deletions lua/nvim-lsp-installer/_generated/schemas/rome.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["rome.analysis.enableCodeActions"] = {default = false,markdownDescription = "Allows rome to compute and provide code actions",type = "boolean"},["rome.analysis.enableDiagnostics"] = {default = false,markdownDescription = "Allows rome to compute and publish diagnostics",type = "boolean"},["rome.formatter.formatWithSyntaxErrors"] = {default = false,examples = { true, false },markdownDescription = "**BETA**: allows the formatter to format code that contains syntax errors",type = "boolean"},["rome.formatter.indentStyle"] = {default = "Tabs",enum = { "Tabs", "Spaces" },markdownEnumDescriptions = { "**BETA**: applies **tabs** while formatting", "**BETA**: applies **spaces** while formatting" },type = "string"},["rome.formatter.lineWidth"] = {default = 80,markdownDescription = "**BETA**: the max width of a single line, the code will have to fit in it",maximum = 320,minimum = 40,type = "number"},["rome.formatter.quoteStyle"] = {default = "Double",enum = { "Double", "Single" },markdownEnumDescriptions = { "**BETA**: applies **double** quotes while formatting", "**BETA**: applies **single** quotes while formatting" },type = "string"},["rome.formatter.spaceQuantity"] = {default = 2,markdownDescription = "**BETA**: applied **only** when choosing **Spaces**, it's the number of spaces applied when printing.",maximum = 12,minimum = 1,type = "number"},["rome.lspBin"] = {default = vim.NIL,markdownDescription = "The rome lsp server executable.",type = { "string", "null" }},["rome.unstable"] = {default = false,markdownDescription = "**BETA**: enables unstable features",type = "boolean"}},title = "Rome",type = "object"}
3 changes: 3 additions & 0 deletions lua/nvim-lsp-installer/_generated/schemas/sorbet.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["sorbet.configFilePatterns"] = {default = { "**/sorbet/config", "**/Gemfile", "**/Gemfile.lock" },description = "List of workspace file patterns that contribute to Sorbet's configuration. Changes to any of those files should trigger a restart of any actively running Sorbet language server.",items = {type = "string"},type = "array"},["sorbet.enabled"] = {description = "Enable Sorbet Ruby IDE features",type = "boolean"},["sorbet.lspConfigs"] = {default = { {command = { "bundle", "exec", "srb", "typecheck", "--lsp" },cwd = "${workspaceFolder}",description = "Stable Sorbet Ruby IDE features",id = "stable",name = "Sorbet"}, {command = { "bundle", "exec", "srb", "typecheck", "--lsp", "--enable-all-beta-lsp-features" },cwd = "${workspaceFolder}",description = "Beta Sorbet Ruby IDE features",id = "beta",name = "Sorbet (Beta)"}, {command = { "bundle", "exec", "srb", "typecheck", "--lsp", "--enable-all-experimental-lsp-features" },cwd = "${workspaceFolder}",description = "Experimental Sorbet Ruby IDE features (warning: crashy, for developers only)",id = "experimental",name = "Sorbet (Experimental)"} },description = "Standard Ruby LSP configurations. If you commit your VSCode settings to source control, you probably want to commit *this* setting, not `sorbet.userLspConfigs`.",items = {properties = {command = {description = "Full command line to invoke sorbet",items = {type = "string"},minItems = 1,type = "array"},cwd = {default = "${workspaceFolder}",description = "Current working directory when launching sorbet",format = "uri-reference",type = "string"},description = {description = "Long-form human-readable description of configuration",type = "string"},id = {description = "See `sorbet.selectedLspConfigId`",type = "string"},name = {description = "Short-form human-readable label for configuration",type = "string"}},required = { "id", "description", "command" },type = "object"},type = "array"},["sorbet.revealOutputOnError"] = {default = false,description = "Show the extension output window on errors.",type = "boolean"},["sorbet.selectedLspConfigId"] = {description = "The default configuration to use from `sorbet.userLspConfigs` or `sorbet.lspConfigs`. If unset, defaults to the first item in `sorbet.userLspConfigs` or `sorbet.lspConfigs`.",type = "string"},["sorbet.userLspConfigs"] = {default = {},description = "Custom user LSP configurations that supplement `sorbet.lspConfigs` (and override configurations with the same id). If you commit your VSCode settings to source control, you probably want to commit `sorbet.lspConfigs`, not this value.",items = {default = {command = { "bundle", "exec", "srb", "typecheck", "--your", "--flags", "--here" },cwd = "${workspaceFolder}",description = "A longer description of this Sorbet Configuration for use in hover text",id = "my-custom-configuration",name = "My Custom Sorbet Configuration"},properties = {command = {description = "Full command line to invoke sorbet",items = {type = "string"},minItems = 1,type = "array"},cwd = {default = "${workspaceFolder}",description = "Current working directory when launching sorbet",format = "uri-reference",type = "string"},description = {description = "Long-form human-readable description of configuration",type = "string"},id = {description = "See `sorbet.selectedLspConfigId`",type = "string"},name = {description = "Short-form human-readable label for configuration",type = "string"}},required = { "id", "description", "command" },type = "object"},type = "array"}},title = "Sorbet"}
Loading

0 comments on commit 0bbc4b5

Please sign in to comment.