From c588db330592fa477a70d2fee6ba20a57194bdc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 20:41:34 +0000 Subject: [PATCH] docs: update generated annotations skip-checks: true --- lua/lspconfig/types/lsp/powershell_es.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/lspconfig/types/lsp/powershell_es.lua b/lua/lspconfig/types/lsp/powershell_es.lua index 98219e84..1538c6a2 100644 --- a/lua/lspconfig/types/lsp/powershell_es.lua +++ b/lua/lspconfig/types/lsp/powershell_es.lua @@ -349,6 +349,8 @@ ---@field startAutomatically? boolean ---Suppresses the warning message when any of `#powershell.powerShellAdditionalExePaths#` is not found. ---@field suppressAdditionalExeNotFoundWarning? boolean +---Do not show a notification when the PowerShell Extension Terminal has stopped. +---@field suppressTerminalStoppedNotification? boolean ---@field trace? _.lspconfig.settings.powershell_es.Powershell.Trace ---**Deprecated:** Uses the 32-bit language service on 64-bit Windows. This setting has no effect on 32-bit Windows or on the PowerShell extension debugger, which has its own architecture configuration. ---@field useX86Host? boolean