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
PowerShell extension reports global variables as assigned but not used when they are not used from within a .psm1 module file. However, global variables may be used by scripts outside that module importing it.
Expected Behaviour
Global variables should never be reported as being unused.
Actual Behaviour
PowerShell extension reports global variables as assigned but not used when they are not used from within a .psm1 module file.
The text was updated successfully, but these errors were encountered:
rjmholt
transferred this issue from PowerShell/vscode-powershell
Jul 31, 2019
I agree with you that global variables should be included from the analysis as that's their nature and there is a separate rule that discourages them anyway, so I'd be happy to accept a PR with such a change
I agree with you that global variables should be included from the analysis as that's their nature and there is a separate rule that discourages them anyway, so I'd be happy to accept a PR with such a change
Global variables are discouraged? What should be used in place of them?
System Details Output
Issue Description
PowerShell extension reports global variables as assigned but not used when they are not used from within a
.psm1
module file. However, global variables may be used by scripts outside that module importing it.Expected Behaviour
Global variables should never be reported as being unused.
Actual Behaviour
PowerShell extension reports global variables as assigned but not used when they are not used from within a
.psm1
module file.The text was updated successfully, but these errors were encountered: