We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd38d commit e9230e8Copy full SHA for e9230e8
clients/lsp-bash.el
@@ -74,7 +74,7 @@ See instructions at https://marketplace.visualstudio.com/items?itemName=mads-har
74
"Check whether `sh-shell' is supported.
75
76
This prevents the Bash server from being turned on for unsupported dialects, e.g. `zsh`."
77
- (and (boundp 'sh-shell)
+ (and (local-variable-p 'sh-shell)
78
(memq sh-shell lsp-bash-allowed-shells)))
79
80
(lsp-register-client
0 commit comments