We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To start off, this is directly from VS Code, I havent tested it anywhere else or in any other way.
VS Code: 1.24.1 Powershell plugin: 1.7.0
A simple statement like this
$collection | %{ $myVar = 0 }{ $myvar += $_}{$myVar}
obviously this is a worthless bit of code, however it complains that myVar is declared but never used.
The text was updated successfully, but these errors were encountered:
how to solve it?
Sorry, something went wrong.
Isn't anyone going to fix this... It makes looking at problems in vscode worthless.
Duplicate of #1163
No branches or pull requests
To start off, this is directly from VS Code, I havent tested it anywhere else or in any other way.
VS Code: 1.24.1
Powershell plugin: 1.7.0
A simple statement like this
$collection | %{ $myVar = 0 }{ $myvar += $_}{$myVar}
obviously this is a worthless bit of code, however it complains that myVar is declared but never used.
The text was updated successfully, but these errors were encountered: