This week you’ll apply concepts related to setting up your environment. From installing Rust, to using GitHub Copilot and configuring your text editor with Codespaces. These assignments are designed to help you get comfortable with the tools you’ll be using throughout the course.
In this assignment, you’ll install Rust and configure Visual Studio Code with the Rust Analyzer extension.
Because this is a configuration-only assignment, there are no artifacts to submit. At the end of this assignment you should have a working Rust installation and Visual Studio Code configured with the Rust Analyzer extension.
In this assignment, you’ll enable GitHub Copilot for your GitHub account. You’ll also install the GitHub Copilot extension for Visual Studio Code.
For this assignment, you’ll have a GitHub repository with a single main.rs file that you’ll create with a single function produced with the help of GitHub Copilot. Additionally, you’ll include a README.md that describes the function and at least one aspect of Copilot that you found interesting.
This is the last assignment for this week. In this assignment, you’ll configure Visual Studio Code with Codespaces.
.devcontainer directory with the configuration files for your Codespace.README.md file that describes the configuration and how to use it.