The first and most important steps are to build the docker images, as they are the boilerplate of this language server. Just run the following commands while in the **Rust-LS** directory to download the pre-existing docker images from **git.objnull.net**
After that, you'll want to trick your system into thinking you already have both installed on your actual machine. To do that, just run the following commands:
To test if your setup works as intended, just run `rust-analyzer --version` and `cargo --version` and they should both spit back their respective versions.
## Setting up IDE
Download the *Rust-Analyzer* extension from the VSCode store and set the following paths: