From d10ce09e42bb0ca8600fd610c3bb58676e61208d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 04:20:54 +0000 Subject: docs: update generated annotations skip-checks: true --- lua/lspconfig/types/lsp/ada_ls.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua') diff --git a/lua/lspconfig/types/lsp/ada_ls.lua b/lua/lspconfig/types/lsp/ada_ls.lua index 75aeda2a..6f293e9c 100644 --- a/lua/lspconfig/types/lsp/ada_ls.lua +++ b/lua/lspconfig/types/lsp/ada_ls.lua @@ -134,6 +134,12 @@ --- ---If not set in VS Code, this setting takes its value from the [`.als.json`](https://github.com/AdaCore/ada_language_server/blob/master/doc/settings.md) file at the root of the workspace, if that file exists. Otherwise it defaults to `true`. ---@field useCompletionSnippets? true | false +---Workspace symbol search method. +--- +---```lua +---default = "fuzzy" +---``` +---@field workspaceSearch? "fuzzy" | "startWord" ---@class _.lspconfig.settings.ada_ls.E3Testsuite ---Command line arguments to pass to testsuite.py when running tests -- cgit v1.3.1