You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use std::str::FromStr;use tower_lsp_server::lsp_types::Uri;let s = "term://~/code/typos-lsp//59317:/bin/zsh;#toggleterm#1";let uri = Uri::from_str(&s).unwrap();