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
System Details Output
### VSCode version: 1.44.2 ff915844119ce9485abfe8aa9076ec76b5300ddd x64 ### VSCode extensions: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] ### PSES version: 2.1.0.0 ### PowerShell version: Name Value ---- ----- PSVersion 7.0.0 PSEdition Core GitCommitId 7.0.0 OS Microsoft Windows 10.0.18363 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Log points strings are not getting interpolated
i is $i should outputs as i is 1
i is $i
i is 1
i is $i outputs as i is $i
@TylerLeonhardt has identified the issue.
The text was updated successfully, but these errors were encountered:
rkeithhill
Successfully merging a pull request may close this issue.
System Details
System Details Output
Issue Description
Log points strings are not getting interpolated
Expected Behaviour
i is $i
should outputs asi is 1
Actual Behaviour
i is $i
outputs asi is $i
@TylerLeonhardt has identified the issue.
The text was updated successfully, but these errors were encountered: