class Standard::Lsp::Routes

def uri_to_path(uri)

def uri_to_path(uri)
  uri.sub(%r{^file://}, "")
end