aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-21 11:22:53 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-04-21 11:22:53 +0000
commit699ca97e5b7751f08081c0ea837a20e19ed03568 (patch)
tree8ff0af55971034af853e0e8d8db179d66e1d9689 /lua
parentdocs(lua_ls): how to include lspconfig types #4396 (diff)
downloadnvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.tar
nvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.tar.gz
nvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.tar.bz2
nvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.tar.lz
nvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.tar.xz
nvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.tar.zst
nvim-lspconfig-699ca97e5b7751f08081c0ea837a20e19ed03568.zip
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/types/lsp/ada_ls.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/ada_ls.lua b/lua/lspconfig/types/lsp/ada_ls.lua
index 6f293e9c..8193bbf9 100644
--- a/lua/lspconfig/types/lsp/ada_ls.lua
+++ b/lua/lspconfig/types/lsp/ada_ls.lua
@@ -123,6 +123,10 @@
---
---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.
---@field scenarioVariables? table
+---Controls whether or not the Ada Language Server should emit diagnostics related to the semantic analysis of Ada files.
+---
+---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 semanticDiagnostics? true | false
---Whether to show error notifications in VS Code for failing LSP requests.
---@field showNotificationsOnErrors? boolean
---Controls whether or not the Ada Language Server should emit source information diagnostics (e.g: for opened files that do not belong to the loaded project tree).