diff --git a/docs/TFM/projectTool/extensions.md b/docs/TFM/projectTool/extensions.md index 590dbc626..e5e7b68da 100644 --- a/docs/TFM/projectTool/extensions.md +++ b/docs/TFM/projectTool/extensions.md @@ -76,6 +76,16 @@ GitHub Copilot is an AI-powered coding assistant developed by GitHub in collabor * Please note that this extension is not for free. [Paying policy](https://docs.github.com/en/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot) +***Additional Github extensions*** +- GitHub Actions. + extension id : github.vscode-github-actions +- GitHub Codespaces. + extension id : GitHub.codespaces +- GitHub Copilot Chat. + extension id : GitHub.copilot-chat +- GitHub Pull Requests and Issues. + extension id : GitHub.vscode-pull-request-github + ### Paste image The "Paste Image" Visual Studio Code (VSCode) extension is a tool that allows you to easily paste images from your clipboard directly into your code editor. Instead of saving an image to a file and then manually inserting it into your code or documentation, this extension streamlines the process. --How to use it--