diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-08 20:41:34 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-08 20:41:35 +0000 |
| commit | c588db330592fa477a70d2fee6ba20a57194bdc3 (patch) | |
| tree | 4b2de2150a4be4326a0a8b7fcd3634f52d22b7e8 /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.tar nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.tar.gz nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.tar.bz2 nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.tar.lz nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.tar.xz nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.tar.zst nvim-lspconfig-c588db330592fa477a70d2fee6ba20a57194bdc3.zip | |
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/powershell_es.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
