From the course: Rust Programming: From Fundamentals to Advanced Concepts with AI-Assisted Development

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Demo: Customizing the editor

Demo: Customizing the editor

- [Instructor] So we want to customize the Editor, so what do we do? We are going to make some changes here, again, this is our same project as before, we have devcontainer.json, that's fine. And one of the things that I've recommended, is installing the GitHub copilot extensions. I want to open up the GitHub copilot or the extensions rather, and look for GitHub Copilot, it's right there, it's not installed, so I want to go ahead and install it. So I'm going to come here, I'm going to say yes, I want to install it and that's fine, it will install and it will get enabled and it'll work, you can see now this is now right there, so it tells me that this is working perfect, but doing this for every Codespace, not, not really a good idea, we want to automate this, we want to normalize it, so how are we going to achieve these? We're going to look at this icon here, and I'm going to click on that and I'm going to say, "I want to add this to the devcontainer.json, I'm going to click on this…

Contents