1
2
3
|
-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY.
-- stylua: ignore start
return {properties = {["sourcekit-lsp.inlayHints.enabled"] = {default = false,description = "(experimental) Render inlay type annotations in the editor.",type = "boolean"},["sourcekit-lsp.serverArguments"] = {default = {},description = "Arguments to pass to sourcekit-lsp. Argument keys and values should be provided as separate entries in the array e.g. ['--log-level', 'debug']",items = {type = "string"},type = "array"},["sourcekit-lsp.serverPath"] = {default = "sourcekit-lsp",description = "The path of the sourcekit-lsp executable",type = "string"},["sourcekit-lsp.toolchainPath"] = {default = "",description = "(optional) The path of the swift toolchain. By default, sourcekit-lsp uses the toolchain it is installed in.",type = "string"},["sourcekit-lsp.trace.server"] = {default = "off",description = "Traces the communication between VS Code and the SourceKit-LSP language server.",enum = { "off", "messages", "verbose" },type = "string"}},title = "SourceKit-LSP",type = "object"}
|