The [URI definition](https://tools.ietf.org/html/rfc3986#section-1.2.3) for the [language server protocol](https://microsoft.github.io/language-server-protocol/specification) uses forward slashes only, regardless of the platform native separator (ie. backslash on Windows). Currently, returning URIs with backslashes on Windows can causes resource confusion abut [whether a file is in or out of a project in VSCode](https://github.com/hansec/vscode-fortran-ls/issues/6).