You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more performant, robust and stable analyzer has been released as version 3.3.0 (which is part of the latest VSCode extension 1.17.0). You can find more details in #569
I'm very curious if you can test it out and see how it works for you. We do not allow the glob options to be configured yet.
#244 could improve how we do scope aware completions based on sourced files.
Feature Request
Would be nice to be able to configure glob options. 😄
bash-language-server/server/src/util/fs.ts
Line 22 in 8a5115d
Use case
For example, glob options
follow: true
.I use
pnpm
to manage shell dependency to avoid doppelgangers. 😄But,
pnpm
use symlink...Alternative
Glob here is about sourcing files, existing sourcing file pattern allowed by
shellcheck
.Maybe when found syntax
Let
bashls
sourceThe text was updated successfully, but these errors were encountered: