diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-09-15 12:02:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 10:02:43 +0000 |
| commit | 395038b9610f4b95f3cf51fdf61609ba7ed74f7c (patch) | |
| tree | d88901ee9bd274873fafc5b06b0031c5895c1592 /lua | |
| parent | fix(dotnet): remove unnecessary nil check (#420) (diff) | |
| download | mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.tar mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.tar.gz mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.tar.bz2 mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.tar.lz mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.tar.xz mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.tar.zst mason-395038b9610f4b95f3cf51fdf61609ba7ed74f7c.zip | |
chore: update generated code (#421)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason-schemas/lsp/rome.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-schemas/lsp/rome.lua b/lua/mason-schemas/lsp/rome.lua index c2210f46..978573ff 100644 --- a/lua/mason-schemas/lsp/rome.lua +++ b/lua/mason-schemas/lsp/rome.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["rome.lspBin"] = {default = vim.NIL,markdownDescription = "The rome lsp server executable.",type = { "string", "null" }},["rome_lsp.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },enumDescriptions = { "No traces", "Error only", "Full log" },scope = "window",type = "string"}},title = "Rome",type = "object"}
\ No newline at end of file +return {properties = {["rome.lspBin"] = {default = vim.NIL,markdownDescription = "The rome lsp server executable. If the path is relative, the workspace folder will be used as base path",type = { "string", "null" }},["rome_lsp.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the language server.",enum = { "off", "messages", "verbose" },enumDescriptions = { "No traces", "Error only", "Full log" },scope = "window",type = "string"}},title = "Rome",type = "object"}
\ No newline at end of file |
