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
Uri#path#fsPath() deals better with the case where backend and frontend are running on different OS.
See discussion here.
FileUri.fsPath() used to be exclusively used on the backend (I believe you moved it from node to common recently), where the only available OS was the backend OS. With that in mind, it was never an issue previously. Changing it to forward to Uri#path#fsPath would probably be a good idea though.
Uri#path#fsPath()
deals better with the case where backend and frontend are running on different OS.See discussion here.
Originally posted by @msujew in #13601 (comment)
Feature Description:
FileUri.fsPath()
should internally useUri#path#fsPath()
for conversion.The text was updated successfully, but these errors were encountered: