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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: