We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
$PSVersionTable
Name Value
PSVersion 5.1.15063.1155 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.15063.1155 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
Copy / paste the following commands into the PowerShell Integrated Console, and paste the output here: 1.25.1 1dfc5e557209371715f655691b1235b6b26a06be x64 [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]
Folder regions not working with the current version of VSC and Powershell:
#region Get-ChildItem #endregion
Does not collapse.
The text was updated successfully, but these errors were encountered:
Dupe of #1437 - this will be fixed in the next release
Sorry, something went wrong.
@bush3102 The release went out this morning with a fix for this in it
@rjmholt @tylerl0706 Thank you!!! Works like a champ!!!
No branches or pull requests
System Details
$PSVersionTable
:Name Value
PSVersion 5.1.15063.1155
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.15063.1155
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
Folder regions not working with the current version of VSC and Powershell:
#region
Get-ChildItem
#endregion
Does not collapse.
The text was updated successfully, but these errors were encountered: