Skip to content

Instantly share code, notes, and snippets.

@bradleymackey
Last active March 11, 2019 19:29
Show Gist options
  • Select an option

  • Save bradleymackey/16899ab41601fc77fd6efec4e8b1329d to your computer and use it in GitHub Desktop.

Select an option

Save bradleymackey/16899ab41601fc77fd6efec4e8b1329d to your computer and use it in GitHub Desktop.
Fix RLS Error on VS Code
// add this line to the user settings to fix the RLS (Rust Language Server) unable to start error
{
"rust-client.channel": "stable"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment