Open ShadowCreator250 opened 6 months ago
VSCode v1.89.1
Win10
mads-hartmann.bash-ide-vscode@v1.41.0
my_function() { local _my_var="test" _my_var=42 } $<auto-completion here, e.g. Ctrl+Space>
No response
_my_var should not show up in the auto-completion dialog because it was created locally
_my_var
_my_var is shown to be supposedly accessible
expected behaviour is described e.g. here: https://stackoverflow.com/a/22527475
Code editor
VSCode v1.89.1
Platform
Win10
Version
mads-hartmann.bash-ide-vscode@v1.41.0
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
_my_var
should not show up in the auto-completion dialog because it was created locallyWhat do you see instead?
_my_var
is shown to be supposedly accessibleAdditional information
expected behaviour is described e.g. here: https://stackoverflow.com/a/22527475