Summary

Completed

From creating a repository from a GitHub template to adding animations with live suggestions, GitHub Codespaces allows you to customize your coding experience and GitHub Copilot guides you in each step of the way, improving the software development lifecycle significantly.

Now that you have finished this module, you should be able to:

  • Understand how GitHub Copilot can help you code by offering autocomplete-style suggestions.
  • Apply prompt engineering to various projects by using its good practices.
  • Use GitHub Copilot Chat to ask and receive coding-related questions.

Delete your Codespaces resources

To avoid consuming all your monthly GitHub Codespaces time, it's important to delete all your resources after you've uploaded your changes to your repository. Follow these steps to remove your resources as follows:

  1. Go to this link https://github.com/codespaces
  2. Find your Codespace instance from the list and select on the three dots menu to display your options.
  3. Select “delete” to remove your Codespace instance.

Note

If you don't commit your changes to your repository, you will lose all your work. Therefore, it's important to commit and push your changes before deleting your Codespace instance.

References