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
Currently file path includes the full information of the uri, which besides being redundant, causes typescript to try to execute fs requests from directories that don't even exist.
The text was updated successfully, but these errors were encountered:
This should be resolved in createUriConverter. If the scheme and authority of the parsed URI are the same as the root folder, the scheme and authority are hidden in fileName.
Currently file path includes the full information of the uri, which besides being redundant, causes typescript to try to execute fs requests from directories that don't even exist.
The text was updated successfully, but these errors were encountered: