Skip to content

Instantly share code, notes, and snippets.

@bradleymackey
Last active March 11, 2019 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleymackey/16899ab41601fc77fd6efec4e8b1329d to your computer and use it in GitHub Desktop.
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