This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Support non-file URIs #235
Open
Description
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.