Module Uri.Scheme

type t = [
  1. | `File
  2. | `Untitled
    (*

    URI scheme used by vscode for new draft (not-saved) files

    *)
]
val to_string : t -> string