Most of *FileInfo* object properties is missing in debug view comparing to latest stable release of VSC for PowerShell (v2021.10.2) Only small set of properties is visible: ``` #inculded in view: PSPath PSParentPath PSChildName PSDrive PSProvider PSIsContainer Mode #not included: VersionInfo BaseName Target LinkType Name Length DirectoryName Directory IsReadOnly Exists FullName Extension CreationTime CreationTimeUtc LastAccessTime LastAccessTimeUtc LastWriteTime LastWriteTimeUtc Attributes ``` Latest preview version of VSC for PowerShell (v2021.12.0):  **VS** Latest stable version of VSC for PowerShell (v2021.10.2): 