bash-lsp / bash-language-server

A language server for Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete display of function declarations/symbols

simurq opened this issue · comments

Code editor

VS Codium 1.85.2

Platform

Linux (Pop!_OS 22.04, an Ubuntu derivative)

Version

1.38

What steps will reproduce the bug?

Opening any Bash script with more than 1,000 lines

How often does it reproduce? Is there a required condition?

Everytime

What is the expected behavior?

To show all of the function declarations/symbols included in the opened script

What do you see instead?

The program doesn't show all of the function declarations/symbols shipped with the script even with the "Include All Workspace Symbols" option selected.

Additional information

I've tried to disable other Bash extensions (shell-format and ShellCheck), thinking they might be impeding Bash IDE's functionality. But the problem remains.

The problem was resolved after upgrading to v1.39. Thank you!