Open
Description
Code editor
Visual Studio Code
Platform
Windows
Version
v1.41.0
What steps will reproduce the bug?
I have a bash script containing a 'main' function and 5 utility functions.
Each function has a number of 'local' variables defined within it.
In 4 of the functions, the outline view correctly shows a single instance of each local variable, but in 'main' and one other, one or more variables are listed twice. This same behaviour shows up in other bash scripts that I have written
How often does it reproduce? Is there a required condition?
Can reproduce every time, nothing special is needed
What is the expected behavior?
That each variable defined to a function is listed only once within the outline view of that function
What do you see instead?
Multiple entries for the variables
Additional information
One script that contains just 'main' and one other function, the outline view hasn't picked up either function name
Metadata
Metadata
Assignees
Labels
No labels