Josh Bouganim
Josh Bouganim
> This looks like a dup of #509. Maybe the LSP server should ignore the LSP arguments if there is a taplo.toml? I wonder what rustfmt behavior is, but can't...
experiencing the same thing. it seems the issue is that `https://ps1.rustlings.cool` is down
found an alternate command here: ``` Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1 ```