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
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Currently the LS assumes almost everywhere that URIs are file:// URIs and all paths can be converted back to a file:// URI. TypeScript only works with file paths, but a good compromise would be to take the protocol and origin (host, port) from the rootUri and set the path to the file path. Query and hashes would not be supported.