Uri.Scheme
type t = [
| `File
| `Untitled
URI scheme used by vscode for new draft (not-saved) files
]
val to_string : t -> string