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
config: Restrict .JETLSConfig.toml to workspace root only
Use RelativePattern for file watching to ensure .JETLSConfig.toml is
only recognized in the workspace root directory. Previously, config
files in subdirectories were also loaded due to the "**/" glob pattern,
which was inconsistent with the documentation.
0 commit comments