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
(GH-879) Do not normalise paths from EnumeratePSFiles
Previously the paths emitted by `EnumeratePSFiles` were normalised to use the
directory path separator appropriate for the platform. In particular on Windows
the paths emitted by the Microsoft.Extensions.FileSystemGlobbing library
contained both forward and backward slashes. However on inspection this is not
required as all the paths are converted to URIs when communicating over LSP, so
the normalisation is no longer required.
This commit removes the normalisation and updates the tests to reflect the new
paths.
0 commit comments