From b84702ebe53af93a7e789819508122552c3eb199 Mon Sep 17 00:00:00 2001 From: roman022285 Date: Sun, 14 Jan 2024 16:58:06 +0200 Subject: [PATCH] add some github extentions to doc --- docs/TFM/projectTool/extensions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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--