Skip to content

Commit d10ce09

Browse files
docs: update generated annotations
skip-checks: true
1 parent 372c848 commit d10ce09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/lspconfig/types/lsp/ada_ls.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@
134134
---
135135
---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`.
136136
---@field useCompletionSnippets? true | false
137+
---Workspace symbol search method.
138+
---
139+
---```lua
140+
---default = "fuzzy"
141+
---```
142+
---@field workspaceSearch? "fuzzy" | "startWord"
137143

138144
---@class _.lspconfig.settings.ada_ls.E3Testsuite
139145
---Command line arguments to pass to testsuite.py when running tests

0 commit comments

Comments
 (0)