From the course: AI-Powered Development: GitHub Copilot in Visual Studio Code

Unlock this course with a free trial

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

Use the three terminal helpers

Use the three terminal helpers

The at terminal participant acts as our terminal expert. So when I type it in here in the chat panel It's ready to provide a rich source of information about the shell we're using in this case I'm have PowerShell open it can tell me what I can do in PowerShell what commands are available and how to use them effectively It understands the syntax for a wide range of commands It also understands it across a broad range of shells so I can go here and say I want to start a new shell Let's do git bash and it understands the syntax in bash, git bash, PowerShell, and command prompt and it can help troubleshoot issues when things go wrong. Now it won't run commands by itself but it can suggest appropriate ones based on our queries. Let's switch back to PowerShell and my query is how do I find all of the CSS files in my project folder and its children. So there's my query. Remember Remember this is our domain expert so it's going to tell me how to do that. And it tells me that this is the…

Contents